aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bios.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/bios.css')
-rw-r--r--static/css/txt/bios.css35
1 files changed, 20 insertions, 15 deletions
diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css
index 638297e..b6f912d 100644
--- a/static/css/txt/bios.css
+++ b/static/css/txt/bios.css
@@ -5,17 +5,16 @@ textarea,
color: #fff;
}
a,
-a .name,
.lastposts #n2 {
color: #ff0;
text-decoration: none;
}
a:focus,
a:active,
-a:active .name,
#n2:active {
background: #f00;
color: #fff;
+ outline: 0;
}
.mainpage .threadlinks a:before,
#threadlinks a:before,
@@ -64,7 +63,7 @@ h2,
h3 {
background: #fff;
color: #00a;
- margin: 0;
+ margin: 0 0 1px 0;
padding: 2px 8px;
}
h3 span {
@@ -160,21 +159,26 @@ h3 span {
border-style: double;
border-width: 4px 4px 1px;
}
-.reply,
-.deleted {
- border-top: 1px solid #fff;
- padding: 0.5em 0.75em 0;
+h4 {
+ background: #fff;
+ color: #00a;
+ padding: 0 0.5em;
+}
+h4 a,
+a .name {
+ color: #000;
}
-.threadpage .reply,
-.threadpage .deleted {
- padding: 0.5em 0.5em 0;
+h4 a:active,
+h4 a:focus,
+a:active .name,
+a:focus .name {
+ color: #fff;
}
.name em {
background: #fff;
color: #00f;
}
.q,
-.deleted,
.abbrev {
color: #5cf;
}
@@ -195,10 +199,8 @@ h3 span {
#q-p {
background: #00a;
border: 1px solid #fff;
-}
-#q-p .reply {
- border: 0;
- padding: 0;
+ box-shadow: 1em 1em #000;
+ paddding: 0;
}
.lastposts {
border-color: #fff;
@@ -242,4 +244,7 @@ form .msg {
h2 {
margin-bottom: 0.5em;
}
+ .mainpage .msg {
+ margin: 0.5em;
+ }
} \ No newline at end of file