summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/nervecenter/graphlink.css
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-17 18:43:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-17 18:43:13 +0000
commitec7d094f6466bbda7b8cf728e1201d59e00d1ec2 (patch)
tree5c67b0b522505019848764b64e6311601351f162 /usr/local/www/themes/nervecenter/graphlink.css
parent4bee86729f13edd6bbcf4a364c0152b6d8d9d9d1 (diff)
downloadpfsense-ec7d094f6466bbda7b8cf728e1201d59e00d1ec2.zip
pfsense-ec7d094f6466bbda7b8cf728e1201d59e00d1ec2.tar.gz
MFC nervecenter theme
Seems to work okay on RELENG_1 so far. May need a few tweaks here and there.
Diffstat (limited to 'usr/local/www/themes/nervecenter/graphlink.css')
-rw-r--r--usr/local/www/themes/nervecenter/graphlink.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/usr/local/www/themes/nervecenter/graphlink.css b/usr/local/www/themes/nervecenter/graphlink.css
new file mode 100644
index 0000000..13f65f0
--- /dev/null
+++ b/usr/local/www/themes/nervecenter/graphlink.css
@@ -0,0 +1,43 @@
+/*******************************************************************************
+ $Id$
+
+ This file is part of the GraphLink software.
+ GraphLink is distributed under the MIT License.
+ Copyright (C) 2005-2006 Max Khitrov <max@mxsoft.org>
+*******************************************************************************/
+
+/**
+ * Defines the background image used for the graph, as well as the actual data
+ * locations.
+ * Use padding-left and padding-top to align the data area correctly with your
+ * background image.
+ * Width and height should same as the dimensions of the image, minus the
+ * padding values in both directions.
+ */
+div.GraphLink {
+ width: 212px;
+ height: 60px;
+ padding-left: 38px;
+ padding-top: 10px;
+ background-image: url(/themes/nervecenter/images/misc/graph.png);
+ overflow: hidden;
+}
+
+/**
+ * Defines the data display area. Modify to fit your background image.
+ */
+div.GraphLinkData {
+ width: 200px;
+ height: 50px;
+ overflow: hidden;
+}
+
+/**
+ * Defines the look of one bar. Nothing to change here other than the color.
+ */
+span.GraphLinkBar {
+ background-color: #990000;
+ height: 100%;
+ float: left;
+ overflow: hidden;
+}
OpenPOWER on IntegriCloud