summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-31 03:01:59 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-31 03:01:59 +0000
commit0f5a136d0dd0bb6a15a9946756b1954a71bcc1eb (patch)
tree9ffc42fe70bd0a393a87f5d91111d5d743560e53 /usr/local
parent4dbc75b975990a72ac6f1892d7a5962905235b4c (diff)
downloadpfsense-0f5a136d0dd0bb6a15a9946756b1954a71bcc1eb.zip
pfsense-0f5a136d0dd0bb6a15a9946756b1954a71bcc1eb.tar.gz
adds alerts to the system, no links associated with them to acknowlege, will come soon.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/head.inc1
-rw-r--r--usr/local/www/themes/metallic/all.css61
-rw-r--r--usr/local/www/themes/metallic/bottom-loader.js14
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css72
-rw-r--r--usr/local/www/themes/pfsense/all.css90
5 files changed, 206 insertions, 32 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index adf8d2a..febf1c8 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -17,6 +17,7 @@ else
<link rel="stylesheet" href="/themes/<?php echo $g['theme']; ?>/all.css" media="all" />
<link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print">
<script type="text/javascript" src="/themes/<?php echo $g['theme']; ?>/loader.js"></script>
+
<?php if (!isset($closehead)){ ?>
</head>
<?php } ?>
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 25d26d6..7877132 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -69,10 +69,10 @@ iframe {
padding-left: 27px;
float: left;
}
-#header-right .normal {
+#header-right .container {
position: relative;
}
-#header-right .normal .left {
+#header-right .container .left {
position: relative;
float: left;
font-size: 1.3em;
@@ -81,13 +81,66 @@ iframe {
left: 4px;
display: none;
}
-#header-right .normal .right {
+#header-right .container .right {
position: relative;
float: right;
top: 22px;
padding-right: 4px;
+ z-index: 1;
+}
+
+#header-right .container .right #alerts {
+ position: relative;
+ background: url('images/alert_bgr.gif') no-repeat;
+ height: 39px;
+ width: 431px;
+ z-index: 1;
+ padding-top: 20px;
+ padding-left: 5px;
+ margin: 0px;
+}
+
+
+
+table#marquee {
+ position: relative;
+ top: -6px;
+ left: -5px;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ width: 424px;
+ background-color: transparent;
+ padding: 2px;
+ border: 0px;
+}
+span#marquee-container {
+ position: absolute;
+ visibility: hidden;
+ top: -100px;
+ left: -10000px;
+}
+div#marquee-text {
+ font-size: 1.18em;
+ font-weight: bold;
+ font: Verdana;
+}
+table#marquee div#container {
+ position: relative;
+ overflow: hidden;
+ width: 418px;
+ height: 20px;
+}
+table#marquee div#container div#scroller {
+ position: absolute;
+ left: 0px;
+ top: 0px;
}
+
+
+
+
#content {
position: relative;
top: -15px;
@@ -254,6 +307,8 @@ iframe {
+
+
/* Class Based CSS Definitions */
.pgtitle {
font-size: 18px;
diff --git a/usr/local/www/themes/metallic/bottom-loader.js b/usr/local/www/themes/metallic/bottom-loader.js
index 1358246..78e3eba 100644
--- a/usr/local/www/themes/metallic/bottom-loader.js
+++ b/usr/local/www/themes/metallic/bottom-loader.js
@@ -1,10 +1,10 @@
-<!--
+<!--
-NiftyCheck();
-Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
-Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
-Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
-Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
-Rounded("div#topbox","all","#FFF","#990000","smooth");
+ NiftyCheck();
+ Rounded("div#niftyMenu","top bottom","#FFFFFF","#000000","smooth");
+ Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
+ Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
+ Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
+ Rounded("div#topbox","all","#FFF","#990000","smooth");
//-->
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 6590396..575a6a7 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -53,24 +53,74 @@ form input {
padding-left: 27px;
float: left;
}
-#header-right .normal {
+
+#header-right .container .left {
position: relative;
+ top: 32px;
+ left: 9px;
+ font-size: 1.8em;
}
-#header-right .normal .left {
- position: relative;
- float: left;
- font-size: 1.3em;
+
+#header-right .container .right {
+ position: relative;
+ top: -8px;
+ left: 195px;
+}
+
+#header-right .container .right #alerts {
+ position: relative;
+ background: url('images/alert_bgr.gif') no-repeat;
+ height: 39px;
+ width: 431px;
+ z-index: 1;
+ padding-top: 20px;
+ padding-left: 5px;
+ margin: 0px;
+}
+
+
+
+table#marquee {
+ position: relative;
+ top: -6px;
+ left: -5px;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ width: 424px;
+ background-color: transparent;
+ padding: 2px;
+ border: 0px;
+}
+span#marquee-container {
+ position: absolute;
+ visibility: hidden;
+ top: -100px;
+ left: -10000px;
+}
+div#marquee-text {
+ font-size: 1.18em;
font-weight: bold;
- top: 15px;
- left: 4px;
+ font: Verdana;
}
-#header-right .normal .right {
+table#marquee div#container {
position: relative;
- float: right;
- top: 22px;
- padding-right: 4px;
+ overflow: hidden;
+ width: 418px;
+ height: 20px;
+}
+table#marquee div#container div#scroller {
+ position: absolute;
+ left: 0px;
+ top: 0px;
}
+
+
+
+
+
+
#content {
border-top: 1px solid #FFFFFF;
margin-top: 0px;
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index 8016005..c5507a2 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -16,6 +16,21 @@ form input {
/* ID Based CSS Definitions */
+
+#notices {
+ width: 795px;
+ background-color: #E1E4B8;
+ border: 1px solid #000000;
+ padding: 0px;
+ margin-bottom: 5px;
+}
+#notices ul {
+ margin: 0px;
+ padding: 5px;
+ padding-top: 3px;
+ list-style: none;
+}
+
#header {
height: 70px;
width: 800px;
@@ -49,24 +64,77 @@ form input {
padding-left: 27px;
float: left;
}
-#header-right .normal {
+
+#header-right .container .left {
position: relative;
+ top: 32px;
+ left: 9px;
+ font-size: 1.8em;
}
-#header-right .normal .left {
- position: relative;
- float: left;
- font-size: 1.3em;
- font-weight: bold;
- top: 15px;
- left: 4px;
-}
-#header-right .normal .right {
+
+#header-right .container .right {
position: relative;
float: right;
- top: 22px;
+ top: -9px;
padding-right: 4px;
+ z-index: 1;
}
+#header-right .container .right #alerts {
+ position: relative;
+ background: url('images/alert_bgr.gif') no-repeat;
+ height: 39px;
+ width: 431px;
+ z-index: 1;
+ padding-top: 20px;
+ padding-left: 5px;
+ margin: 0px;
+}
+
+
+
+table#marquee {
+ position: relative;
+ top: -6px;
+ left: -5px;
+ border: 0;
+ padding: 0;
+ margin: 0;
+ width: 424px;
+ background-color: transparent;
+ padding: 2px;
+ border: 0px;
+}
+span#marquee-container {
+ position: absolute;
+ visibility: hidden;
+ top: -100px;
+ left: -10000px;
+}
+div#marquee-text {
+ font-size: 1.18em;
+ font-weight: bold;
+ font: Verdana;
+}
+table#marquee div#container {
+ position: relative;
+ overflow: hidden;
+ width: 418px;
+ height: 20px;
+}
+table#marquee div#container div#scroller {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+}
+
+
+
+
+
+
+
+
#content {
border-top: 1px solid #FFFFFF;
margin-top: 0px;
OpenPOWER on IntegriCloud