update frameworks

pull/16/head
dohliam 4 years ago
parent 67ab2754df
commit f1243c2b40

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
min/lit.min.css vendored

@ -1 +1 @@
:root{--font:nunito;--primary-color:#fa0;--light:#eee}*+*{box-sizing:border-box;margin:.5em 0}@media(min-width:35em){.col{display:table-cell}.\31{width:5%}.\33{width:22%}.\34{width:30%}.\35{width:40%}.\32{width:15%}.\36{width:50%}.row{display:table;border-spacing:1em 0}}.w-100,.row{width:100%}.card:focus,hr{outline:0;border:solid var(--primary-color)}.card,pre{padding:1em;border:solid var(--light)}a:hover,.btn:hover{opacity:.6}.c{max-width:60em;padding:1em;margin:auto;font:1em/1.6 var(--font)}h6{font:300 1em var(--font)}h5{font:300 1.2em var(--font)}h3{font:300 2em var(--font)}h4{font:300 1.5em var(--font)}h2{font:300 2.2em var(--font)}h1{font:300 2.5em var(--font)}a{color:var(--primary-color);text-decoration:none}.btn.primary{color:white;background:var(--primary-color);border:solid var(--primary-color)}pre{overflow:auto}td,th{padding:1em;text-align:left;border-bottom:solid var(--light)}.btn{padding:1em;letter-spacing:.1em;text-transform:uppercase;background:white;border:solid;font:.7em var(--font);cursor:pointer} :root{--font:nunito;--primary-color:#fa0;--light:#eee}*{box-sizing:border-box}*+*{margin:.5em 0}pre{overflow:auto}@media(min-width:35em){.col{display:table-cell}.\31{width:5%}.\33{width:22%}.\34{width:30%}.\35{width:40%}.\32{width:15%}.\36{width:50%}.row{display:table;border-spacing:1em 0}}.w-100,.row{width:100%}.card:focus,hr{outline:0;border:solid var(--primary-color)}.card,pre{padding:1em;border:solid var(--light)}a:hover,.btn:hover{opacity:.6}.c{max-width:60em;padding:1em;margin:auto;font:1em/1.6 var(--font)}h6{font:100 1em var(--font)}h5{font:100 1.2em var(--font)}h3{font:100 2em var(--font)}h4{font:100 1.5em var(--font)}h2{font:100 2.2em var(--font)}h1{font:100 2.5em var(--font)}a{color:var(--primary-color);text-decoration:none}.btn.primary{color:white;background:var(--primary-color);border:solid var(--primary-color)}td,th{padding:1em;text-align:left;border-bottom:solid var(--light)}.btn{padding:1em;text-transform:uppercase;background:white;border:solid;font:.7em var(--font)}

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
@charset "UTF-8"; @charset "UTF-8";
/*! bullframe.css v3.0.0 | MIT License | https://github.com/marcop135/bullframe.css */ /*! bullframe.css v3.1.0 | MIT License | https://github.com/marcop135/bullframe.css */
*, *,
*:before, *:before,
*:after { *:after {
@ -134,7 +134,6 @@ blockquote small:before {
q { q {
quotes: "“" "”" "" ""; } quotes: "“" "”" "" ""; }
p,
pre { pre {
margin: 0 0 24px 0; margin: 0 0 24px 0;
margin: 0 0 2.4rem 0; } margin: 0 0 2.4rem 0; }
@ -154,8 +153,7 @@ pre,
code, code,
kbd, kbd,
samp { samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
"Courier New", monospace;
font-size: 0.875em; } font-size: 0.875em; }
code { code {
@ -165,6 +163,10 @@ pre code {
font-size: inherit; font-size: inherit;
word-break: normal; } word-break: normal; }
p {
margin: 0 0 24px 0;
margin: 0 0 2.4rem 0; }
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
@ -370,7 +372,6 @@ figcaption {
video { video {
height: auto; } height: auto; }
video,
audio { audio {
width: 100%; } width: 100%; }
@ -1071,15 +1072,15 @@ table th[class^="bf-col"] {
margin: 0; margin: 0;
padding: 0; } padding: 0; }
/* /*
// taken from https://github.com/h5bp/html5-boilerplate/blob/v7.3.0/dist/css/main.css // taken from https://github.com/h5bp/html5-boilerplate/blob/v7.3.0/dist/css/main.css
// //
* Hide only visually, but have it available for screen readers: * Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
* *
* 1. For long content, line feeds are not interpreted as spaces and small width * 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line: * causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe * https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/ */
.bf-sr-only { .bf-sr-only {
border: 0; border: 0;
@ -1092,12 +1093,12 @@ table th[class^="bf-col"] {
white-space: nowrap; white-space: nowrap;
width: 1px; } width: 1px; }
/* /*
// taken from https://github.com/h5bp/html5-boilerplate/blob/v7.3.0/dist/css/main.css // taken from https://github.com/h5bp/html5-boilerplate/blob/v7.3.0/dist/css/main.css
// //
* Extends the .sr-only class to allow the element * Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard: * to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638 * https://www.drupal.org/node/897638
*/ */
.bf-sr-only.focusable:active, .bf-sr-only.focusable:active,
.bf-sr-only.focusable:focus { .bf-sr-only.focusable:focus {
@ -1287,17 +1288,13 @@ table th[class^="bf-col"] {
-webkit-touch-callout: none; } -webkit-touch-callout: none; }
.bf-font-sans-serif { .bf-font-sans-serif {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji"; }
.bf-font-serif { .bf-font-serif {
font-family: Georgia, Times, "Times New Roman", serif; } font-family: Georgia, Times, "Times New Roman", serif; }
.bf-font-monospace { .bf-font-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
"Courier New", monospace; }
.bf-h1, .bf-h1,
.bf-h2, .bf-h2,
@ -1478,10 +1475,10 @@ dd.bf-list-unstyled {
.bf-table-responsive.scrollbar { .bf-table-responsive.scrollbar {
-webkit-overflow-scrolling: auto; } -webkit-overflow-scrolling: auto; }
/* ========================================================================== /* ==========================================================================
Print styles. Print styles.
Inlined to avoid the additional HTTP request: Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/ https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */ ========================================================================== */
@media print { @media print {
*, *,
@ -1499,9 +1496,9 @@ dd.bf-list-unstyled {
content: " (" attr(href) ")"; } content: " (" attr(href) ")"; }
abbr[title]:after { abbr[title]:after {
content: " (" attr(title) ")"; } content: " (" attr(title) ")"; }
/* /*
* Don't show links that are fragment identifiers, * Don't show links that are fragment identifiers,
* or use the `javascript:` pseudo protocol * or use the `javascript:` pseudo protocol
*/ */
a[href^="#"]:after, a[href^="#"]:after,
a[href^="javascript:"]:after { a[href^="javascript:"]:after {
@ -1512,9 +1509,9 @@ dd.bf-list-unstyled {
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; } page-break-inside: avoid; }
/* /*
* Printing Tables: * Printing Tables:
* https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
*/ */
thead { thead {
display: table-header-group; } display: table-header-group; }

@ -688,7 +688,7 @@ picture {
nav { nav {
padding-top: 2rem; padding-top: 2rem;
border-bottom: var(--border-width) solid var(--border-color); border-bottom: var(--border-width) solid var(--border-color);
background-image: url('data:image/svg+xml;utf8,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>'); background-image: url('data:image/svg+xml;utf8,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23363636" d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top; background-position: top;
width: 100vw; width: 100vw;
@ -709,16 +709,27 @@ picture {
nav:hover > *:not(ul) { nav:hover > *:not(ul) {
display: unset; display: unset;
} }
@media (prefers-color-scheme: dark) {
nav {
background-image: url('data:image/svg+xml;utf8,<svg height="32px" id="Layer_1" style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32" width="32px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="%23fff" d="M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z"/></svg>');
}
}
} }
:root { :root {
/* stylelint-disable-next-line scale-unlimited/declaration-strict-value */
color-scheme: light dark;
--border-color: #dbdbdb; --border-color: #dbdbdb;
--border-hover-color: #b5b5b5; --border-hover-color: #b5b5b5;
--background-color: #fff; --background-color: #fff;
--highlighted-background-color: #f5f5f5; --highlighted-background-color: #f5f5f5;
--text-color: #363636; --text-color: #363636;
--danger-color: #f14668; --danger-color: #f14668;
--danger-text-color: #fff;
--danger-hover-color: #f03a5f; --danger-hover-color: #f03a5f;
--success-color: #48c774; --success-color: #48c774;
--success-text-color: #fff;
--success-hover-color: #3ec46d; --success-hover-color: #3ec46d;
--danger-text-background-color: #fde0e6; --danger-text-background-color: #fde0e6;
--success-text-background-color: #effaf3; --success-text-background-color: #effaf3;
@ -732,6 +743,30 @@ picture {
--link-active-color: #363636; --link-active-color: #363636;
} }
@media (prefers-color-scheme: dark) {
:root {
--border-color: #5f6267;
--border-hover-color: #bcbebd;
--background-color: #202124;
--highlighted-background-color: #292b2e;
--text-color: #fff;
--danger-color: #770018;
--danger-text-color: #fff;
--danger-hover-color: #6b0015;
--success-color: #006624;
--success-text-color: #fff;
--success-hover-color: #006122;
--danger-text-background-color: #770018;
--success-text-background-color: #006624;
--code-text-color: #f1a0b0;
--code-background-color: #292b2e;
--link-color: #90b3ed;
--link-visited-color: #cb93ff;
--link-hover-color: #fff;
--link-active-color: #fff;
}
}
body { body {
background-color: var(--background-color); background-color: var(--background-color);
color: var(--text-color); color: var(--text-color);
@ -779,14 +814,14 @@ button,
[type="reset"] { [type="reset"] {
background-color: var(--danger-color); background-color: var(--danger-color);
border-color: transparent; border-color: transparent;
color: var(--background-color); color: var(--danger-text-color);
} }
[type="submit"], [type="submit"],
button:not([type]) { button:not([type]) {
background-color: var(--success-color); background-color: var(--success-color);
border-color: transparent; border-color: transparent;
color: var(--background-color); color: var(--success-text-color);
} }
button:hover:not(:disabled), button:hover:not(:disabled),
@ -808,6 +843,13 @@ button:not([type]):hover:not(:disabled) {
background-color: var(--success-hover-color); background-color: var(--success-hover-color);
} }
input:not([type="button"]):not([type="checkbox"]):not([type="color"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="range"]),
textarea,
select {
background-color: var(--background-color);
color: var(--text-color);
}
input:not([type="button"]):not([type="checkbox"]):not([type="color"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="range"]):not(:invalid), input:not([type="button"]):not([type="checkbox"]):not([type="color"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="range"]):not(:invalid),
textarea, textarea,
select, select,
@ -884,7 +926,10 @@ kbd kbd {
} }
dialog { dialog {
border: var(--border-width) solid var(--border-color);
border-radius: var(--border-radius); border-radius: var(--border-radius);
background-color: var(--background-color);
color: var(--text-color);
} }
/* stylelint-disable-next-line selector-no-qualifying-type */ /* stylelint-disable-next-line selector-no-qualifying-type */

@ -10,33 +10,47 @@
--light: #eee; --light: #eee;
} }
* + *{ * {
box-sizing: border-box; box-sizing: border-box;
}
*+* {
margin: .5em 0; margin: .5em 0;
} }
pre {
overflow: auto
}
@media(min-width:35em) { @media(min-width:35em) {
.col { .col {
display: table-cell; display: table-cell;
} }
.\31 { .\31 {
width: 5%; width: 5%;
} }
.\33 { .\33 {
width: 22%; width: 22%;
} }
.\34 { .\34 {
width: 30%; width: 30%;
} }
.\35 { .\35 {
width: 40%; width: 40%;
} }
.\32 { .\32 {
width: 15%; width: 15%;
} }
.\36 { .\36 {
width: 50%; width: 50%;
} }
.row { .row {
display: table; display: table;
border-spacing: 1em 0; border-spacing: 1em 0;
@ -73,27 +87,27 @@ a:hover,
} }
h6 { h6 {
font: 300 1em var(--font); font: 100 1em var(--font);
} }
h5 { h5 {
font: 300 1.2em var(--font); font: 100 1.2em var(--font);
} }
h3 { h3 {
font: 300 2em var(--font); font: 100 2em var(--font);
} }
h4 { h4 {
font: 300 1.5em var(--font); font: 100 1.5em var(--font);
} }
h2 { h2 {
font: 300 2.2em var(--font); font: 100 2.2em var(--font);
} }
h1 { h1 {
font: 300 2.5em var(--font); font: 100 2.5em var(--font);
} }
a { a {
@ -107,10 +121,6 @@ a {
border: solid var(--primary-color); border: solid var(--primary-color);
} }
pre {
overflow: auto;
}
td, td,
th { th {
padding: 1em; padding: 1em;
@ -120,10 +130,8 @@ th {
.btn { .btn {
padding: 1em; padding: 1em;
letter-spacing: .1em;
text-transform: uppercase; text-transform: uppercase;
background: white; background: white;
border: solid; border: solid;
font: .7em var(--font); font: .7em var(--font);
cursor:pointer; }
}

@ -11,21 +11,163 @@ copy it. */
/* MacNS4.0 */ /* begin body type */ /* 1 - humanist sans a */
body {
font-size: 1em;
font-weight: normal;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .58;
}
p, blockquote, ul, ol, dl, dd, li, dir, menu {
/* inherit from body */
}
small {
font-size: .92em;
}
big {
font-size: 1.17em;
}
pre {
font-family: 'Monotype.com', Courier New, monospace;
}
ol li {
list-style-type: decimal;
}
ol ol li {
list-style-type: lower-alpha;
}
ol ol ol li {
list-style-type: lower-roman;
}
table, tbody, tr, td {
font-size: 1em;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .58;
}
/* MacNS4.0 */ /* end body type */
h1, h2, h3, h4, h5, h6, th, dt { font-family: Tahoma, Verdana, 'Myriad Web', Syntax, sans-serif; }
/* begin header type */ /* 1 - humanist sans a */
h1 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 2em;
font-weight: 500;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h2 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.75em;
font-weight: 500;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h3 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.58em;
font-weight: 600;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h4 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.33em;
font-weight: 600;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h5, dt {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1.17em;
font-weight: 600;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
h6 {
font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
font-size: 1em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
tfoot, thead {
font-size: 1em;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
}
th {
vertical-align: baseline;
font-size: 1em;
font-weight: bold;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Verdana, Myriad Web, Syntax, sans-serif;
font-size-adjust: .53;
}
hr {
visibility: hidden;
}
/* end header type */
/* MacNS4.0 */
p, div, ul, dl, dt, dd, pre, ol, li, blockquote, address {
color: black;
}
/* begin affordances */ /* 1 - blue orange */ /* begin affordances */ /* 1 - blue orange */
a, address, blockquote, body, cite, code, dd, del, dfn, a, address, blockquote, body, cite, code, dd, del, dfn,
@ -168,18 +310,488 @@ a.offsite {
/* begin vertical */ /* 1 - pentatonic a */
/* MacNS4.0 */
a, address, blockquote, cite, code, dd, del, dfn,
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,
u, abbr, acronym, bdo, button, fieldset, ins, label {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
vertical-align: baseline;
}
body {
line-height: 1.58em;
}
div > p:first-child, body > p:first-child, td > p:first-child {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p, p.initial {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.33em;
}
h1 {
margin-top: 1.33em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h2 {
margin-top: 1.75em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h3 {
margin-top: 1.58em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h4 {
margin-top: 1.33em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h5 {
margin-top: 1.17em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
h6 {
margin-top: 1em;
margin-bottom: .33em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
p {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
blockquote, fieldset, form, ul, ol, dl, dir, menu {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
dt {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
dd {
margin-top: 0;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
ul ul, ol ol, li address, li dl, li ol, li p, li ul, li dir, li hr, li menu, li pre, li h1, li h2, li h3, li h4, li h5, li h6, dd address, dd dl, dd ol, dd p, dd ul, dd dir, dd hr, dd menu, dd pre, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6 {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
li {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
address {
margin-top: 1.58em;
margin-bottom: 1.58em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
pre {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
line-height: 1.25em;
}
hr {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
height: 1px;
}
div, center {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
.subhead {
margin-top: .75em;
margin-bottom: .75em;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
.stb {
margin-top: 2.17em;
margin-bottom: .75em;
padding-top: 2.17em;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
border-style: solid
}
.mtb {
margin-top: 3.08em;
margin-bottom: .75em;
padding-top: 3.08em;
padding-bottom: 0;
border-top: .1em;
border-bottom: 0;
border-style: solid
}
.ltb {
margin-top: 4.34em;
margin-bottom: .75em;
padding-top: 4.34em;
padding-bottom: 0;
border-top: .25em;
border-bottom: 0;
border-style: solid
}
col, colgroup, table, tbody, td, tfoot, th, thead, tr {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
border-top: 0;
border-bottom: 0;
}
td, th {
line-height: 1.33em;
}
/* end vertical */
/* MacNS4.0 */ /* begin horizontal */ /* 1 - compact */
a, address, blockquote, cite, code, dd, del, dfn,
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, img, kbd,
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var,
applet, b, big, center, dir, font, hr, i, menu, pre, s, strike, tt,
u, abbr, acronym, bdo, button, fieldset, ins, label {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
float: none;
clear: none;
list-style-position: outside;
}
address, blockquote, dl, fieldset, form, ol,
p, ul, dir, hr, menu, pre {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
div > p:first-child, body > p:first-child, td > p:first-child {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
text-indent: 0;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, div + p, p.initial {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
text-indent: 0;
}
h1 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h2 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h3 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h4 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h5 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
h6 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
p {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-indent: 0;
}
blockquote {
margin-left: 1.58em;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
address {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
pre {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
li {
margin-left: 3.16em;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
dt {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
dd {
margin-left: 1.58em;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
ul ul, ol ol, li address, li dl, li ol, li p, li ul, li dir, li hr, li menu, li pre, li h1, li h2, li h3, li h4, li h5, li h6, dd address, dd dl, dd ol, dd p, dd ul, dd dir, dd hr, dd menu, dd pre, dd h1, dd h2, dd h3, dd h4, dd h5, dd h6 {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
}
hr {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
width: 100%;
}
center {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
text-align: left;
}
col, colgroup, table, tbody, td, tfoot, th, thead, tr {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
border-left: 0;
border-right: 0;
float: none;
clear: none;
}
table {
text-align: left;
}
td {
text-align: left;
}
th {
text-align: left;
}
caption {
text-align: left;
}
/* end horizontal */
/* MacNS4.0 */
/* begin body box */ /* 1 - 'em-based symmetric a' */ /* begin body box */ /* 1 - 'em-based symmetric a' */
body { body {
@ -202,4 +814,3 @@ body {

Loading…
Cancel
Save