Skip to content

Commit

Permalink
Updated CSS for anchor tags, added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleschler committed Feb 12, 2012
1 parent f3e57b9 commit 304a228
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 22 deletions.
59 changes: 39 additions & 20 deletions css/global.css
@@ -1,26 +1,45 @@
body {
background-color: #000;
font-family: 'Ubuntu Mono', sans-serif;
font-weight:400;
font-family: 'Ubuntu Mono', sans-serif;
font-weight:400;
}

html {
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

a {
text-decoration: inherit;
font-style: inherit;
color: inherit;
}

a:link, a:visited {

border:none;
text-decoration: none;
font-style:normal;
color:#fbb;
}

a:hover {
text-decoration: none;
color: #a3211f;
}

.title {
font-family: 'Abel', sans-serif;
font-size:28px;
float:left;
width: 200px;
position:absolute;
top:4px;
color:#ddd;
text-shadow: 0 2px 3px #555;
font-family: 'Abel', sans-serif;
font-size:28px;
float:left;
width: 200px;
position:absolute;
top:4px;
color:#ddd;
text-shadow: 0 2px 3px #555;
}

.header {
Expand All @@ -40,8 +59,8 @@ html {

.menu {
margin-left:100px;
position: absolute;
top: 32px;
position: absolute;
top: 32px;
}

.menu ul {
Expand All @@ -50,8 +69,8 @@ html {
}

.menu ul li {
cursor: pointer;
font-size:16px;
cursor: pointer;
font-size:16px;
color: #ddd;
margin: 7px 22px;
float:left;
Expand Down Expand Up @@ -111,4 +130,4 @@ html {
.bio {
width:272px;
margin-left:578px;
}
}
11 changes: 9 additions & 2 deletions index.html
Expand Up @@ -23,6 +23,8 @@
</ul>
</div>
<div class="content hidden">

<!-- About the project - The mission statement -->
<div class="box" id="about">
<div class="boxHeader">Our Project</div>
<img src="img/x3about.jpg"/>
Expand All @@ -31,6 +33,8 @@
<br/><br/>
Spare ribs jowl bresaola, short ribs rump strip steak salami ribeye tri-tip drumstick turkey ham hock jerky. Tongue chuck filet mignon turkey, pork capicola jerky pastrami frankfurter biltong beef drumstick ham. Fatback tail flank drumstick ribeye cow. Hamburger ball tip venison pastrami, shank sirloin jerky swine filet mignon kielbasa boudin capicola cow drumstick leberkase.
</div>

<!-- Who we are -->
<div class="galleryLayout">
<div id="crew" class="gallery box" style="display:none">
<div class="crewshot"><img id="kristian" src="img/crew/kristian.jpg"/></div>
Expand All @@ -41,16 +45,19 @@
<div class="crewshot"><img id="matth" src="img/crew/heck.jpg"/></div>
</div>
<div class="bio box hidden">
<div class="boxHeader">Kristian Akseth</div>
<div class="boxHeader"></div>
<br/>
<div id="biocontent">
Here's some text about one of the people in our project. I don't know what more to say but there is always silence.
</div>
</div>
</div>

<!-- How did we get here! -->
<div class="box" id="history" style="display:none">
Some text or pictures talking about the warehouse.
</div>


<div class="box" id="music" style="display:none">
Some text or pictures talking about the warehouse.
</div>
Expand Down

0 comments on commit 304a228

Please sign in to comment.