aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/waves.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/waves.css')
-rw-r--r--static/css/txt/waves.css137
1 files changed, 137 insertions, 0 deletions
diff --git a/static/css/txt/waves.css b/static/css/txt/waves.css
new file mode 100644
index 0000000..4e4ff24
--- /dev/null
+++ b/static/css/txt/waves.css
@@ -0,0 +1,137 @@
+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-bottom: 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;
+ }
+ div.msg {
+ margin: 0.5em;
+ }
+} \ No newline at end of file