forked from kushinauwu/OBF-Homepage-New
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathstyle-single.css
More file actions
161 lines (127 loc) · 2.42 KB
/
style-single.css
File metadata and controls
161 lines (127 loc) · 2.42 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/*
Theme Name: obf-new
Author: kushinauwu
Description: basic revised obf homepage theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
p {
font-family: 'Lato', sans-serif;
letter-spacing: 0.7px;
}
.h3 {
font-size: 30px;
font-family: 'Montserrat', serif;
}
span.author-date {
font-family: 'Montserrat', serif;
font-size: 16px;
}
.nav-next {
display: inline;
position: absolute;
right: 0;
margin-right: 30px;
font-size: 18px;
}
.nav-previous {
display: inline;
font-size: 18px;
}
.avatar {
margin-left: 0;
display: inline;
margin-right: 0;
}
.showcase-wrapper img {
display: block;
margin-left: auto;
margin-right: auto;
}
figure {
margin-left: auto;
margin-right: auto;
display: block;
}
.navigation-wrapper {
text-align: left;
}
.post-navigation {
display: inline-block;
}
.nav-links a {
text-align: center;
font-family: 'Montserrat', serif;
font-size: 16px;
}
.container-fluid {
margin-left: 30px;
margin-right: 30px;
}
.single-content {
margin: 3vh 0;
}
.single-content p {
font-family: 'Lato', sans-serif;
letter-spacing: 0.7px;
}
.single-content h3 {
font-size: 30px;
font-family: 'Montserrat', serif;
color: #275aa1;
}
.single-content h4 {
font-size: 26px;
font-family: 'Montserrat', serif;
color: #275aa1;
}
.single-content ul li,
.single-content ol li {
margin-left: 3%;
font-size: 16px;
font-family: 'Lato', sans-serif;
letter-spacing: 0.7px;
}
div#widgetized-area div {
margin-left: 2%;
margin-right: 2%;
margin-top: 3%;
}
div#widgetized-area {
display: grid;
grid-template-columns: 50% 50%;
}
div#widgetized-area {
text-align: center;
}
div#widgetized-area h4 {
text-align: center;
}
/*mobile display*/
@media only screen and (max-width: 769px) {
.single-content p {
font-size: 2.8vh;
font-family: 'Lato', serif;
letter-spacing: normal;
}
.single-content h3 {
font-size: 3.5vh;
}
.single-content h4 {
font-size: 3.1vh;
}
.single-content ul li,
.single-content ol li {
font-size: 2.8vh;
font-family: 'Lato', serif;
letter-spacing: normal;
}
.nav-next {
display: block;
position: relative;
}
.nav-previous {
display: block;
}
}