summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/code-red/styles/menustyles.css
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-04 09:31:30 -0500
committersullrich <sullrich@pfsense.org>2009-12-04 09:31:30 -0500
commit753157acf02922d82055893c23b2f7324bf7560c (patch)
tree4a3e4ce69ccd7ac8b53af7c67383a4e82f0b891c /usr/local/www/themes/code-red/styles/menustyles.css
parent3d8237f43f5cf7683288286a9187292d0a24a90b (diff)
downloadpfsense-753157acf02922d82055893c23b2f7324bf7560c.zip
pfsense-753157acf02922d82055893c23b2f7324bf7560c.tar.gz
Adding code-red theme from cheesyboofs via forum. http://forum.pfsense.org/index.php/topic,14282.0.html
Diffstat (limited to 'usr/local/www/themes/code-red/styles/menustyles.css')
-rwxr-xr-xusr/local/www/themes/code-red/styles/menustyles.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/usr/local/www/themes/code-red/styles/menustyles.css b/usr/local/www/themes/code-red/styles/menustyles.css
new file mode 100755
index 0000000..e30dc1e
--- /dev/null
+++ b/usr/local/www/themes/code-red/styles/menustyles.css
@@ -0,0 +1,44 @@
+#navigation {
+ /* border:1px solid black; */
+ width: 98%;
+ vertical-align: middle;
+ height: 16px;
+ padding-top: 4px;
+ }
+
+#menu {
+ /* background: #990000; */
+ /* border-bottom:1px solid white; */
+ padding: 0 0 0 0;
+ width: 98%;
+ vertical-align: middle;
+ height: 16px;
+ }
+#menu a {
+ padding: 2px 28px 4px 28px;
+ text-decoration: none;
+ font-weight: bold;
+ font-size: 1.0em;
+ color: #FFFFFF;
+ width: 08%;
+ height: 16px;
+ }
+#menu a.hover {
+ background: #AF2020;
+ }
+#menu span {
+ display: none;
+ }
+
+#subnav {
+ font-size: 10px;
+ margin-bottom: 2em;
+ }
+#subnav a {
+ color: #FF0000; /* #FB3B00; */
+ margin-right: 1em;
+ }
+#subnav span {
+ color: silver;
+ margin-right: 1em;
+ }
OpenPOWER on IntegriCloud