style changes
This commit is contained in:
parent
d948035b15
commit
d65ee65f55
1 changed files with 78 additions and 10 deletions
|
@ -32,18 +32,69 @@ h6 {}
|
||||||
body > header {
|
body > header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: white;
|
background-color: #FCF9F5;
|
||||||
border-bottom-width: thin;
|
margin-left: 0;
|
||||||
border-bottom-style: solid;
|
margin-right: 0;
|
||||||
|
width: 100vw !important;
|
||||||
|
max-width: 100vw;
|
||||||
|
/* border-bottom-width: thin;
|
||||||
|
border-bottom-style: solid;*/
|
||||||
padding-bottom: 0px !important;
|
padding-bottom: 0px !important;
|
||||||
|
margin-bottom: 0px !important;
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
padding-right: 1em !important;
|
/* padding-right: 1em !important;
|
||||||
padding-left: 1em !important;
|
padding-left: 1em !important;*/
|
||||||
/* color: #f1f1f1; */
|
/* color: #f1f1f1; */
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {}
|
@media (min-width:576px) {
|
||||||
|
body>footer>nav,
|
||||||
|
body>header>nav {
|
||||||
|
max-width:510px;
|
||||||
|
padding-right:0;
|
||||||
|
padding-left:0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width:768px) {
|
||||||
|
body>footer>nav,
|
||||||
|
body>header>nav {
|
||||||
|
max-width:700px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width:1024px) {
|
||||||
|
body>footer>nav,
|
||||||
|
body>header>nav {
|
||||||
|
max-width:950px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width:1280px) {
|
||||||
|
body>footer>nav,
|
||||||
|
body>header>nav {
|
||||||
|
max-width:1200px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width:1536px) {
|
||||||
|
body>footer>nav,
|
||||||
|
body>header>nav {
|
||||||
|
max-width:1450px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body>header>nav,
|
||||||
|
body>footer>nav {
|
||||||
|
margin: auto;
|
||||||
|
--pico-primary: #8D0B02 !important;
|
||||||
|
--pico-primary-hover: #cd5c5c !important;
|
||||||
|
}
|
||||||
|
body>footer>nav {
|
||||||
|
border-top-width: thin;
|
||||||
|
border-top-style: solid;
|
||||||
|
}
|
||||||
nav ul, nav ol {}
|
nav ul, nav ol {}
|
||||||
|
nav ul.abv-brand {
|
||||||
|
border-bottom-width: thin;
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
nav li {}
|
nav li {}
|
||||||
nav a {}
|
nav a {}
|
||||||
nav a:visited {}
|
nav a:visited {}
|
||||||
|
@ -87,14 +138,19 @@ search {}
|
||||||
|
|
||||||
body>footer {
|
body>footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
width: 100vw !important;
|
||||||
|
max-width: 100vw;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: white;
|
background-color: #FCF9F5;
|
||||||
border-top-width: thin;
|
/*border-top-width: thin;
|
||||||
border-top-style: solid;
|
border-top-style: solid;*/
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
padding-bottom: 0px !important;
|
padding-bottom: 0px !important;
|
||||||
/* color: #f1f1f1; */
|
/* color: #f1f1f1; */
|
||||||
}
|
}
|
||||||
|
body>footer>nav {
|
||||||
|
margin:auto;
|
||||||
|
}
|
||||||
|
|
||||||
address {}
|
address {}
|
||||||
|
|
||||||
|
@ -140,6 +196,14 @@ a:visited {}
|
||||||
a:hover {}
|
a:hover {}
|
||||||
a:active {}
|
a:active {}
|
||||||
|
|
||||||
|
a.abv-map img {
|
||||||
|
height: 2ex;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.abv-map:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
strong {}
|
strong {}
|
||||||
b {}
|
b {}
|
||||||
|
|
||||||
|
@ -191,6 +255,10 @@ Embedded content
|
||||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||||
|
|
||||||
img {}
|
img {}
|
||||||
|
img.abv-logo {
|
||||||
|
height: 7ex;
|
||||||
|
}
|
||||||
|
|
||||||
svg {}
|
svg {}
|
||||||
video {}
|
video {}
|
||||||
canvas {}
|
canvas {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue