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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.