-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (53 loc) · 912 Bytes
/
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
body {
font-family: Tahoma, Geneva, sans-serif;
color: black;
padding: 0;
margin: 0;
}
#wrapper {
max-width: 1000px;
margin: 0 auto;
}
#header {
background-color: #909090;
border-radius: 0 0 5px 5px;
padding: 3px;
margin: 2px;
margin-top: 0;
text-align: center;
}
#title {
display: block;
margin-block-start: 0.3em;
margin-block-end: 0.3em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
font-size: 3em;
}
a.link_tile {
color: black;
}
.tile {
text-align: center;
width: 190px;
height: 235px;
float: left;
background-color: #909090;
margin: 2px;
padding: 3px;
border-radius: 5px;
opacity:.8;
font-size: .9em;
}
.tile:active, .tile:hover {
opacity:1
}
.tile_title {
height: 50px;
font-size: 13px;
}
.icon {
width: 100px;
height: 100px;
}