Created
December 22, 2011 16:30
-
-
Save alsoicode/1510900 to your computer and use it in GitHub Desktop.
.less file correctly compiled with WinLess
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: url("../images/bg-page.jpg") no-repeat scroll 50% 0 #050404; | |
} | |
img { | |
display: block; | |
} | |
footer { | |
border-top: none; | |
margin-top: 0; | |
padding-top: 0; | |
} | |
footer p { | |
font-size: 10px; | |
color: white; | |
} | |
#cchs-logo { | |
display: block; | |
margin: 10px 0 0 0; | |
} | |
header .search { | |
background: url("../images/bg-page-top.gif") scroll left top repeat; | |
overflow: auto; | |
/* Override Bootstrap to float form right */ | |
} | |
header .search .row > form[class*="span"] { | |
display: block; | |
float: right; | |
margin: 0 5px 0 0; | |
} | |
header .search .row { | |
margin-bottom: 0; | |
} | |
header .search form { | |
background-color: #000; | |
} | |
header .search form fieldset { | |
padding-top: 4px; | |
margin-bottom: 6px; | |
} | |
header .search form legend { | |
color: #fff; | |
font-size: 10px; | |
margin: 0; | |
padding: 5px 0 0 5px; | |
text-transform: uppercase; | |
} | |
header .search form input[type="text"] { | |
width: 140px; | |
margin: 0 0 0 5px; | |
color: #333; | |
font-size: 11px; | |
height: 9px; | |
} | |
header .search nav ul { | |
margin-bottom: 0; | |
} | |
header .search nav ul li { | |
display: block; | |
float: left; | |
} | |
header .search nav ul li a { | |
color: #fff; | |
text-transform: uppercase; | |
display: inherit; | |
padding: 3px 9px; | |
font-size: 11px; | |
letter-spacing: 1px; | |
} | |
header .search nav ul li a:hover { | |
background-color: black; | |
text-decoration: none; | |
} | |
header .search nav ul li.active { | |
background-color: black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment