All pastes #2045320 Raw Edit

Untitled

public text v1 · immutable
#2045320 ·published 2011-04-12 02:07 UTC
rendered paste body
body {
margin: 0;
padding: 0;
background-image: url('http://mocha-mods.net/Designs/Second%20Design/images/bg-body.jpg');
background-repeat: repeat;
}

.wrapper{

}

.menubar{
position: relative;
top: -15px;
color: #fff;
background-image: url('http://mocha-mods.net/Designs/Second%20Design/images/bg-navi.jpg');
background-repeat: repeat-x;
height: auto;
}

ul.menu{
}

ul.menu li{
color: #FFFFFF;
width: 90px;
height: 10px;
text-align: center;
font: 14px "Century Gothic";
display: inline-block;
list-style: none;
padding: 15px;
border-radius: 6px;
cursor: pointer;
-moz-border-radius: 6px;
}

ul.menu li:hover{
color: #272727;
background-color: #ffffff;
display: inline-block;
list-style: none;
padding: 10px;
margin: 6px;
width: 100px
border-radius: 6px;
-moz-border-radius: 6px;
}