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