-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFirepress_Klimax2.html
126 lines (101 loc) · 2.22 KB
/
Firepress_Klimax2.html
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
<!-- =================================================
Theme: FirePress_Klimax2
Header CSS override
maintained by https://firepress.org/ 🔥📰
Find Code Injection templates on https://github.com/firepress-org/Code-Injection-for-Ghost-themes
================================================== -->
<style>
// DESKTOP_RESOLUTION {}
// Menu font size {}
.site-nav {
font-size: 1.4rem;
height: 40px;
}
// Title size {}
h1 {
font-size: 4.5rem;
}
// Title color {}
.post-full-title {
margin: 0;
color: #ffffff;
}
// Logo size {}
img.site-logo {
max-height: 100px !important;
}
// Main image roudness {}
.post-full-image {
border-radius: 0px 0px 6px 6px;
}
// Main content section roudness {}
.post-full-content {
border-radius: 6px 6px 0px 0px;
}
// Menu background margins {}
.site-header {
padding-top: 12px;
padding-bottom: 15px;
background-color: rgb(9, 10, 11);
color: #fff;
}
// Image roudness in contents {}
.post-full-content img {
border-radius: 6px;
}
// Title background {}
.post-full-header {
position: absolute;
padding: 3vw 3vw 3vw;
background: rgba(0, 0, 0, 0.58);
border-radius: 6px;
margin: 16vw auto;
width: 100%;
}
// Content first paragraph size {}
.post-template .kg-card-markdown>p:first-child {
font-size: 1.0em;
line-height: 1.5em;
}
// Footer spacing {}
.site-footer {
position: relative;
padding-top: 30px;
padding-bottom: 30px;
color: #fff;
background: #000;
}
// MOBILE_RESOLUTION {}
@media (max-width: 500px) {
.post-full-header {
margin: 30vw auto;
}
img.site-logo {
max-height: 25vw !important;
}
.site-description {
font-size: 1.5rem;
}
.post-full-image {
border-radius: 0px;
}
}
// TABLET_RESOLUTION {}
@media (min-width: 501px) {
.post-full-header {
margin: 15vw auto;
}
img.site-logo {
max-height: 25vw !important;
}
.post-full-image {
border-radius: 0px;
}
}
</style>
<!-- =================================================
Footer CSS override
================================================== -->
<style>
// SNIPPET {}
</style>