Subversion Repositories taios

Rev

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