aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.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/headline.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/txt/headline.css')
-rw-r--r--static/css/txt/headline.css81
1 files changed, 34 insertions, 47 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index 1d9b186..c512f99 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -6,8 +6,7 @@ textarea {
color: #000;
}
a,
-#n2,
-h3 span {
+#n2 {
color: #d60;
}
a:active .name,
@@ -33,16 +32,7 @@ h2,
h3 {
background: #eee;
border-bottom: 2px solid #f70;
- display: inline-block;
- padding: 2px 3px;
-}
-h3 {
- margin: 0.7em 0;
-}
-h4 {
- background: #eee;
- border-bottom: 1px solid #bbb;
- padding: 0 3px;
+ display: table;
}
hr {
display: none;
@@ -67,20 +57,17 @@ button:active {
background: #ccc;
border-style: solid;
}
-.outerbox,
-#titlebox .innerbox:first-child,
+.outerbox .innerbox,
.postform,
.lastposts {
background: #eee;
border-bottom: 2px solid #bbb;
}
-.innerbox {
+.outerbox .innerbox {
+ border-bottom: 2px solid #bbb;
margin: 0;
padding: 10px;
}
-.thread .innerbox {
- padding: 0;
-}
#threadlist {
background: #fff;
border: 1px inset #bbb;
@@ -91,15 +78,21 @@ button:active {
}
#thread_nav {
border-bottom: 2px solid #f70;
- padding: 0 0 6px 6px;
+ padding-bottom: 6px;
}
.mainpage .first div.msg::first-letter {
font-size: 1.5em;
text-transform: uppercase;
}
+.reply {
+ border-bottom: 1px solid #eee;
+ margin-top: 0.5em;
+}
+.hidden, .deleted {
+ margin: 0;
+}
.name em {
color: #009;
- font-style: normal;
}
.q,
.abbrev {
@@ -111,39 +104,37 @@ button:active {
}
.msg hr {
display: block;
- max-width: 500px;
- margin-left: 0;
-}
-#size {
- color: #d60;
-}
-.deleted h4 {
- color: #afafaf;
}
#q-p {
background: #fff;
border: 1px solid #bbb;
- border-bottom: 2px solid #bbb;
padding: 0;
}
-.lastposts {
- padding: 8px;
+#q-p .reply {
+ padding: 0 0.5em;
}
-.threadpage .threadlinks {
- margin: 0 0 3px;
+#q-p .reply:last-child {
+ border-bottom: 0;
}
-.postform {
- padding: 10px;
+.mainpage .postform {
+ margin: 0;
+}
+.postform, .lastposts {
+ background: #eee;
+ border-bottom: 2px solid #bbb;
+ margin-top: 0;
+ padding: .5em;
+}
+.lastposts {
+ background-image: none;
}
form .msg {
border: 1px dashed #000;
background: #fff;
- margin: 0;
- padding: 0.5em 0.15em;
}
#threads th {
background: #eee;
- border-bottom: 1px solid #f70;
+ border-bottom: 2px solid #f70;
}
#threads tr:nth-child(odd) {
background: #fff;
@@ -152,13 +143,9 @@ form .msg {
background: #ddd;
}
@media (max-width: 600px) {
- .thread .innerbox {
- padding: 4px;
- }
- .innerbox,
- .postform,
- .mainpage .postform {
- padding: 4px;
- padding-left: 4px;
+ .mainpage .postform,
+ .postform {
+ padding: .25em;
+ padding-left: .25em;
}
-}
+} \ No newline at end of file