diff options
-rw-r--r-- | epcv.css | 164 |
1 files changed, 109 insertions, 55 deletions
@@ -1,3 +1,57 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +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, 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, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} + + +/* end of reset */ + + + body { -webkit-font-smoothing: antialiased; font: normal normal 400 100%/1.5em; @@ -7,10 +61,10 @@ body { hr { - clear: both; - visibility: hidden; - border: 0; - height: 1.5em; + clear: both; + visibility: hidden; + border: 0; + height: 1.5em; } p { @@ -80,14 +134,14 @@ h4 { a { - -webkit-transition:color .2s ease-in-out; - color:#555; - text-decoration:none + -webkit-transition:color .2s ease-in-out; + color:#555; + text-decoration:none } a:hover { - color:#39f + color:#39f } @@ -95,51 +149,51 @@ a:hover /*blockquote,ol,p,ul { display: block; margin: 0 0 1.5em -}*/ - -blockquote { - /*border-left: solid .1em #E4E4E4;*/ - color: #919191; - font-size: 0.75em; - padding: 0; -} - -dl { - position: relative; - left: 24em; - width: 40em; -} - -dl p { - margin-top: 0; -} - -dt code { - font-weight: bold; - color: #aaa; - position: relative; - left: -8em; - top: -1.5em; - line-height: 0.5em; -} - -dd { - margin-bottom: 1em; -} - -dl ul { - position: relative; - left: -4em; - top: -1.5em; -} - -dt { - margin-bottom: 0; -} - -address { - position: absolute; - left: 12em; - top: -0.5em; -} + }*/ + + blockquote { + /*border-left: solid .1em #E4E4E4;*/ + color: #919191; + font-size: 0.75em; + padding: 0; + } + + dl { + position: relative; + left: 24em; + width: 40em; + } + + dl p { + margin-top: 0; + } + + dt code { + font-weight: bold; + color: #aaa; + position: relative; + left: -8em; + top: -1.5em; + line-height: 0.5em; + } + + dd { + margin-bottom: 1em; + } + + dl ul { + position: relative; + left: -4em; + top: -1.5em; + } + + dt { + margin-bottom: 0; + } + + address { + position: absolute; + left: 12em; + top: -0.5em; + } |