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

                      



        
                 





               



                                
    
                      


                           
     



                 

                        
        
         



                
 






                     
                            



                     

                      



                            



                      



                      

                   















                                   

           

                      
 

                    


                



                      

                            

               

                                   


                      


                        
 


                     
 




                            
 




                      
 







                   
 

                 




              

                            

           
                 

                

                

           


                          

      

                              
 
             
                      
 
                            
                      
 
                             

                      










                      
                           





















                        
            


                              
   




                    
body {
  background: #21323f;
  color: #fff;
}
a,
a .name,
#n2 {
  color: #dfca89;
}
a:active,
a:active .name,
#n2:active {
  color: #d00;
}
hr {
  border: none;
  border-top: 1px solid #365067;
}
h1 {
  background: #5e8db4;
  margin: -10px -10px 10px;
  padding: 10px;
}
h2 a,
h2 a:active,
h3,
#size {
  color: #d1a28c;
  text-decoration: none;
}
h2 span,
h3 span {
  color: #ccc;
}
h3 {
  margin-top: 0;
}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
textarea,
button,
select {
  border: 1px solid #4c6c88;
}
input[type="submit"],
input[type="button"],
button {
  background: #a4a4e0;
  color: #2c4c0b;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
  background: #7979a5;
}
input[type="file"] {
  border: none;
}
#main_nav {
  background: #1d7548;
}
#titlebox {
  margin-bottom: 0;
  border-bottom: 0;
}
.outerbox,
.thread,
.threadpage .postform{
  background: #476a88;
  border-top: 1px solid #5e8db4;
  border-left: 1px solid #5e8db4;
  border-bottom: 1px solid #10181f;
  border-right: 1px solid #10181f;
}
#settings {
  border-bottom: 8px solid #5e8db4;
}
#threadbox {
  border-top: 0;
}
.outerbox {
  background: #476a88;
  color: #d3f8d3;
}
.outerbox .innerbox,
.thread .innerbox {
  margin: 0;
  padding: 10px;
}
.links {
  background: #5b8bb4;
}
#threadlist {
  background: #476a88;
  border: 1px solid #38546c;
}
#threadlist a {
  border-right: 1px solid #38546c;
  border-bottom: 1px solid #38546c;
}
#thread_nav {
  background: #1d7548;
  margin: -8px -8px 8px;
  line-height: 1;
  padding: 8px;
}
#createbox,
.threadpage .thread {
  padding: 10px;
}
.reply,
.postform,
#createbox .innerbox {
  background: #476a88;
  border: 1px solid #38546c;
}
h4 {
  background: #38546c;
  color: #aaa;
  line-height: 1em;
  padding-left: 0.1em;
}
.reply.deleted h4 {
  color: #888;
}
.del a, .abbrev {
  color: #aaa;
}
.name {
  color: #afd775;
}
.name em {
  color: #fdfd96;
}
.q {
  color: #aac;
}
.yt {
  background: #43617a;
  border: 1px solid #1c2935;
}
.postform {
  color: #d3f8d3;
  padding: 10px;
}
#size {
  margin: 0.1em;
}
form .msg {
  background: #21323f;
  border: 1px dashed #fff;
  color: #fff;
}
#q-p {
  box-shadow: 2px 2px #21323f;
  padding: 0;
}
#threads th {
  background: #5e8db4;
}
#threads tr:nth-child(odd) {
  background: #21323f;
}
#threads tr:nth-child(even) {
  background: #294b68;
}
#footer, .end {
  background: #1d7548;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0.5em;
}
.end {
  margin-left: -8px;
  margin-right: -8px;
}
@media (max-width: 600px) {
  body.threadpage,
  #thread_nav {
    margin: 0;
  }
  #createbox,
  .innerbox,
  #threadbox,
  .thread .innerbox,
  .threadpage .thread {
    margin: 0;
    padding: 0;
  }
  #threadbox .innerbox {
    padding: 5px;
  }
  h2,
  h3 {
    margin: 0.25em;
  }
  div.msg {
    margin: 0.5em;
  }
  .postform,
  #createbox .innerbox,
  .threadpage .postform {
    padding: 0.5em !important;
  }
  .end {
    margin: 1em 0 0;
  }
}