forked from germanysbestkeptsecret/Wookmark-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverview.css
More file actions
53 lines (47 loc) · 784 Bytes
/
overview.css
File metadata and controls
53 lines (47 loc) · 784 Bytes
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
header p {
max-width: 600px;
margin: 0 auto;
line-height: 22px;
}
header p a,
header p a:visited {
text-decoration: none;
color: #4281f5;
}
.tiles-wrap li {
height: 200px;
background-color: #ffffff;
border: 1px solid #dddddd;
box-shadow: none;
}
.tiles-wrap a {
font-weight: 200;
text-align: left;
color: #000000;
font-size: 12px;
line-height: 16px;
height: auto;
border: 0px;
display: block;
width: 200px;
position: relative;
height: 100%;
display: block;
text-transform: uppercase;
}
.tiles-wrap a span {
position: absolute;
bottom: 20px;
left: 15px;
right: 15px;
display: block;
color: #666666;
}
.tiles-wrap a b {
font-size: 20px;
line-height: 20px;
color: #000000;
}
.tiles-wrap a:hover b {
color: #4281f5;
}