aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.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/ventanas.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/txt/ventanas.css')
-rw-r--r--static/css/txt/ventanas.css24
1 files changed, 18 insertions, 6 deletions
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index c98e872..db2a495 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -44,10 +44,9 @@ h2,
h5 {
background: #010081;
color: #fff;
- font-size: 21px;
font-weight: bold;
- margin: -11px -11px 11px;
- padding: 2px;
+ margin: -11px -11px 0.5em;
+ padding: 3px;
}
h2 a,
h2 a:active {
@@ -140,8 +139,8 @@ select:focus {
#threadlinks:before {
content: "";
display: block;
- height: 15px;
- margin-bottom: 5px;
+ height: 0.5em;
+ margin-bottom: 0.5em;
}
.innerbox {
padding: 10px;
@@ -234,7 +233,20 @@ form .msg {
border: 1px solid #000;
}
@media (max-width: 600px) {
+ h1,
+ h2,
+ #threadlinks:before,
+ h5 {
+ margin: -4px -4px 0.5em;
+ }
+ .threadnav {
+ margin: -4px;
+ }
+ .innerbox {
+ padding: 3px;
+ margin: 2px;
+ }
#createbox form {
margin: -10px;
}
-}
+} \ No newline at end of file