Skip to content

Instantly share code, notes, and snippets.

@Znow
Created July 3, 2011 09:30
Show Gist options
  • Select an option

  • Save Znow/1062104 to your computer and use it in GitHub Desktop.

Select an option

Save Znow/1062104 to your computer and use it in GitHub Desktop.
a {
color: #000 !important;
text-decoration: none !important;
background: none !important;
}
.menu a, .menu a:visited, .menu a:active {
color: #000 !important;
text-decoration: none !important;
}
.menu a:hover {
background: none !important;
color: #000 !important;
text-decoration: underline !important;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: url('core/background.png') repeat-x;
}
.container {
padding: 0;
width: 100%;
height: 100%;
#header {
border-bottom: 1px solid #c2bd9f;
height: 150px;
width: 100%;
padding-top: 20px;
#title {
background: url(core/header.png);
width: 685px;
height: 24px;
margin-top: 40px;
margin-left: 20px;
float: left;
}
.logo img {
width: 96px;
height: 109px;
}
}
section {
width: 100%;
height: 100%;
#core {
background: url('core/background.png') repeat-x;
width: 100%;
height: 600px;
}
.spacer {
width: 1px;
height: 100%;
#left {
float: left;
}
#right {
float: right;
}
}
#menu {
float: left;
margin-right: 100px;
margin-top: 20px;
padding: 0;
ul {
font-size: 18px;
list-style-type: none;
list-style: none;
}
.submenu {
display: none;
}
li:hover {
margin: 0;
padding: 0;
ul.submenu {
font-size: 14px;
float: right;
display: block;
position: absolute;
li {
margin-left: 15px;
text-align: right;
display: block;
}
}
}
}
#main_content {
/*-moz-linear-gradient(center bottom, rgb(238,142,32) 100%, rgb(241,241,241) 10%);*/
float: left;
width: 500px;
min-height: 600px;
}
}
#side_content {
float: left;
clear: both;
}
#footer {
text-align: center;
height: 38px;
width: 100% !important;
background: #eaeaea repeat-x;
border-top: 1px solid #dedede;
float: left;
margin-bottom: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment