-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (49 loc) · 965 Bytes
/
style.css
File metadata and controls
60 lines (49 loc) · 965 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
54
55
56
57
58
59
60
.navbar-fixed-top {
position: relative;
}
body {
padding-top: 0;
}
.even {
background-color: rgba(225, 150, 225, 0.25);
padding: 5px;
}
h1 {
background: linear-gradient(rgba(225, 225, 225, 1), rgba(225, 225, 225, 0.1));
padding: 5px;
}
img {
float: left;
clear: left;
margin-right: 20px;
max-height: 100px;
}
h1, h2 {
clear: left;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.masonry .item {
float: left;
background: #F8F8F8;
border-radius: 5px;
border: 1px solid rgb(225, 225, 225);
width: 350px;
margin: 5px;
box-shadow: 5px 5px 4px 0 rgba(9, 130, 154, 0.2);
background: linear-gradient(rgba(225, 225, 225, 1), rgba(225, 225, 225, 0.1));
}
.item h2 {
font-size: 20px;
line-height: 20px;
text-align: center;
}
.content-item a {
margin-left: 15px;
}
.content-item {
border-top: 1px dotted #999;
}