Kevin | bc8e50f | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 1 | /***************/ |
2 | /* page layout */ | ||||
3 | /***************/ | ||||
4 | |||||
Kevin | bc8e50f | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 5 | [id=menu] { |
6 | position:fixed; | ||||
7 | } | ||||
8 | [id=content] { | ||||
Kevin | a675133 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 9 | /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ |
10 | padding-left:16ex; | ||||
Kevin | bc8e50f | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 11 | } |
12 | |||||
13 | /**************/ | ||||
14 | /* menu style */ | ||||
Kevin | a675133 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 15 | /**************/ |
16 | |||||
17 | #menu .submenu { | ||||
18 | padding-top:1em; | ||||
19 | display:block; | ||||
20 | } | ||||
Chris Lattner | 1c05726 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 21 | |
22 | #menu label { | ||||
Kevin | a675133 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 23 | display:block; |
24 | font-weight: bold; | ||||
Chris Lattner | 1c05726 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 25 | text-align: center; |
Kevin | a675133 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 26 | background-color: rgb(192,192,192); |
Kevin | bc8e50f | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 27 | } |
28 | #menu a { | ||||
Kevin | a675133 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 29 | padding:0 .2em; |
30 | display:block; | ||||
Chris Lattner | 1c05726 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 31 | text-align: center; |
Kevin | a675133 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 32 | background-color: rgb(235,235,235); |
Kevin | bc8e50f | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 33 | } |
34 | #menu a:visited { | ||||
Chris Lattner | 1c05726 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 35 | color:rgb(100,50,100); |
Kevin | bc8e50f | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 36 | } |