-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
122 lines (120 loc) · 2 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
/* @import url(http://fonts.googleapis.com/css?family=Jura); */
@font-face {
font-family: Corki;
src: url('fonts/corki-webfont.eot');
src: url('fonts/corki-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/corki-webfont.woff') format('woff'),
url('fonts/corki-webfont.ttf') format('truetype'),
url('fonts/corki-webfont.svg#CorkiRegular') format('svg');
font-weight: normal;
font-style: normal;
}
body{
font-family: Corki;
margin: 0 auto;
}
#scrollbar{
width: 860px;
height: 220px;
overflow: auto;
overflow-y: hidden;
margin: 0 auto;
}
h1{
font-family: Corki;
text-transform: uppercase;
font-size: 45px;
text-align: center;
margin: 10px 0;
}
ul{
width: auto;
margin: 10px auto;
padding: 0;
height: 150px;
overflow: none;
}
ul li{
list-style: none;
float: left;
height: 100px;
width: 100px;
margin: 20px;
position: relative;
}
ul li a {
text-decoration: none;
}
ul li img{
width: 100px;
height: 100px;
}
ul li p.description{
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 65px;
margin: 0;
padding-top: 35px;
background: rgba(77,77,77, 0.5);
font-family: Corki;
font-size: 35px;
color: white;
text-align: center;
}
ul li p.description:hover{
background: rgba(77,77,77, 0);
font-size: 0;
}
ul li:hover{
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
iframe{
border: 0;
display: block;
width: 1025px;
height: 768px;
margin: 10px auto;
overflow: hidden;
}
iframe.vertical{
border: 0;
display: block;
width: 768px;
height: 1024px;
margin: 0px auto;
overflow: hidden;
}
#frontpage{
width: 600px;
margin: auto;
}
#frontpage h1{
margin: 30px auto;
color: #444;
}
#frontpage h1,h2{
text-transform: uppercase;
}
#frontpage ul{
width: 550px;
list-style: none;
}
#frontpage a{
color: #444;
text-decoration: none;
}
#frontpage li{
text-align: center;
border: 1px solid black;
width: 200px;
height: 200px;
padding: auto;
margin: 30px;
}
#frontpage li h2{
text-align: center;
text-shadow: 3px 3px 3px #eee;
}