git-svn-id: svn://ttmath.org/publicrep/winix/trunk@769 e52654a7-88a9-db11-a3e9-0013d4bc506e
130 lines
1.8 KiB
CSS
Executable File
130 lines
1.8 KiB
CSS
Executable File
/* ---------------------- clearing -------------------------- */
|
|
|
|
html, body {
|
|
color: black;
|
|
background: white;
|
|
}
|
|
|
|
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, font, img, ins, kbd, q, s, samp,
|
|
small, strike, strong, sub, sup, tt, var,
|
|
dd, dl, dt, li, ol, ul,
|
|
fieldset, form, label, legend,
|
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
font-weight: inherit;
|
|
font-style: inherit;
|
|
font-size: 100%;
|
|
line-height: 1.4em;
|
|
font-family: inherit;
|
|
text-align: left;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
a img, :link img, :visited img {
|
|
border: 0;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none;
|
|
}
|
|
|
|
q:before, q:after,
|
|
blockquote:before, blockquote:after {
|
|
content: "";
|
|
}
|
|
|
|
|
|
blockquote {
|
|
margin-left: 40px;
|
|
margin-right: 40px;
|
|
}
|
|
|
|
sub, sup {
|
|
font-size: .83em;
|
|
vertical-align: super;
|
|
}
|
|
|
|
sub {
|
|
vertical-align: sub;
|
|
}
|
|
|
|
em {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
ul > li {
|
|
list-style-type: bullet;
|
|
margin-left: 2em;
|
|
padding: 0.4em 0 0.4em 15px;
|
|
}
|
|
|
|
ol > li {
|
|
list-style-type: decimal;
|
|
margin-left: 3em;
|
|
padding: 0.4em 0 0.4em 5px;
|
|
}
|
|
|
|
dl {
|
|
margin: 0.5em 0 0.5em 0;
|
|
}
|
|
|
|
dt {
|
|
margin: 0.7em 0 0.0em 0;
|
|
}
|
|
|
|
|
|
* html ul li {
|
|
list-style-type: bullet;
|
|
margin-left: 2em;
|
|
padding: 0.4em 0 0.4em 15px;
|
|
}
|
|
|
|
* html ol li {
|
|
list-style-type: decimal;
|
|
margin-left: 3em;
|
|
padding: 0.4em 0 0.4em 5px;
|
|
}
|
|
|
|
span.strikethrough {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
span.underline {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
table {
|
|
margin-left: 3em;
|
|
}
|
|
|
|
|
|
table th {
|
|
font-weight: bold;
|
|
padding-right: 2em;
|
|
}
|
|
|
|
table td {
|
|
padding-right: 2em;
|
|
}
|
|
|
|
p {
|
|
margin: 0.5em 0 0.5em 0;
|
|
}
|
|
|