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