| 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 | d7bc4ea | 2008-06-13 21:06:53 +0000 | [diff] [blame] | 7 | width:25ex; |
| 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 | d7bc4ea | 2008-06-13 21:06:53 +0000 | [diff] [blame] | 11 | position:absolute; |
| 12 | left:29ex; | ||||
| 13 | padding-right:4ex; | ||||
| Kevin | b3b52c4 | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 14 | } |
| 15 | |||||
| 16 | /**************/ | ||||
| 17 | /* menu style */ | ||||
| Kevin | fe97427 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 18 | /**************/ |
| 19 | |||||
| 20 | #menu .submenu { | ||||
| 21 | padding-top:1em; | ||||
| 22 | display:block; | ||||
| 23 | } | ||||
| Chris Lattner | 4d02a99 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 24 | |
| 25 | #menu label { | ||||
| Kevin | fe97427 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 26 | display:block; |
| 27 | font-weight: bold; | ||||
| Chris Lattner | 4d02a99 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 28 | text-align: center; |
| Kevin | fe97427 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 29 | background-color: rgb(192,192,192); |
| Kevin | b3b52c4 | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 30 | } |
| 31 | #menu a { | ||||
| Kevin | fe97427 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 32 | padding:0 .2em; |
| 33 | display:block; | ||||
| Chris Lattner | 4d02a99 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 34 | text-align: center; |
| Kevin | fe97427 | 2007-12-14 05:47:49 +0000 | [diff] [blame] | 35 | background-color: rgb(235,235,235); |
| Kevin | b3b52c4 | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 36 | } |
| 37 | #menu a:visited { | ||||
| Chris Lattner | 4d02a99 | 2007-12-09 08:38:01 +0000 | [diff] [blame] | 38 | color:rgb(100,50,100); |
| Kevin | b3b52c4 | 2007-10-05 21:18:52 +0000 | [diff] [blame] | 39 | } |