Rev 484 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 169 | tom | 1 | body { |
| 2 | color: #000000; |
||
| 3 | font-family: Droid Sans, Tahoma, sans-serif; |
||
| 484 | muzer | 4 | font-size: 10pt; |
| 339 | tom | 5 | margin: 0px; |
| 6 | padding: 0px; |
||
| 484 | muzer | 7 | height: 100%; |
| 169 | tom | 8 | } |
| 9 | |||
| 10 | h1 { |
||
| 11 | font-size: 28pt; |
||
| 309 | tom | 12 | margin: 8px; |
| 169 | tom | 13 | margin-top: 0px; |
| 321 | tom | 14 | color: #FFFFFF; |
| 324 | tom | 15 | border-bottom: 1px solid #FFFFFF; |
| 169 | tom | 16 | } |
| 17 | |||
| 18 | h2 { |
||
| 19 | font-size: 20pt; |
||
| 309 | tom | 20 | margin: 8px; |
| 169 | tom | 21 | margin-left: 8px; |
| 22 | color: #00004B; |
||
| 23 | } |
||
| 24 | |||
| 25 | h3 { |
||
| 26 | font-size: 16pt; |
||
| 309 | tom | 27 | margin: 8px; |
| 169 | tom | 28 | margin-left: 10px; |
| 29 | color: #000055; |
||
| 30 | } |
||
| 31 | |||
| 32 | h4 { |
||
| 33 | font-size: 12pt; |
||
| 309 | tom | 34 | margin: 8px; |
| 169 | tom | 35 | margin-left: 12px; |
| 36 | color: #00005F; |
||
| 37 | } |
||
| 38 | |||
| 39 | h5 { |
||
| 40 | font-size: 10pt; |
||
| 309 | tom | 41 | margin: 8px; |
| 169 | tom | 42 | margin-left: 14px; |
| 43 | color: #000069; |
||
| 44 | } |
||
| 45 | |||
| 46 | p, table, span { |
||
| 402 | tom | 47 | font-size: 10pt; |
| 309 | tom | 48 | margin: 8px; |
| 169 | tom | 49 | margin-left: 16px; |
| 50 | } |
||
| 51 | |||
| 52 | a { |
||
| 53 | text-decoration: none; |
||
| 54 | color: #000050; |
||
| 55 | } |
||
| 56 | |||
| 57 | a:hover { |
||
| 58 | text-decoration: underline; |
||
| 59 | } |
||
| 60 | |||
| 61 | input { |
||
| 62 | border: 1px solid #000000; |
||
| 63 | color: #000000; |
||
| 64 | background-color: #B5D7FF; |
||
| 485 | muzer | 65 | padding: 4px; |
| 66 | margin: 5px; |
||
| 67 | font-size: 11pt; |
||
| 68 | } |
||
| 69 | |||
| 70 | input[type=text], input[type=password] { |
||
| 274 | tom | 71 | width: 500px; |
| 169 | tom | 72 | } |
| 73 | |||
| 74 | table { |
||
| 75 | border: 1px solid #222222; |
||
| 76 | } |
||
| 77 | |||
| 78 | td { |
||
| 79 | padding: 3px; |
||
| 80 | border: 1px solid #888888; |
||
| 81 | } |
||
| 82 | |||
| 83 | img { |
||
| 84 | border: 2px solid #333333; |
||
| 85 | } |
||
| 86 | |||
| 203 | tom | 87 | textarea { |
| 88 | width: 500px; |
||
| 89 | height: 300px; |
||
| 90 | } |
||
| 91 | |||
| 169 | tom | 92 | .smiley { |
| 93 | border: 0px; |
||
| 94 | vertical-align: middle; |
||
| 95 | } |
||
| 96 | |||
| 97 | .sidebar { |
||
| 456 | tom | 98 | top: 0px; |
| 99 | left: 0px; |
||
| 484 | muzer | 100 | position: absolute; |
| 338 | tom | 101 | float: left; |
| 431 | tom | 102 | width: 156px; |
| 169 | tom | 103 | padding: 0px; |
| 104 | padding-left: 32px; |
||
| 485 | muzer | 105 | |
| 461 | tom | 106 | border-right: 2px solid #000049; |
| 485 | muzer | 107 | border-bottom: 2px solid #000049; |
| 108 | |||
| 317 | tom | 109 | color: #FFFFFF; |
| 464 | tom | 110 | z-index: 50; |
| 485 | muzer | 111 | background-color: #032865; |
| 169 | tom | 112 | } |
| 113 | |||
| 114 | .sidebar-header { |
||
| 115 | width: 140px; |
||
| 116 | padding: 6px; |
||
| 117 | text-align: right; |
||
| 118 | } |
||
| 119 | |||
| 120 | .sidebar-menu { |
||
| 121 | text-align: right; |
||
| 122 | padding: 6px; |
||
| 322 | tom | 123 | color: #FFFFFF; |
| 169 | tom | 124 | } |
| 125 | |||
| 126 | .sidebar-menu h3 { |
||
| 127 | margin: 6px; |
||
| 321 | tom | 128 | color: #FFFFFF; |
| 169 | tom | 129 | } |
| 130 | |||
| 131 | .sidebar-menu p { |
||
| 132 | font-size: 12pt; |
||
| 133 | margin: 4px; |
||
| 323 | tom | 134 | } |
| 135 | |||
| 136 | .sidebar-menu a { |
||
| 321 | tom | 137 | color: #FFFFFF; |
| 169 | tom | 138 | } |
| 139 | |||
| 140 | .content { |
||
| 372 | tom | 141 | top: 0px; |
| 484 | muzer | 142 | /* left: 0px;*/ |
| 143 | margin-left: 190px; |
||
| 144 | /* padding-top: 0px*/ |
||
| 145 | /* position: absolute;*/ |
||
| 146 | /* margin-right: 32px;*/ |
||
| 147 | background-color: #FFFFFF; |
||
| 148 | height: 100%; |
||
| 149 | height: auto !important; |
||
| 150 | width: auto; |
||
| 151 | display: block; |
||
| 152 | /* display: inline-block;*/ |
||
| 169 | tom | 153 | } |
| 154 | |||
| 155 | .bold { |
||
| 156 | font-weight: bold; |
||
| 157 | } |
||
| 158 | |||
| 396 | tom | 159 | .italic { |
| 160 | font-style: italic; |
||
| 161 | } |
||
| 162 | |||
| 169 | tom | 163 | .indent { |
| 164 | margin-left: 14px; |
||
| 165 | border-left: 1px solid #BBBBBB; |
||
| 166 | } |
||
| 167 | |||
| 168 | .code { |
||
| 405 | tom | 169 | border-top: 2px solid #999999; |
| 170 | border-bottom: 2px solid #999999; |
||
| 485 | muzer | 171 | margin: 4px 16px; |
| 172 | padding: 3px; |
||
| 169 | tom | 173 | background-color: #DDDDDD; |
| 174 | font-family: Droid Sans Mono, Monospace, Fixed; |
||
| 481 | muzer | 175 | font-size: 10pt; |
| 169 | tom | 176 | } |
| 177 | |||
| 485 | muzer | 178 | .tcp_button { |
| 179 | border: none; |
||
| 180 | margin: 0px 14px; |
||
| 181 | cursor: pointer; |
||
| 182 | } |
||
| 183 | |||
| 184 | .tcp_inner { |
||
| 185 | margin: 4px; |
||
| 186 | padding: 2px; |
||
| 187 | border: 1px solid #000000; |
||
| 188 | } |
||
| 189 | |||
| 190 | .tcp_inner_result { |
||
| 191 | margin: 6px; |
||
| 192 | } |
||
| 193 | |||
| 370 | tom | 194 | .copyright { |
| 195 | color: #BBBBBB; |
||
| 375 | tom | 196 | text-align: left; |
| 370 | tom | 197 | font-size: 9pt; |
| 198 | } |
||
| 199 | |||
| 374 | tom | 200 | .copyright a { |
| 201 | color: #BBBBBB; |
||
| 202 | } |
||
| 203 | |||
| 353 | tom | 204 | .recaptchatable .recaptcha_image_cell, #recaptcha_table { |
| 205 | background-color: #4B9DE0 !important; //reCaptcha widget background color |
||
| 206 | } |
||
| 207 | |||
| 208 | #recaptcha_table { |
||
| 209 | border-color: #3874A4 !important; //reCaptcha widget border color |
||
| 210 | } |
||
| 211 | |||
| 212 | #recaptcha_response_field { |
||
| 213 | border-color: #000000 !important; //Text input field border color |
||
| 214 | background-color:#FFFFFF !important; //Text input field background color |
||
| 215 | } |
||
| 216 |