summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense-dropdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-08 22:34:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-08 22:34:47 +0000
commit670ee6ca5377966f3c21369ec05c4886553b36ef (patch)
tree9cbc7896984ef7bb3f59a1bd69eefa0c4b44c201 /usr/local/www/themes/pfsense-dropdown
parent871a7352d6214325542ee5ce61fabca823746c31 (diff)
downloadpfsense-670ee6ca5377966f3c21369ec05c4886553b36ef.zip
pfsense-670ee6ca5377966f3c21369ec05c4886553b36ef.tar.gz
Set background color for body
Diffstat (limited to 'usr/local/www/themes/pfsense-dropdown')
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index ed6b5cf..4fa8c3b 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -13,11 +13,13 @@ form input {
font-size: 1.1em;
}
-
+body {
+ background-color: #ffffff;
+}
/* ID Based CSS Definitions */
#wrapper {
-
+
}
#header {
@@ -109,7 +111,7 @@ span#marquee-container {
top: -100px;
left: -10000px;
}
-div#marquee-text {
+div#marquee-text {
font-size: 1.18em;
font-weight: bold;
font: Verdana;
@@ -213,7 +215,7 @@ table#marquee div#container div#scroller {
/* initially hidden with absolute position */
#navigation ul li ul {
display: none;
- position: absolute;
+ position: absolute;
top: 2em;
left: 0px;
font-weight: normal;
@@ -230,7 +232,7 @@ table#marquee div#container div#scroller {
}
/* Show initial drop down upon mouse over, but do not show */
/* nested side drop menus within listed elements */
-#navigation ul li:hover ul {
+#navigation ul li:hover ul {
display: block;
cursor: hand;
}
OpenPOWER on IntegriCloud