Skip to content

Instantly share code, notes, and snippets.

@gashtio
Created February 21, 2013 20:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gashtio/5007997 to your computer and use it in GitHub Desktop.
Save gashtio/5007997 to your computer and use it in GitHub Desktop.
CSS for the achievement page
.achievementPopupBottomPlacer
{
position: fixed;
width: 100%;
bottom: 48px;
}
.achievementPopup
{
width: 425px;
height: 69px;
background-image: url('../img/achievement.png');
margin-left: auto;
margin-right: auto;
}
.achievementText
{
color: #fff;
padding: 12px 0 0 82px;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.fbLogoDisabled
{
width: 80px;
height: 80px;
background-image: url('../img/fbLogoDisabled.png');
background-repeat: no-repeat;
}
.fbLogoDisabled:hover
{
background-image: url('../img/fbLogoEnabled.png');
}
.fbLogoEnabled
{
width: 80px;
height: 80px;
background-image: url('../img/fbLogoEnabled.png');
background-repeat: no-repeat;
}
.fbLogoEnabled:hover
{
background-image: url('../img/fbLogoDisabled.png');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment