Created
July 11, 2011 18:56
-
-
Save nathancarnes/1076524 to your computer and use it in GitHub Desktop.
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
/* | |
* Site: Home Federal | |
* Date: April 2011 | |
* Author: Carnes Media | |
*/ | |
/* Import reset, utilities, and settings */ | |
@import 'vendor/reset'; | |
@import 'components/utilities'; | |
@import 'components/typography'; | |
@import 'settings/colors'; | |
:focus, :active{ outline: none; } | |
body{ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 12px; color: @body_font_color; overflow-y: scroll; } | |
.container{ width: 971px; margin: 0 auto; position: relative; } | |
#main{ padding-left: 5px; width: 750px-5px; float: right; } | |
#main.home{ padding-left: 0; padding-right: 5px; width: auto; float: left; margin-bottom: 30px; } | |
#main.mortgage{ width: 728px; padding-top: 10px; } | |
#main #content{ margin-bottom: 30px; } | |
#content_area{ margin-top: 20px; } | |
.ad{ margin-bottom: 10px; display: block; } | |
.pages-home, .home{ #content_area{ margin-top: 0; } } | |
/* TODO: Refactor */ | |
.summary{ padding: 20px 40px; } | |
#main.locations{ h1, #locations_map{ margin-left: 30px; } } | |
.mceContentBody{ padding: 10px; } | |
#alert_banner_wrapper{ background: #000; color: white; } | |
#alert_banner{ .container; line-height: 2em; } | |
/* Import Compnents */ | |
@import 'components/navigation'; | |
@import 'components/tabs'; | |
@import 'components/mastheads'; | |
@import 'components/forms'; | |
@import 'components/buttons'; | |
@import 'components/sidebar'; | |
@import 'components/sliders'; | |
@import 'components/footer'; | |
@import 'components/modals'; | |
@import 'components/accordions'; | |
/* Import Sections */ | |
@import 'sections/products'; | |
@import 'sections/home'; | |
@import 'sections/pages'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment