aboutsummaryrefslogblamecommitdiff
path: root/static/css/txt/futanari.css
blob: 348a48ed2fae12175ca017fc6c6a7c575c149727 (plain) (tree)
1
2
3
4
5



                      
                 
















                           






                        



                 






















                            




                      
              
 
                     


                


















                                    



                 




              
                        







                            










                      
            




                                   
              












                            

                     
 
             

                      
                            

                      
                             

                      
                           

                       
                    
   
 
body {
  background: #13334c;
  color: #edf9fc;
}
body.threadpage {
  margin-top: 0;
}
a,
a .name,
#n2 {
  color: #efd279;
}
a:active,
a:active .name,
#n2:active {
  color: #d00;
}
h1 {
  background: #5b8bb4;
  margin: -10px -10px 10px;
  padding: 10px;
}
h2 a,
h2 a:active {
  color: #de9d7f;
  text-decoration: none;
}
h3 {
  color: #de9d7f;
}
h3 span {
  color: #909090;
}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
textarea,
button,
select {
  border: 1px solid #3b6b94;
}
input[type="submit"],
input[type="button"],
button {
  background: #aaf;
  color: #2c5700;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
  background: #88c;
}
#main_nav {
  background: #1d7548;
}
#titlebox {
  margin-bottom: 0;
}
.outerbox {
  background: #3b6b94;
  color: #cfc;
}
.outerbox .innerbox {
  margin: 0;
  padding: 10px;
}
.links {
  background: #5b8bb4;
}
#threadlist {
  background: #154a72;
  border: 1px inset #1b3345;
}
#threadlist a {
  border-right: 1px outset #1b3345;
  border-bottom: 1px outset #1b3345;
}
#thread_nav {
  background: #1d7548;
  padding: 6px;
}
.name {
  color: #afd775;
}
.name em {
  color: #ff0;
}
.date {
  color: #B2C1CC;
}
.del a {
  color: #fff;
}
.msg {
  margin: 4px 40px 24px;
}
.q {
  color: #aac;
}
.yt {
  background: #2f587a;
  border: 1px solid #1b2933;
}
.deleted {
  color: #afafaf;
  margin-bottom: 24px;
}
#size {
  color: #de9d7f;
}
.abbrev {
  color: #bbb;
}
.postform,
#createbox {
  border-right: 2px solid #5b8bb4;
  border-bottom: 2px solid #5b8bb4;
  background: #3b6b94;
}
.postform {
  color: #cfc;
  padding: 10px;
}
.threadpage .threadlinks {
  margin: 0 0 3px;
}
form .msg {
  border: 1px dashed #000;
  background: #1b3345;
}
#q-p {
  background: #1b3345;
  border: 1px solid #3b6b94;
}
#q-p .msg {
  margin-bottom: 8px;
}
#threads th {
  background: #3b6b94;
}
#threads tr:nth-child(odd) {
  background: #1b3345;
}
#threads tr:nth-child(even) {
  background: #294b68;
}
@media (max-width: 600px) {
  .postform,
  .mainpage .postform {
    padding: 0.25em;
  }
}