2004-04-18 19:19:53 +04:00
|
|
|
address, blockquote, body, center, dd, div,
|
2002-10-15 15:09:56 +04:00
|
|
|
dl, dt, fieldset, form,
|
|
|
|
h1, h2, h3, h4, h5, h6, html,
|
2003-10-10 22:47:04 +04:00
|
|
|
ol, p, ul,
|
2002-10-15 15:09:56 +04:00
|
|
|
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 }
|
2004-04-02 22:13:23 +04:00
|
|
|
head, noframes { display: none }
|
2002-10-15 15:09:56 +04:00
|
|
|
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-09-10 01:43:44 +04:00
|
|
|
img { color: #888; }
|
2002-10-15 15:09:56 +04:00
|
|
|
|
2004-04-13 01:12:50 +04:00
|
|
|
h1 { font-size: xx-large; font-weight: bold; margin: 0.58em 0; }
|
|
|
|
h2 { font-size: x-large; margin: 0.69em 0; }
|
|
|
|
h3 { font-size: large; font-weight: bold; margin: 0.83em 0; }
|
|
|
|
h4 { font-size: medium; font-weight: bold; margin: 1em 0; }
|
|
|
|
h5 { font-size: medium; font-style: italic; margin: 1em 0; }
|
|
|
|
h6 { font-size: medium; font-style: italic; margin: 1em 0; }
|
2003-01-04 01:19:39 +03:00
|
|
|
b, strong { font-weight: bold; }
|
2004-01-29 02:49:56 +03:00
|
|
|
i, cite, dfn, em, var, address { font-style: italic; }
|
2004-01-26 04:24:32 +03:00
|
|
|
u { text-decoration: underline; }
|
|
|
|
s { text-decoration: line-through; }
|
|
|
|
ins { color: green; }
|
|
|
|
del { color: red; text-decoration: line-through; }
|
2003-10-18 03:59:23 +04:00
|
|
|
a:link { color: #00f; text-decoration: underline; }
|
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
|
|
|
|
2004-04-13 01:12:50 +04:00
|
|
|
body { margin: 5px; }
|
2004-02-20 03:42:36 +03:00
|
|
|
p { margin-top: 1em; margin-bottom: 1em; }
|
|
|
|
|
2004-02-02 04:38:54 +03:00
|
|
|
/* kludge until this gets implemented */
|
|
|
|
dl, ul, ol { padding-left: 0.5em; }
|
|
|
|
li, dd { padding-left: 1em; margin-bottom: 0.3em; }
|
|
|
|
|
2004-04-13 01:12:50 +04:00
|
|
|
blockquote { margin: 1em; }
|
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; }
|
2004-04-12 04:00:47 +04:00
|
|
|
center * { margin-left: auto; margin-right: auto; }
|
2003-04-15 21:53:00 +04:00
|
|
|
small { font-size: smaller; }
|
2003-09-20 03:36:17 +04:00
|
|
|
big { font-size: larger; }
|
2004-03-26 01:29:33 +03:00
|
|
|
input { background-color: #fff; color: #000; width: 10em;
|
2004-04-02 22:13:23 +04:00
|
|
|
height: 1.5em; text-align: left; border-width: 1px;
|
2004-03-26 01:29:33 +03:00
|
|
|
border-color: #000; border-style: solid; }
|
|
|
|
select { background-color: #ddd; color: #000; width: 10em;
|
2004-04-02 22:13:23 +04:00
|
|
|
height: 1.5em; text-align: left; border-width: medium;
|
2004-03-22 04:38:09 +03:00
|
|
|
border-color: #aaa #eee #eee #aaa; border-style: inset; }
|
2004-04-02 22:13:23 +04:00
|
|
|
textarea { background-color: #fff; color: #000; text-align: left;
|
2004-03-26 01:29:33 +03:00
|
|
|
border-width: 1px; border-color: #000; border-style: solid; }
|
2004-03-24 13:26:48 +03:00
|
|
|
input[type=button], input[type=reset], input[type=submit], button {
|
|
|
|
background-color: #ddd; color: #000; width: auto;
|
|
|
|
border-width: medium; border-color: #eee #aaa #aaa #eee;
|
|
|
|
border-style: outset; height: auto; text-align: center;}
|
2004-03-22 04:38:09 +03:00
|
|
|
input[type=image] { background-color: #ddd; color: #000; width: auto;
|
2003-09-28 21:37:43 +04:00
|
|
|
height: auto; }
|
|
|
|
input[type=checkbox], input[type=radio] { background-color: transparent;
|
2004-04-22 01:37:32 +04:00
|
|
|
padding: 0 0.1em; border: 0; width: 1em; height: 1em; }
|
2004-05-04 02:05:40 +04:00
|
|
|
input[type=file] { background-color: #ddd; color: #000;
|
|
|
|
border-width: medium; border-color: #aaa #eee #eee #aaa;
|
|
|
|
border-style: inset; width: 10em; height: 1.5em;
|
|
|
|
font-style: italic; }
|
2003-09-28 21:37:43 +04:00
|
|
|
|
|
|
|
[align=left] { text-align: left; }
|
|
|
|
[align=center] { text-align: center; }
|
|
|
|
[align=right] { text-align: right; }
|
|
|
|
img[align=left], table[align=left] { float: left; }
|
|
|
|
img[align=right], table[align=right] { float: right; text-align: left; }
|
2004-04-25 03:44:06 +04:00
|
|
|
table[align=center] { margin-left: auto; margin-right: auto; }
|
2003-09-28 21:37:43 +04:00
|
|
|
|
2003-10-02 02:48:02 +04:00
|
|
|
br[clear=all] { clear: both; }
|
|
|
|
br[clear=left] { clear: left; }
|
|
|
|
br[clear=right] { clear: right; }
|
2003-09-27 03:22:00 +04:00
|
|
|
|
2003-10-17 21:39:29 +04:00
|
|
|
font[size="1"] { font-size: x-small; }
|
|
|
|
font[size="2"] { font-size: small; }
|
|
|
|
font[size="3"] { font-size: medium; }
|
|
|
|
font[size="4"] { font-size: large; }
|
|
|
|
font[size="5"] { font-size: x-large; }
|
|
|
|
font[size="6"] { font-size: xx-large; }
|
|
|
|
font[size="7"] { font-size: xx-large; }
|
|
|
|
font[size="-1"] { font-size: smaller; }
|
|
|
|
font[size="+1"] { font-size: larger; }
|
2003-10-10 22:47:04 +04:00
|
|
|
|
2003-10-08 01:41:55 +04:00
|
|
|
td[nowrap], th[nowrap] { white-space: nowrap; }
|
2004-01-29 00:48:10 +03:00
|
|
|
|
2004-01-29 02:49:56 +03:00
|
|
|
code, kbd, pre, samp, tt { font-family: monospace; }
|
|
|
|
abbr, acronym { font-variant: small-caps; }
|
|
|
|
|
|
|
|
pre { white-space: pre; }
|