summaryrefslogtreecommitdiff
path: root/skins/foreground/assets/stylesheets/tmw-custom.css
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2016-03-14 20:43:32 -0500
committerwushin <pasekei@gmail.com>2016-03-14 20:43:32 -0500
commitf5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd (patch)
tree08823f69d4b158f69d99416f2e3580761eb61cfe /skins/foreground/assets/stylesheets/tmw-custom.css
parent4ebd0db0136932df7e8a6754c14084470786431b (diff)
downloadwebsite-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.tar.gz
website-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.tar.bz2
website-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.tar.xz
website-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.zip
Make menus look kinda like old ones
Diffstat (limited to 'skins/foreground/assets/stylesheets/tmw-custom.css')
-rw-r--r--skins/foreground/assets/stylesheets/tmw-custom.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/skins/foreground/assets/stylesheets/tmw-custom.css b/skins/foreground/assets/stylesheets/tmw-custom.css
index c951219..c2fba3c 100644
--- a/skins/foreground/assets/stylesheets/tmw-custom.css
+++ b/skins/foreground/assets/stylesheets/tmw-custom.css
@@ -18,12 +18,21 @@ li.divider, li.divider.show-for-small {
float: none;
}
+div#catlinks {
+ background-color: #f2ebe7;
+ border: 1px solid black;
+ -moz-border-radius: 15px;
+ border-radius: 15px;
+ margin-top: 5px;
+ padding-left: 30px;
+}
+
div#content {
padding: 10px;
border: 1px solid black;
-moz-border-radius: 15px;
border-radius: 15px;
- background-color: white;
+ background-color: #F1D0BA;
}
h2#firstHeading {
@@ -43,6 +52,7 @@ div#bodyContent.mw-bodytext {
border: 1px solid black;
-moz-border-radius: 15px;
border-radius: 15px;
+ background-color: white;
}
li#p-server_status.has-dropdown.active {
@@ -50,7 +60,7 @@ li#p-server_status.has-dropdown.active {
}
.dropdown li:hover a {
- background: maroon;
+ background: #AB7958;
}
input[type="submit"], button, .button, .multipleTemplateAdder {