-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_header.scss
125 lines (109 loc) · 2.19 KB
/
_header.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
#header-container {
color: #fff;
background: url('https://2016.bucharest.wordcamp.org/files/2016/06/074_panorama_by_lestatis-d5m7p5t.jpg') !important;
}
img[src*="path"] {
display: none!important;
}
#after-header {
background-color:#002B7F;
position: absolute;
max-width: 100%;
right: 0;
left: 0;
display: flex;
}
#after-header-1 {
width: 50%;
display: table-cell !important;
padding: 1em;
}
#after-header-2 {
width: 50%;
display: table-cell;
padding: 1em;
}
#widgetafterheader1 {
float: right;
}
#widgetafterheader1, #widgetafterheader2{
width: 100%;
padding: 10px;
background-color: #002B7F;
}
#after-header-container {
margin-top: -45px;
margin-right: -50px;
margin-left: -50px;
}
.widgetafterheader-title {
font-size: 18px;
color: #fff;
font-family: nunito;
text-align: right !important;
}
.widgetafterheader-text {
color: #ffffff;
font-size: 13px;
font-family: open-sans;
font-style: italic!important;
text-align: right !important;
}
.widgetafterheader-cta {
font-family: nunito;
color: #ffffff !important;
font-size: 18px;
text-decoration: none !important;
background-color: #e14a25;
padding: 10px;
border-radius: 5px;
display: inline-block!important;
float: left;
margin-bottom: -1.5em;
width:200px;
border:solid 1px #D94E3B;
-webkit-box-shadow: 0px 5px 0px #84261a;
-moz-box-shadow: 0px 5px 0px #84261a;
box-shadow: 0px 5px 0px #84261a;
}
#before-content {
margin-top: -20px;
position: relative;
}
#before-content-container {
display: flex;
margin-top: 135px;
margin-bottom: 30px;
position: relative;
}
#icon {
display: none;
}
.central {
background-color: #c3dce6;
}
.before-content .xoxo li .textwidget {
font-family: open-sans;
font-size: 15px;
}
.before-content .xoxo li:nth-child(odd) {
background-color: transparent;
}
.fa-star:before {
color: #fff;
background-color: black;
border-radius: 100px;
padding: 10px;
}
.fa-microphone:before {
color: #fff;
background-color: black;
border-radius: 100px;
padding: 10px;
}
.fa-users:before {
color: #fff;
background-color: black;
border-radius: 100px;
padding: 10px;
}