about summary refs log tree commit diff homepage
path: root/www/menu.css
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-03-15 05:28:32 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-03-15 05:28:32 +0000
commitf2822ba876defa890c06e179b6f015b9d483c719 (patch)
tree90316e70a68daf3baddbe92318205c0daa873da6 /www/menu.css
downloadklee-f2822ba876defa890c06e179b6f015b9d483c719.tar.gz
Stub out klee project.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@67019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/menu.css')
-rw-r--r--www/menu.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/www/menu.css b/www/menu.css
new file mode 100644
index 00000000..6e96a457
--- /dev/null
+++ b/www/menu.css
@@ -0,0 +1,39 @@
+/***************/
+/* 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;
+	background-color: rgb(192,192,192);
+}
+#menu a {
+	padding:0 .2em;
+	display:block;
+	text-align: center;
+	background-color: rgb(235,235,235);
+}
+#menu a:visited {
+	color:rgb(100,50,100);
+}
\ No newline at end of file