forked from eliottvincent/bay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_post.scss
103 lines (82 loc) · 1.41 KB
/
_post.scss
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
96
97
98
99
100
101
102
103
.post-header {
margin-bottom: $spacing-unit;
}
.post-title {
font-size: 40px;
letter-spacing: -1px;
line-height: 1.2;
font-family: $base-font-family;
@include media-query($on-mobile) {
font-size: 34px;
}
}
.post-subtitle {
font-size: 26px;
letter-spacing: -1px;
line-height: 1;
color: #777;
font-family: $base-font-family;
font-style: oblique;
position: relative;
top: -0.3em;
@include media-query($on-mobile) {
font-size: 24px;
}
}
.post-meta .post-date {
text-transform: uppercase;
font-size: 120%;
}
.post-content {
margin-bottom: $spacing-unit;
width: 100%;
h2 {
font-size: 32px;
@include media-query($on-mobile) {
font-size: 28px;
}
}
h3 {
font-size: 26px;
@include media-query($on-mobile) {
font-size: 22px;
}
}
h4 {
font-size: 20px;
@include media-query($on-mobile) {
font-size: 18px;
}
}
}
.post-pic {
border: #999 1px solid;
}
.magnify {
cursor: zoom-in;
}
.post-languages {
font-size: 13px;
font-family: Helvetica, sans-serif;
margin-top: 30px;
margin-bottom: 20px;
strong {
font-size: 11px;
text-transform: uppercase;
}
}
div.footnotes {
font-size: 80%;
}
.draft-banner {
background: #ff9999;
color: #660000;
text-align: center;
padding: 1em;
margin-bottom: 2em;
font-family: Helvetica, sans-serif;
border-radius: 5px;
a {
color: #330000;
}
}