aboutsummaryrefslogblamecommitdiff
path: root/static/css/txt/futanari.css
blob: 365faf3e1d51fae42829b755153fbab98dbb0734 (plain) (tree)
1
2
3
4
5
6
7
8
9
      

                      

  
     
                 
 
        


                 
         


              



                                

    
                      

                        


                   
 
     
           

       
                 
 
        
         

              

                   
        



                              



                     



                                 

                                   
 




                           

                            
                            
               
                      


                                 

                                   


                    



                      

                   


                   


                      

             





                                   

                
                

           

                      
 
                    
                      
            
 
           
                      
               

             

                            

               

                                   
 



                      
 

                      
              
               
 


                      
                   
              
 

         
              
 

            
                 
 

                 

    
                 

     

                            

           
                 

                          
 
           
                             
              

      

                              
 



                         
             
                      
 
                            
                      
 
 
                           
             


               

                       
   

                            



                     
                        
                              
   
 
body {
  background: #21323f;
  color: #fff;
}
a,
#n2 {
  color: #dfca89;
}
a:hover,
#n2:hover {
  color: #ffe9a4;
}
a:active,
#n2:active {
  color: #d00;
}
hr {
  border: none;
  border-top: 1px solid #365067;
}
h1,
h5 {
  background: #5e8db4;
  margin: -7px -7px 7px;
  padding: 7px;
}
h2 {
  margin-bottom: 0;
}
h2 a,
h2 a:hover,
h3,
#size {
  color: #ff7a7a;
}
h2 span,
h3 span {
  color: #ccc;
}
input[type="text"],
textarea,
select {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
  border-right: none;
}
input[type="submit"],
input[type="button"],
button {
  background: #53a9dd;
  color: #343b4d;
  border-top: 1px solid #85c8ff;
  border-left: 1px solid #85c8ff;
  border-bottom: 1px solid #10181f;
  border-right: 1px solid #10181f;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background: #63b6e9;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="button"].active,
button:active {
  background: #7979a5;
  color: #10181f;
  border-top: 1px solid #10181f;
  border-left: 1px solid #10181f;
  border-bottom: 1px solid #85c8ff;
  border-right: 1px solid #85c8ff;
}
input[type="file"] {
  border: none;
}
#main_nav {
  background: #1d7548;
}
#titlebox {
  margin-bottom: 0;
  border-bottom: 0;
}
.outerbox,
.replies,
.thread .postform,
.threadpage .postform,
#q-p .reply,
#threads th {
  background: #476a88;
  border-top: 1px solid #5e8db4;
  border-left: 1px solid #5e8db4;
  border-bottom: 1px solid #10181f;
  border-right: 1px solid #10181f;
}
#threadbox {
  border-top: 0;
  margin-top: 0;
}
.outerbox {
  background: #476a88;
  color: #d3f8d3;
}
.outerbox .innerbox,
#createbox .innerbox {
  margin: 0;
}
#bailinks {
  background: #5b8bb4;
  padding: 8px;
}
#threadlist {
  background: #476a88;
  border: 1px solid #38546c;
}
#threadlist a {
  border-right: 1px solid #38546c;
  border-bottom: 1px solid #38546c;
}
.reply,
.postform,
#createbox .innerbox {
  background: #476a88;
}
h4 {
  background: #38546c;
  color: #999;
  padding: 1px;
}
h4:hover {
  background: #324b60;
}
.reply.deleted h4 {
  color: #666;
}
.del a,
.abbrev {
  color: #999;
}
h4 > .name,
h4 > .trip {
  color: #afd775;
}
.name em {
  color: #fdfd96;
}
.q {
  color: #a5a5de;
}
.yt {
  background: #43617a;
  border: 1px solid #1c2935;
}
.postform {
  color: #d3f8d3;
  margin-top: 0.5em;
  padding: 8px !important;
}
form .msg {
  border: 1px dashed #21323f;
  color: #fff;
}
#q-p {
  box-shadow: 2px 2px #21323f;
  padding: 0;
}
#size {
  float: left;
  margin: 1em -5em 1em 0;
}
#threads th {
  background: #5e8db4;
}
#threads tr:nth-child(odd) {
  background: #38546c;
}

@media (max-width: 600px) {
  .innerbox {
    margin: 0;
    padding: 0;
  }
  .outerbox .innerbox {
    padding: 7px;
  }
  .postform {
    padding: 4px !important;
  }
  .reply.deleted {
    margin-bottom: 0;
  }
  #createbox .innerbox {
    padding: 0.5em !important;
  }
}