aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/amber.css2
-rw-r--r--static/css/txt/ayashii.css4
-rw-r--r--static/css/txt/bbs.css6
-rw-r--r--static/css/txt/berries.css2
-rw-r--r--static/css/txt/cuteanarchy.css2
-rw-r--r--static/css/txt/gamer.css2
-rw-r--r--static/css/txt/mercury.css3
-rw-r--r--static/css/txt/void.css2
8 files changed, 13 insertions, 10 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index a7a1fc8..4f24254 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -44,7 +44,7 @@ h3:after {
}
h2,
.thread .threadnav {
- margin: 7px;
+ margin: 7px 7px 0;
}
h3 {
margin: 8px 0;
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index bb981a9..6653a92 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -51,7 +51,7 @@ button {
padding: 0 8px;
}
#main_nav,
-.banner {
+#banner {
background: inherit;
text-align: left;
margin: 0;
@@ -162,7 +162,7 @@ form .msg {
margin-right: 4px;
}
#main_nav,
- .banner {
+ #banner {
padding-left: 0;
}
h2 span {
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index a8a5a7b..622ab7e 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -77,12 +77,12 @@ button:active {
background: #ccc;
border-style: inset;
}
-.banner {
+#banner {
display: block;
margin: 0 auto;
}
#rules {
- margin: 0.5em 0;
+ margin: 0.5em 0 0 0;
}
code {
font-size: 14px;
@@ -354,7 +354,7 @@ form .msg {
body.threadpage {
margin: 4px;
}
- .banner {
+ #banner {
width: 100% !important;
height: auto !important;
margin-top: 1em;
diff --git a/static/css/txt/berries.css b/static/css/txt/berries.css
index 425f1ca..fd0e5a0 100644
--- a/static/css/txt/berries.css
+++ b/static/css/txt/berries.css
@@ -87,7 +87,7 @@ h4 {
border-bottom: 1px solid #222;
color: #7cafc2;
}
-.banner {
+#banner {
-webkit-filter: grayscale(60%);
filter: grayscale(60%);
}
diff --git a/static/css/txt/cuteanarchy.css b/static/css/txt/cuteanarchy.css
index 864cc40..a1d7935 100644
--- a/static/css/txt/cuteanarchy.css
+++ b/static/css/txt/cuteanarchy.css
@@ -84,7 +84,7 @@ h3 span {
color: #7cafc2;
}
-.banner {
+#banner {
-webkit-filter: grayscale(60%);
filter: grayscale(60%);
}
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css
index 3079afe..9352597 100644
--- a/static/css/txt/gamer.css
+++ b/static/css/txt/gamer.css
@@ -175,7 +175,7 @@ form .msg {
#threads td {
color: #aaa;
}
-.footer {
+#footer {
color: #66B;
}
@media (max-width: 600px) {
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index 921ec7c..bc4273b 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -15,6 +15,9 @@ h2 a:active,
#n2:active {
color: #f48;
}
+#main_nav {
+ background: #cce;
+}
h2 a,
h4,
h4 a {
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index 5e9d431..38a49dc 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -11,7 +11,7 @@ body,
#main_nav {
background: #000;
}
-.banner,
+#banner,
.outerbox,
.thread,
#threads {