]>
src.bluestatic.org Git - bugdar.git/blob - admin/templates/css/reset.css
2 html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
3 v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
4 html5doctor.com/html-5-reset-stylesheet/
7 html
, body
, div
, span
, object
, iframe
,
8 h1
, h2
, h3
, h4
, h5
, h6
, p
, blockquote
, pre
,
9 abbr
, address
, cite
, code
,
10 del
, dfn
, em
, img
, ins
, kbd
, q
, samp
,
11 small
, strong
, sub
, sup
, var
,
13 dl
, dt
, dd
, ol
, ul
, li
,
14 fieldset
, form
, label
, legend
,
15 table
, caption
, tbody
, tfoot
, thead
, tr
, th
, td
,
16 article
, aside
, figure
, footer
, header
,
17 hgroup
, menu
, nav
, section
, menu
,
18 time
, mark
, audio
, video
{
24 vertical-align:baseline
;
25 background:transparent
;
28 article
, aside
, figure
, footer
, header
,
29 hgroup
, nav
, section
{ display:block
; }
31 nav ul
{ list-style:none
; }
33 blockquote
, q
{ quotes:none
; }
35 blockquote:before
, blockquote:after
,
36 q:before
, q:after
{ content:''; content:none
; }
38 a
{ margin:0; padding:0; font-size:100%; vertical-align:baseline
; background:transparent
; }
40 ins
{ background-color:#ff9; color:#000; text-decoration:none
; }
42 mark
{ background-color:#ff9; color:#000; font-style:italic
; font-weight:bold
; }
44 del
{ text-decoration: line-through
; }
46 abbr
[title
], dfn
[title
] { border-bottom:1px dotted
#000; cursor:help
; }
48 /* tables still need cellspacing="0" in the markup */
49 table
{ border-collapse:collapse
; border-spacing:0; }
51 hr
{ display:block
; height:1px; border:0; border-top:1px solid
#ccc; margin:1em 0; padding:0; }
53 input
, select
{ vertical-align:middle
; }