Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Navigation */
- .menu {
- position:fixed;
- top:0px;
- width:100%;
- height:74px;
- background-color:#343434;
- z-index:9999;
- }
- #logo {
- margin-bottom:0;
- }
- #nav {
- text-align: right;
- }
- .navigation{
- float: right;
- list-style: none;
- margin: 0;
- }
- ul.navigation {
- margin:22px 0;
- padding:0;
- }
- .navigation li{
- float: left;
- text-align:left;
- padding:0;
- margin-left:30px;
- text-transform:uppercase;
- background:none;
- font-family:'Yanone Kaffeesatz', sans-s erif;
- font-weight:200;
- font-size:18px;
- line-height:20px;
- color:#a6a6a6;
- }
- .navigation li:first-child{margin-left:0;}
- .navigation li:hover,
- .navigation .active {
- cursor:pointer;
- color: #fff;
- }
- .navigation li span{
- display:block;
- text-transform:none;
- font-family:'Arial';
- font-size:11px;
- line-height:14px;
- font-weight:400;
- color:#6b6b6b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement