aboutsummaryrefslogtreecommitdiff
path: root/www/analyzer/menu.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/analyzer/menu.css')
-rw-r--r--www/analyzer/menu.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/www/analyzer/menu.css b/www/analyzer/menu.css
new file mode 100644
index 000000000000..8249c14197e4
--- /dev/null
+++ b/www/analyzer/menu.css
@@ -0,0 +1,40 @@
+/***************/
+/* page layout */
+/***************/
+
+[id=menu] {
+ position:fixed;
+ width:25ex;
+}
+[id=content] {
+ /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
+ position:absolute;
+ left:29ex;
+ padding-right:4ex;
+}
+
+/**************/
+/* menu style */
+/**************/
+
+#menu .submenu {
+ padding-top:1em;
+ display:block;
+}
+
+#menu label {
+ display:block;
+ font-weight: bold;
+ text-align: center;
+ color: #ffffff;
+ background-color: #2d58b7;
+}
+#menu a {
+ padding:0 .2em;
+ display:block;
+ text-align: center;
+ background-color: #EBF0FA;
+}
+#menu a:visited {
+ color:rgb(100,50,100);
+} \ No newline at end of file