Statistics
| Branch: | Tag: | Revision:

root / okeanos_site / static / css / main.css @ 0768522a

History | View | Annotate | Download (4 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
body {
23
    background-image: url("../images/bg.png");
24
    background-repeat: repeat-x;
25
    font-size: 13px;
26
    font-family: verdana;
27
    background-position: 0px -30px;
28
}
29

    
30
body.alt {
31
    background-image: url("../images/bg-alt.png");
32
}
33

    
34
.container {
35
    width: 870px;
36
    margin: 0 auto;
37
    margin-top: 50px;
38
}
39

    
40
.inner {
41
    margin-top: 2.5em;
42
    background-image: url("../images/bg-inner.png");
43
    width: 100%;
44
}
45

    
46
.inner .left {
47
    position: relative;
48
    width: 180px;
49
    float:left;
50
}
51

    
52
.inner .left ul {
53
    margin-top: 90px;
54
    color: #4085A5;
55
    left: -16px;
56
    padding-top: 40px;
57
    padding-right: 10px;
58
}
59

    
60
.inner .left ul li {
61
    font-size: 1.8em;
62
    margin-bottom: 0.2em;
63
    position: relative;
64
}
65

    
66
.inner .left ul li a.page-link {
67
    display: block;
68
    color: inherit;
69
    text-decoration: none;
70
    padding: 10px;
71
    padding-left: 36px;
72
    text-shadow: 1px 1px 0px #efefef;
73
}
74

    
75
.inner .left ul li a.page-link:hover, .inner .left ul li.selected a.page-link {
76
    text-shadow: none;
77
    color: #fff;
78
    background-color: #74AEC9;
79
    border-left: 0px solid #92C1D7;
80
    padding-left: 34px;
81
}
82

    
83
.inner .left ul li .close-button {
84
    display: block;
85
    position: absolute;
86
    left: -30px;
87
    top: 0px;
88
    font-size: 0.7em;
89
    border:none;
90
    background: transparent;
91
    padding:0;
92
    padding-top: 13px;
93
    padding-left: 9px;
94
    margin:0px;
95
    text-decoration: none;
96
    color: #fff;
97
    width: 21px;
98
    height: 30px;
99
    font-weight: bold;
100
    display: block;
101
    visibility: hidden;
102
}
103

    
104
.inner .left ul li.current a.page-link {
105
    color: #fff;
106
    background-color: #74AEC9;
107
    border-left: 30px solid #92C1D7;
108
    padding-left: 34px;
109
    margin-left: -30px;
110
}
111

    
112
.inner .video-cont, .inner .page-cont {
113
    width: 690px;
114
    float: right;
115
}
116

    
117
.inner .cols {
118
    position: relative;
119
}
120

    
121
.page {
122
    display: block;
123
    top: 0;
124
}
125

    
126
.page-wrapper {
127
    position: relative;
128
}
129

    
130
.page.text {
131
    margin-left: 27px;
132
    padding-top: 20px;
133
    padding-right: 20px;
134
    padding-bottom: 10px;
135
}
136

    
137
.page.text h2 {
138
    font-size: 3em;
139
    color: #4085A5;
140
    margin-bottom: 0.5em;
141
    text-shadow: 1px 1px 0px #efefef;
142
}
143

    
144
.page.text p {
145
    font-size: 1.2em;
146
    margin-bottom: 1em;
147
    text-align: justify;
148
    line-height: 1.2em;
149
    text-shadow: 1px 1px 0px #efefef;
150
}
151

    
152
.inner .video {
153
    width: 640px;
154
    height: 360px;
155
    background-color: #4085A5;
156
    margin: 20px;
157
    margin-left: 27px;
158
    margin-bottom: 20px;
159
    margin-top: 20px;
160
    /*border: 1px solid #4085A5;*/
161
}
162

    
163
.logo {
164
    text-align: center;
165
}
166

    
167
.inner-bottom {
168
    width: 100%;
169
}
170

    
171
.inner-bottom .testuser {
172
    display: none;
173
    background: #000;
174
    margin-right: 20px;
175
    float: right;
176
    margin-top: 10px;
177
    margin-bottom: 20px;
178
}
179

    
180
.gotoapp {  
181
    display: block;
182
    padding: 0.7em 5em;
183
    color: #fff;
184
    font-size: 1.2em;
185
    background-color: #FF6600;
186
    cursor: pointer;
187
    text-shadow: 1px 1px 0px #444;
188
    margin-right: -20px;
189
}
190

    
191
.gotoapp:hover {
192
    background-color: #D3702E;
193
}
194

    
195
.gotoapp {
196
    color: #fff;
197
    text-decoration: none;
198
}
199

    
200
.banner-coming {
201
    position: absolute;
202
    left: 0px;
203
    top: 0px;
204
}
205

    
206
.footer {
207
    text-align: center;
208
    margin: 0 auto;
209
    width: 870px;
210
    margin: 2em auto;
211
}
212

    
213
.footer .links {
214
    color: #4085A5;
215
    margin-bottom: 1em;
216
}
217

    
218
.footer .links li {
219
    display: inline;
220
    margin-right: 1em;
221
    padding-right:  1em;
222
    border-right: 1px solid #4085A5;
223
}
224

    
225
.footer .links li a {
226
    color: inherit;
227
    text-decoration: none;
228
}
229

    
230
.footer .links li.last {
231
    margin-right:0;
232
    padding-right:0;
233
    border: none;
234
}
235

    
236
.footer .bottom-text {
237
    color: #74AEC9;
238
}
239

    
240
/*style 2*/
241
body.style2 .page.text {
242
    background-color: #7DB3CC;
243
    padding-left: 20px;
244
}
245

    
246
body.style2 .page.text p, body.style2 .page.text h2 {
247
    color: #fff;
248
    text-shadow: 1px 1px 0px #aaa;
249
}