Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cronkite-asu/theyworkforaz
Browse files Browse the repository at this point in the history
  • Loading branch information
markng committed Apr 12, 2011
2 parents e933d1b + 62906cf commit 616f64e
Show file tree
Hide file tree
Showing 9 changed files with 553 additions and 0 deletions.
Binary file added media/images/background_top.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 media/images/drop_form.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 media/images/logo_background.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 media/images/mag_glass.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 media/images/search_button.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 media/images/search_button2.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 media/images/twfaz_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
401 changes: 401 additions & 0 deletions media/stylesheets/new_css.css

Large diffs are not rendered by default.

152 changes: 152 additions & 0 deletions media/stylesheets/twfaz.css
@@ -0,0 +1,152 @@
html, body {
height:100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-size: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}

body {
background-color: #ffffff;
background: url("../images/bg-stripe.jpg") repeat scroll 0 0 transparent;
margin: 0;
padding: 0;
}

.nav{
height:2.25em;
min-height: 1em;
background: #000000;
font-family: "Helvetica Neue",sans-sirif;
font-weight: 200;


}


.nav ul li{
height: 26px;
padding-top: 10px;
display: block;
float: left;
margin-right: auto;
margin-left: auto;
}
.nav ul a{
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
color: #fff;
padding-left: 10px;
padding-right: 10px;
}
.nav ul li:hover{
background-color: #5f3c33;
opacity:1;
}


.search_button{
background-image: url("../images/search_button.png");
vertical-align: top;
background-color: #b73626;
height: 36px;
width: 27%;
float: right;
padding-left: 5px;
font-size: 10px;
font-family: "Helvetica Neue",sans-sirif;
font-weight: 200;
color: #a8a8a8;
}






.background{
background: url("../images/background_top.png") no-repeat #f6edda;
position: relative;
height: 382px;
}

.innertop{
display: inline;
background:none;
margin-left: auto;
margin-right: auto;
top: 10px;
position: absolute;
overflow: hidden;
height: 160px;

}

#logo_background {
padding-bottom 200px;
background-color: #8e0a1d;
padding-top: 10px;
padding-left: 15px;
height: 136px;
width: 100%;
background: url("../images/logo_background.png") no-repeat #f6edda;
}

#intro{
color: #5f5151;
font-size: 17px;
font-family: "Helvetica Neue",sans-sirif;
font-weight: 200;
line-height: 25px;
padding-left: 500px;
padding-top: 7px;
width: 100%;
top: 5px;
text-align: left;

}

header, .nav, footer, .background, .innertop, .search_home {
display:block;
margin-left: auto;
margin-right: auto;

}

header, .nav, footer, .background, .innertop, .search_home{
width:1008px;
}

.search_home{
height: 200px;
background-color: #ffffff;


}




footer {
background: #810f02;
min-height: 200px;
color: #fff;
clear: both;
}
footer a {
color: #fff;
text-decoration: none;
}






0 comments on commit 616f64e

Please sign in to comment.