This repository has been archived by the owner on Aug 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
/
custom.css
111 lines (108 loc) · 1.77 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body{
background-color:#f9f9f9;
}
.dark-bg{
background-color: white;
color: #2b2b2b;
font-weight: 300;
font-size: 17px;
}
#search{
background-color: #f9f7f7;
color: #2b2b2b;
}
.post-thumbnail{
height: 90px;
width: 130px;
background-size: cover;
background-color: lightgray;
background-image: url("http://i.stack.imgur.com/2OrtT.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
.btn-primary{
background-color: #8cea8a;
color: white!important;
font-size: 22px;
}
.autoform-remove-item{
background-color: #ed8b8b;
}
.autoform-add-item{
background-color: #8cea8a;
}
.col-container{
margin: 0px;
padding: 0px;
}
.col-sm-4{
display: inline-block;
vertical-align: top;
padding: 10px;
padding-right: 20px;
word-wrap: break-word;
width: 100%;
max-width: 370px;
}
.col-sm-4 p{
padding: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 8px;
}
@media (min-width: 800px) {
.col-container{
display: -webkit-flex;
display: flex;
}
.col-sm-4 {
-webkit-flex: 1;
flex: 1;
}
}
@media (max-width: 800px) {
.col-sm-4 {
width: 100%;
max-width: 100%;
}
.custom_post_headline{
font-size: 16px!important;
}
.col_sm-description{
font-size: inherit!important;
}
}
.col_sm-description{
font-size: 20px;
font-weight: 300;
border-bottom: 3px solid #f9f9f9;
padding-bottom: 20px;
margin-bottom: 0px;
}
.col_header{
margin-bottom: 15px;
font-size: 30px;
line-height: 32px;
font-weight: 700 !important;
}
.post-category{
font-weight: 400!important;
}
.custom_post_headline{
font-weight:300;
font-size: 18px;
line-height: 20px;
}
.custom_post_title{
font-weight:600;
font-size:22px;
}
hr{
border: 0px;
background-color: #f9f9f9;
}
h2{
padding-bottom: 0px;
margin-bottom: 0px;
}