aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/amber.css5
-rw-r--r--static/css/txt/ayashii.css2
-rw-r--r--static/css/txt/baisano.css16
-rw-r--r--static/css/txt/bbs.css10
-rw-r--r--static/css/txt/berries.css7
-rw-r--r--static/css/txt/bios.css7
-rw-r--r--static/css/txt/blue moon.css7
-rw-r--r--static/css/txt/ciber.css4
-rw-r--r--static/css/txt/cuteanarchy.css6
-rw-r--r--static/css/txt/futanari.css25
-rw-r--r--static/css/txt/gamer.css7
-rw-r--r--static/css/txt/headline.css6
-rw-r--r--static/css/txt/mercury.css1
-rw-r--r--static/css/txt/postal.css5
-rw-r--r--static/css/txt/ventanas.css5
-rw-r--r--static/css/txt/void.css2
16 files changed, 42 insertions, 73 deletions
diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css
index 4f24254..100a4a2 100644
--- a/static/css/txt/amber.css
+++ b/static/css/txt/amber.css
@@ -23,8 +23,8 @@ h4 {
padding: 0 3px;
}
h4 a,
-.name,
-.name a {
+h4 > .name,
+h4 > .trip {
color: #000;
}
h1:after,
@@ -129,7 +129,6 @@ button:active {
.q {
color: #d4b300;
}
-
.yt {
background: #000;
border: 1px solid #f9690e;
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index e4c3343..3103143 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -3,12 +3,10 @@ body {
color: #fff;
}
a,
-a .name,
#n2:active {
color: #efe;
}
a:active,
-a:active .name,
#n2:active {
color: #f00;
}
diff --git a/static/css/txt/baisano.css b/static/css/txt/baisano.css
index a5d1a7e..a3ce009 100644
--- a/static/css/txt/baisano.css
+++ b/static/css/txt/baisano.css
@@ -13,21 +13,13 @@ body.threadpage {
background: #efefef;
}
a,
-a .name,
#n2 {
color: #00f;
}
a:active,
-a:active .name,
#n2:active {
color: #f00;
}
-body[data-brd="zonavip"] a .name {
- color: #00f;
-}
-body[data-brd="zonavip"] a .name:active {
- color: #f00;
-}
h2 a {
color: #f00;
}
@@ -70,13 +62,13 @@ h4 {
background: #efefef;
border: 1px outset #fff;
}
-.name,
+h4 > .name,
+h4 > .trip,
.abbrev {
color: green;
}
-body[data-brd="zonavip"] .name,
-body[data-brd="zonavip"] .abbrev
-{
+body[data-brd="zonavip"] h4 > .name,
+body[data-brd="zonavip"] h4 > .trip {
color: #f00;
}
.name em {
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 83d1148..7eb496f 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -71,11 +71,6 @@ button {
color: #333;
padding: 3px 1em;
}
-input[type="submit"],
-input[type="button"],
-button {
- background: #e8e8e8;
-}
input[type="submit"]:active,
input[type="button"]:active,
input[type="button"].active,
@@ -158,7 +153,7 @@ label {
margin-right: 2px;
}
#search > input[type="text"] {
- padding: 4px;
+ padding: 6px;
max-width: 500px;
width: 100%;
}
@@ -204,6 +199,9 @@ label {
font-weight: bold;
text-decoration: none;
}
+.name {
+ font-weight: bold;
+}
.name em {
font-style: normal;
}
diff --git a/static/css/txt/berries.css b/static/css/txt/berries.css
index fd0e5a0..8337fd3 100644
--- a/static/css/txt/berries.css
+++ b/static/css/txt/berries.css
@@ -21,14 +21,10 @@ body.threadpage:before {
opacity: 0.1;
}
a,
-a .name,
#n2 {
color: #9d81be;
}
a:active,
-a:focus,
-a:active .name,
-a:focus .name,
#n2:active {
color: #5d4d72;
}
@@ -115,7 +111,8 @@ h4 {
.threadpage .thread {
color: #ced1cf;
}
-.name,
+h4 > .name,
+h4 > .trip,
.abbrev {
color: #bd689a;
}
diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css
index 2974d57..8542d6e 100644
--- a/static/css/txt/bios.css
+++ b/static/css/txt/bios.css
@@ -126,14 +126,11 @@ h4 {
background: #fff;
color: #00a;
}
-h4 a,
-a .name {
+h4 a {
color: #000;
}
h4 a:active,
-h4 a:focus,
-a:active .name,
-a:focus .name {
+h4 a:focus {
color: #fff;
}
.name em {
diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css
index da73058..41e00ce 100644
--- a/static/css/txt/blue moon.css
+++ b/static/css/txt/blue moon.css
@@ -26,7 +26,6 @@ form a,
#main_nav a:active,
.reply a:active,
#q-p a:active,
-a:active .name,
.row a:active {
color: #8c9fb4;
}
@@ -136,8 +135,8 @@ h5 {
.reply:first-child {
border-top: 2px solid #ddd;
}
-.name,
-a .name {
+h4 > .name,
+h4 > .trip {
color: #2b3037;
}
.name em {
@@ -150,7 +149,7 @@ a .name {
a.thumb {
background: #fff;
color: #000080;
- margin: 10px;
+ margin: 12px;
}
.msg hr {
display: block;
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index 12e99a8..fd54221 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -30,9 +30,7 @@ h4 {
padding: 0 3px;
}
h4,
-h4 a,
-.name,
-.name a {
+h4 a {
color: #9370db;
}
h1,
diff --git a/static/css/txt/cuteanarchy.css b/static/css/txt/cuteanarchy.css
index a1d7935..de15e56 100644
--- a/static/css/txt/cuteanarchy.css
+++ b/static/css/txt/cuteanarchy.css
@@ -138,19 +138,17 @@ h3 span {
}
a,
-a .name,
#n2 {
color: #e39edc;
}
-.name,
-.hidden {
+h4 > .name,
+h4 > .trip {
color: #7ca380;
text-shadow: 2px 0 11px #ffd7c6;
background-image: url("/static/css/img/bg1.gif");
}
-.name,
.abbrev {
color: #e9b2c8;
}
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 53ac646..3362d57 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -3,17 +3,14 @@ body {
color: #fff;
}
a,
-a .name,
#n2 {
color: #dfca89;
}
a:hover,
-a:hover .name,
#n2:hover {
color: #ffe9a4;
}
a:active,
-a:active .name,
#n2:active {
color: #d00;
}
@@ -40,14 +37,13 @@ h2 span,
h3 span {
color: #ccc;
}
-input,
input[type="text"],
textarea,
select {
- border-top: 1px solid #333;
- border-left: 1px solid #333;
- border-bottom: 1px solid #ccc;
- border-right: 1px solid #ccc;
+ border-top: 1px solid #000;
+ border-left: 1px solid #000;
+ border-bottom: none;
+ border-right: none;
}
input[type="submit"],
input[type="button"],
@@ -56,8 +52,8 @@ button {
color: #343b4d;
border-top: 1px solid #85c8ff;
border-left: 1px solid #85c8ff;
- border-bottom: 1px solid #40607c;
- border-right: 1px solid #40607c;
+ border-bottom: 1px solid #10181f;
+ border-right: 1px solid #10181f;
}
input[type="submit"]:hover,
input[type="button"]:hover,
@@ -69,9 +65,9 @@ input[type="button"]:active,
input[type="button"].active,
button:active {
background: #7979a5;
- color: #191d25;
- border-top: 1px solid #40607c;
- border-left: 1px solid #40607c;
+ color: #10181f;
+ border-top: 1px solid #10181f;
+ border-left: 1px solid #10181f;
border-bottom: 1px solid #85c8ff;
border-right: 1px solid #85c8ff;
}
@@ -141,7 +137,8 @@ h4:hover {
.abbrev {
color: #999;
}
-.name {
+h4 > .name,
+h4 > .trip {
color: #afd775;
}
.name em {
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css
index ca7ab43..e579bfa 100644
--- a/static/css/txt/gamer.css
+++ b/static/css/txt/gamer.css
@@ -5,12 +5,11 @@ body {
background: #000 url("../img/g_bg.png") fixed;
}
a,
-.name,
-a .name {
+h4 > .name,
+h4 > .trip {
color: #7f6;
}
-a:active,
-a:active .name {
+a:active {
color: #fff;
}
h1,h2,h3,h5,
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index 8e7f1dc..82b908f 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -12,16 +12,16 @@ a,
#n2 {
color: #d60;
}
-a:active .name,
+a:active,
h2 a:active,
h4 a:active,
-a:active,
#n2:active {
color: #fa4;
}
h2 a,
+h4 > .name,
+h4 > .trip
.del a,
-.name,
h4 a,
h4 {
color: #000;
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index 37d6778..9323485 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -10,7 +10,6 @@ a,
color: #32a;
}
a:active,
-a:active .name,
h2 a:active,
#n2:active {
color: #f48;
diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css
index e0a6dd2..d95e049 100644
--- a/static/css/txt/postal.css
+++ b/static/css/txt/postal.css
@@ -6,12 +6,10 @@ body {
background: #e5b98d;
}
a,
-a .name,
#n2 {
color: #3683c2;
}
a:active,
-a:active .name,
#n2:active {
color: #e9976b;
}
@@ -121,7 +119,8 @@ h4 {
border-top: 1px solid #e5b98d;
margin: 0 -1px;
}
-.name,
+h4 > .name,
+h4 > .trip,
.abbrev {
color: #416d91;
}
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index 9fd4984..6fac0fa 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -20,12 +20,10 @@ body.threadpage,
color: white;
}
a,
-a .name,
#n2 {
color: #00f;
}
a:active,
-a:active .name,
#n2:active {
color: #f00;
}
@@ -179,7 +177,8 @@ select:focus {
.hidden, .deleted {
margin-bottom: 0.5em;
}
-.name,
+h4 > .name,
+h4 > .trip,
.abbrev {
color: #444;
}
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index a3264a0..5c935f2 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -41,7 +41,7 @@ input[type="button"].active,
button:active,
h4,
.name,
-.name b,
+.trip,
.date,
.posterid,
.del a,