aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rw-r--r--static/css/txt/blue moon.css10
-rw-r--r--static/css/txt/headline.css7
-rw-r--r--static/css/txt/mercury.css12
-rw-r--r--static/css/txt/void.css6
4 files changed, 26 insertions, 9 deletions
diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css
index 549ae0c..9ac26ba 100644
--- a/static/css/txt/blue moon.css
+++ b/static/css/txt/blue moon.css
@@ -30,8 +30,10 @@ a:active .name,
.row a:active {
color: #8c9fb4;
}
-h2, h2 a {
+h2,
+h2 a {
color: #eee;
+ margin: 0;
}
h3 {
color: #eee;
@@ -131,6 +133,9 @@ h5 {
color: #000;
margin-bottom: 0;
}
+.reply:first-child {
+ border-top: 2px solid #ddd;
+}
.name,
a .name {
color: #2b3037;
@@ -213,9 +218,6 @@ form .msg {
padding: 4px;
padding-left: 4px;
}
- h2 {
- margin-bottom: 4px;
- }
.threadpage .thread {
padding: 1px 4px 4px;
}
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index 24eb7d2..6c1a1bf 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -5,6 +5,9 @@ body,
textarea {
color: #000;
}
+#main_nav {
+ background:#fff;
+}
a,
#n2 {
color: #d60;
@@ -145,6 +148,10 @@ form .msg {
background: #ddd;
}
@media (max-width: 600px) {
+ .innerbox {
+ margin: 0;
+ padding: 0;
+ }
.mainpage .postform,
.postform {
padding: .25em;
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index bc4273b..c727026 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -30,7 +30,8 @@ h1 {
}
h2,
h3 {
- background: #DDDDE7 url(../img/rose.png) no-repeat scroll 0 50%;
+ background: #DDDDE7 url(../img/rose.png) no-repeat scroll;
+ background-position: 0 50%;
border-bottom: 2px solid #418;
display: table;
padding-left: 1em;
@@ -155,6 +156,15 @@ form .msg {
body {
background-position: 100% 125%;
}
+ .innerbox {
+ margin: 0;
+ padding: 0;
+ }
+ h2,
+ h3 {
+ background-position: 2px 2px;
+ padding-left: 0;
+ }
.mainpage .postform,
.postform {
padding: .25em;
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index 38a49dc..a3264a0 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -11,10 +11,7 @@ body,
#main_nav {
background: #000;
}
-#banner,
-.outerbox,
-.thread,
-#threads {
+img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@@ -46,6 +43,7 @@ h4,
.name,
.name b,
.date,
+.posterid,
.del a,
.pblock,
.postform span,