-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
150 lines (114 loc) · 2.14 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
body{
background-image: url('./img/obrazek.png');
background-position: top;
background-repeat: no-repeat;
background-size: 100% auto;
background-color: rgb(171,203,146);
}
@font-face {
font-family: timeLapsusFont;
src: url(FoxFont.ttf);
}
#main{
width: 900px;
margin: auto;
}
#logo{
background-image: url('./img/text.png');
background-size: 100% auto;
width: 100%;
height: 160px;
}
#home a:hover {
background: url('img_navsprites_hover.gif') 0 -45px;
}
#prev a:hover {
background: url('img_navsprites_hover.gif') -47px -45px;
}
#next a:hover {
background: url('img_navsprites_hover.gif') -91px -45px;
}
ul#menu {
}
ul#menu li{
display: inline-block;
width: 253px;
height: 389px;
margin-right: 50px;
list-style: none;
}
ul#menu li img{
width: 214px;
float: left;
position: relative;
top: 298px;
}
ul#menu li span{
text-align: center;
text-decoration: none;
font-size: 29px;
display: inline-block;
position: relative;
top: 217px;
width: 200px;
font-family: timeLapsusFont;
text-transform: uppercase;
color: rgb(48,39,47);
}
ul#menu li.ui-state-hover span, ul#menu li.ui-state-active span {
text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
ul#menu li.aabout{
background: url('./img/menu-0-0.png') no-repeat scroll 0 0 ;
background-size: 100% auto;
background-position: bottom;
}
ul#menu li.aabout img{
left: 35px;
top: 303px
}
ul#menu li.aabout span{
left: 36px;
top: 219px;
}
ul#menu li.adownload{
background: url('./img/menu-1-0.png') no-repeat scroll 0 0 ;
background-size: 100% auto;
background-position: bottom;
width: 196px;
}
ul#menu li.adownload img{
left: -6px;
}
ul#menu li.adownload span{
left: -1px;
}
ul#menu li.acontact{
background: url('./img/menu-2-0.png') no-repeat scroll 0 0 ;
background-size: 89% auto;
background-position: bottom;
}
ul#menu li.acontact img{
left: 6px;
}
ul#menu li.acontact span{
left: 13px;
}
div#content{
margin-top: 67px;
}
div#content div{
padding: 10px 74px;
}
div#about{
border: 10px solid rgb(93,149,118);
border-radius: 5px;
}
div#download{
border:10px solid rgb(193,94,93);
border-radius: 5px;
}
div#contact{
border: 10px solid rgb(80,116,147);
border-radius: 5px;
}