Skip to content

Instantly share code, notes, and snippets.

@spooky
Created October 8, 2012 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spooky/3852501 to your computer and use it in GitHub Desktop.
Save spooky/3852501 to your computer and use it in GitHub Desktop.
html,body {
height:100%;
}
body {
background-image:url(img/Background.png);
background-repeat:repeat;
margin:0;
font-family:Georgia;
}
a {
font-size:14px;
font-weight:700;
}
a:link,a:visited {
text-decoration:none;
color:#bca36c;
}
a:hover,a:active,a.selected {
font-style:italic;
color:#004263;
}
p a:hover,p a:active {
font-style:normal;
}
a[disabled] {
font-style:normal;
font-weight:400;
color:#bbb;
cursor:default;
}
h1 {
font-size:24px;
font-weight:400;
font-style:italic;
line-height:22px;
text-align:center;
margin:0;
}
h2 {
font-size:16px;
line-height:22px;
color:#333;
font-weight:700;
margin:0;
}
p {
font-size:16px;
line-height:22px;
margin:0;
}
hr {
margin:0 auto;
border:none;
border-top:1px dashed #bca36c;
}
.content {
background:url(img/Paper.png) repeat-y right top;
width:1060px;
margin:0 auto;
overflow:hidden;
min-height:100%;
position:relative;
}
.logo {
width:517px;
height:287px;
float:left;
}
.logo a,.logo img {
border:0;
}
.head {
width:543px;
height:287px;
float:left;
margin-bottom:20px;
}
.footer {
width:500px;
clear:both;
margin-left:370px;
padding:22px 0;
border-top:1px dashed #333;
text-align:center;
}
.about {
width:90px;
height:94px;
margin-top:20px;
margin-left:150px;
float:left;
text-align:center;
}
.about a {
display:block;
line-height:16px;
padding:6px 0;
border:1px none #bca36c;
border-top-style:dashed;
}
.about hr {
border-top-style:dashed;
}
.directions {
width:230px;
height:138px;
margin-top:112px;
float:left;
}
.directions > p {
margin:0;
font-size:14px;
line-height:16px;
text-align:center;
color:#333;
}
.directions hr {
width:50px;
border-color:#333;
}
.directions hr.top {
margin-bottom:5px;
}
.directions hr.middle {
width:80px;
margin-top:5px;
margin-bottom:5px;
}
.directions hr.bottom {
margin-top:5px;
}
.left {
margin-left:145px;
width:190px;
float:left;
text-align:center;
}
.center {
margin:0 0 0 35px;
width:500px;
float:left;
border-top:1px dashed #333;
padding-top:22px;
}
.center p,hr {
margin-bottom:22px;
}
nav ul {
margin:0;
padding:0;
list-style-type:none;
}
.main-nav a {
display:block;
line-height:18px;
}
.main-nav > li {
padding:5px 0;
border:1px none #bca36c;
border-top-style:dashed;
}
.main-nav .level2 {
padding:0;
border-top-style:none;
display:none;
}
.main-nav .level2 a {
line-height:20px;
}
hr {
border-color:#333;
}
.center img {
display:block;
margin:0 auto;
}
.center span.bullet {
display:block;
text-align:center;
}
.right {
width:190px;
float:left;
}
.cat {
font-size:14px;
font-style:italic;
font-weight:400;
color:#bca36c;
display:block;
text-align:center;
}
.deck {
margin:0 60px 22px;
text-align:center;
}
.deck img,.impressions img {
width:298px;
margin:0 40px 11px;
border:1px solid #bca36c;
border-radius:13px;
}
.price {
font-style:italic;
}
.daily h2 {
font-style:italic;
}
.caption {
text-align:center;
font-weight:700;
}
.impressions img {
width:auto;
margin:0 0 0 10px;
float:left;
}
.impressions img.first {
margin:0;
}
.box .bullet {
margin:-22px 0 22px;
}
.box .bullet:last-child {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment