Statistics
| Branch: | Tag: | Revision:

root / okeanos_site / static / okeanos_static / css / main.css @ 4beadc2f

History | View | Annotate | Download (4.7 kB)

1
/* float clearing for IE6 */
2
* html .clearfix{
3
  height: 1%;
4
  overflow: visible;
5
}
6

    
7
/* float clearing for IE7 */
8
*+html .clearfix{
9
  min-height: 1%;
10
}
11

    
12
/* float clearing for everyone else */
13
.clearfix:after{
14
  clear: both;
15
  content: ".";
16
  display: block;
17
  height: 0;
18
  visibility: hidden;
19
  font-size: 0;
20
}
21

    
22
.footer a {
23
    color: #74AEC9;
24
    text-decoration: underline;
25
}
26

    
27
.footer a:hover {
28
    color: #4085A5;
29
}
30

    
31
body {
32
    background-image: url("../images/bg.png");
33
    background-repeat: repeat-x;
34
    font-size: 13px;
35
    font-family: verdana;
36
    background-position: 0px -70px;
37
}
38

    
39
body.alt {
40
    background-image: url("../images/bg-alt.png");
41
}
42

    
43
.container {
44
    width: 870px;
45
    margin: 0 auto;
46
    margin-top: 30px;
47
}
48

    
49
.inner {
50
    margin-top: 2.5em;
51
    background-image: url("../images/bg-inner.png");
52
    width: 100%;
53
}
54

    
55
.inner .left {
56
    position: relative;
57
    width: 180px;
58
    float:left;
59
}
60

    
61
.inner .left ul {
62
    margin-top: 90px;
63
    color: #4085A5;
64
    left: -16px;
65
    padding-top: 40px;
66
    padding-right: 10px;
67
}
68

    
69
.inner .left ul li {
70
    font-size: 1.8em;
71
    margin-bottom: 0.2em;
72
    position: relative;
73
}
74

    
75
.inner .left ul li a.page-link {
76
    display: block;
77
    color: inherit;
78
    text-decoration: none;
79
    padding: 10px;
80
    padding-left: 36px;
81
}
82

    
83
.inner .left ul li a.page-link:hover, .inner .left ul li.selected a.page-link {
84
    text-shadow: none;
85
    color: #fff;
86
    background-color: #74AEC9;
87
    border-left: 0px solid #92C1D7;
88
    padding-left: 36px;
89
}
90

    
91
.inner .left ul li .close-button:hover {
92
    background-color: #99C9E0;
93
}
94

    
95
.inner .left ul li .close-button {
96
    display: block;
97
    position: absolute;
98
    left: -30px;
99
    top: 0px;
100
    font-size: 0.7em;
101
    border:none;
102
    background: transparent;
103
    padding:0;
104
    padding-top: 13px;
105
    padding-left: 9px;
106
    margin:0px;
107
    text-decoration: none;
108
    color: #fff;
109
    width: 21px;
110
    height: 30px;
111
    font-weight: bold;
112
    display: block;
113
    visibility: hidden;
114
}
115

    
116
.inner .left ul li.current a.page-link {
117
    color: #fff;
118
    background-color: #74AEC9;
119
    border-left: 30px solid #92C1D7;
120
    padding-left: 36px;
121
    margin-left: -30px;
122
}
123

    
124
.inner .video-cont, .inner .page-cont {
125
    width: 690px;
126
    float: right;
127
}
128

    
129
.inner .cols {
130
    position: relative;
131
}
132

    
133
.page {
134
    display: block;
135
    top: 0;
136
}
137

    
138
.page-wrapper {
139
    position: relative;
140
}
141

    
142
.page.text {
143
    margin-left: 27px;
144
    padding-top: 20px;
145
    padding-right: 20px;
146
    padding-bottom: 10px;
147
}
148

    
149
.page.text h2 {
150
    font-size: 1.9em;
151
    color: #4085A5;
152
    margin-bottom: 1.2em;
153
}
154

    
155
.page.text h2 em {
156
    color: #FCFDFE;
157
}
158

    
159
.page.text a {
160
    color: #213D4A;
161
}
162

    
163
.page.text p em {
164
    color: #4C6A78;
165
    /*font-weight: bold;*/
166
}
167

    
168
.page.text h3 {
169
    font-size: 1.2em;
170
    color: #4394B9;
171
    margin-bottom: 0.5em;
172
    margin-top: 1.5em;
173
}
174

    
175
.page.text h4 {
176
    font-weight: bold;
177
    font-size: 1.1em;
178
    margin-bottom: 0.3em;
179
}
180

    
181
.page.text p {
182
    color: #213D4A;
183
    font-size: 1.1em;
184
    margin-bottom: 1em;
185
    text-align: justify;
186
    line-height: 1.4em;
187
}
188

    
189
.inner .video {
190
    width: 640px;
191
    height: 360px;
192
    background-color: #4085A5;
193
    margin: 20px;
194
    margin-left: 27px;
195
    margin-bottom: 20px;
196
    margin-top: 20px;
197
    /*border: 1px solid #4085A5;*/
198
}
199

    
200
.logo {
201
    text-align: center;
202
}
203

    
204
.logo img {
205
    margin-left: 75px;
206
}
207

    
208
.inner-bottom {
209
    width: 100%;
210
}
211

    
212
.inner-bottom .testuser {
213
    display: none;
214
    background: #000;
215
    margin-right: 40px;
216
    float: right;
217
    margin-top: 10px;
218
    margin-bottom: 20px;
219
}
220

    
221
.gotoapp {  
222
    display: block;
223
    padding: 0.7em 5em;
224
    color: #fff;
225
    font-size: 1.2em;
226
    background-color: #FF7F2A;
227
    cursor: pointer;
228
    margin-right: -20px;
229
}
230

    
231
.gotoapp:hover {
232
    background-color: #FF9955;
233
}
234

    
235
.page.text {
236
    margin-right: 20px;
237
    margin-top: 20px;
238
}
239

    
240
.inner-bottom.in-page .testuser {
241
    margin-right: 60px;
242
}
243

    
244
.gotoapp {
245
    color: #fff;
246
    text-decoration: none;
247
}
248

    
249
.banner-coming {
250
    position: absolute;
251
    left: 0px;
252
    top: 0px;
253
}
254

    
255
.footer {
256
    text-align: center;
257
    margin: 0 auto;
258
    width: 870px;
259
    margin: 2em auto;
260
}
261

    
262
.footer .links {
263
    color: #4085A5;
264
    margin-bottom: 1em;
265
}
266

    
267
.footer .links li {
268
    display: inline;
269
    margin-right: 1em;
270
    padding-right:  1em;
271
    border-right: 1px solid #4085A5;
272
}
273

    
274
.footer .links li a {
275
    color: inherit;
276
    text-decoration: none;
277
}
278

    
279
.footer .links li.last {
280
    margin-right:0;
281
    padding-right:0;
282
    border: none;
283
}
284

    
285
.footer .bottom-text {
286
    color: #74AEC9;
287
}
288

    
289
/*style 2*/
290
body.style2 .page.text {
291
    background-color: #7DB3CC;
292
    padding-left: 20px;
293
}
294

    
295
body.style2 .page.text p, body.style2 .page.text h2 {
296
    color: #fff;
297
}
298

    
299
#video div.vjs-big-play-button {
300
    background: none !important; 
301
    border: none !important;
302
    box-shadow: 4px 4px 50px #477589; 
303
}