-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (69 loc) · 1.54 KB
/
style.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
/*
Theme Name: Syntax Child
Theme URI: http://example.com/twenty-fourteen-child/
Description: Syntax Child Theme
Author: Cheryl Li
Author URI: http://cheryli.com
Template: syntax
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: syntax
*/
@import url("../syntax/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
/*Titles*/
h1, h2 {
font-family: 'League Gothic', serif;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 120%;
}
.entry-title a {
font-family: 'League Gothic', serif;
text-transform: uppercase;
letter-spacing: 4px;
font-size: 130%;
text-decoration: none;
}
.site-title a {
font-family: 'Droid Serif', serif;
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: 3px;
color: white;
padding: 0;
text-decoration: none;
}
.widget-title {
font-size: 1.27778em;
line-height: 1.2913em;
font-style: normal;
margin: 14.85px 0;
letter-spacing: 2px;
}
/*Body*/
p {
border: 0;
font-family: 'Droid Serif', sans-serif;
font-weight: 400;
font-size: 90%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
/*Links*/
.entry-meta a {
color: grey;
font-family: 'Droid Serif', serif;
font-weight: 400;
font-size: 100%;
}
a {
font-family: 'Droid Serif', sans-serif;
font-weight: 400;
font-size: 100%;
color: #444444;
text-decoration: none;
}