Modified header images and main menu styles.
This commit is contained in:
parent
26330623ea
commit
9cec6af276
3 changed files with 21 additions and 11 deletions
|
@ -591,38 +591,48 @@ input.search-vivo {
|
||||||
}
|
}
|
||||||
/* MAIN NAVIGATION------> */
|
/* MAIN NAVIGATION------> */
|
||||||
ul#main-nav {
|
ul#main-nav {
|
||||||
display: block;
|
display: flex;
|
||||||
|
flex-direction:row;
|
||||||
|
flex-wrap:nowrap;
|
||||||
|
justify-content: center;
|
||||||
|
align-content: center;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
/* border: 1px solid #dce4e3;*/
|
/* border: 1px solid #dce4e3;*/
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
margin: 0 auto;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
margin-top: -46px;
|
margin-top: -46px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main-nav li:last-child {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
#main-nav li {
|
#main-nav li {
|
||||||
float: left;
|
float: left;
|
||||||
line-height: 46px;
|
line-height: 46px;
|
||||||
background: url(../images/separator-main-nav.jpg) right -2px no-repeat;
|
background: url(../images/separator-main-nav.jpg) right no-repeat;
|
||||||
}
|
}
|
||||||
#main-nav li a {
|
#main-nav li a {
|
||||||
padding-left: 16px;
|
padding-left: 20px;
|
||||||
padding-right: 16px;
|
padding-right: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
color: #706a66;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#main-nav li a:hover {
|
#main-nav li a:hover {
|
||||||
color: #002b44;
|
color: #EECFA1;
|
||||||
}
|
}
|
||||||
#main-nav li a.selected {
|
#main-nav li a.selected {
|
||||||
color: #002b44;
|
color: #DD9F00;
|
||||||
background: url(../images/selected-main-nav.jpg) left -1px no-repeat;
|
/* background: url(../images/selected-main-nav.jpg) left -1px no-repeat; */
|
||||||
margin-left: 18px;
|
/* margin-left: 18px; */
|
||||||
}
|
}
|
||||||
/* WRAPPER CONTENT------> */
|
/* WRAPPER CONTENT------> */
|
||||||
#wrapper-content {
|
#wrapper-content {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 37 KiB |
Loading…
Add table
Reference in a new issue