1998-04-14 00:24:54 +04:00
|
|
|
/*
|
|
|
|
* The contents of this file are subject to the Netscape Public License
|
|
|
|
* Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
* compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
* http://www.mozilla.org/NPL/
|
|
|
|
*
|
|
|
|
* Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* NPL.
|
|
|
|
*
|
|
|
|
* The Initial Developer of this code under the NPL is Netscape
|
|
|
|
* Communications Corporation. Portions created by Netscape are
|
|
|
|
* Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
* Reserved.
|
|
|
|
*/
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
html {
|
1998-11-21 01:21:38 +03:00
|
|
|
display: block;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1998-04-14 00:24:54 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
body {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
1998-10-17 02:05:03 +04:00
|
|
|
line-height: normal;
|
1999-01-08 05:51:07 +03:00
|
|
|
margin: 8px;
|
1998-09-26 03:38:10 +04:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
frameset {
|
1998-09-26 03:38:10 +04:00
|
|
|
overflow: hidden;
|
1998-06-04 21:52:22 +04:00
|
|
|
}
|
1998-04-14 00:24:54 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* blocks */
|
1998-04-14 00:24:54 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
p {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
address {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
blockquote {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 40px;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
center {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1999-03-26 03:42:39 +03:00
|
|
|
text-align: -moz-center;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
div {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
h1 {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: xx-large;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
h2 {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: x-large;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
h3 {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: large;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
h4 {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: medium;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
h5 {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: small;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
h6 {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: x-small;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
layer {
|
1998-07-03 22:41:44 +04:00
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
listing {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: block;
|
|
|
|
font-family: monospace;
|
1998-10-13 23:12:19 +04:00
|
|
|
font-size: medium;
|
1998-04-14 00:24:54 +04:00
|
|
|
white-space: pre;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
plaintext, xmp, pre {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
1998-04-14 00:24:54 +04:00
|
|
|
font-family: monospace;
|
|
|
|
white-space: pre;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-03-31 08:13:55 +04:00
|
|
|
pre[wrap] {
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
}
|
|
|
|
pre[cols] {
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
}
|
|
|
|
pre[width] {
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
multicol {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* tables */
|
1998-04-14 00:24:54 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
table {
|
1998-06-17 20:38:24 +04:00
|
|
|
display: table;
|
1998-12-12 22:07:38 +03:00
|
|
|
/* border-style: outset; */
|
1999-02-12 09:19:07 +03:00
|
|
|
border-color: #c0c0c0;
|
1998-07-22 06:46:00 +04:00
|
|
|
cell-spacing: 2px;
|
|
|
|
cell-padding: 2px;
|
1998-07-14 19:22:11 +04:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
1998-11-03 23:25:23 +03:00
|
|
|
background: transparent;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
td, th {
|
1998-11-03 23:25:23 +03:00
|
|
|
vertical-align: inherit;
|
1999-03-17 01:33:29 +03:00
|
|
|
background-color: inherit;
|
1998-06-09 21:31:34 +04:00
|
|
|
text-align: left;
|
1998-12-12 22:07:38 +03:00
|
|
|
/* border-style: inset; */
|
1999-02-12 09:19:07 +03:00
|
|
|
border-color: #c0c0c0;
|
1998-06-17 20:38:24 +04:00
|
|
|
display: table-cell;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
th {
|
1998-04-14 00:24:54 +04:00
|
|
|
font-weight: bold;
|
1998-06-09 21:31:34 +04:00
|
|
|
text-align: center;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
caption {
|
1998-04-25 22:41:41 +04:00
|
|
|
text-align: center;
|
1998-06-17 20:38:24 +04:00
|
|
|
display: table-caption;
|
1998-04-25 22:41:41 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
tr {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: table-row;
|
1998-11-03 23:25:23 +03:00
|
|
|
vertical-align: inherit;
|
1999-03-17 01:33:29 +03:00
|
|
|
background-color: inherit;
|
1998-05-20 20:28:19 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
tbody {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: table-row-group;
|
1998-11-03 23:25:23 +03:00
|
|
|
vertical-align: middle;
|
1999-03-17 01:33:29 +03:00
|
|
|
background-color: inherit;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
thead {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: table-header-group;
|
1998-11-03 23:25:23 +03:00
|
|
|
vertical-align: middle;
|
1999-03-17 01:33:29 +03:00
|
|
|
background-color: inherit;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
tfoot {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: table-footer-group;
|
1998-11-03 23:25:23 +03:00
|
|
|
vertical-align: middle;
|
1999-03-17 01:33:29 +03:00
|
|
|
background-color: inherit;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
col {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: table-column;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
colgroup {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: table-column-group;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* spans */
|
1998-04-25 22:41:41 +04:00
|
|
|
|
1999-04-05 06:56:37 +04:00
|
|
|
Q:before {
|
|
|
|
content: open-quote;
|
|
|
|
}
|
|
|
|
Q:after {
|
|
|
|
content: close-quote;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
a:link {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
1998-10-27 02:14:45 +03:00
|
|
|
cursor: pointer;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:visited {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
color: purple;
|
|
|
|
text-decoration: underline;
|
1998-10-27 02:14:45 +03:00
|
|
|
cursor: pointer;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:active {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
color: lime;
|
|
|
|
text-decoration: underline;
|
1998-10-27 02:14:45 +03:00
|
|
|
cursor: pointer;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:out-of-date {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
color: red;
|
|
|
|
text-decoration: underline;
|
1998-10-27 02:14:45 +03:00
|
|
|
cursor: pointer;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:link img {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
1999-03-28 08:46:40 +04:00
|
|
|
border: 2px solid;
|
1998-07-22 06:46:00 +04:00
|
|
|
text-decoration: none;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:visited img {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
border: 2px solid purple;
|
1998-07-22 06:46:00 +04:00
|
|
|
text-decoration: none;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:active img {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
border: 2px solid lime;
|
1998-07-22 06:46:00 +04:00
|
|
|
text-decoration: none;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
a:out-of-date img {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
border: 2px solid red;
|
1998-07-22 06:46:00 +04:00
|
|
|
text-decoration: none;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
b, strong {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
i, cite, em, var {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
tt, code, kbd, samp {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
u {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
s, strike {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
blink {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
text-decoration: blink;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
big {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
font-size: larger;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
small {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
abbr, acronym, del, dfn, ins, q, span {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
ins { text-decoration: underline; }
|
|
|
|
del { text-decoration: line-through; }
|
|
|
|
dfn { font-style: italic; }
|
|
|
|
sub {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
vertical-align: sub;
|
1998-06-29 20:10:41 +04:00
|
|
|
font-size: smaller;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
sup {
|
1998-04-14 00:24:54 +04:00
|
|
|
display: inline;
|
|
|
|
vertical-align: super;
|
1998-06-29 20:10:41 +04:00
|
|
|
font-size: smaller;
|
1998-04-14 00:24:54 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
ilayer {
|
1999-03-24 06:46:09 +03:00
|
|
|
position: relative;
|
1998-07-03 22:41:44 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
nobr {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
legend {
|
1998-10-08 23:04:57 +04:00
|
|
|
display: inline;
|
1998-10-08 08:38:41 +04:00
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
border: 2px solid black;
|
1998-09-29 01:52:10 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
fieldset {
|
1998-10-08 08:38:41 +04:00
|
|
|
display: block;
|
|
|
|
border: 2px solid black;
|
|
|
|
padding: 4px;
|
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
1998-09-29 01:52:10 +04:00
|
|
|
}
|
1998-07-13 23:49:53 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* lists */
|
1998-07-13 23:49:53 +04:00
|
|
|
|
1999-02-19 01:20:19 +03:00
|
|
|
:-moz-list-bullet {
|
1998-12-12 01:22:29 +03:00
|
|
|
display: inline;
|
1999-02-19 01:20:19 +03:00
|
|
|
vertical-align: baseline;
|
1998-12-12 01:22:29 +03:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
ul, menu, dir {
|
1998-07-14 02:12:58 +04:00
|
|
|
display: block;
|
1998-07-13 23:49:53 +04:00
|
|
|
list-style-type: disc;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0 1em 40px;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1998-12-12 01:22:29 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
ol {
|
1998-07-14 02:12:58 +04:00
|
|
|
display: block;
|
1998-07-13 23:49:53 +04:00
|
|
|
list-style-type: decimal;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0 1em 40px;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1998-09-23 06:33:37 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
li {
|
1998-12-12 01:22:29 +03:00
|
|
|
display: list-item;
|
|
|
|
list-style-position: inside;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
ul li, ol li, menu li, dir li {
|
1998-12-12 01:22:29 +03:00
|
|
|
list-style-position: outside;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* nested lists have no top/bottom margins */
|
|
|
|
ul ul, ul ol, ul menu, ul dir,
|
|
|
|
menu ul, menu ol, menu menu, menu dir,
|
|
|
|
dir ul, dir ol, dir menu, dir dir,
|
|
|
|
ol ul, ol ol, ol menu, ol dir
|
1998-12-12 01:22:29 +03:00
|
|
|
{
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
1998-12-12 22:07:38 +03:00
|
|
|
/* 2 deep unordered lists use a circle */
|
1999-02-12 09:19:07 +03:00
|
|
|
ol ul, ul ul, menu ul, dir ul,
|
|
|
|
ol menu, ul menu, menu menu, dir menu,
|
|
|
|
ol dir, ul dir, menu dir, dir dir
|
1998-09-23 06:33:37 +04:00
|
|
|
{
|
1998-07-13 23:49:53 +04:00
|
|
|
list-style-type: circle;
|
|
|
|
}
|
1998-09-23 06:33:37 +04:00
|
|
|
|
1998-12-12 22:07:38 +03:00
|
|
|
/* 3 deep (or more) unordered lists use a square */
|
1999-02-12 09:19:07 +03:00
|
|
|
ol ol ul, ol ul ul, ol menu ul, ol dir ul,
|
|
|
|
ol ol menu, ol ul menu, ol menu menu, ol dir menu,
|
|
|
|
ol ol dir, ol ul dir, ol menu dir, ol dir dir,
|
1998-09-23 06:33:37 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
ul ol ul, ul ul ul, ul menu ul, ul dir ul,
|
|
|
|
ul ol menu, ul ul menu, ul menu menu, ul dir menu,
|
|
|
|
ul ol dir, ul ul dir, ul menu dir, ul dir dir,
|
1998-09-23 06:33:37 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
menu ol ul, menu ul ul, menu menu ul, menu dir ul,
|
|
|
|
menu ol menu, menu ul menu, menu menu menu, menu dir menu,
|
|
|
|
menu ol dir, menu ul dir, menu menu dir, menu dir dir,
|
1998-09-23 06:33:37 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
dir ol ul, dir ul ul, dir menu ul, dir dir ul,
|
|
|
|
dir ol menu, dir ul menu, dir menu menu, dir dir menu,
|
|
|
|
dir ol dir, dir ul dir, dir menu dir, dir dir dir
|
1998-09-23 06:33:37 +04:00
|
|
|
{
|
1998-07-13 23:49:53 +04:00
|
|
|
list-style-type: square;
|
|
|
|
}
|
1998-09-23 06:33:37 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
dl {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
1999-03-11 11:59:37 +03:00
|
|
|
margin: 1em 0;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
dt {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
dd {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* leafs */
|
1998-07-13 23:49:53 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
embed {
|
1998-07-15 04:48:56 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
hr {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: block;
|
1999-02-05 02:08:39 +03:00
|
|
|
border: 1px -moz-bg-inset;
|
1999-03-26 03:42:39 +03:00
|
|
|
margin: 0 auto;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
br {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
color: cyan;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
img {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
1999-03-28 08:29:09 +04:00
|
|
|
}
|
|
|
|
img:-moz-text {
|
1998-07-22 06:46:00 +04:00
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 8.5pt;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
spacer {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
wbr {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
iframe {
|
1998-07-13 23:49:53 +04:00
|
|
|
display: inline;
|
1998-07-27 09:59:37 +04:00
|
|
|
border: 2px solid black;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-03-26 03:42:39 +03:00
|
|
|
form {
|
|
|
|
display: block;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
input {
|
1998-07-13 23:49:53 +04:00
|
|
|
vertical-align: bottom;
|
1999-02-11 21:27:38 +03:00
|
|
|
border: 2px inset rgb(192, 192, 192);
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
input[type=radio] {
|
1999-03-14 20:39:58 +03:00
|
|
|
/* these margins are for NavQuirks, we need a Standard ua.css */
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 3px;
|
1999-02-11 21:27:38 +03:00
|
|
|
border: 2px inset rgb(192, 192, 192);
|
1999-02-09 21:29:15 +03:00
|
|
|
background-color:white;
|
|
|
|
color:black;
|
|
|
|
width:12px;
|
|
|
|
height:12px;
|
|
|
|
}
|
1999-03-06 22:43:13 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
input[type=checkbox] {
|
1999-03-14 20:39:58 +03:00
|
|
|
/* these margins are for NavQuirks, we need a Standard ua.css */
|
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 3px;
|
|
|
|
margin-bottom: 4px;
|
1999-02-11 21:27:38 +03:00
|
|
|
border: 2px inset rgb(192, 192, 192);
|
1999-02-06 01:19:52 +03:00
|
|
|
width:11px;
|
|
|
|
height:11px;
|
|
|
|
background-color:white;
|
|
|
|
color:black;
|
|
|
|
}
|
1999-02-12 08:20:55 +03:00
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="submit"] {
|
|
|
|
border: 2px outset rgb(156, 154, 156);
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
color:black;
|
|
|
|
|
|
|
|
padding: 1px;
|
1999-02-11 21:27:38 +03:00
|
|
|
}
|
1999-02-12 08:20:55 +03:00
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="submit"][pseudoclass~="active"] {
|
|
|
|
border-style: inset;
|
|
|
|
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 0px;
|
1999-02-11 21:27:38 +03:00
|
|
|
}
|
1999-02-12 08:20:55 +03:00
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="submit"][pseudoclass~="active"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="submit"][pseudoclass~="hover"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-13 02:47:52 +03:00
|
|
|
input[type="submit"][disabled] {
|
1999-03-06 22:43:13 +03:00
|
|
|
border-style: solid;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="submit"]:-moz-focus-inner {
|
|
|
|
padding-left : 2px;
|
|
|
|
padding-right : 2px;
|
|
|
|
padding-top : 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
1999-02-12 08:20:55 +03:00
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="submit"][pseudoclass~="focus"]:-moz-focus-inner {
|
|
|
|
padding-left : 1px;
|
|
|
|
padding-right : 1px;
|
|
|
|
padding-top : 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
|
|
|
margin: 0px;
|
|
|
|
border : 1px dotted black;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="reset"] {
|
|
|
|
border: 2px outset rgb(156, 154, 156);
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
color:black;
|
|
|
|
|
|
|
|
padding: 1px;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="reset"][pseudoclass~="active"] {
|
|
|
|
border-style: inset;
|
|
|
|
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 0px;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="reset"][pseudoclass~="active"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="reset"][pseudoclass~="hover"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-13 02:47:52 +03:00
|
|
|
input[type="reset"][disabled] {
|
1999-03-06 22:43:13 +03:00
|
|
|
border-style: solid;
|
1999-02-11 21:27:38 +03:00
|
|
|
}
|
1999-02-12 08:20:55 +03:00
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="reset"]:-moz-focus-inner {
|
|
|
|
padding-left : 2px;
|
|
|
|
padding-right : 2px;
|
|
|
|
padding-top : 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
margin: 0px;
|
1999-02-18 03:13:39 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="reset"][pseudoclass~="focus"]:-moz-focus-inner {
|
|
|
|
padding-left : 1px;
|
|
|
|
padding-right : 1px;
|
|
|
|
padding-top : 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
|
|
|
margin: 0px;
|
|
|
|
border : 1px dotted black;
|
1999-02-18 03:13:39 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="button"] {
|
|
|
|
border: 2px outset rgb(156, 154, 156);
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
color:black;
|
|
|
|
|
|
|
|
padding: 1px;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="button"][pseudoclass~="active"] {
|
|
|
|
border-style: inset;
|
|
|
|
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 0px;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="button"][pseudoclass~="active"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="button"][pseudoclass~="hover"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
}
|
1999-02-12 08:20:55 +03:00
|
|
|
|
1999-03-13 02:47:52 +03:00
|
|
|
input[type="button"][disabled] {
|
1999-03-06 22:43:13 +03:00
|
|
|
border-style: solid;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-03-06 22:43:13 +03:00
|
|
|
input[type="button"]:-moz-focus-inner {
|
|
|
|
padding-left : 2px;
|
|
|
|
padding-right : 2px;
|
|
|
|
padding-top : 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="button"][pseudoclass~="focus"]:-moz-focus-inner {
|
|
|
|
padding-left : 1px;
|
|
|
|
padding-right : 1px;
|
|
|
|
padding-top : 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
|
|
|
margin: 0px;
|
|
|
|
border : 1px dotted black;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: bottom;
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
border: 2px outset rgb(156, 154, 156);
|
|
|
|
background-color: rgb(206, 207, 206);
|
|
|
|
color:black;
|
|
|
|
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[pseudoclass~="active"] {
|
|
|
|
border-style: inset;
|
|
|
|
|
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 0px;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[pseudoclass~="hover"] {
|
|
|
|
}
|
|
|
|
|
|
|
|
button[pseudoclass~="active"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[pseudoclass~="hover"]:-moz-outline {
|
|
|
|
border : 1px solid black;
|
|
|
|
}
|
|
|
|
|
1999-03-13 02:47:52 +03:00
|
|
|
button[disabled] {
|
1999-03-06 22:43:13 +03:00
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:-moz-focus-inner {
|
|
|
|
padding-left : 2px;
|
|
|
|
padding-right : 2px;
|
|
|
|
padding-top : 1px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[pseudoclass~="focus"]:-moz-focus-inner {
|
|
|
|
padding-left : 1px;
|
|
|
|
padding-right : 1px;
|
|
|
|
padding-top : 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
|
|
|
margin: 0px;
|
|
|
|
border : 1px dotted black;
|
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-file-button {
|
|
|
|
border: 2px outset rgb(192, 192, 192);
|
|
|
|
color:black;
|
|
|
|
background-color: rgb(192, 192, 192);
|
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-file-text {
|
|
|
|
border: 2px inset rgb(192, 192, 192);
|
1999-03-11 11:59:37 +03:00
|
|
|
margin-right: 10px;
|
1999-03-06 22:43:13 +03:00
|
|
|
background-color: white;
|
|
|
|
color: black;
|
1999-02-12 08:20:55 +03:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
input[type=text] {
|
1999-02-11 21:27:38 +03:00
|
|
|
border: 2px inset rgb(192, 192, 192);
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
input[type=password] {
|
1999-02-11 21:27:38 +03:00
|
|
|
border: 2px inset rgb(192, 192, 192);
|
|
|
|
background-color: white;
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
label {
|
1998-10-23 03:00:37 +04:00
|
|
|
display: inline;
|
|
|
|
vertical-align: bottom;
|
|
|
|
background-color: white;
|
1999-02-03 06:10:29 +03:00
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
1998-10-23 03:00:37 +04:00
|
|
|
}
|
1999-03-06 22:43:13 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
select {
|
1998-07-13 23:49:53 +04:00
|
|
|
vertical-align: bottom;
|
1999-02-12 09:19:07 +03:00
|
|
|
border: 1px inset #c0c0c0;
|
1999-02-11 21:27:38 +03:00
|
|
|
background-color: white;
|
|
|
|
color:black;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
option {
|
1999-03-23 00:32:12 +03:00
|
|
|
display:block;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1999-03-03 01:43:26 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
option.selected {
|
1999-01-27 07:22:35 +03:00
|
|
|
border: 1px solid rgb(0,0,128);
|
|
|
|
background-color: rgb(0,0,128);
|
|
|
|
color: rgb(255,255,255);
|
|
|
|
}
|
1999-03-03 01:43:26 +03:00
|
|
|
|
|
|
|
option[-moz-option-selected] {
|
1999-03-23 00:32:12 +03:00
|
|
|
color:white;
|
|
|
|
background-color: rgb(0,0,128);
|
1999-03-03 01:43:26 +03:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
option.selectedfocus {
|
1999-01-27 07:22:35 +03:00
|
|
|
border: 1px dotted white;
|
|
|
|
background-color: rgb(0,0,128);
|
|
|
|
color: rgb(255,255,255);
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
textarea {
|
1998-07-13 23:49:53 +04:00
|
|
|
vertical-align: bottom;
|
1999-02-12 09:19:07 +03:00
|
|
|
border: 2px inset #c0c0c0;
|
1999-02-11 21:27:38 +03:00
|
|
|
background-color:white;
|
1998-07-13 23:49:53 +04:00
|
|
|
}
|
1998-09-01 05:37:43 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* misc */
|
1998-09-01 05:37:43 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
applet {
|
1998-09-01 05:37:43 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
area {
|
1998-09-01 05:37:43 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
base {
|
1999-01-09 03:15:19 +03:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
basefont {
|
1999-01-09 03:15:19 +03:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
head {
|
1998-09-01 05:37:43 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
meta {
|
1998-09-01 05:37:43 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
object {
|
1998-09-01 05:37:43 +04:00
|
|
|
display: inline;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
script {
|
1998-09-04 02:23:22 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
style {
|
1998-09-04 02:23:22 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
title {
|
1998-09-04 02:23:22 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
noembed {
|
1998-10-15 09:11:23 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
noscript {
|
1998-10-15 09:11:23 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1999-02-12 09:19:07 +03:00
|
|
|
noframes {
|
1998-10-15 09:11:23 +04:00
|
|
|
display: none;
|
|
|
|
}
|
1998-10-23 00:12:34 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
param {
|
1999-02-04 06:47:01 +03:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
1999-03-11 08:26:53 +03:00
|
|
|
parsererror {
|
|
|
|
display: block;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
white-space: pre;
|
|
|
|
margin: 1em;
|
|
|
|
padding: 1em;
|
|
|
|
border-width: thin;
|
|
|
|
border-style: inset;
|
|
|
|
border-color: red;
|
|
|
|
font-size: 14pt;
|
|
|
|
background-color: lightyellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
sourcetext {
|
|
|
|
display: block;
|
|
|
|
white-space: pre;
|
|
|
|
font-family: Courier;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12pt;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
/* pseudo-element style */
|
1998-10-23 00:12:34 +04:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:scrollbar-look {
|
1998-12-15 22:11:57 +03:00
|
|
|
background-color: #c0c0c0;
|
1998-12-29 06:38:16 +03:00
|
|
|
/* border-color: inherit; */
|
|
|
|
/* border: 2px outset #c0c0c0; */
|
1998-12-15 22:11:57 +03:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:scrollbar-arrow-look {
|
1998-12-15 22:11:57 +03:00
|
|
|
background-color: #c0c0c0;
|
|
|
|
border-color: inherit;
|
|
|
|
border: 2px outset #c0c0c0;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:scrollbar-thumb-look {
|
1998-12-15 22:11:57 +03:00
|
|
|
background-color: #c0c0c0;
|
|
|
|
border-color: inherit;
|
|
|
|
border: 2px outset #c0c0c0;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:scrolled-content {
|
1998-10-23 00:12:34 +04:00
|
|
|
background: inherit;
|
|
|
|
padding: inherit;
|
1998-11-06 20:57:24 +03:00
|
|
|
display: inherit;
|
1998-10-23 00:12:34 +04:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:wrapped-frame {
|
1998-11-21 02:27:59 +03:00
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:placeholder-frame {
|
1998-12-29 06:38:16 +03:00
|
|
|
display: inline;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
1999-02-11 09:48:51 +03:00
|
|
|
:-moz-viewport {
|
|
|
|
display: block;
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
|
1999-02-19 03:53:09 +03:00
|
|
|
/* XXX Temporary until @page is supported... */
|
|
|
|
:-moz-page {
|
|
|
|
background: none;
|
1999-03-11 11:59:37 +03:00
|
|
|
display: block;
|
1999-02-19 03:53:09 +03:00
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:root {
|
1998-12-31 08:35:38 +03:00
|
|
|
display: block;
|
1998-11-13 02:03:35 +03:00
|
|
|
background-color: inherit;
|
|
|
|
}
|
1998-11-18 05:10:45 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table {
|
1998-11-21 00:06:59 +03:00
|
|
|
display: table;
|
|
|
|
border-style: inherit;
|
|
|
|
border-color: inherit;
|
|
|
|
cell-spacing: inherit;
|
|
|
|
cell-padding: inherit;
|
|
|
|
margin-top: inherit;
|
|
|
|
margin-bottom: inherit;
|
|
|
|
background: inherit;
|
|
|
|
}
|
1998-12-03 21:03:28 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table-cell {
|
1999-01-30 18:52:19 +03:00
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table-column {
|
1998-12-03 21:03:28 +03:00
|
|
|
display: table-column;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table-column-group {
|
1998-12-03 21:03:28 +03:00
|
|
|
display: table-column-group;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table-outer {
|
1999-01-30 18:52:19 +03:00
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table-row {
|
1998-12-03 21:03:28 +03:00
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:table-row-group {
|
1998-12-03 21:03:28 +03:00
|
|
|
display: table-row-group;
|
1998-12-12 01:22:29 +03:00
|
|
|
}
|
1999-01-03 00:01:37 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:cell-content {
|
1999-01-03 00:01:37 +03:00
|
|
|
display: block;
|
|
|
|
}
|
1999-01-03 03:15:56 +03:00
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:fieldset-content {
|
1999-01-03 03:15:56 +03:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:button-content {
|
1999-01-03 03:15:56 +03:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:label-content {
|
1999-01-03 03:15:56 +03:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:21:34 +03:00
|
|
|
:-moz-comment {
|
1999-01-23 01:48:00 +03:00
|
|
|
display: none;
|
1999-01-27 07:22:35 +03:00
|
|
|
}
|
|
|
|
|
1999-04-01 00:49:25 +04:00
|
|
|
:-moz-pi {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:dropdown-visible {
|
1999-01-27 07:22:35 +03:00
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:dropdown-hidden {
|
1999-01-27 07:22:35 +03:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:combobox-text {
|
1999-01-27 07:22:35 +03:00
|
|
|
color: black;
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:combobox-textselected {
|
1999-01-27 07:22:35 +03:00
|
|
|
background-color: rgb(0,0,128);
|
|
|
|
color: white;
|
|
|
|
border: 1px solid rgb(0,0,128);
|
|
|
|
}
|
|
|
|
|
1999-02-12 09:19:07 +03:00
|
|
|
:combobox-textselectedfocus {
|
1999-01-27 07:22:35 +03:00
|
|
|
background-color: rgb(0,0,128);
|
|
|
|
color: white;
|
|
|
|
border: 1px dotted white;
|
|
|
|
}
|
1999-02-01 20:34:16 +03:00
|
|
|
|
1999-02-12 09:21:34 +03:00
|
|
|
:-moz-anonymous-block {
|
1999-02-01 20:34:16 +03:00
|
|
|
display: block;
|
1999-03-26 03:42:39 +03:00
|
|
|
/* border: 2px dashed green; */
|
1999-02-01 20:34:16 +03:00
|
|
|
}
|