aboutsummaryrefslogblamecommitdiff
path: root/static/css/txt/waves.css
blob: 10616241d721067454b61e64f7baa230a73c1c72 (plain) (tree)






































































                                           
            




























































                             

                     
   
 
body {
  background: #7994b0 url(../img/wave.png);
  color: #000;
}
a,
#n2,
#size {
  color: #00009a;
}
a:active,
#n2:active {
  color: #8a0000;
}
#main_nav {
  background: #fff;
}
.outerbox, .mainpage .thread {
  background: #95b5db;
}
h1, h5, #threadlinks {
  background: #95b5db;
  margin: -7px -7px 7px;
  padding-bottom: 7px;
}
.outerbox,
.mainpage .thread,
#threadlist {
  border: 1px outset #36c;
}
.outerbox .innerbox {
  background: #cfe0f0;
}
.innerbox.links {
  background: #95b5db;
  padding: 0;
}
#threadlist a {
  border-right: 1px solid #36c;
  border-bottom: 1px solid #36c;
}
.thread .innerbox,
.threadpage .thread {
  padding: 0;
  background: #f3f9ff;
}
.threadpage .thread {
  border: 0.5em solid #95b5db;
  border-top: 0;
  outline: 1px outset #36c;
}
h2, h3 {
  background: #95b5db;
  margin: 0;
}
h4 {
  background: #cfe0f0;
  padding-left: 0.1em;
}
h4, h4 a {
  color: #54488c;
}
.name em {
  color: #009;
}
.q, .abbrev {
  color: #819dbf;
}
.yt {
  border: 1px solid #cfe0f0;
}
#size {
  margin: 0;
}
.postform {
  background: #cfe0f0;
}
hr {
  border-color: #95b5db;
}
.mainpage .postform {
  background: #cfe0f0;
  margin: 1px 0 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.threadpage .postform {
  background: #cfe0f0;
  border: 1px outset #36c;
  padding: 0.5em;
}
input[type="submit"],
input[type="button"],
button {
  background: #3283c2;
  border: 1px outset #3283c2;
  color: #fff;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active {
  background: #26689b;
  border: 1px inset #3283c2;
}
form .msg {
  background: #f3f9ff;
  border: 1px dotted #cfe0f0;
}
#q-p {
  background: #f3f9ff;
  border: 1px solid #95b5db;
  padding: 0;
}
#threads th {
  background: #95b5db;
}
#threads tr:nth-child(odd) {
  background: #cfe0f0;
}
@media (max-width: 600px) {
  body.threadpage {
    margin: 5px 0;
  }
  h1, h5, #threadlinks {
    margin: -3px -3px 3px;
    padding-bottom: 2px;
  }
  .threadpage .thread {
    border-width: 0.2em;
  }
  .mainpage .postform,
  .threadpage .postform{
    padding: 0.25em;
  }
  .deleted {
    margin-bottom: 0;
  }
}