Statistics
| Branch: | Revision:

root / static / style.css @ 91:c629ebae7e97

History | View | Annotate | Download (3.5 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
div#content {
13
        width: 700px;
14
        margin-left: auto;
15
        margin-right: auto;
16
        background-color: white;
17
}
18

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

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

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

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

    
46
div#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
div#language-div {
56
        text-align: center;
57
        background-color: white;
58
        float: right;
59
}
60

    
61
div#header {
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
div#header-image {
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
div#header-outer-text {
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
div#header-inner-text {
94
        /* IE6 hacks for vertical alignment & positioning */
95
        #float: left;
96
        #position: relative;
97
        #top: -50%;
98
}
99

    
100
div#header-menu {
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
div#aailogo {
121
        background-color: white;
122
        padding-left: 17px;
123
}
124

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

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

    
135
div#header a:hover {
136
        color: #666666;
137
}
138

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

    
144
a img {
145
        border: 0px;
146
}
147

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

    
154
div#rbroundbox {
155
        background-color: #f1f1f1;
156
}
157
div#rbtop div {
158
        background: url(images/tl.gif) no-repeat top left;
159
}
160
div#rbtop {
161
        background: url(images/tr.gif) no-repeat top right;
162
}
163
div#rbbot div {
164
        background: url(images/bl.gif) no-repeat bottom left;
165
}
166
div#rbbot {
167
        background: url(images/br.gif) no-repeat bottom right;
168
}
169
div#rbtop div, div#rbtop, div#rbbot div, div#rbbot {
170
        height: 7px;
171
        font-size: 1px;
172
}
173
div#rbcontent {
174
        margin: 6px 10px 10px 10px;
175
        font-size: 13px;
176
}
177
div#rbroundbox {
178
        width: 667px;
179
        margin: 0;
180
        margin-left: auto;
181
        margin-right: auto;
182
}
183

    
184
div#pagebot {
185
        background: url(images/bottom--x.gif) no-repeat bottom right;
186
}
187
div#pagebot div {
188
        background: url(images/bottomx--.gif) no-repeat bottom left;
189
}
190
div#pagetop div {
191
        background: url(images/topx--.gif) no-repeat top left;
192
}
193
div#pagebot div, div#pagetop div{
194
        width: 667px;
195
        height: 7px;
196
        font-size: 1px;
197
}
198

    
199
div#langtop {
200
        background: url(images/top--x.gif) no-repeat top right;
201
}
202
div#langtop div {
203
        background: url(images/topx--.gif) no-repeat top left;
204
        width: 150px;
205
        height: 7px;
206
        font-size: 1px;
207
}
208

    
209
form#idp_selection {
210
        text-align: center;
211
        margin-left: auto;
212
        margin-right: auto;
213
}
214

    
215
div#userprefs {
216
        margin-top: 3px;
217
}