aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt')
-rw-r--r--static/css/txt/ayashii.css12
-rw-r--r--static/css/txt/bbs.css66
-rw-r--r--static/css/txt/blue moon.css2
-rw-r--r--static/css/txt/futanari.css7
-rw-r--r--static/css/txt/gamer.css15
-rw-r--r--static/css/txt/headline.css5
-rw-r--r--static/css/txt/mercury.css1
-rw-r--r--static/css/txt/postal.css3
-rw-r--r--static/css/txt/rizzona.css10
-rw-r--r--static/css/txt/ventanas.css2
-rw-r--r--static/css/txt/waves.css10
11 files changed, 67 insertions, 66 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index 6653a92..a2d1835 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -64,12 +64,14 @@ button {
.threadnav a {
margin-left: 4px;
}
-.innerbox, .innerbox.links {
+.innerbox,
+#bailinks {
margin: 0;
padding: 0;
}
-.innerbox, .innerbox.links,
-.mainpage .thread {
+.innerbox,
+#bailinks,
+.mainpage > .thread {
margin-bottom: 1em;
padding-bottom: 1em;
}
@@ -78,13 +80,13 @@ hr {
}
hr,
.innerbox,
-.mainpage .thread,
+.mainpage > .thread,
.reply,
.deleted,
h3 {
border-bottom: 2px groove gray;
}
-.links,
+#bailinks,
#listmenu {
text-align: left;
}
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 622ab7e..c7fa759 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -9,8 +9,10 @@ textarea {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
}
-body[data-brd="zonavip"], body[data-brd="zonavip"] textarea,
-body[data-brd="world"], body[data-brd="world"] textarea,
+body[data-brd="zonavip"],
+body[data-brd="zonavip"] textarea,
+body[data-brd="world"],
+body[data-brd="world"] textarea,
.threadnav {
font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif;
}
@@ -40,7 +42,7 @@ h3 {
margin: 8px 0;
line-height: 1em;
}
-h3 span {
+h3 > span {
display: inline-block;
font-weight: normal;
}
@@ -103,23 +105,32 @@ ul {
}
#main_nav {
font-size: 14px;
- padding: 3px 0;
+ line-height: 18px;
+ padding: 1px 0;
text-align: center;
width: 100%;
}
-#main_nav select {
+#main_nav > select {
font-size: 85%;
padding: 0;
}
-#main_nav a,
-#thread_nav a,
+#main_nav.mob {
+ position: fixed;
+ top: 0;
+ left: 0;
+ box-shadow: 0 1px 4px #000;
+ padding: 2px;
+ line-height: 1em;
+}
+#main_nav > a,
+#thread_nav > a,
#threadlinks a,
.threadlinks a,
label {
display: inline-block;
}
.outerbox,
-.mainpage .thread,
+.mainpage > .thread,
#footer {
margin: 0 2.5% 1em;
}
@@ -127,7 +138,9 @@ label {
padding: 7px;
margin: 7px;
}
-.innerbox.links {
+#bailinks {
+ font-size: 14px;
+ text-align: center;
padding: 3px;
}
.threadnav {
@@ -136,18 +149,14 @@ label {
#search {
margin-top: 0.5em;
}
-#search input {
+#search > input {
margin-right: 2px;
}
-#search input[type="text"] {
+#search > input[type="text"] {
padding: 4px;
max-width: 500px;
width: 100%;
}
-.links {
- font-size: 14px;
- text-align: center;
-}
#threadlinks {
margin-bottom: 0.5em;
text-align: center;
@@ -161,12 +170,12 @@ label {
flex-flow: row wrap;
font-size: 14px;
line-height: 1;
- max-height: 18em;
+ max-height: 15em;
overflow-y: auto;
overflow-x: hidden;
white-space: nowrap;
}
-#threadlist a {
+#threadlist > a {
-webkit-flex: 1 1 auto;
-moz-flex: 1 1 auto;
flex: 1 1 auto;
@@ -287,7 +296,7 @@ form .msg {
padding: 0.5em 2px;
text-align: left;
}
-#tr_preview .msg {
+#tr_preview > .msg {
margin: 0;
}
.warn {
@@ -332,23 +341,6 @@ form .msg {
margin-top: 0.5em;
line-height: 1em;
}
-#main_nav.mob {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- box-shadow: 0 0 4px #000;
- padding: 2px;
- line-height: 1em;
- font-size: 12px;
-}
-
-
-@media (min-width: 1600px) {
- #threadlist {
- max-height: 15em;
- }
-}
@media (max-width: 600px) {
body.threadpage {
@@ -385,7 +377,7 @@ form .msg {
.quoted {
font-size: 10px;
}
- #threadlist a {
+ #threadlist > a {
font-size: 10px;
padding: 6px 3px;
}
@@ -398,7 +390,7 @@ form .msg {
.del {
visibility: visible;
}
- .reply .msg,
+ .reply > .msg,
a.thumb {
margin: 8px;
}
diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css
index 9ac26ba..da73058 100644
--- a/static/css/txt/blue moon.css
+++ b/static/css/txt/blue moon.css
@@ -83,7 +83,7 @@ button:active {
margin: 0;
padding: 10px;
}
-.links {
+#bailinks {
padding-top: 5px;
}
#threadlist {
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 342c011..53ac646 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -34,7 +34,7 @@ h2 a,
h2 a:hover,
h3,
#size {
- color: #d1a28c;
+ color: #ff7a7a;
}
h2 span,
h3 span {
@@ -97,9 +97,6 @@ input[type="file"] {
border-bottom: 1px solid #10181f;
border-right: 1px solid #10181f;
}
-#settings {
- border-bottom: 8px solid #5e8db4;
-}
#threadbox {
border-top: 0;
margin-top: 0;
@@ -112,7 +109,7 @@ input[type="file"] {
#createbox .innerbox {
margin: 0;
}
-.innerbox.links {
+#bailinks {
background: #5b8bb4;
padding: 0.5em;
}
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css
index 9352597..ca7ab43 100644
--- a/static/css/txt/gamer.css
+++ b/static/css/txt/gamer.css
@@ -47,26 +47,26 @@ hr {
margin-bottom: -4px;
padding-bottom: 4px;
}
-#thread_nav a,
+#thread_nav > a,
#lastposts a,
#n2 {
color: #66b;
}
-#thread_nav a:active,
+#thread_nav > a:active,
#lastposts a:active,
#n2:active {
color: #afa;
}
-.links,
+#bailinks,
#threadlinks,
.threadlinks {
background: url("../img/g_bg3.png") top center;
color: #ff0;
}
h4 a,
-.threadnav a,
-.links a,
-#footer a {
+.threadnav > a,
+#bailinks > a,
+#footer > a {
text-decoration: none;
}
#threadlinks a,
@@ -135,7 +135,8 @@ h4,
background: #000;
border: 1px solid #111;
}
-.deleted, .hidden {
+.deleted,
+.hidden {
color: #777;
margin: 0;
}
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index 6c1a1bf..8e7f1dc 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -152,6 +152,11 @@ form .msg {
margin: 0;
padding: 0;
}
+ h2,
+ h3 {
+ display: block;
+ }
+ background: #eee;
.mainpage .postform,
.postform {
padding: .25em;
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index c727026..37d6778 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -163,6 +163,7 @@ form .msg {
h2,
h3 {
background-position: 2px 2px;
+ display: block;
padding-left: 0;
}
.mainpage .postform,
diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css
index 0c3c013..e0a6dd2 100644
--- a/static/css/txt/postal.css
+++ b/static/css/txt/postal.css
@@ -31,7 +31,6 @@ input[type="button"],
button {
background: #cbcbcb;
border: 0;
- padding: 2px 10px;
}
input[type="submit"]:active,
input[type="button"]:active,
@@ -118,7 +117,7 @@ h4 {
overflow: hidden;
padding: 0 10px 1em;
}
-.innerbox.links {
+#bailinks {
border-top: 1px solid #e5b98d;
margin: 0 -1px;
}
diff --git a/static/css/txt/rizzona.css b/static/css/txt/rizzona.css
index 29bd2c4..8d72634 100644
--- a/static/css/txt/rizzona.css
+++ b/static/css/txt/rizzona.css
@@ -15,19 +15,19 @@ a:active,
background: #aa0000;
border-bottom: 1px solid #000;
}
-#main_nav a, .innerbox.links a {
+#main_nav > a,
+#bailinks > a {
color: #000;
}
-#main_nav a:active,
-.innerbox.links a:active,
-.innerbox.links select {
+#main_nav > a:active,
+#bailinks > a:active {
color: #A91C1C;
background: rgb(255,207,97);
}
#titlebox > div:first-child {
margin-bottom: 1em;
}
-#titlebox .innerbox.links {
+#bailinks {
background: #aa0000;
}
.outerbox .innerbox {
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index b2fe8f9..9fd4984 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -148,7 +148,7 @@ select:focus {
padding: 10px;
margin: 2px;
}
-.links {
+#bailinks {
border: 1px solid;
border-color: #888 #dadada #dadada #888;
padding: 2px;
diff --git a/static/css/txt/waves.css b/static/css/txt/waves.css
index 6509afa..25f0112 100644
--- a/static/css/txt/waves.css
+++ b/static/css/txt/waves.css
@@ -17,7 +17,9 @@ a:active,
.outerbox, .mainpage .thread {
background: #95b5db;
}
-h1, h5, #threadlinks {
+h1,
+h5,
+#threadlinks {
background: #95b5db;
margin: -7px -7px 7px;
padding-bottom: 7px;
@@ -30,7 +32,7 @@ h1, h5, #threadlinks {
.outerbox .innerbox {
background: #cfe0f0;
}
-.innerbox.links {
+#bailinks {
background: #95b5db;
padding: 0;
}
@@ -121,7 +123,9 @@ form .msg {
body.threadpage {
margin: 5px 0;
}
- h1, h5, #threadlinks {
+ h1,
+ h5,
+ #threadlinks {
margin: -3px -3px 3px;
padding-bottom: 2px;
}