Skip to content

Instantly share code, notes, and snippets.

@sunkencity
Created January 25, 2011 07:40
Show Gist options
  • Save sunkencity/794630 to your computer and use it in GitHub Desktop.
Save sunkencity/794630 to your computer and use it in GitHub Desktop.
/** C grade styles for jquery mobile **/
body,html { font-family: Helvetica,Arial,sans-serif; padding: 0; margin: 0; background: #F0F0F0; }
h1 { margin: 0; width: 100%; background: #111111; color: #ffffff; font-size: 16px; line-height: 39px; text-align: center; margin-bottom: 30px; }
p { margin: 20px 15px 20px 15px; color: #333333; font-size: 16px; }
a { color: #2489CE; font-weight: bold; }
h2,h3,h4,h5,h6,img,pre,form,table,ul { margin: 0 15px 0 15px; }
dt { margin: 20px 15px 0 15px; }
dd { margin: 0 30px 0 30px; }
ul { list-style-type: none; border-bottom: 1px solid #cccccc; padding: 0; font-size: 14px; }
ul li { border-top: 1px solid #cccccc; line-height: 28px;}
ul li a { color: #111111; text-decoration: none; width: 100%; height: 100%; }
/** Move to other file (for home page of jquery mobile) **/
div#jqm-homeheader { background: #ffffff; }
div#jqm-homeheader h1 { background: none; padding-top: 40px; }
div#jqm-homeheader p { text-align: center; margin: 0; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment