Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {margin: 0, padding: 0}
- body {
- font-family: "Lucida Sans Unicode", "Bitstream Vera Sans",
- "Trebuchet Unicode MS", "Lucida Grande", "Verdana", "Helvetica", sans-serif;
- background: #262523;
- }
- #page {
- background: #dedede;
- padding: 1em 0;
- }
- .dark {
- background: #262523;
- color: #fff;
- }
- .menu li {
- list-style: none;
- position: relative;
- }
- .menu a {
- display: block;
- width: 100%;
- text-decoration: none;
- position: relative;
- white-space: nowrap;
- color: #b4b4b4;
- }
- #top {
- margin: 0 auto 1em auto;
- position: relative;
- }
- #search {
- display: none;
- }
- #logo, #top.menu {
- display: inline-block;
- }
- #logo {
- position: relative;
- z-index: 999;
- white-space: nowrap;
- background: url('images/5.png') no-repeat top right;
- padding-right: 115px;
- height: 93px;
- }
- #logo h1 a, #logo h1 a:hover, #logo h1 {
- color: #000;
- font-size: 1.2em;
- font-weight: normal;
- }
- #logo h1 span {
- font-size: 0.8em;
- line-height: 0.5em;
- margin-left: 2.6em;
- }
- #mainmenu {
- z-index: 900;
- position: absolute;
- bottom: 0;
- right: 0;
- padding: 0 0 0 3em;
- width: 75%;
- background: #262523;
- list-style: none;
- font-family: 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
- }
- #mainmenu li {
- display: inline-block;
- position: relative;
- }
- #mainmenu li a {
- font-size: 0.9em;
- padding: 0.5em 1.4em;
- }
- #mainmenu li ul {
- display: none;
- z-index: 901;
- background: #6a6864;
- position: absolute;
- top: 100%;
- left: 0;
- }
- #mainmenu li:hover ul {
- display: block;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement