aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ciber.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/ciber.css')
-rw-r--r--static/css/txt/ciber.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index e5449b7..ed7e95b 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -6,6 +6,11 @@ body,
h3 {
color: #ba55d3;
}
+body.threadpage {
+ margin: 0;
+ padding: 8px;
+ box-shadow: inset 0 0 25px;
+}
a,
h2 a,
#n2 {
@@ -19,6 +24,7 @@ h4 {
background: #2a4a75;
padding: 0 7px;
text-shadow: 0 2px #000;
+ padding: 1px 0;
}
.threadpage h4 {
padding: 0 3px;
@@ -224,6 +230,11 @@ form .msg {
text-shadow: 0 0 8px;
}
@media (max-width: 600px) {
+ body.threadpage {
+ margin: 0;
+ padding: 5px;
+ box-shadow: inset 0 0 5px;
+ }
.mainpage .postform {
padding: 0.25em;
}