Skip to content

Commit 9ba1b33

Browse files
authored
Merge pull request #4 from OpenDataGIS/develop
Fix masthead::after
2 parents 2b5e47e + f23a065 commit 9ba1b33

1 file changed

Lines changed: 151 additions & 151 deletions

File tree

Lines changed: 151 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -1,155 +1,155 @@
11
/* Remove the feature image */
22
.homepage section.featured.media-overlay {
33
display: none;
4-
}
5-
6-
img[src*='#viewer'] {
7-
border-radius: 5%;
8-
}
9-
img[src*='#left'] {
10-
float: left;
11-
max-height: 200px;
12-
}
13-
img[src*='#right'] {
14-
float: right;
15-
max-height: 200px;
16-
}
17-
img[src*='#center'] {
18-
display: block;
19-
margin: auto;
20-
max-height: 100px;
21-
max-width:250px;
22-
}
23-
24-
.account-masthead .account ul li a {
25-
display: block;
26-
color: #1d1d1b !important;
27-
font-size: 13px;
28-
font-weight: 500;
29-
padding: 0 10px;
30-
line-height: 31px;
31-
}
32-
33-
.account-masthead {
34-
padding: 0px 0;
35-
background: #fbbd00;
36-
color: #1d1d1b !important;
37-
}
38-
39-
.account-masthead .account ul li a:hover {
40-
/* color: #d9e7eb; */
41-
background-color: #a71e03;
42-
text-decoration: none;
43-
}
44-
45-
h1 {
46-
color: #ad1519;
47-
}
48-
49-
.homepage .module-search .module-content .heading-layout2 {
50-
color: #ad1519;
51-
}
52-
53-
.btn-primary {
54-
background-color: #ad1519;
55-
border-color: #ad1519;
56-
}
57-
58-
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
59-
background-color: #ffdb00 !important;
60-
border-color: #fbbd00 !important;
61-
color: #351f1a;
62-
}
63-
64-
a {
65-
color: #ad1519;
66-
}
67-
68-
a.endpoint {
69-
width: 40%;
70-
text-align: center;
71-
background-color: transparent;
72-
border-color: #ad1519;
73-
color: #ad1519;
74-
font-weight: 500;
75-
letter-spacing: -0.5px;
76-
}
77-
78-
a.tag:hover {
79-
text-decoration: none;
80-
font-weight: 600;
81-
color: #351f1a;
82-
background-color: #ffdb00 ;
83-
border: 1px solid #fbbd00 ;
84-
-webkit-box-shadow: none;
85-
box-shadow: none;
86-
}
87-
88-
.toolbar .breadcrumb a {
89-
color: #4d4d4d;
90-
}
91-
92-
body {
93-
-webkit-text-size-adjust: 100%;
94-
-webkit-tap-highlight-color: rgba(0,0,0,0);
95-
background-color: #fff;
96-
color: #4d4d4d;
97-
font-family: var(--bs-font-sans-serif);
98-
font-weight: 400;
99-
font-size: 14px;
100-
line-height: 1.5;
101-
margin: 0;
102-
}
103-
104-
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
105-
border-top: 0;
106-
border-left: 0;
107-
border-right: 0;
108-
border-bottom: 3px solid #ad1519;
109-
}
110-
111-
.masthead .nav > li > a:focus, .masthead .nav > li > a:hover, .masthead .nav > .active > a, .masthead .nav > .active > a:hover, .masthead .nav > .active > a:focus {
112-
color: #ad1519;
113-
}
114-
4+
}
5+
6+
img[src*='#viewer'] {
7+
border-radius: 5%;
8+
}
9+
img[src*='#left'] {
10+
float: left;
11+
max-height: 200px;
12+
}
13+
img[src*='#right'] {
14+
float: right;
15+
max-height: 200px;
16+
}
17+
img[src*='#center'] {
18+
display: block;
19+
margin: auto;
20+
max-height: 100px;
21+
max-width:250px;
22+
}
11523

116-
.masthead .navigation .nav-pills li a {
117-
background-color: transparent;
118-
color: #1d1d1b;
119-
font-weight: 600;
120-
text-decoration: none;
121-
}
122-
123-
.masthead .navigation .nav-pills li a:hover, .masthead .navigation .nav-pills li a:focus, .masthead .navigation .nav-pills li.active a {
124-
background-color: transparent;
125-
text-decoration: underline !important;
126-
text-underline-offset: 5px;
127-
color: #1d1d1b;
128-
font-weight: 600;
129-
-webkit-transition: all .2s;
130-
transition: all .2s;
131-
}
132-
133-
.masthead {
134-
margin-bottom: initial;
135-
padding: 10px 0;
136-
color: #fff;
137-
background-color: #ffdb00 !important;
138-
position: relative;
139-
padding: 30px 0;
140-
}
141-
142-
.masthead::after {
143-
content: "";
144-
position: absolute;
145-
bottom: 0;
146-
left: 0;
147-
height: 8px;
148-
width: 100%;
149-
background: repeating-linear-gradient(to right, #a71e03, #a71e03 25%, #fbbd00 25%, #fbbd00 75%, #a71e03 75%);
150-
}
151-
152-
.site-footer {
153-
margin-top:150px;
154-
background: #ecece2;
155-
}
24+
.account-masthead .account ul li a {
25+
display: block;
26+
color: #1d1d1b !important;
27+
font-size: 13px;
28+
font-weight: 500;
29+
padding: 0 10px;
30+
line-height: 31px;
31+
}
32+
33+
.account-masthead {
34+
padding: 0px 0;
35+
background: #fbbd00;
36+
color: #1d1d1b !important;
37+
}
38+
39+
.account-masthead .account ul li a:hover {
40+
/* color: #d9e7eb; */
41+
background-color: #a71e03;
42+
text-decoration: none;
43+
}
44+
45+
h1 {
46+
color: #ad1519;
47+
}
48+
49+
.homepage .module-search .module-content .heading-layout2 {
50+
color: #ad1519;
51+
}
52+
53+
.btn-primary {
54+
background-color: #ad1519;
55+
border-color: #ad1519;
56+
}
57+
58+
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
59+
background-color: #ffdb00 !important;
60+
border-color: #fbbd00 !important;
61+
color: #351f1a;
62+
}
63+
64+
a {
65+
color: #ad1519;
66+
}
67+
68+
a.endpoint {
69+
width: 40%;
70+
text-align: center;
71+
background-color: transparent;
72+
border-color: #ad1519;
73+
color: #ad1519;
74+
font-weight: 500;
75+
letter-spacing: -0.5px;
76+
}
77+
78+
a.tag:hover {
79+
text-decoration: none;
80+
font-weight: 600;
81+
color: #351f1a;
82+
background-color: #ffdb00 ;
83+
border: 1px solid #fbbd00 ;
84+
-webkit-box-shadow: none;
85+
box-shadow: none;
86+
}
87+
88+
.toolbar .breadcrumb a {
89+
color: #4d4d4d;
90+
}
91+
92+
body {
93+
-webkit-text-size-adjust: 100%;
94+
-webkit-tap-highlight-color: rgba(0,0,0,0);
95+
background-color: #fff;
96+
color: #4d4d4d;
97+
font-family: var(--bs-font-sans-serif);
98+
font-weight: 400;
99+
font-size: 14px;
100+
line-height: 1.5;
101+
margin: 0;
102+
}
103+
104+
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
105+
border-top: 0;
106+
border-left: 0;
107+
border-right: 0;
108+
border-bottom: 3px solid #ad1519;
109+
}
110+
111+
.masthead .nav > li > a:focus, .masthead .nav > li > a:hover, .masthead .nav > .active > a, .masthead .nav > .active > a:hover, .masthead .nav > .active > a:focus {
112+
color: #ad1519;
113+
}
114+
115+
116+
.masthead .navigation .nav-pills li a {
117+
background-color: transparent;
118+
color: #1d1d1b;
119+
font-weight: 600;
120+
text-decoration: none;
121+
}
122+
123+
.masthead .navigation .nav-pills li a:hover, .masthead .navigation .nav-pills li a:focus, .masthead .navigation .nav-pills li.active a {
124+
background-color: transparent;
125+
text-decoration: underline !important;
126+
text-underline-offset: 5px;
127+
color: #1d1d1b;
128+
font-weight: 600;
129+
-webkit-transition: all .2s;
130+
transition: all .2s;
131+
}
132+
133+
.masthead {
134+
margin-bottom: initial;
135+
padding: 10px 0;
136+
color: #fff;
137+
background-color: #ffdb00 !important;
138+
position: relative;
139+
padding: 30px 0;
140+
}
141+
142+
.masthead::after {
143+
content: "";
144+
position: absolute;
145+
bottom: -5px;
146+
left: 0;
147+
height: 8px;
148+
width: 100%;
149+
background: repeating-linear-gradient(to right, #a71e03, #a71e03 25%, #fbbd00 25%, #fbbd00 75%, #a71e03 75%);
150+
}
151+
152+
.site-footer {
153+
margin-top:150px;
154+
background: #ecece2;
155+
}

0 commit comments

Comments
 (0)