Skip to content

Instantly share code, notes, and snippets.

@ojanorg
Created December 19, 2014 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojanorg/ecedccfd422bd597a3e2 to your computer and use it in GitHub Desktop.
Save ojanorg/ecedccfd422bd597a3e2 to your computer and use it in GitHub Desktop.
//.top-bar {
// background-color: #1f8924
//}
//.navigering {
// background-color: #ececec
//}
.toprow {
height: 53px;
background-color: white;
text-align: right;
}
.topimages {
height: 100%;
padding-top: 16px;
}
a {
font-size: 14px;
font-family: helvetica, sans-serif;
color: white;
}
#topnav li {
display: inline;
padding-right: 20px;
font-size: 14px;
font-family: helvetica, sans-serif;
color: white;
}
.toplogo {
width: 240px;
height: 75px;
}
#secondrow {
height: 75px;
background-color: #1f8924;
}
.thirdrow {
height: 53px;
background-color: #ececec;
border-bottom: 1px solid black;
}
.thirdrow ul {
list-style-type: none;
text-align: center;
font-size: 14px;
font-family: helvetica, sans-serif;
color: black;
padding-top: 16px;
}
.thirdrow li {
display: inline;
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid black;
}
.thirdrow li:first-child {
border-right: none;
font-weight: bold;
}
.thirdrow li:last-child {
border-right: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment