1
|
|
2
|
/*
|
3
|
This file contains simple layout
|
4
|
*/
|
5
|
|
6
|
#all {
|
7
|
text-align: center;
|
8
|
}
|
9
|
|
10
|
#center {
|
11
|
width: 920px;
|
12
|
text-align: left;
|
13
|
margin:11px auto 15px;
|
14
|
position:relative;
|
15
|
text-align:center;
|
16
|
}
|
17
|
#header {
|
18
|
text-align: left;
|
19
|
}
|
20
|
|
21
|
#header #navig {
|
22
|
position: relative;
|
23
|
top: 16px;
|
24
|
left: 179px;
|
25
|
width: 461px;
|
26
|
height: 90px;
|
27
|
float: left;
|
28
|
}
|
29
|
|
30
|
#header #login {
|
31
|
position:relative;
|
32
|
top:33px;
|
33
|
left:30px;
|
34
|
float: right;
|
35
|
width:220px;
|
36
|
text-align: left;
|
37
|
}
|
38
|
#menu {
|
39
|
display:inline;
|
40
|
}
|
41
|
|
42
|
#login label {
|
43
|
visibility: hidden;
|
44
|
display: none;
|
45
|
}
|
46
|
|
47
|
#login input {
|
48
|
width: 120px;
|
49
|
}
|
50
|
|
51
|
#desk {
|
52
|
width: 709px;
|
53
|
text-align: left;
|
54
|
margin: auto;
|
55
|
}
|
56
|
|
57
|
#flags ul {
|
58
|
list-style-image:none;
|
59
|
list-style-position:outside;
|
60
|
list-style-type:none;
|
61
|
}
|
62
|
#flags ul li {
|
63
|
display:inline;
|
64
|
list-style-image:none;
|
65
|
list-style-position:outside;
|
66
|
list-style-type:none;
|
67
|
}
|
68
|
#flags ul li span {
|
69
|
display:block;
|
70
|
float: left;
|
71
|
height: 30px;
|
72
|
width: 122px;
|
73
|
background: url(zalozka.gif) no-repeat;
|
74
|
margin-left: 4px;
|
75
|
padding-top:15px;
|
76
|
margin-bottom: 0px !important;
|
77
|
text-align: center;
|
78
|
}
|
79
|
#flags ul li.chosen span{
|
80
|
width: 128px;
|
81
|
height: 33px;
|
82
|
padding-top:12px;
|
83
|
background: url(vybrana-zalozka.png) no-repeat;
|
84
|
font-weight:bold;
|
85
|
}
|
86
|
|
87
|
|
88
|
|
89
|
|
90
|
|
91
|
|
92
|
|
93
|
|
94
|
body {
|
95
|
background: url(pozadi.png);
|
96
|
}
|
97
|
|
98
|
#header {
|
99
|
background: url(hlavicka.png) no-repeat;
|
100
|
width: 914px;
|
101
|
height: 131px;
|
102
|
text-align: center;
|
103
|
}
|
104
|
#header ul {
|
105
|
list-style-image:none;
|
106
|
list-style-position:outside;
|
107
|
list-style-type:none;
|
108
|
|
109
|
}
|
110
|
#header ul li {
|
111
|
display:inline;
|
112
|
}
|
113
|
|
114
|
#header ul li a {
|
115
|
xborder: 0px;
|
116
|
xbackground-color: 0px;
|
117
|
}
|
118
|
|
119
|
#card {
|
120
|
background: #EEEFC9;
|
121
|
clear: both;
|
122
|
text-align: center;
|
123
|
}
|
124
|
|
125
|
#header a {
|
126
|
font-weight:bold;
|
127
|
}
|
128
|
|
129
|
.big {
|
130
|
font-size:40px;
|
131
|
}
|
132
|
.arabic {
|
133
|
direction:rtl;
|
134
|
text-align:right;
|
135
|
}
|
136
|
|
137
|
.sokrajem {
|
138
|
margin: 30px
|
139
|
}
|
140
|
.sinnerokrajem {
|
141
|
padding: 30px
|
142
|
}
|
143
|
|
144
|
.card {
|
145
|
background:White none repeat scroll 0%;
|
146
|
border-color:#555555;
|
147
|
border-style:solid;
|
148
|
border-width:1px 3px 3px 1px;
|
149
|
font-size:100%;
|
150
|
margin:12px auto;
|
151
|
padding:24px 10px 15px 7px;
|
152
|
text-align:center;
|
153
|
width:450px;
|
154
|
}
|