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