Files
dojo/public/global/nav/cssNav.css

107 lines
1.9 KiB
CSS
Raw Normal View History

2018-07-13 19:06:08 -05:00
section#spacer{
position:relative;
visibility: hidden;
}
2019-03-05 17:33:39 -06:00
@media(min-width:560px){
section.nav{ position:fixed; }
div.mshow {display:none}
}
@media(max-width:559px){
section.nav{ position:absolute; }
a.mhide {display:none}
}
2018-07-13 19:06:08 -05:00
section.nav{
z-index:100;
width:100%;
background:#c22a39;
justify-content: end;
-webkit-justify-content: end;
}
article.lhome{
height:50px;
2019-03-05 17:33:39 -06:00
width:85px;
2018-07-13 19:06:08 -05:00
margin:auto;
}
a#hhome{
background-image: url(" icon/LogoHome.svg ");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 100%;
display: block;
}
/* tel article ------------------*/
article.tel{
2019-03-05 17:33:39 -06:00
flex:1 1 300px;
2018-07-13 19:06:08 -05:00
display: -webkit-inline-flex;
-webkit-justify-content:baseline;
display: inline-flex;
justify-content:baseline;
min-width:250px;
margin:auto;
}
div.tnum{
flex:1 1 100px;
color: white;
margin:auto 10px;
2019-03-05 17:33:39 -06:00
max-width:110px;
2018-07-13 19:06:08 -05:00
}
div.icon{
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
margin:auto 2%;
}
div#watts{ width:30px;height:30px; }
div#tel{ width:20px;height:30px; }
2019-03-05 17:33:39 -06:00
/* nav -------------------------*/
2018-07-13 19:06:08 -05:00
article.nav{
2019-03-05 17:33:39 -06:00
flex:2 1 400px;
2018-07-13 19:06:08 -05:00
display: inline-flex;
justify-content:flex-end;
display: -webkit-inline-flex;
-webkit-justify-content:flex-end;
2019-03-05 17:33:39 -06:00
/* max-width:400px;*/
2018-07-13 19:06:08 -05:00
}
a.nav,
a.nav:link,
a.nav:visited,
a.nav:active,
a.nav:hover
{
text-align: center;
text-decoration: none;
color:white;
flex:2 1 50px;
}
a.nav > p {
2019-03-05 17:33:39 -06:00
min-width: 60px;
margin-right: 7px;
margin-left: 7px;
2018-07-13 19:06:08 -05:00
}
div#tel{ background-image: url("icon/cel.svg "); }
div#watts{ background-image: url("icon/watts.svg "); }
/* hamb --------------------------*/
div#menu{
background-image: url("icon/hamb.svg ");
background-size: 70% 50%;
background-repeat: no-repeat;
background-position: center center;
max-width: 60px;
margin: 0px 5px;
flex:1 4 50px;
}
div#menu:hover{
cursor: pointer;
}