Skip to content

Instantly share code, notes, and snippets.

@jackz3
Created April 13, 2012 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackz3/2373515 to your computer and use it in GitHub Desktop.
Save jackz3/2373515 to your computer and use it in GitHub Desktop.
first page
/*** home **/
#branding{
background:url(images/logo.png) no-repeat;
width:322px;
height:165px;
text-indent:-999px;
font-size:0px;
margin:-10px auto 0 auto;
border-bottom:1px solid rgba(65, 38, 37, 0.6);
}
.choice_list h1{
margin-top:30px;
font-size:18px;
color:rgb(65, 38, 37);
font-weight:normal;
font-style:italic;
padding:5px 0 6px 50px;
background:url(images/pagination.png) no-repeat;
}
#home .choice_list h1{
background-position: 0 -16px;
}
#home .choice_list h3{
padding-top:10px;
color:rgb(63, 41, 39);
}
#home .choice_list .ui-btn-active a.ui-link-inherit h3{
color:#fff;
}
.choice_list img{
padding:3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment