Stylesheet Template


SUBMITTED BY: Guest

DATE: Jan. 15, 2014, 9:46 p.m.

FORMAT: CSS

SIZE: 5.7 kB

HITS: 679

  1. /*
  2. Document : ${name}
  3. Created on : ${date}, ${time}
  4. Author : ${user}
  5. Description:
  6. Purpose of the stylesheet follows.
  7. */
  8. /* html5doctor.com Reset Stylesheet
  9. v1.6.1
  10. Last Updated: 2010-09-17
  11. Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark
  12. */
  13. html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
  14. /* Minimal base styles
  15. More Info: https://github.com/paulirish/html5-boilerplate/blob/362d0b7/css/style.css
  16. */
  17. html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-y:scroll}
  18. a:link{-webkit-tap-highlight-color:#FF5E99}
  19. a:hover,a:active{outline:none}
  20. a,a:active,a:visited{color:#607890}
  21. a:hover{color:#036}
  22. ul,ol{margin-left:2em}
  23. ol{list-style-type:decimal}
  24. nav ul,nav li{list-style:none;list-style-image:none;margin:0}
  25. small{font-size:85%}
  26. b,strong,th{font-weight:700}
  27. td{vertical-align:top}
  28. sub,sup{font-size:75%;line-height:0;position:relative}
  29. sup{top:-.5em}
  30. sub{bottom:-.25em}
  31. pre{padding:15px;white-space:pre-wrap;word-wrap:break-word}
  32. .ie6 legend,.ie7 legend{margin-left:-7px}
  33. button,input,select,textarea{font-family:sans-serif;font-size:100%;margin:0;overflow:visible;vertical-align:baseline;width:auto}
  34. textarea{overflow:auto;vertical-align:text-top}
  35. label,input[type=button],input[type=submit],input[type=image],button{cursor:pointer}
  36. input::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0}
  37. input:invalid,textarea:invalid{-moz-box-shadow:0 0 5px red;-webkit-box-shadow:0 0 5px red;border-radius:1px;box-shadow:0 0 5px red}
  38. .no-boxshadow input:invalid,.no-boxshadow textarea:invalid{background-color:#f0dddd}
  39. .ie7 img{-ms-interpolation-mode:bicubic}
  40. /* ------------------------- Backgrounds */
  41. /*body {background:url("../images/im_bg.gif") left top repeat;}*/
  42. /* ------------------------- Generic */
  43. body {
  44. /*color:#ffffff;*/
  45. }
  46. .clear {clear:both;}
  47. img { /* Needed for mobile */
  48. display:block;
  49. margin-left:auto;
  50. margin-right:auto;
  51. width:100%;
  52. }
  53. /* ------------------------- Typography */
  54. strong {font-weight:bold;}
  55. p {}
  56. h1 {}
  57. h2 {}
  58. h3 {}
  59. h4 {}
  60. h5 {}
  61. h6 {}
  62. address {}
  63. pre, code {font-family: monospace;}
  64. /* Links */
  65. a, a:visited, a:active {}
  66. a:hover {}
  67. /* ------------------------- Forms */
  68. input {}
  69. select {}
  70. label {}
  71. /* ------------------------- Lists */
  72. /* ------------------------- Layout */
  73. /* ------------------------- Popups */
  74. /* ------------------------- Media Queries */
  75. /* ---------------------------------------------------------------------------- */
  76. /* MEDIA QUERIES -------------------------------------------------------------- */
  77. /* ---------------------------------------------------------------------------- */
  78. /**
  79. * Print styles.
  80. *
  81. * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
  82. */
  83. @media print {
  84. * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  85. -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  86. a, a:visited { color: #444 !important; text-decoration: underline; }
  87. a[href]:after { content: " (" attr(href) ")"; }
  88. abbr[title]:after { content: " (" attr(title) ")"; }
  89. .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
  90. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  91. thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  92. tr, img { page-break-inside: avoid; }
  93. img { max-width: 100% !important; }
  94. @page { margin: 0.5cm; }
  95. p, h2, h3 { orphans: 3; widows: 3; }
  96. h2, h3{ page-break-after: avoid; }
  97. }
  98. /* Smartphones (portrait) ----------- */
  99. @media only screen
  100. and (max-width : 320px) {
  101. /* Styles */
  102. }
  103. /* Smartphones (landscape) ----------- */
  104. @media only screen
  105. and (min-width : 321px)
  106. and (max-width : 480px) {
  107. /* Styles */
  108. }
  109. /* iPads (portrait) ----------- */
  110. @media only screen
  111. and (min-width : 481px)
  112. and (max-width : 768px) {
  113. /* Styles */
  114. }
  115. /* iPads (landscape) ----------- */
  116. @media only screen
  117. and (min-width : 769px)
  118. and (max-width : 1024px) {
  119. /* Styles */
  120. }
  121. /* Larger screens ----------- */
  122. @media only screen
  123. and (min-width : 1024px) {
  124. /* Styles */
  125. }

comments powered by Disqus