diff options
author | Choom | 2023-01-16 05:32:08 -0300 |
---|---|---|
committer | Choom | 2023-01-18 22:06:34 -0300 |
commit | 542e8d1452130079ae47f7a56328f8421e56f5ab (patch) | |
tree | 37c15cdd5803f05ad5a36fb2e62cd05ad3fc6ef3 /static/css/spc | |
parent | 53056e445626d21523a799c8d8f03b16f24b0c47 (diff) | |
download | weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.tar.gz weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.tar.xz weabot-542e8d1452130079ae47f7a56328f8421e56f5ab.zip |
Config para el usuario
Diffstat (limited to 'static/css/spc')
-rw-r--r-- | static/css/spc/material.css | 2 | ||||
-rw-r--r-- | static/css/spc/material_normal.css | 2 | ||||
-rw-r--r-- | static/css/spc/navidad.css | 4 | ||||
-rw-r--r-- | static/css/spc/valentin.css | 4 | ||||
-rw-r--r-- | static/css/spc/valentin2.css | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/static/css/spc/material.css b/static/css/spc/material.css index 02eb49e..cbae764 100644 --- a/static/css/spc/material.css +++ b/static/css/spc/material.css @@ -59,7 +59,7 @@ h2 span, .threadnav, hr, #size, -.banner, +#banner, .threadpage .postform br { display: none; } diff --git a/static/css/spc/material_normal.css b/static/css/spc/material_normal.css index 0c75456..7011925 100644 --- a/static/css/spc/material_normal.css +++ b/static/css/spc/material_normal.css @@ -56,7 +56,7 @@ h4 { } hr, #size, -.banner, +#banner, .threadpage .postform br { display: none; } diff --git a/static/css/spc/navidad.css b/static/css/spc/navidad.css index 19621bb..55177e4 100644 --- a/static/css/spc/navidad.css +++ b/static/css/spc/navidad.css @@ -20,7 +20,7 @@ a:hover { clear: both; float: right; } -.logo { +#logo { clear: both; text-align: center; font-size: 2em; @@ -56,7 +56,7 @@ a:hover { color: #fff; font-weight: 800; } -.footer { +#footer { text-align: center; font-size: 12px; font-family: serif; diff --git a/static/css/spc/valentin.css b/static/css/spc/valentin.css index cf70219..5a96e5b 100644 --- a/static/css/spc/valentin.css +++ b/static/css/spc/valentin.css @@ -21,7 +21,7 @@ a:hover { clear: both; float: right; } -.logo { +#logo { clear: both; text-align: center; font-size: 2em; @@ -57,7 +57,7 @@ a:hover { color: #2c5700; font-weight: 800; } -.footer { +#footer { text-align: center; font-size: 12px; font-family: serif; diff --git a/static/css/spc/valentin2.css b/static/css/spc/valentin2.css index 83f76d3..f908139 100644 --- a/static/css/spc/valentin2.css +++ b/static/css/spc/valentin2.css @@ -20,7 +20,7 @@ a:hover { clear: both; float: right; } -.logo { +#logo { clear: both; text-align: center; font-size: 2em; @@ -58,7 +58,7 @@ a:hover { color: #666; font-weight: 800; } -.footer { +#footer { text-align: center; font-size: 12px; font-family: serif; |