Statistics
| Branch: | Revision:

root / static / style.css @ 86:001959e0f27c

History | View | Annotate | Download (3.8 kB)

1
body {
2
        background-color: #B2B2B2;
3
        font-size: 100%;
4
}
5

    
6
body, td {
7
        font-family: Arial, Verdana, Helvetica, sans-serif;
8
        color: #656565;
9
        text-align: justify;
10
}
11

    
12
.content {
13
        width: 700px;
14
        margin-left: auto;
15
        margin-right: auto;
16
        background-color: white;
17
}
18

    
19
.language-placeholder {
20
        width: 700px;
21
        margin-left: auto;
22
        margin-right: auto;
23
}
24

    
25
.language-container {
26
        display: table-cell;
27
        width: 700px;
28
        margin-left: auto;
29
        margin-right: auto;
30
        font-size: 80%;
31
}
32

    
33
.language-list {
34
        white-space: nowrap;
35
        font-size: 80%;
36
}
37

    
38
.language-list li {
39
        display: block;
40
        float: right;
41
        list-style-type: none;
42
        margin: 0;
43
        padding: 0px;
44
}
45

    
46
.language-list li.active {
47
        display: block;
48
        float: right;
49
        list-style-type: none;
50
        margin: 0;
51
        background-color: white;
52
        padding: 1px;
53
}
54

    
55
.language-div {
56
        text-align: center;
57
        background-color: white;
58
        float: right;
59
}
60

    
61
.header-placeholder {
62
        margin-right: 17px;
63
        margin-left: 17px;
64
        border-top: 1px solid #b2b2b2;
65
        background-color: silver;
66
        /* IE6 hacks for vertical alignment & positioning */
67
        height: 100%;     /* triggers hasLayout */
68
        overflow: hidden; /* to work with IE/Mac */
69
        #position: relative;
70
}
71

    
72
.header-image-placeholder {
73
        display: table-cell;
74
        text-align: center;
75
        background-color: white;
76
        padding-left: 10px;
77
        padding-right: 10px;
78
        /* IE6 hacks for vertical alignment & positioning */
79
        #float: left;
80
}
81

    
82
.header-outer-text-placeholder {
83
        display: table-cell;
84
        vertical-align: middle;
85
        text-align: left;
86
        padding: 10px;
87
        font-size: 140%;
88
        /* IE6 hacks for vertical alignment & positioning */
89
        #position: absolute;
90
        #top: 50%;
91
}
92

    
93
.header-inner-text-placeholder {
94
        /* IE6 hacks for vertical alignment & positioning */
95
        #float: left;
96
        #position: relative;
97
        #top: -50%;
98
}
99

    
100
.headermenu-placeholder {
101
        text-align: right;
102
        padding-right: 10px;
103
        margin-left: 17px;
104
        margin-right: 17px;
105
        font-size: 0.8em;
106
        color: #5A5A7D;
107
        background-color: #F0F0F0;
108
        border-top: 1px solid #B2B2B2;
109
        border-bottom: 1px solid #B2B2B2;
110
}
111

    
112
h1 {
113
        font-size: 130%;
114
        color: #656565;
115
        font-weight: bold;
116
        margin: 1em;
117
        padding: 0em;
118
}
119

    
120
.aailogo-placeholder {
121
        background-color: white;
122
        padding-left: 17px;
123
}
124

    
125
a {
126
        color: #666666;
127
        text-decoration: none;
128
}
129

    
130
a:hover {
131
        text-decoration: none;
132
        color: orange;
133
}
134

    
135
a img {
136
        border: 0px;
137
}
138

    
139
.header-text-placeholder a:hover {
140
        text-decoration: none;
141
        color: #666666;
142
}
143

    
144
.headermenu-placeholder a:hover {
145
        text-decoration: none;
146
        color: orange;
147
}
148

    
149
.footer {
150
        font-size: 80%;
151
        font-style: italic;
152
        padding: 1em;
153
}
154

    
155
.rbroundbox {
156
        background-color: #f1f1f1;
157
}
158

    
159
.rbtop div {
160
        background: url(images/tl.gif) no-repeat top left;
161
}
162

    
163
.rbtop {
164
        background: url(images/tr.gif) no-repeat top right;
165
}
166

    
167
.rbbot div {
168
        background: url(images/bl.gif) no-repeat bottom left;
169
}
170

    
171

    
172
.rbbot {
173
        background: url(images/br.gif) no-repeat bottom right;
174
}
175

    
176
/* height and width stuff, width not really necessary */
177
.rbtop div,.rbtop,.rbbot div,.rbbot {
178
        width: 667px;
179
        height: 7px;
180
        font-size: 1px;
181
}
182

    
183
.rbcontent {
184
        margin: 6px 10px 10px 10px;
185
        font-size: 13px;
186
}
187

    
188
.rbroundbox {
189
        width: 667px;
190
        margin: 0;
191
        margin-left: auto;
192
        margin-right: auto;
193
}
194

    
195
.pagebot {
196
        background: url(images/bottom--x.gif) no-repeat bottom right;
197
}
198

    
199
.pagebot div {
200
        background: url(images/bottomx--.gif) no-repeat bottom left;
201
}
202

    
203

    
204
.pagetop div {
205
        background: url(images/topx--.gif) no-repeat top left;
206
}
207

    
208
.pagebot div, .pagetop div{
209
        width: 667px;        height: 7px;
210
        font-size: 1px;
211
}
212

    
213
.langbot {
214
        background: url(images/bottom--x.gif) no-repeat bottom right;
215
}
216

    
217
.langbot div {
218
        background: url(images/bottomx--.gif) no-repeat bottom left;
219
}
220
.langtop {
221
        background: url(images/top--x.gif) no-repeat top right;
222
}
223

    
224
.langtop div {
225
        background: url(images/topx--.gif) no-repeat top left;
226
}
227

    
228
.langbot div, .langtop div{
229
        width: 150px;
230
        height: 7px;
231
        font-size: 1px;
232
}
233

    
234
#idp_selection_form {
235
        text-align: center;
236
        margin-left: auto;
237
        margin-right: auto;
238
}