summaryrefslogtreecommitdiff
path: root/www/menu.css
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-05-05 15:27:28 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-05-05 15:27:28 +0000
commitd213ffdf3befead3b8f5a0ba12ce1c2d9949525b (patch)
tree73cd07434c5081e3deb91dd54ac9e46e9c9e39ed /www/menu.css
initial import
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@130921 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 0000000..4a887b1
--- /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);
+}