-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
executable file
·88 lines (66 loc) · 1.03 KB
/
custom.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
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
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
/* font-family: 'Open Sans', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Domine:700);
/* font-family: 'Domine', serif; */
/*
#masthead {
background: #7EB0EA;
}
#primary {
background: #F5C98C;
}
#secondary {
background: #B2E78B;
}
#colophon {
background: #F2B0B4;
}
*/
/* GENERAL */
body {
font-family: 'Open Sans', sans-serif;
color: #333;
}
#primary,
#secondary {
margin: 20px 0;
}
.entry-title,
.page-title {
font-family: 'Domine', serif;
font-size: 2em;
color: #333;
}
.entry-title a,
.page-title a {
color: #333;
}
/* HEADER */
.site-branding {
background: #ccc;
}
.site-title {
font-family: 'Domine', serif;
font-size: 4.5em;
line-height: 1;
margin: 10px 0 0;
}
.site-title a {
color: #333;
}
.site-description {
font-size: 1.2em;
}
/* FOOTER */
#colophon .row {
background: #ccc;
padding: 10px 0;
}
/* SIDEBAR */
.widget {
}
.widget-title {
font-weight: 700;
font-size: 1.2em;
border-bottom: 1px solid #999;
}