|
|
|
@ -1,8 +1,25 @@
|
|
|
|
|
/**** Base styles ****/ |
|
|
|
|
|
|
|
|
|
* { |
|
|
|
|
html, 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 { |
|
|
|
|
margin: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
border: 0; |
|
|
|
|
font-size: 100%; |
|
|
|
|
font: inherit; |
|
|
|
|
vertical-align: baseline; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
article, aside, details, figcaption, figure, |
|
|
|
|
footer, header, hgroup, menu, nav, section { |
|
|
|
|
display: block; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body { |
|
|
|
@ -27,6 +44,8 @@ h1, h2, #super-list, .element, .tagline {
|
|
|
|
|
font-family: 'Helvetica Neue', Arial, sans-serif; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
h1, h2, h3 { font-weight: bold; } |
|
|
|
|
|
|
|
|
|
h1 { |
|
|
|
|
font-size: 32px; |
|
|
|
|
line-height: 1.1em; |
|
|
|
@ -443,6 +462,7 @@ body.doc {
|
|
|
|
|
background: hsla( 0, 0%, 75%, 0.05 ); |
|
|
|
|
padding: 2px 0.5em; |
|
|
|
|
margin-bottom: 0.5em; |
|
|
|
|
font-size: 1.15em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.doc h4 { |
|
|
|
|