Subversion Repositories taios

Rev

Rev 481 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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