Subversion Repositories taios

Rev

Rev 421 | Rev 423 | 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 {
338 tom 94
    float: left;
399 tom 95
    width: 156px;
169 tom 96
    padding: 0px;
97
    padding-left: 32px;
315 tom 98
    border-right: 0px solid #000089;
317 tom 99
    background-color: #032865;
100
    color: #FFFFFF;
422 tom 101
    height: 100%;
169 tom 102
}
103
 
104
.sidebar-header {
105
    width: 140px;
106
    padding: 6px;
107
    text-align: right;
108
}
109
 
110
.sidebar-menu {
111
    text-align: right;
112
    padding: 6px;
322 tom 113
    color: #FFFFFF;
169 tom 114
}
115
 
116
.sidebar-menu h3 {
117
    margin: 6px;
321 tom 118
    color: #FFFFFF;
169 tom 119
}
120
 
121
.sidebar-menu p {
122
    font-size: 12pt;
123
    margin: 4px;
323 tom 124
}
125
 
126
.sidebar-menu a {
321 tom 127
    color: #FFFFFF;
169 tom 128
}
129
 
130
.content {
372 tom 131
    top: 0px;
399 tom 132
    left: 190px;
372 tom 133
    position: absolute;
169 tom 134
    margin-right: 32px;
135
}
136
 
137
.bold {
138
    font-weight: bold;
139
}
140
 
396 tom 141
.italic {
142
    font-style: italic;
143
}
144
 
169 tom 145
.indent {
146
    margin-left: 14px;
147
    border-left: 1px solid #BBBBBB;
148
}
149
 
150
.code {
405 tom 151
    border-top: 2px solid #999999;
152
    border-bottom: 2px solid #999999;
153
    margin: 14px;
169 tom 154
    background-color: #DDDDDD;
155
    font-family: Droid Sans Mono, Monospace, Fixed;
406 tom 156
    font-size: 9px;
421 tom 157
    line-height: 80%;
169 tom 158
}
159
 
370 tom 160
.copyright {
161
    color: #BBBBBB;
375 tom 162
    text-align: left;
370 tom 163
    font-size: 9pt;
164
}
165
 
374 tom 166
.copyright a {
167
    color: #BBBBBB;
168
}
169
 
353 tom 170
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
171
    background-color: #4B9DE0 !important; //reCaptcha widget background color
172
}
173
 
174
#recaptcha_table {
175
    border-color: #3874A4 !important; //reCaptcha widget border color
176
}
177
 
178
#recaptcha_response_field {
179
    border-color: #000000 !important; //Text input field border color
180
    background-color:#FFFFFF !important; //Text input field background color
181
}
182