Skip to content

Commit

Permalink
Grid hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Jan 7, 2011
1 parent 55dbb6e commit d45a976
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions public/stylesheets/site.css
Expand Up @@ -84,20 +84,24 @@ a {
-o-transition: background 0.2s;
transition: background 0.2s;
}
a.big_link{
a.big_link {
display:block;
text-decoration:none;
height:105px;
padding:5px 5px 0;
border-radius: 4px;
-moz-border-radius: 4px;
}
a:hover {
#account a:hover {
background-color: #0072bc;
color: white;
text-decoration: none;
}

.account a.big_link:hover {
background-color: #f7f7f7;
-webkit-box-shadow:inset 0 0 5px #888;
-moz-box-shadow:inset 0 0 5px #888;
}
.image-wrapper {
max-width: 100px;
float:left;
Expand Down Expand Up @@ -182,8 +186,8 @@ a:hover {
font-size: 38px;
text-shadow: 0 1px 1px #fff;
color: #444;
margin-top: 10px;
margin-bottom: 30px;
margin-top: 20px;
margin-bottom: 40px;
}
#stats {
float: left;
Expand Down Expand Up @@ -268,7 +272,7 @@ body.lights_down #account .account{
}
#accounts .my_names {
font-size: 14px;
color: gray;
color: #444;
}
#accounts .account p {
color: gray;
Expand Down Expand Up @@ -347,9 +351,6 @@ body.lights_down #account .account{
font-size: 16px;
color: gray;
}
#accounts .account a.big_link:hover p, #accounts .account a.big_link:hover .my_names{
color:#fff;
}
#account header p strong {
color: gray;
}
Expand Down Expand Up @@ -452,6 +453,7 @@ body.lights_down #account .account{
opacity: 1.0;
-moz-opacity: 1.0;
filter:alpha(opacity=100);
background-color: transparent !important;
}
.my_services li:last-child a {
margin:0;
Expand Down

0 comments on commit d45a976

Please sign in to comment.