-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
路95 lines (79 loc) 路 1.35 KB
/
Copy pathstyle.css
File metadata and controls
executable file
路95 lines (79 loc) 路 1.35 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
body {
font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', sans-serif;
margin: 0; padding: 0;
font-size: 1em;
color: #333;
background-color: #fdfdfd;
}
a {
color: #3f6def;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px dotted #3f6def;
}
.hidden {
display: none !important;
}
.wrapper {
max-width: 980px;
margin: 0 auto;
padding: 20px;
}
.categories-list {
margin: 0; padding: 0;
}
.categories-list li {
display: inline;
margin: 0; padding: 0;
margin-right: 16px;
padding: 8px 16px;
cursor: pointer;
}
header {
padding-bottom: 30px;
}
.month-title {
font-size: 2em;
padding-bottom: 10px;
margin-bottom: 40px;
border-bottom: 2px solid #333;
}
/* EACH ITEM ~~~~~~~~~~~~~~~~~~~ */
.item {
display: inline-block;
vertical-align: top;
margin-bottom: 40px;
padding-right: 20px;
width: 300px;
}
.item-header {
padding-bottom: 12px;
}
.item-header span {
display: inline-block;
margin-right: 8px;
padding: 8px 16px;
font-size: .7em;
}
.item-type {
text-transform: uppercase;
letter-spacing: .05em;
font-weight: bold;
font-size: .7em;
}
.style {
background-color: #1862ab;
color: #e8f7ff;
}
.type {
background-color: #087f5b;
color: #e6fcf5;
}
.reading {
background-color: #2b8a3e;
color: #ebfbee;
}
.construction {
background-color: #5c940d;
color: #f4fce3;
}