Skip to content

Commit

Permalink
first version of the html, still doesn't have the sponsors area, the …
Browse files Browse the repository at this point in the history
…css is actually a little ugly, but it is working... will clean it up in a bit.
  • Loading branch information
cousinwil committed Jun 8, 2011
1 parent d2e4562 commit fab6087
Show file tree
Hide file tree
Showing 14 changed files with 408 additions and 66 deletions.
235 changes: 235 additions & 0 deletions attachments/base.css
@@ -0,0 +1,235 @@
/* Style + Ease = ST.EEZE.us Front End Starter-Kit v 0.2
Author: Wil Everts - http://cousinwil.com - @cousinwil
File: Reset, clearfix, & other goodies consolodated into one GET.
(80 chars, the suggested maximum line length)--->
--------------------------------------------------------------------------- */

/* html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
Rememeber to check for updates at html5doctor.com, just replace from below
this line to just above the "/* St.eeze add-ons" marker (line 119)
--------------------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

nav ul {
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted inherit;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em auto;
padding:0;
width: 95%;
}

input, select {
vertical-align:middle;
}

/* St.eeze add-ons ---------------------------------------------------------- */

ul li, ol li {
list-style: none;
}

/* Browser Fix - clears out the javascript-animation-induced text flicker
--------------------------------------------------------------------------- */

body {
opacity: 0.99999;
-moz-opacity: 0.99999;
-khtml-opacity: 0.99999;
filter: alpha(opacity=99);
}

/* Clearfix CSS
The .floatcontainer css is Tony Aslett's original 2004 version, while
.clearfix has a couple other bits I've picked up along the way, with ie
fixes
--------------------------------------------------------------------------- */

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

html[xmlns] .clearfix {
display: block;
}

.clear-fix {
clear: both;
height: 0;
visibility: hidden;
}

html.ie .clearfix {
zoom: 1;
display: block;
}

* html.ie .clearfix {
height: 1%;
}

/* Helpful Reusables - CUSTOMIZE TO FIT YOUR NEEDS
--------------------------------------------------------------------------- */

/* div.relative is super-useful sets everything inside's absolute position to
0. You can then use bottom or top, left or right & even use negative
values all relative to the containing div... Far fewer js repositions. */
div.relative {
position: relative;
}

/* .round doesn't work in ie, but you can use a js plugin to detect ie and
hook onto this class and round it for you there or just let 'em deal */
.border-radius, .border-radius-4 {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.border-radius-8 {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

/* .shadow places a nice drop shadow around your element */
.box-shadow, .box-shadow-6 {
-moz-box-shadow: 0px 0px 6px #0A0A0A;
-webkit-box-shadow: 0px 0px 6px #0A0A0A;
box-shadow: 0px 0px 6px #0A0A0A;
}

.box-shadow-8-1 {
-moz-box-shadow: 0px 0px 8px 1px #0A0A0A;
-webkit-box-shadow: 0px 0px 8px 1px #0A0A0A;
box-shadow: 0px 0px 8px 1px #0A0A0A;
}

/* .offset is useful in bringing background image text into the page for
screen readers and non-css browsers (like google's spider bot) - it's
also better than text-offset because when clicked it doesn't create a
dotted outline going offscreen. */
.offset {
display: none;
}

/* for those elements with click events attached via js */
.link {
cursor: pointer;
}

small, .small {
font-size: .8em;
}

.no-marg {
margin: 0;
}

.no-padd {
padding: 0;
}

.left {
float: left;
}

.right {
float: right;
}
116 changes: 116 additions & 0 deletions attachments/camp.css
@@ -0,0 +1,116 @@
html {
background-color: #3b4f13;
background-image: url(img/summer/bg-pattern.png);
background-repeat: repeat-x;
color: #fff;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4em;
}

body{
background-image: url(img/summer/bg-greenhills.jpg);
background-position: center top;
background-repeat: no-repeat;
min-height: 1000px;
text-align: center;
}

div#contents {
padding: 24px 0 0;
width: 100%;
}

h1 {
background-image: url(img/summer/summer-camp-sign.png);
background-repeat: no-repeat;
height: 180px;
width: 1100px;
margin: 0 auto 14px;
}

#camp-teaser {
width: 1000px;
margin: 0 auto;
text-align: left;
}

#camp-teaser .left {
width: 330px;
padding: 20px 9px;
}

h2 {
font-weight: bolder;
font-size: 52px;
margin: 0 0 44px;
font-family: "Arial Black", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h3 {
font-size: 24px;
font-weight: bolder;
margin: 0 0 28px;
line-height: 1.2em;
}

h3.actions {
margin-top: 44px;
}

a#register, a#more-info {
font-size: 28px;
font-weight: bolder;
text-decoration: underline;
}

a#register {
color: #fbaa19;
}

a#more-info {
color: #fdee19;
}

#camp-teaser .right {
width: 560px;
margin-top: 16px;
}

#camp-teaser .right h2 {
font-size: 28px;
position: absolute;
z-index: 100;
top: 10px;
left: 18px;
}

ul#ticket-includes {
margin-top: 40px;
}

ul#ticket-includes li {
float: left;
margin: 0 2px;
}

#camp-info {
clear: both;
text-align: left;
width: 980px;
margin: 160px auto 0;
}

#camp-info h2 {
font-size: 40px;
color: #60cae5;
margin-bottom: 24px;
font-weight: bolder;
}

#camp-info p {
font-size: 20px;
margin-bottom: 24px;
font-weight: bolder;
line-height: 1.3em;
}
Binary file added attachments/img/.DS_Store
Binary file not shown.
Binary file added attachments/img/summer/bed-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/beer-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/bg-greenhills.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/bg-pattern.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/bus-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/meals-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/summer-camp-sign.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/walker-creek-1.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/walker-creek-2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added attachments/img/summer/walker-creek-3.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fab6087

Please sign in to comment.