gecko-dev/layout/style/ua.css

887 строки
14 KiB
CSS
Исходник Обычный вид История

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 {
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;
margin: 8px;
}
1999-02-12 09:19:07 +03:00
frameset {
overflow: hidden;
}
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;
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;
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;
text-align: center;
}
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;
font-size: xx-large;
1998-04-14 00:24:54 +04:00
font-weight: bold;
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;
font-size: x-large;
1998-04-14 00:24:54 +04:00
font-weight: bold;
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;
font-size: large;
1998-04-14 00:24:54 +04:00
font-weight: bold;
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;
font-size: medium;
1998-04-14 00:24:54 +04:00
font-weight: bold;
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;
font-size: small;
1998-04-14 00:24:54 +04:00
font-weight: bold;
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;
font-size: x-small;
1998-04-14 00:24:54 +04:00
font-weight: bold;
margin: 1em 0;
1998-04-14 00:24:54 +04:00
}
1999-02-12 09:19:07 +03:00
layer {
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;
font-size: medium;
1998-04-14 00:24:54 +04:00
white-space: pre;
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;
margin: 1em 0;
1998-04-14 00:24:54 +04:00
}
1999-02-12 09:19:07 +03:00
multicol {
1998-07-13 23:49:53 +04:00
display: block;
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 {
display: table;
/* border-style: outset; */
1999-02-12 09:19:07 +03:00
border-color: #c0c0c0;
cell-spacing: 2px;
cell-padding: 2px;
margin-top: 0;
margin-bottom: 0;
background: transparent;
1998-04-14 00:24:54 +04:00
}
1999-02-12 09:19:07 +03:00
td, th {
vertical-align: inherit;
background: inherit;
text-align: left;
/* border-style: inset; */
1999-02-12 09:19:07 +03:00
border-color: #c0c0c0;
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;
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;
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;
vertical-align: inherit;
background: 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;
vertical-align: middle;
background: 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;
vertical-align: middle;
background: 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;
vertical-align: middle;
background: 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-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;
border: 2px solid blue;
font-family: sans-serif;
font-size: 8.5pt;
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;
font-family: sans-serif;
font-size: 8.5pt;
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;
font-family: sans-serif;
font-size: 8.5pt;
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;
font-family: sans-serif;
font-size: 8.5pt;
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 {
position: absolute;
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 {
display: inline;
padding-left: 2px;
padding-right: 2px;
border: 2px solid black;
}
1999-02-12 09:19:07 +03:00
fieldset {
display: block;
border: 2px solid black;
padding: 4px;
margin-left: 2px;
margin-right: 2px;
}
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 {
display: block;
1998-07-13 23:49:53 +04:00
list-style-type: disc;
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 {
display: block;
1998-07-13 23:49:53 +04:00
list-style-type: decimal;
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;
}
/* 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
/* 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;
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 {
display: inline;
}
1999-02-12 09:19:07 +03:00
hr {
1998-07-13 23:49:53 +04:00
display: block;
border: 1px -moz-bg-inset;
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;
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;
border: 2px solid black;
1998-07-13 23:49:53 +04:00
}
1999-02-12 09:19:07 +03:00
input {
1998-07-13 23:49:53 +04:00
vertical-align: bottom;
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] {
border: 2px inset rgb(192, 192, 192);
background-color:white;
color:black;
width:12px;
height:12px;
}
1999-02-12 09:19:07 +03:00
input[type=checkbox] {
border: 2px inset rgb(192, 192, 192);
width:11px;
height:11px;
background-color:white;
color:black;
}
input[type="submit"] {
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
}
input[type="submit"][pseudoclass~="active"] {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
input[type="submit"][pseudoclass~="active"]:-moz-outline {
border : 1px solid black;
}
input[type="submit"][pseudoclass~="hover"]:-moz-outline {
border : 1px solid black;
}
1999-03-13 02:47:52 +03:00
input[type="submit"][disabled] {
border-style: solid;
}
input[type="submit"]:-moz-focus-inner {
padding-left : 2px;
padding-right : 2px;
padding-top : 1px;
padding-bottom: 1px;
margin: 0px;
}
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;
}
input[type="reset"][pseudoclass~="active"] {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
input[type="reset"][pseudoclass~="active"]:-moz-outline {
border : 1px solid black;
}
input[type="reset"][pseudoclass~="hover"]:-moz-outline {
border : 1px solid black;
}
1999-03-13 02:47:52 +03:00
input[type="reset"][disabled] {
border-style: solid;
}
input[type="reset"]:-moz-focus-inner {
padding-left : 2px;
padding-right : 2px;
padding-top : 1px;
padding-bottom: 1px;
margin: 0px;
}
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;
}
input[type="button"] {
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
}
input[type="button"][pseudoclass~="active"] {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
input[type="button"][pseudoclass~="active"]:-moz-outline {
border : 1px solid black;
}
input[type="button"][pseudoclass~="hover"]:-moz-outline {
border : 1px solid black;
}
1999-03-13 02:47:52 +03:00
input[type="button"][disabled] {
border-style: solid;
}
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] {
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);
margin-right: 10px;
background-color: white;
color: black;
}
1999-02-12 09:19:07 +03:00
input[type=text] {
border: 2px inset rgb(192, 192, 192);
margin-right: 10px;
background-color: white;
color: black;
}
1999-02-12 09:19:07 +03:00
input[type=password] {
border: 2px inset rgb(192, 192, 192);
margin-right: 10px;
background-color: white;
color:black;
}
1999-02-12 09:19:07 +03:00
label {
display: inline;
vertical-align: bottom;
background-color: white;
1999-02-03 06:10:29 +03:00
padding-left: 3px;
padding-right: 3px;
}
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;
background-color: white;
color:black;
1998-07-13 23:49:53 +04:00
}
1999-02-12 09:19:07 +03:00
option {
1998-07-13 23:49:53 +04:00
}
1999-02-12 09:19:07 +03:00
option.selected {
border: 1px solid rgb(0,0,128);
background-color: rgb(0,0,128);
color: rgb(255,255,255);
}
option[-moz-option-selected] {
color:blue;
background-color:green;
}
1999-02-12 09:19:07 +03:00
option.selectedfocus {
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;
background-color:white;
1998-07-13 23:49:53 +04:00
}
1999-02-12 09:19:07 +03:00
/* misc */
1999-02-12 09:19:07 +03:00
applet {
display: inline;
}
1999-02-12 09:19:07 +03:00
area {
display: none;
}
1999-02-12 09:19:07 +03:00
base {
display: none;
}
1999-02-12 09:19:07 +03:00
basefont {
display: none;
}
1999-02-12 09:19:07 +03:00
head {
display: none;
}
1999-02-12 09:19:07 +03:00
meta {
display: none;
}
1999-02-12 09:19:07 +03:00
object {
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 {
display: none;
}
1999-02-12 09:19:07 +03:00
noscript {
display: none;
}
1999-02-12 09:19:07 +03:00
noframes {
display: none;
}
1999-02-12 09:19:07 +03:00
param {
1999-02-04 06:47:01 +03:00
display: none;
}
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 */
1999-02-12 09:19:07 +03:00
:scrollbar-look {
background-color: #c0c0c0;
/* border-color: inherit; */
/* border: 2px outset #c0c0c0; */
}
1999-02-12 09:19:07 +03:00
:scrollbar-arrow-look {
background-color: #c0c0c0;
border-color: inherit;
border: 2px outset #c0c0c0;
}
1999-02-12 09:19:07 +03:00
:scrollbar-thumb-look {
background-color: #c0c0c0;
border-color: inherit;
border: 2px outset #c0c0c0;
}
1999-02-12 09:19:07 +03:00
:scrolled-content {
background: inherit;
padding: inherit;
display: inherit;
}
1999-02-12 09:19:07 +03:00
:wrapped-frame {
display: inherit;
}
1999-02-12 09:19:07 +03:00
:placeholder-frame {
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;
display: block;
1999-02-19 03:53:09 +03:00
}
1999-02-12 09:19:07 +03:00
:root {
display: block;
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 {
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 {
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-02-12 09:19:07 +03:00
:cell-content {
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 {
display: none;
}
1999-02-12 09:19:07 +03:00
:dropdown-visible {
visibility: visible;
}
1999-02-12 09:19:07 +03:00
:dropdown-hidden {
visibility: hidden;
}
1999-02-12 09:19:07 +03:00
:combobox-text {
color: black;
padding-left: 2px;
}
1999-02-12 09:19:07 +03:00
:combobox-textselected {
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 {
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;
}