Created
July 1, 2011 17:37
-
-
Save nathancarnes/1059035 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
/* Home Page */ | |
.home{ | |
header{ background: url('../images/bkgnd_main01t.jpg') no-repeat top center; height: 480px; | |
#header_content{ height: auto; } | |
} | |
.jshowoff{ clear: both; position: relative; top: -15px; } | |
#masthead{ .container; color: @reverse_font_color; position: relative; height: 320px; clear: both; | |
.slide{ height: 320px; position: relative; overflow: hidden; | |
#map_container{ height: 300px; width: 625px; } | |
.visual{ position: absolute; right: 0; top: 0; | |
img{ border: solid #fff 10px; } | |
} | |
.content{ .grid_7; | |
h2{ font-size: 2em; line-height: 1.2em; margin: 1em 0 0.7em; } | |
p { margin-bottom: 1.6em; } | |
} | |
} | |
} | |
.jshowoff-slidelinks, .jshowoff-controls{ position: absolute; right: 3px; bottom: -22px; | |
&.jshowoff-controls{ right: 70px; } | |
a{ background: url('../images/controls.png') top left no-repeat; height: 18px; width: 19px; text-indent: -9999px; overflow: hidden; display: inline-block; margin-left: 4px; } | |
a.jshowoff-active{ background-position: -19px 0px; } | |
.jshowoff-prev, .jshowoff-next{ display: none; } | |
a.jshowoff-play{ background-position: top right; } | |
a.jshowoff-paused{ background-position: top right; } | |
} | |
#main{ margin-top: 0; | |
#body_content{ left: 0; width: auto; margin: 0 0 -40px 0; | |
div.featured{ .grid_12; | |
img{ .grid_3; margin: 0 22px 0 0; } | |
h4{ font-size: 1.35em; margin-bottom: 0.3em; } | |
dl{ height: 2em; color: #000; } | |
dt{ font-weight: bold; float: left; width: 50%; } | |
form{ float: left; | |
a{ vertical-align: middle; margin-left: 1em; } | |
select{ max-width: 24em; } | |
} | |
#meeting_sched{ .grid_8; margin-top: 20px; } | |
} | |
hr{ display: inline-block; width: 100%; margin: 24px 0 35px; } | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fancy