aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.css
diff options
context:
space:
mode:
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