aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/futanari.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/futanari.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/txt/futanari.css')
-rw-r--r--static/css/txt/futanari.css35
1 files changed, 9 insertions, 26 deletions
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 1a0b80d..348a48e 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -20,10 +20,6 @@ h1 {
margin: -10px -10px 10px;
padding: 10px;
}
-h2 span {
- color: #aaa;
- margin-right: 2px;
-}
h2 a,
h2 a:active {
color: #de9d7f;
@@ -31,14 +27,10 @@ h2 a:active {
}
h3 {
color: #de9d7f;
- margin: 0.7em 0;
}
h3 span {
color: #909090;
}
-hr {
- display: none;
-}
input,
input[type="submit"],
input[type="button"],
@@ -67,14 +59,12 @@ button:active {
}
.outerbox {
background: #3b6b94;
+ color: #cfc;
}
-.innerbox {
+.outerbox .innerbox {
margin: 0;
padding: 10px;
}
-.thread .innerbox {
- padding: 0;
-}
.links {
background: #5b8bb4;
}
@@ -94,7 +84,10 @@ button:active {
color: #afd775;
}
.name em {
- color: #009;
+ color: #ff0;
+}
+.date {
+ color: #B2C1CC;
}
.del a {
color: #fff;
@@ -109,9 +102,6 @@ button:active {
background: #2f587a;
border: 1px solid #1b2933;
}
-.msg hr {
- display: block;
-}
.deleted {
color: #afafaf;
margin-bottom: 24px;
@@ -129,6 +119,7 @@ button:active {
background: #3b6b94;
}
.postform {
+ color: #cfc;
padding: 10px;
}
.threadpage .threadlinks {
@@ -145,10 +136,6 @@ form .msg {
#q-p .msg {
margin-bottom: 8px;
}
-.lastposts {
- background: #5b8bb4;
- padding: 8px;
-}
#threads th {
background: #3b6b94;
}
@@ -159,12 +146,8 @@ form .msg {
background: #294b68;
}
@media (max-width: 600px) {
- .thread .innerbox {
- padding: 4px;
- }
- .innerbox,
.postform,
.mainpage .postform {
- padding: 4px;
+ padding: 0.25em;
}
-}
+} \ No newline at end of file