Tag Archives: template

iPhone web application base style template

CSS:   /*   iPhoneUI.css     Base styles for iPhone Web applications, based on Apple’s   recommended user interface styles.     http://developer.apple.com/iphone/designingcontent.html */   body {   font-family: Helvetica, Arial, sans-serif;   margin: 0;   padding: 0; }   .edgeToEdge {   background-color: #fff;   border-spacing: 0;   border-width: 0;   font-size: 20px; [...]
Posted in CSS | Also tagged , , , , , | Leave a comment

Typography CSS template with reset

  /* ————————————————————–    Reset ————————————————————– */   html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: [...]
Posted in CSS | Also tagged , , | 2 Comments