2002-10-15 15:09:56 +04:00
|
|
|
html { font-size: medium }
|
|
|
|
|
2003-07-10 02:06:28 +04:00
|
|
|
address, blockquote, body, br, center, dd, div,
|
2002-10-15 15:09:56 +04:00
|
|
|
dl, dt, fieldset, form,
|
|
|
|
h1, h2, h3, h4, h5, h6, html,
|
|
|
|
object, ol, p, ul,
|
|
|
|
hr, menu, pre { display: block }
|
|
|
|
/* a, abbr, acronym, b, code,
|
|
|
|
em, i, q, s, strong, u, font, span,
|
|
|
|
var { display: inline } */
|
|
|
|
li { display: /* list-item */ block }
|
|
|
|
head { display: none }
|
|
|
|
table { display: table }
|
|
|
|
tr { display: table-row }
|
|
|
|
thead { display: table-header-group }
|
|
|
|
tbody { display: table-row-group }
|
|
|
|
tfoot { display: table-footer-group }
|
|
|
|
col { display: table-column }
|
|
|
|
colgroup { display: table-column-group }
|
|
|
|
td, th { display: table-cell }
|
|
|
|
caption { display: table-caption }
|
2003-04-13 16:50:10 +04:00
|
|
|
img { color: #0b0; font-style: italic; }
|
2002-10-15 15:09:56 +04:00
|
|
|
|
|
|
|
h1 { font-size: xx-large; font-weight: bold; }
|
|
|
|
h2 { font-size: x-large; }
|
|
|
|
h3 { font-size: large; font-weight: bold; }
|
|
|
|
h4 { font-size: medium; font-weight: bold; }
|
|
|
|
h5 { font-size: medium; font-style: italic; }
|
|
|
|
h6 { font-size: medium; font-style: italic; }
|
2003-01-04 01:19:39 +03:00
|
|
|
b, strong { font-weight: bold; }
|
|
|
|
i, em { font-style: italic; }
|
2002-12-28 02:03:00 +03:00
|
|
|
a { color: #00f; }
|
2003-01-04 01:19:39 +03:00
|
|
|
th { font-weight: bold; }
|
2003-04-13 16:50:10 +04:00
|
|
|
td { text-align: left; }
|
2002-10-15 15:09:56 +04:00
|
|
|
|
2003-01-06 03:02:52 +03:00
|
|
|
hr { background-color: #000; height: 1px; }
|
|
|
|
|
2002-10-15 15:09:56 +04:00
|
|
|
center { text-align: center; }
|
2003-04-15 21:53:00 +04:00
|
|
|
small { font-size: smaller; }
|