JPs default Style Sheet


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



Copy this code and paste it in your HTML
  1. /*-----------------------------------------------------------------------------
  2. Default Style Sheet
  3.  
  4. version: 1.0
  5. author: Jim Pannell
  6. website: http://www.sixmedia.net/
  7. -----------------------------------------------------------------------------*/
  8.  
  9. /* =Basic HTML
  10. -----------------------------------------------------------------------------*/
  11. body{font-size:81.3%;line-height:1.5em;font-family:Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;}
  12. html>body{font-size:13px;}
  13. hr{border-color:#ccc;border-style:solid;border-width:1px 0 0;clear:both;height:0;}
  14.  
  15.  
  16. /* =Links
  17. -----------------------------------------------------------------------------*/
  18. a:focus{outline:1px dotted invert;}
  19.  
  20.  
  21. /* =Headings
  22. -----------------------------------------------------------------------------*/
  23. h1{font-size:25px;}
  24. h2{font-size:23px;}
  25. h3{font-size:21px;}
  26. h4{font-size:19px;}
  27. h5{font-size:17px;}
  28. h6{font-size:15px;}
  29.  
  30.  
  31. /* =Spacing
  32. --------------------------------------------------------------------------------*/
  33. ol{list-style:decimal;}
  34. ul{list-style:square;}
  35. li{margin-left:30px;}
  36. p,
  37. dl,
  38. hr,
  39. h1,
  40. h2,
  41. h3,
  42. h4,
  43. h5,
  44. h6,
  45. ol,
  46. ul,
  47. pre,
  48. table,
  49. address,
  50. fieldset{margin-bottom:20px;}
  51.  
  52.  
  53. /* =Branding
  54. -----------------------------------------------------------------------------*/
  55.  
  56.  
  57. /* =Main Nav
  58. -----------------------------------------------------------------------------*/
  59.  
  60.  
  61. /* =Sub Nav
  62. -----------------------------------------------------------------------------*/
  63.  
  64.  
  65.  
  66. /* =Primary Content
  67. -----------------------------------------------------------------------------*/
  68.  
  69.  
  70. /* =Secondary Content
  71. -----------------------------------------------------------------------------*/
  72.  
  73.  
  74. /* =Footer
  75. -----------------------------------------------------------------------------*/
  76.  
  77.  
  78.  
  79. /* =Forms
  80. -----------------------------------------------------------------------------*/
  81.  
  82.  
  83. /* =Tables
  84. -----------------------------------------------------------------------------*/
  85.  
  86.  
  87. /* =Misc 1
  88. -----------------------------------------------------------------------------*/
  89.  
  90.  
  91.  
  92. /* =Misc 2
  93. -----------------------------------------------------------------------------*/
  94.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.