-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
123 lines (115 loc) · 1.79 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
@charset "utf-8";
/* CSS Document */
div {
margin:0;
border:0;
padding:0;
}
/* fon */
body { background-image:url(images/background.jpg)
}
/*shapka*/
.header {
color: whitesmoke;
font-family: Verdana, Geneva, sans-serif;
font-size: 24px;
text-align:center;
}
/*liva kolonka*/
.col-left {
position: relative;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
color: #333;
top: 30px;
width: 15%;
height: 500px;
word-wrap: break-word;
text-align: justify;
float: left;
}
/*blok z globusom */
.col-cent {
position: relative;
margin: 20px auto 15px auto;
width: 70%;
height: 680px;
float: left;
}
/*prava kolonka*/
.col-right{
position: relative;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
color: #333;
width: 15%;
height: 500px;
float: right;
top: 30px;
word-wrap: break-word;
text-align: justify;
}
.textLeft{
text-align:left;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
color: #333;
}
.nahr {
text-align:left;
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
color: #FF0000;
}
/*podval*/
.footer {
clear: both;
}
.opt {
color: #C99;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
float:left;
text-align:center;
width:120px;
}
.omodelu{
color: #4B0082;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
float:left;
text-align:left;
width:200px;
}
.padding10 {
padding:0 10px;
}
.clbc1 {
color: #609;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
text-align:center;
}
#map3d{
border: 5px solid #FFF;
height: 680px;
}
#progress-container {
margin: 0 auto;
width: 180px;
height: 7px;
border: 1px solid #ccc;
}
#progress-bar {
width: 0px;
height: 7px;
}
.links {
text-align:left;
font-family: Verdana, Geneva, sans-serif;
font-size: 9px;
color: #4B0082;
}
.other li{
margin-left:5px;
}