-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
129 lines (113 loc) · 1.88 KB
/
style.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
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
/*!
* Theme Name: Evergreen - 2017
* Theme URI: http://shramee.me
* Description: Custom theme for shramee.me
* Author: Shramee
* Author URI: http://shramee.me
* Template: twentyseventeen
* Version: 1.0.0
*/
$blue: #415e73;
$green: #00a553;
@import 'scss/base';
#top-logo {
position: absolute;
top: 16px;
right: 16px;
z-index: 999;
width: 200px;
}
.custom-header {
.two-col {
max-width: 1400px;
width: 88vw;
min-width: 300px;
margin: auto;
padding: 0 5px;
}
.col.mascot {
padding-top: 50px;
position: relative;
img {
position: relative;
display: block;
margin: 2px auto;
}
&:before {
content: '';
display: block;
border-bottom: 5px solid #00a452;
position: absolute;
bottom: 0;
left: -99vw;
width: 199vw;
}
}
}
h1, h2, h3, h4 {
margin: 0;
padding: 0;
color: inherit;
-webkit-font-smoothing: antialiased;
}
h1 {
font: 900 88px/1 'Arial Black', sans-serif;
margin: 45px 0 25px;
}
h2 {
font: 900 43px/1 'Arial Black', sans-serif;
text-transform: uppercase;
margin: 20px 0 25px;
}
h3 {
font: 900 25px 'Arial Black', sans-serif;
text-transform: uppercase;
margin: 16px 0 20px;
}
h4 {
font: 100 25px 'Arial', sans-serif;
}
.mascot img {
position: relative;
}
.no-list {
li {
display: block;
span {
display: inline-block;
max-width: calc( 100% - 56px );
vertical-align: middle;
}
}
}
.clear:after {
content: '';
display: block;
clear: both;
}
#subscribers-receive li i.fa {
font-size: 25px;
padding: 9px 9px 9px 0;
color: $green;
vertical-align: middle;
}
.site-footer .widget-area {
table {
margin: 0;
}
tr {
border: none;
}
}
body {
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
box-shadow: none;
flex: 0 0 43px;
margin: 0 16px 0 0;
:hover {
color: inherit;
box-shadow: none;
}
}
}
@import 'scss/mob';