summaryrefslogtreecommitdiff
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
parent4ebd0db0136932df7e8a6754c14084470786431b (diff)
downloadwebsite-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.tar.gz
website-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.tar.bz2
website-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.tar.xz
website-f5c4cc0c42e76a0957fdd69625e4785b0ecd3cdd.zip
Make menus look kinda like old ones
-rw-r--r--skins/foreground/assets/stylesheets/foundation.css9
-rw-r--r--skins/foreground/assets/stylesheets/tmw-custom.css14
2 files changed, 18 insertions, 5 deletions
diff --git a/skins/foreground/assets/stylesheets/foundation.css b/skins/foreground/assets/stylesheets/foundation.css
index 9ac59fd..ccc6df8 100644
--- a/skins/foreground/assets/stylesheets/foundation.css
+++ b/skins/foreground/assets/stylesheets/foundation.css
@@ -2887,13 +2887,16 @@ form.custom {
.top-bar-section .dropdown {
left: 0;
top: auto;
- background: transparent;
+ border: 1px solid black;
+ border-radius: 15px;
+ background: #CBA083;
min-width: 100%; }
.top-bar-section .dropdown li a {
color: white;
line-height: 1;
white-space: nowrap;
padding: 7px 15px;
+ border-radius: 15px;
background: #CBA083; }
.top-bar-section .dropdown li label {
white-space: nowrap;
@@ -3630,8 +3633,8 @@ kbd {
position: relative;
padding: 0.1875em 0.625em 0.25em;
font-size: 0.875em;
- background-color: #2ba6cb;
- color: white; }
+ background-color: #f2ebe7;
+ color: #2ba6cb; }
.label.radius {
-webkit-border-radius: 3px;
border-radius: 3px; }
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 {