aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ayashii.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-31 06:07:15 -0300
committerLibravatar junk 2021-04-08 14:14:40 -0400
commite9a0a02f9e17a7a03e39d066c8157285e774a376 (patch)
treef2792c6390d5560e66f85e9053968d7f27695c9a /static/css/txt/ayashii.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
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;