Subversion Repositories taios

Rev

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