Skip to content

Commit

Permalink
my inability to stop tweaking things
Browse files Browse the repository at this point in the history
  • Loading branch information
aareese committed Dec 5, 2011
1 parent 8eabad0 commit d34c46e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions css/style.css
Expand Up @@ -56,6 +56,7 @@ nav {


nav ul { nav ul {
margin-bottom: 5px; margin-bottom: 5px;
margin-left: 15px;
} }


nav ul li { nav ul li {
Expand Down Expand Up @@ -139,9 +140,6 @@ aside.buttons {
color:white; color:white;
margin-bottom:15px; margin-bottom:15px;
margin-right: 11px; margin-right: 11px;
}

.button:hover {
box-shadow: 0 0 10px rgba(0,0,0,0.3); box-shadow: 0 0 10px rgba(0,0,0,0.3);
} }


Expand Down Expand Up @@ -200,6 +198,8 @@ aside.buttons {
background: #f2f2f2; background: #f2f2f2;
border-radius: 1em; border-radius: 1em;
padding: 15px; padding: 15px;
box-shadow: 0 0 5px rgba(0,0,0,0.10);
border: 1px solid #E5E5E5;
} }




Expand Down Expand Up @@ -234,6 +234,7 @@ a.twit-header:hover {
margin-bottom:10px; margin-bottom:10px;
width:190px; width:190px;
text-transform:uppercase; text-transform:uppercase;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
} }


.aside-list li { .aside-list li {
Expand All @@ -255,14 +256,15 @@ img.cycle {
/* team */ /* team */


.team-img { .team-img {
height:380px; height: 380px;
border-radius:1em; border-radius: 1em;
background:transparent url(../images/team-bg.png) repeat 0 0; background: #64a773;
color:white; color:white;
font-size: 1.8em; font-size: 1.8em;
padding-top: 20px; padding-top: 20px;
text-align: center; text-align: center;
margin-bottom:20px; margin-bottom:20px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
} }


.team-img img { .team-img img {
Expand All @@ -276,17 +278,20 @@ img.cycle {


.team-img h2 { .team-img h2 {
margin:0 10px; margin:0 10px;
text-transform: uppercase;
font-size: 1.1em;
} }


.team-img a { .team-img a {
color: #999; color: #1f481e;
font-size: 0.8em; font-size: 0.8em;
font-family: helvetica; font-family: helvetica;
font-weight: 200; font-weight: 200;
font-weight: bold;
} }


.team-img a:hover { .team-img a:hover {
color:#039103; color:#1a1a1a;
} }


.team-volunteer-hover { .team-volunteer-hover {
Expand All @@ -296,12 +301,13 @@ img.cycle {
} }


.team-volunteer a { .team-volunteer a {
background:#e2e2e2; background: white;
text-transform:lowercase; text-transform:lowercase;
color:#333333; color:#1f481e;
padding:10px 20px; padding:10px 20px;
border-radius:0.5em; border-radius:0.5em;
font-weight: bold; font-weight: bold;
box-shadow: 0 3px 0 #4b7a4a;
} }


.team-volunteer a:hover { .team-volunteer a:hover {
Expand Down
Binary file modified images/foodstamp.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/you.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion team.html
Expand Up @@ -64,7 +64,7 @@ <h2>Chelsea Gittle</h2>
</div> </div>
<div class="team-img team-volunteer span1"> <div class="team-img team-volunteer span1">
<div class ="name"> <div class ="name">
<h2>Need Food Stamps?</h2> <h2>Need Food </br> Stamps?</h2>
</div> </div>
<img src ="images/you.png" alt="picture of a foodstamp"> <img src ="images/you.png" alt="picture of a foodstamp">
<a href="volunteer">Volunteer <a href="volunteer">Volunteer
Expand Down

0 comments on commit d34c46e

Please sign in to comment.