Posted By


r2cgroup on 02/10/11

Tagged


Statistics


Viewed 437 times
Favorited by 0 user(s)

R2C - CSS Starter Kit


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @charset "UTF-8";
  2. /* CSS Document */
  3.  
  4. /* Information: ---------------------------------------- */
  5. /* This is the style sheet for the ${1} Website */
  6. /* Web slicing and coding was done by Respond2 of */
  7. /* the R2C Group. www.r2cgroup.com | 503-222-0025. */
  8. /* ----------------------------------------------------- */
  9.  
  10. /* ======================== */
  11. /* = BRAND COLOR PALLETTE = */
  12. /* ======================== */
  13. /*
  14. ff9900 - Hot Pink
  15. */
  16.  
  17. /* ================ */
  18. /* = RESET CSS - = */
  19. /* ================ */
  20. /* v1.0 | 20080212 */
  21.  
  22. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
  23. body { line-height: 1; }
  24. ol, ul { list-style: none; }
  25. blockquote, q { quotes: none; }
  26. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  27. :focus { outline: 0; } /* remember to define focus styles! */
  28. ins { text-decoration: none; } /* remember to highlight inserts somehow! */
  29. del { text-decoration: line-through; }
  30. table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */
  31. a:active { outline:none; } /* get rid of those system borders being generated for A tags */
  32. :focus { -moz-outline-style:none; } /* get rid of those system borders being generated for A tags */
  33.  
  34.  
  35.  
  36.  
  37. /* ======================== */
  38. /* = GLOBAL LAYOUT STYLES = */
  39. /* ======================== */
  40.  
  41.  
  42.  
  43.  
  44.  
  45. /* ================= */
  46. /* = HEADER STYLES = */
  47. /* ================= */
  48.  
  49.  
  50.  
  51.  
  52.  
  53. /* ================= */
  54. /* = FOOTER STYLES = */
  55. /* ================= */

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.