-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.scss
More file actions
78 lines (63 loc) · 1010 Bytes
/
Copy pathapplication.scss
File metadata and controls
78 lines (63 loc) · 1010 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
---
@charset 'utf-8';
@import url(//fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
@import "bootstrap";
@import "highlight";
body {
font-family: 'Open Sans', sans-serif;
color: #555;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 0;
font-weight: normal;
color: #333;
}
.blog-header {
padding-top: 0px;
padding-bottom: 0px;
}
.blog-title {
margin-top: 0px;
margin-bottom: 0;
font-size: 60px;
font-weight: normal;
}
.blog-description {
font-size: 20px;
color: #999;
}
.blog-main {
font-size: 18px;
line-height: 1.5;
}
.sidebar-module {
padding: 15px;
margin: 0 -15px 15px;
}
.blog-post {
margin-bottom: 30px;
}
.blog-post-title {
margin-bottom: 5px;
font-size: 40px;
}
.blog-post-meta {
margin-bottom: 20px;
color: #999;
}
.blog-footer {
padding: 40px 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}