Skip to content

Commit

Permalink
ajustando
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Mello committed Sep 3, 2010
1 parent 6b6f420 commit 13ba556
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
3 changes: 2 additions & 1 deletion stylesheets/10_typography.css
Expand Up @@ -100,7 +100,8 @@ h6 {
}

#main_content h5 a, #big_picture cite a {
text-indent: 38px;
font-size: 100%;
/* text-indent: 38px;*/
}
#main_content h5 a:hover {
text-decoration: underline;
Expand Down
10 changes: 5 additions & 5 deletions stylesheets/20_layout_screen.css
Expand Up @@ -153,11 +153,11 @@ body.application #main_content h2 {
}

#main_content h5 a, #big_picture cite a {
display: inline-block;
width: 37px;
height: 14px;
overflow: hidden;
vertical-align: bottom;
/* display: inline-block;*/
/* width: 37px;*/
/* height: 14px;*/
/* overflow: hidden;*/
/* vertical-align: bottom;*/
}

#thumbnails cite {
Expand Down
14 changes: 10 additions & 4 deletions stylesheets/30_color_screen_handheld.css
Expand Up @@ -108,18 +108,24 @@ h4, h4 a, h4 a:visited {

/* Flickr */
#main_content h5 a, #big_picture cite a {
background: transparent url(../images/flickr_logo.png) no-repeat left;
/* background: transparent url(../images/flickr_logo.png) no-repeat left;*/
}
#big_picture cite a {
background-image: url(../images/flickr_logo_subnavigation.png);
/* background-image: url(../images/flickr_logo_subnavigation.png);*/
}

#thumbnails cite a {
#thumbnails cite.flickr a {
background: transparent url(../images/flickr.png) no-repeat left 6px;
}
#thumbnails cite a:hover {
#thumbnails cite.flickr a:hover {
background-image: url(../images/flickr_hover.png);
}
#thumbnails cite.picasa a {
background: transparent url(http://beonthe.net/accounts/beonthe.net/images/icon_picasa.png) no-repeat 2px 1px;
}
#thumbnails cite.picasa a:hover {
background-image: url(http://beonthe.net/accounts/beonthe.net/images/icon_picasa_hover.png);
}

body #footer h6 {
color: #777;
Expand Down
8 changes: 7 additions & 1 deletion stylesheets/50_layout_ie6.css
Expand Up @@ -6,13 +6,19 @@

/* Flickr */
#thumbnails cite a, #thumbnails cite a:hover {
background-image: url(../images/flickr_ie6.png);
filter: alpha(opacity=30);
}
#thumbnails cite a:hover {
filter: alpha(opacity=100);
}

#thumbnails cite.flickr a, #thumbnails cite.flickr a:hover {
background-image: url(../images/flickr_ie6.png);
}
#thumbnails cite.picasa a, #thumbnails cite.picasa a:hover {
background-image: url(http://beonthe.net/accounts/beonthe.net/images/icon_picasa_ie6.png);
}


ul#thumbnails li {
margin-right: 22px;
Expand Down

0 comments on commit 13ba556

Please sign in to comment.