Rev 160 | Rev 164 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 28 | freddie | 1 | body { |
| 2 | background-color: #FFFFFF; |
||
| 3 | color: #000000; |
||
| 4 | |||
| 5 | font-family: Droid Sans, Tahoma, sans-serif; |
||
| 6 | font-size: 11pt; |
||
| 7 | } |
||
| 8 | |||
| 9 | h1 { |
||
| 10 | font-size: 28pt; |
||
| 11 | margin: 6px; |
||
| 12 | margin-top: 0px; |
||
| 13 | color: #000089; |
||
| 14 | border-bottom: 1px solid #000000; |
||
| 15 | } |
||
| 16 | |||
| 17 | h2 { |
||
| 18 | font-size: 20pt; |
||
| 19 | margin: 6px; |
||
| 20 | margin-left: 8px; |
||
| 21 | color: #00004B; |
||
| 22 | } |
||
| 23 | |||
| 24 | h3 { |
||
| 25 | font-size: 16pt; |
||
| 26 | margin: 6px; |
||
| 27 | margin-left: 10px; |
||
| 28 | color: #000055; |
||
| 29 | } |
||
| 30 | |||
| 31 | h4 { |
||
| 32 | font-size: 12pt; |
||
| 33 | margin: 6px; |
||
| 34 | margin-left: 12px; |
||
| 35 | color: #00005F; |
||
| 36 | } |
||
| 37 | |||
| 38 | h5 { |
||
| 39 | font-size: 10pt; |
||
| 40 | margin: 6px; |
||
| 41 | margin-left: 14px; |
||
| 42 | color: #000069; |
||
| 43 | } |
||
| 44 | |||
| 45 | p, table, span { |
||
| 46 | font-size: 11pt; |
||
| 47 | margin: 6px; |
||
| 48 | margin-left: 16px; |
||
| 49 | } |
||
| 50 | |||
| 51 | a { |
||
| 52 | text-decoration: none; |
||
| 53 | color: #000050; |
||
| 54 | } |
||
| 55 | |||
| 56 | a:hover { |
||
| 57 | text-decoration: underline; |
||
| 58 | } |
||
| 59 | |||
| 60 | input { |
||
| 61 | border: 1px solid #000000; |
||
| 62 | color: #000000; |
||
| 63 | background-color: #B5D7FF; |
||
| 64 | } |
||
| 65 | |||
| 81 | tom | 66 | table { |
| 75 | tom | 67 | border: 1px solid #222222; |
| 68 | } |
||
| 69 | |||
| 81 | tom | 70 | td { |
| 82 | tom | 71 | padding: 3px; |
| 81 | tom | 72 | border: 1px solid #888888; |
| 73 | } |
||
| 74 | |||
| 160 | tom | 75 | img { |
| 76 | border: 2px solid #333333; |
||
| 77 | } |
||
| 78 | |||
| 163 | tom | 79 | img .smiley { |
| 80 | border: 0px; |
||
| 81 | vertical-align: middle; |
||
| 82 | } |
||
| 83 | |||
| 28 | freddie | 84 | .sidebar { |
| 85 | left: 0px; |
||
| 86 | top: 0px; |
||
| 87 | position: fixed; |
||
| 88 | padding: 0px; |
||
| 89 | padding-left: 32px; |
||
| 90 | border-right: 1px solid #000089; |
||
| 91 | background-color: #FFFF73; |
||
| 92 | background-image: url('data/sidebar-gradient.png'); |
||
| 93 | background-repeat: repeat-x; |
||
| 94 | background-position: center bottom; |
||
| 95 | |||
| 96 | } |
||
| 97 | |||
| 98 | .sidebar-header { |
||
| 99 | left: 0px; |
||
| 100 | width: 140px; |
||
| 101 | padding: 6px; |
||
| 102 | text-align: right; |
||
| 103 | } |
||
| 104 | |||
| 105 | .sidebar-menu { |
||
| 106 | text-align: right; |
||
| 107 | padding: 6px; |
||
| 108 | } |
||
| 109 | |||
| 110 | .sidebar-menu h3 { |
||
| 111 | margin: 6px; |
||
| 112 | } |
||
| 113 | |||
| 114 | .sidebar-menu p { |
||
| 115 | font-size: 12pt; |
||
| 116 | margin: 4px; |
||
| 117 | } |
||
| 118 | |||
| 119 | .content { |
||
| 120 | left: 200px; |
||
| 121 | top: 0px; |
||
| 122 | position: absolute; |
||
| 123 | margin-right: 32px; |
||
| 124 | } |
||
| 125 | |||
| 126 | .bold { |
||
| 127 | font-weight: bold; |
||
| 128 | } |
||
| 129 | |||
| 52 | tom | 130 | .indent { |
| 56 | tom | 131 | margin-left: 14px; |
| 50 | tom | 132 | border-left: 1px solid #BBBBBB; |
| 28 | freddie | 133 | } |
| 142 | tom | 134 | |
| 135 | .code { |
||
| 136 | border: 1px solid #333333; |
||
| 137 | background-color: #DDDDDD; |
||
| 138 | font-family: Droid Sans Mono, Monospace, Fixed; |
||
| 139 | } |
||
| 140 |