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







                   
     
























                                
                 



















                            
                            



                      
                    
          
            


                                

                                


                









                                 
                      




                                        






                                

              










                         



                         
             
 

                   
 
                  

                        
 










                                



                          
 
             
                   
                                
 
                            

                   
                             

                   
                           



                        
   
 
body {
  background: #fff;
}
body,
textarea {
  color: #000;
}
a,
#n2 {
  color: #d60;
}
a:active .name,
h2 a:active,
h4 a:active,
a:active,
#n2:active {
  color: #fa4;
}
h2 a,
.del a,
.name,
h4 a,
h4 {
  color: #000;
}
h1 {
  border-bottom: 2px solid #f70;
  padding: 0 10px;
  margin: 0 -10px 10px;
}
h2,
h3 {
  background: #eee;
  border-bottom: 2px solid #f70;
  display: table;
}
hr {
  display: none;
}
input,
input[type="submit"],
input[type="button"],
input[type="text"],
textarea,
button,
select {
  border: 1px solid #000;
}
input[type="submit"],
input[type="button"],
button {
  background: #ddd;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="button"].active,
button:active {
  background: #ccc;
  border-style: solid;
}
.outerbox .innerbox,
.postform,
.lastposts {
  background: #eee;
  border-bottom: 2px solid #bbb;
}
.outerbox .innerbox {
  border-bottom: 2px solid #bbb;
  margin: 0;
  padding: 10px;
}
#threadlist {
  background: #fff;
  border: 1px inset #bbb;
}
#threadlist a {
  border-right: 1px outset #bbb;
  border-bottom: 1px outset #bbb;
}
#thread_nav {
  border-bottom: 2px solid #f70;
  padding-bottom: 6px;
}
.mainpage .first div.msg::first-letter {
  font-size: 1.5em;
  text-transform: uppercase;
}
.reply {
  border-bottom: 1px solid #eee;
  margin-top: 0.5em;
}
.hidden, .deleted {
  margin: 0;
}
.name em {
  color: #009;
}
.q,
.abbrev {
  color: #7f7f7f;
}
.yt {
  background: #f2f2f2;
  border: 1px solid #bbb;
}
.msg hr {
  display: block;
}
#q-p {
  background: #fff;
  border: 1px solid #bbb;
  padding: 0;
}
#q-p .reply {
  padding: 0 0.5em;
}
.reply:last-child,
#q-p .reply:last-child {
  border-bottom: 0;
}
.mainpage .postform {
  margin: 0;
}
.postform, .lastposts {
  background: #eee;
  border-bottom: 2px solid #bbb;
  margin-top: 0;
  padding: .5em;
}
.lastposts {
  background-image: none;
}
form .msg {
  border: 1px dashed #000;
  background: #fff;
}
#threads th {
  background: #eee;
  border-bottom: 2px solid #f70;
}
#threads tr:nth-child(odd) {
  background: #fff;
}
#threads tr:nth-child(even) {
  background: #ddd;
}
@media (max-width: 600px) {
  .mainpage .postform,
  .postform {
    padding: .25em;
    padding-left: .25em;
  }
}