aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/mercury.css
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-19 02:33:51 -0300
committerLibravatar Choom 2023-01-19 04:26:01 -0300
commit5d9a1998fe63b86aff68793e48e961fa2df8e676 (patch)
tree2ac6e436538ac3733a48078cc98d45bdd29b6eb2 /static/css/txt/mercury.css
parent6f6263415be7d893e332d6e6c3404c453304e9e4 (diff)
downloadweabot-5d9a1998fe63b86aff68793e48e961fa2df8e676.tar.gz
weabot-5d9a1998fe63b86aff68793e48e961fa2df8e676.tar.xz
weabot-5d9a1998fe63b86aff68793e48e961fa2df8e676.zip
Config para el usuario
Diffstat (limited to 'static/css/txt/mercury.css')
-rw-r--r--static/css/txt/mercury.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index bc4273b..c727026 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -30,7 +30,8 @@ h1 {
}
h2,
h3 {
- background: #DDDDE7 url(../img/rose.png) no-repeat scroll 0 50%;
+ background: #DDDDE7 url(../img/rose.png) no-repeat scroll;
+ background-position: 0 50%;
border-bottom: 2px solid #418;
display: table;
padding-left: 1em;
@@ -155,6 +156,15 @@ form .msg {
body {
background-position: 100% 125%;
}
+ .innerbox {
+ margin: 0;
+ padding: 0;
+ }
+ h2,
+ h3 {
+ background-position: 2px 2px;
+ padding-left: 0;
+ }
.mainpage .postform,
.postform {
padding: .25em;