Subversion Repositories taios

Rev

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