aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ayashii.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/ayashii.css')
-rw-r--r--static/css/txt/ayashii.css27
1 files changed, 16 insertions, 11 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css
index ac94b4e..ad3d57f 100644
--- a/static/css/txt/ayashii.css
+++ b/static/css/txt/ayashii.css
@@ -18,7 +18,6 @@ h2:before {
h2 {
display: inline-block;
margin: 0;
- margin-bottom: 0.5em;
}
h2 span {
font-weight: initial;
@@ -65,13 +64,12 @@ button {
.threadnav a {
margin-left: 4px;
}
-.innerbox {
+.innerbox, .innerbox.links {
margin: 0;
padding: 0;
}
-.innerbox,
-.mainpage .thread,
-.deleted {
+.innerbox, .innerbox.links,
+.mainpage .thread {
margin-bottom: 1em;
padding-bottom: 1em;
}
@@ -98,10 +96,10 @@ h3 {
border: 1px inset gray;
}
.reply {
- margin-bottom: 0.5em;
+ margin-bottom: 0.25em;
}
.hidden {
- padding-bottom: 0.5em;
+ padding-bottom: 0.25em;
}
.reply:last-child {
border: 0;
@@ -131,6 +129,9 @@ h3 {
#size {
color: #fff;
}
+.mainpage .postform {
+ margin-top: 1em;
+}
#q-p {
background: #004040;
border: 1px solid #ddd;
@@ -138,7 +139,7 @@ h3 {
#q-p h4:before {
display: none;
}
-.postform,
+.orm,
.formpad {
padding-left: 0;
}
@@ -158,11 +159,15 @@ form .msg {
}
@media (max-width: 600px) {
body.mainpage {
- margin-left: 4px;
- margin-right: 4px;
+ margin-left: 5px;
+ margin-right: 5px;
+ }
+ #main_nav,
+ .banner {
+ padding-left: 0;
}
h2 span {
- font-size: initial;
+ font-size: 18px;
}
h4:before {
display: none;