aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css38
1 files changed, 9 insertions, 29 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 97fbc8f..628eac7 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -9,6 +9,11 @@ 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,
+.threadnav {
+ font-family: Mona,'MS PGothic',IPAMonaPGothic,sans-serif;
+}
body.mainpage,
body.threads {
margin: 0;
@@ -138,7 +143,6 @@ label {
}
.threadnav {
float: right;
- font-family: mona, monapo, ipamonapgothic, monapo, "ms pgothic", yozfontaa97;
}
#search input {
margin-right: 2px;
@@ -171,7 +175,7 @@ label {
}
.reply {
clear: both;
- line-height: 1.25em;
+ line-height: 18px;
margin-bottom: 1em;
overflow: hidden;
}
@@ -349,10 +353,7 @@ form .msg {
#content.grid .row div {
display: inline;
}
-@media (max-width: 720px) {
- body {
- font-size: 15px;
- }
+@media (max-width: 600px) {
br {
line-height: 0.5em;
}
@@ -385,7 +386,7 @@ form .msg {
.postform br {
display: none;
}
- div.reply {
+ div.reply, .deleted {
margin-bottom: 0.5em;
}
.num {
@@ -417,7 +418,7 @@ form .msg {
width: 100%;
}
.postform textarea {
- height: 100px;
+ height: 128px;
}
form,
#thread_nav,
@@ -434,24 +435,3 @@ form .msg {
padding: 0 2px;
}
}
-
-.iidx {
- animation-name: notice;
- animation-duration: 0.16s;
- animation-iteration-count: infinite;
- animation-direction: alternate;
-}
-@keyframes notice {
- 0% {
- color: #ffa400;
- }
- 25% {
- color: #467fff;
- }
- 50% {
- color: #ff5a98;
- }
- 100% {
- color: #d0ffe1;
- }
-}