|
|
Line 403: |
Line 403: |
| | | |
| /*``````````````````````````````````````````````START OF NAV BAR STYLES```````````````````````````````````````````````````````*/ | | /*``````````````````````````````````````````````START OF NAV BAR STYLES```````````````````````````````````````````````````````*/ |
− | #navMask{
| |
− | position:relative;
| |
− | height:110px;
| |
− | width:100%;
| |
− | background: #666;
| |
− | padding:0;
| |
− | margin:0;
| |
− | opacity:0;
| |
− | }
| |
− |
| |
− | nav {
| |
− | background: #666;
| |
− | color: white;
| |
− | transition: opacity 1s ease;
| |
− | opacity: 1;
| |
− | position: fixed;
| |
− | top: 0;
| |
− | left: 0;
| |
− | width: 100%;
| |
− | height: 130px;
| |
− | line-height: 130px;
| |
− | transition: all 0.5s ease;
| |
− | display:block;
| |
− | float:right;
| |
− | clear:both;
| |
− | z-index:100;
| |
− | overflow:hidden;
| |
− | }
| |
− |
| |
− | nav:hover{
| |
− | opacity:1;
| |
− | transition:all 0.5s ease;
| |
− | height:130px;
| |
− | }
| |
− |
| |
− | .scrolled {
| |
− | opacity: 0.5;
| |
− | height: 60px;
| |
− | line-height: 100px;
| |
− | }
| |
− |
| |
− | nav ul{
| |
− | list-style:none;
| |
− | padding:0;
| |
− | margin-left:auto;
| |
− | width:100%;
| |
− | }
| |
− |
| |
− | nav li{
| |
− | list-style:none;
| |
− | padding:0;
| |
− | display:inline;
| |
− | }
| |
− |
| |
− | nav li a{
| |
− | float:right;
| |
− | color:#ffffff;
| |
− | text-decoration:none;
| |
− | text-align:center;
| |
− | font-size:1em;
| |
− | font-weight:bold;
| |
− | padding:55px 13px 0 13px;
| |
− | transition: all 0.5s ease;
| |
− | line-height:23px;
| |
− | }
| |
| | | |
| #project a{ | | #project a{ |