summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes/pfsense_ng_fs/graphlink.css
diff options
context:
space:
mode:
authorCharlie Marshall <charlie0440@gmail.com>2013-06-30 14:45:02 +0100
committerCharlie Marshall <charlie0440@gmail.com>2013-06-30 14:45:02 +0100
commitca794dd1f9146be3bfb07894b249445d77c15bd5 (patch)
tree9cd1da8b6d2495b01a171f62a90b66cc02b97314 /usr/local/www/themes/pfsense_ng_fs/graphlink.css
parent43d7e83e107d9ba5b1d814e9a8d1d2f39ce3e374 (diff)
downloadpfsense-ca794dd1f9146be3bfb07894b249445d77c15bd5.zip
pfsense-ca794dd1f9146be3bfb07894b249445d77c15bd5.tar.gz
clone pfsense_ng theme
Diffstat (limited to 'usr/local/www/themes/pfsense_ng_fs/graphlink.css')
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/graphlink.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/usr/local/www/themes/pfsense_ng_fs/graphlink.css b/usr/local/www/themes/pfsense_ng_fs/graphlink.css
new file mode 100644
index 0000000..521059e
--- /dev/null
+++ b/usr/local/www/themes/pfsense_ng_fs/graphlink.css
@@ -0,0 +1,43 @@
+/*******************************************************************************
+ $Id: graphlink.css,v 1.2.2.1 2007/01/17 18:43:30 sullrich Exp $
+
+ 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