aboutsummaryrefslogblamecommitdiff
path: root/static/css/vndb.css
blob: b45fdbf404d30f7977ce2ba6f2b78cfd7c95189a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                               



                 







                                 
       




































                                    

     

              































                                   





                         

        


                                   

           





                     


                                    
 
html,
body {
  background-attachment: scroll, fixed;
  background-color: #000;
  background-image: url("img/vndb1.jpg"), url("img/vndb2.jpg");
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  color: #ddd;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.rep {
  color: #ddd;
}
a,
.nav label {
  color: #77bbdd;
}
a:hover,
.nav label:hover {
  border-bottom: 1px dotted #ddd;
  text-decoration: none;
}
#catalog .thread > a:hover {
  border-bottom: none;
  text-decoration: underline;
}
#logo {
  color: #135;
  font-style: italic;
}
.replymode,
.extramode {
  color: #fff;
}
.replymode {
  background: #258;
}
.extramode {
  background: #247;
}
.postblock {
  border: 1px solid #258;
  background: rgba(7, 28, 47, 0.75);
}
input,
input[type="text"],
input[type="password"],
textarea {
  background: #0d2741;
  border: 1px solid #35a;
  color: #ddd;
}
input[type="submit"] {
  background: rgba(7, 28, 47, 0.9);
  padding: 3px 10px;
}
input[type="submit"]:active {
  background: #0d2741;
}
.fs {
  text-decoration: none;
}
.subj {
  color: #7bd;
}
.ell,
.info > .name,
.info > .trip,
.omitted {
  color: #258;
}
.q {
  border-left: 1px dotted #258;
  color: #336da7;
}
.reply,
#q-p {
  background: rgba(7, 28, 47, 0.8);
  border: 1px solid #258;
}
.abbrev {
  color: #707070;
}
.highlight {
  background: rgb(10, 35, 60);
}
.managertable {
  border: 1px solid #258;
}
.managertable td {
  background: rgba(7, 28, 47, 0.5);
}
.managertable th {
  background: rgba(7, 28, 47, 0.9);
}
hr {
  border: none;
  border-top: 1px solid #258;
  height: 0;
}
.yt,
.yt:hover {
  background: #0d2741;
  border: 1px solid #258;
  color: #ddd;
}
#pg,
#pg td {
  background: rgba(7, 28, 47, 0.8);
  border: 1px solid #258;
}
#footer,
#footer a {
  color: #247;
}
.quoted {
  border-color: #35a;
  color: #247;
}
#main_nav.mob {
  border-bottom: 1px solid #258;
  background: rgba(7, 28, 47, 0.95);
}