summaryrefslogtreecommitdiffstats
path: root/reports/site_media/layout.css
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-06-15 15:43:07 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-06-15 15:43:07 +0000
commit14724835e271422f196d97b9a5a65346fbb02e94 (patch)
treedf94850b8c8e95df1a3e57e7586638e44df353e7 /reports/site_media/layout.css
parent93fa7685dd976606273fc286a5f9988a1308cc85 (diff)
downloadbcfg2-14724835e271422f196d97b9a5a65346fbb02e94.tar.gz
bcfg2-14724835e271422f196d97b9a5a65346fbb02e94.tar.bz2
bcfg2-14724835e271422f196d97b9a5a65346fbb02e94.zip
Initial commit of Django based reporting subsystem. Only works with fake data so far...
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1883 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports/site_media/layout.css')
-rw-r--r--reports/site_media/layout.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/reports/site_media/layout.css b/reports/site_media/layout.css
new file mode 100644
index 000000000..f6f08098c
--- /dev/null
+++ b/reports/site_media/layout.css
@@ -0,0 +1,30 @@
+/* Page Structure */
+#container { position:absolute; top: 3em; margin-left:1em; margin-right:2em; padding:0; margin-top:1.5em; min-width: 650px; }
+#header { width:100%; }
+#content-main { float:left; }
+
+/* HEADER */
+#header { background:#000; color:#ffc; position:absolute;}
+#header a:link, #header a:visited { color:white; }
+#header a:hover { text-decoration:underline; }
+#branding h1 { padding:0 10px; font-size:18px; margin:8px 0; font-weight:normal; color:#f4f379; }
+#branding h2 { padding:0 10px; font-size:14px; margin:-8px 0 8px 0; font-weight:normal; color:#ffc; }
+#user-tools { position:absolute; top:0; right:0; padding:1.2em 10px; font-size:11px; text-align:right; }
+
+/*SIDEBAR*/
+#sidebar {float: left; position: relative; width: auto; height: 100%; margin-top: 3em; padding-right: 1.5em; padding-left: 1.5em; padding-top: 1em; padding-bottom:3em; background: #000; color:ffc; }
+a.sidebar:link {color: #fff;}
+a.sidebar:active {color: #fff;}
+a.sidebar:visited {color: #fff;}
+a.sidebar:hover {color: #fff;}
+ul.sidebar {
+ color: #ffc;
+ text-decoration: none;
+ list-style-type: none;
+ text-indent: -1em;
+}
+ul.sidebar-level2 {
+ text-indent: -2em;
+ list-style-type: none;
+ font-size: 11px;
+} \ No newline at end of file