Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .Wrapper {
- margin-top: 50px;
- margin-left: auto;
- margin-right: auto;
- width: 980px;
- background-color: #FFF;
- overflow: hidden;
- }
- .MainHeader {
- }
- .MainHeader img {
- float: left;
- display: block;
- }
- .NavMenu {
- margin-top: 5px;
- width: 980px;
- z-index: -1;
- background-color: #0099CC;
- text-align: right;
- }
- .NavMenu ul {
- margin: 0px;
- padding: 0px;
- list-style-type: none;
- list-style-image: none;
- }
- .NavMenu li {
- display: inline;
- margin: -2px;
- }
- .FirstButton {
- padding: 5px;
- background-color: #0099CC;
- border-top-left-radius: 10px;
- border-bottom-left-radius: 10px;
- color: #FFF;
- text-decoration: none;
- }
- .FirstButton:hover {
- padding: 5px;
- background-color: #FFF;
- border-top-left-radius: 10px;
- border-bottom-left-radius: 10px;
- color: #0099CC;
- text-decoration: none;
- }
- .Button {
- padding: 5px;
- background-color: #0099CC;
- color: #FFF;
- text-decoration: none;
- }
- .Button:hover {
- padding: 5px;
- background-color: #FFF;
- color: #0099CC;
- text-decoration: none;
- }
- .LastButton {
- margin-right: 20px;
- padding: 5px;
- background-color: #0099CC;
- border-top-right-radius: 10px;
- border-bottom-right-radius: 10px;
- color: #FFF;
- text-decoration: none;
- }
- .LastButton:hover {
- margin-right: 20px;
- padding: 5px;
- background-color: #FFF;
- border-top-right-radius: 10px;
- border-bottom-right-radius: 10px;
- color: #0099CC;
- text-decoration: none;
- }
- .InfoBlock {
- position: relative;
- margin-left: auto;
- width: 200px;
- height: 125px;
- z-index: 99;
- }
- .SideBar {
- margin-top: 10px;
- margin-left: 5px;
- float: left;
- width: 200px;
- border-right: 1px solid;
- }
- .MainContent {
- margin-top: 10px;
- margin-left: 5px;
- float: right;
- width: 769px;
- }
- html,
- body {
- margin: 0px;
- padding: 0px;
- background: url('../images/bedge_grunge.png');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement