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
75 lines (66 loc) · 1.14 KB
/
overview.css
File metadata and controls
75 lines (66 loc) · 1.14 KB
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
#main {
overflow: hidden;
}
header p {
max-width: 600px;
margin: 0 auto;
line-height: 22px;
}
header p a,
header p a:visited {
text-decoration: none;
color: #4281f5;
}
#main li {
height: 200px;
background-color: #ffffff;
border: 1px solid #dddddd;
}
#main li a {
font-weight: 200;
text-align: left;
box-shadow: none;
color: #000000;
font-size: 12px;
line-height: 16px;
height: auto;
background-color: transparent;
border: 0px;
display: block;
width: 200px;
position: relative;
height: 100%;
display: block;
text-transform: uppercase;
}
#main li a:hover {
color: #4281f5;
}
#main li a span {
position: absolute;
bottom: 20px;
left: 15px;
right: 15px;
display: block;
color: #666666;
}
#main li a b {
font-size: 20px;
line-height: 30px;
color: #000000;
}
/**
* Grid items animation
*/
#tiles li {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.wookmark-placeholder {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}