gecko-dev/layout/style/html.css

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

1999-10-02 01:57:32 +04:00
/*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/NPL/
1999-10-02 01:57:32 +04:00
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
1999-10-02 01:57:32 +04:00
*
* The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Netscape
1999-10-02 01:57:32 +04:00
* Communications Corporation. Portions created by Netscape are
* Copyright (C) 1998 Netscape Communications Corporation. All
* Rights Reserved.
*
* Contributor(s):
1999-10-02 01:57:32 +04:00
*/
@namespace url(http://www.w3.org/TR/REC-html40); /* set default namespace to HTML */
1999-10-16 04:39:24 +04:00
@namespace viewsource url(http://www.mozilla.org/viewsource);
1999-10-02 01:57:32 +04:00
html {
display: block;
}
body {
display: block;
line-height: normal;
margin: 8px;
}
body > *:first-node, td > *:first-node {
1999-10-02 01:57:32 +04:00
margin-top: 0;
}
frameset {
display: block ! important;
1999-10-02 01:57:32 +04:00
overflow: hidden;
}
frame {
background-color: white;
}
iframe {
background-color: white;
}
/* focusable content */
a, area, button, input, object, select, textarea {
user-focus: normal;
}
option {
user-focus: none;
}
1999-10-02 01:57:32 +04:00
/* blocks */
p {
display: block;
margin: 1em 0;
}
address {
display: block;
font-style: italic;
}
blockquote {
display: block;
margin: 1em 40px;
}
blockquote[type=cite] {
display: block;
margin: 1em 0px;
padding-left: 1em;
border-left: solid;
border-color: blue;
border-width: thin;
}
center {
display: block;
text-align: -moz-center;
}
div {
display: block;
}
1999-10-02 01:57:32 +04:00
h1 {
display: block;
font-size: 2em;
1999-10-02 01:57:32 +04:00
font-weight: bold;
margin: .67em 0;
1999-10-02 01:57:32 +04:00
}
h2 {
display: block;
font-size: 1.5em;
1999-10-02 01:57:32 +04:00
font-weight: bold;
margin: .83em 0;
1999-10-02 01:57:32 +04:00
}
h3 {
display: block;
font-size: 1.17em;
1999-10-02 01:57:32 +04:00
font-weight: bold;
margin: 1em 0;
}
h4 {
display: block;
font-weight: bold;
margin: 1.33em 0;
1999-10-02 01:57:32 +04:00
}
h5 {
display: block;
font-size: 0.83em;
1999-10-02 01:57:32 +04:00
font-weight: bold;
margin: 1.67em 0;
1999-10-02 01:57:32 +04:00
}
h6 {
display: block;
font-size: 0.67em;
1999-10-02 01:57:32 +04:00
font-weight: bold;
margin: 2.33em 0;
1999-10-02 01:57:32 +04:00
}
listing {
display: block;
font-family: -moz-fixed;
font-size: medium;
white-space: pre;
margin: 1em 0;
}
plaintext, xmp, pre {
display: block;
font-family: -moz-fixed;
white-space: pre;
margin: 1em 0;
}
pre[wrap] {
white-space: -moz-pre-wrap;
}
pre[cols] {
white-space: -moz-pre-wrap;
}
pre[width] {
white-space: -moz-pre-wrap;
}
multicol {
display: block;
margin: 1em 0;
}
/* tables */
table {
display: table;
border-spacing: 2px;
border-collapse: separate;
margin-top: 0;
margin-bottom: 0;
box-sizing: border-box;
1999-10-02 01:57:32 +04:00
}
/* must never set padding in td, th */
td {
1999-10-02 01:57:32 +04:00
vertical-align: inherit;
text-align: inherit;
1999-10-02 01:57:32 +04:00
display: table-cell;
}
th {
font-weight: bold;
vertical-align: inherit;
display: table-cell;
1999-10-02 01:57:32 +04:00
}
caption {
text-align: center;
display: table-caption;
}
tr {
display: table-row;
vertical-align: inherit;
}
tbody {
display: table-row-group;
vertical-align: middle;
}
thead {
display: table-header-group;
vertical-align: middle;
}
tfoot {
display: table-footer-group;
vertical-align: middle;
}
col {
display: table-column;
}
colgroup {
display: table-column-group;
}
/* spans */
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
:link {
1999-10-02 01:57:32 +04:00
color: blue;
text-decoration: underline;
cursor: pointer;
}
:visited {
1999-10-02 01:57:32 +04:00
color: purple;
text-decoration: underline;
cursor: pointer;
}
:link:focus, :visited:focus, :out-of-date:focus,
:link:focus img, :visited:focus img, :out-of-date:focus img {
outline: 1px dotted black;
}
:link:active, :visited:active, :out-of-date:active {
1999-10-02 01:57:32 +04:00
color: red;
text-decoration: underline;
cursor: pointer;
}
:out-of-date {
1999-10-02 01:57:32 +04:00
color: lime;
text-decoration: underline;
cursor: pointer;
}
b, strong {
display: inline;
font-weight: bolder;
}
i, cite, em, var {
display: inline;
font-style: italic;
}
tt, code, kbd, samp {
display: inline;
font-family: -moz-fixed;
}
u {
display: inline;
text-decoration: underline;
}
s, strike {
display: inline;
text-decoration: line-through;
}
blink {
display: inline;
text-decoration: blink;
}
big {
display: inline;
font-size: larger;
}
small {
display: inline;
font-size: smaller;
}
abbr, acronym, del, dfn, ins, q, span {
display: inline;
}
ins { text-decoration: underline; }
del { text-decoration: line-through; }
dfn { font-style: italic; }
sub, sup {
1999-10-02 01:57:32 +04:00
display: inline;
font-size: smaller;
line-height: normal;
}
sub {
vertical-align: sub;
1999-10-02 01:57:32 +04:00
}
sup {
vertical-align: super;
}
nobr {
display: inline;
white-space: nowrap;
}
legend {
display: inline;
padding-left: 2px;
padding-right: 2px;
border: 2px solid black;
}
fieldset {
display: block;
border: 2px solid black;
padding: 4px;
margin-left: 2px;
margin-right: 2px;
}
/* lists */
:-moz-list-bullet {
display: inline;
vertical-align: baseline;
margin-right: 8px;
}
ul, menu, dir {
display: block;
list-style-type: disc;
margin: 1em 0;
padding-left: 40px;
counter-reset: -html-counter 0;
float-edge: margin-box;
}
ol {
display: block;
list-style-type: decimal;
margin: 1em 0;
padding-left: 40px;
counter-reset: -html-counter 0;
float-edge: margin-box;
}
/* make orphaned li's have inside bullet */
li {
display: list-item;
list-style-position: inside;
}
/* restore outside position for lists inside li's */
li ul, li ol, li dir, li menu {
list-style-position: outside;
}
/* undo previous two rules for properly nested lists */
ul li, dir li, menu li, ol li,
ul ul, ul dir, ul menu, ul ol,
dir ul, dir dir, dir menu, dir ol,
menu ul, menu dir, menu menu, menu ol,
ol ul, ol dir, ol menu, ol ol {
list-style-position: inherit;
}
/* 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
{
margin-top: 0;
margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
ol ul, ul ul, menu ul, dir ul,
ol menu, ul menu, menu menu, dir menu,
ol dir, ul dir, menu dir, dir dir
{
list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
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,
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,
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,
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
{
list-style-type: square;
}
dl {
display: block;
margin: 1em 0;
}
dt {
display: block;
}
dl[compact] > dt { /* compact allowed on DL, OL, UL, DIR MENU */
display: compact;
}
dd {
display: block;
margin-left: 40px;
}
dl dl {
margin: 0 0 0 40px;
}
dt dl, dd dl {
margin: 0;
}
/* leafs */
embed {
display: inline;
}
hr {
display: block;
border: 1px -moz-bg-inset;
margin: 0 auto;
}
br {
display: inline;
color: cyan;
}
img {
display: inline;
}
:link img, :visited img, :out-of-date img,
:link:active img, :visited:active img, :out-of-date:active img,
img[usemap], object[usemap] {
1999-10-02 01:57:32 +04:00
border: 2px solid;
cursor: pointer;
}
img[usemap], object[usemap] {
color: blue;
}
img:-moz-text {
/* font-family: sans-serif; */
/* font-size: 8.5pt; */
}
spacer {
display: inline;
}
wbr {
display: inline;
}
iframe {
display: inline;
border: 2px solid black;
}
form {
display: block;
margin: 0 0 1em 0;
1999-10-02 01:57:32 +04:00
}
input {
vertical-align: bottom;
text-align: left;
1999-10-02 01:57:32 +04:00
border: 2px inset rgb(204, 204, 204);
color: black;
background-color: white;
box-sizing: border-box;
font-family:-moz-fixed;
behavior: url("resource:/chrome/platformHTMLBindings.xml#inputFields");
1999-10-02 01:57:32 +04:00
}
1999-10-02 01:57:32 +04:00
input[type=hidden] {
border: none;
visibility: collapse;
behavior: none;
1999-10-02 01:57:32 +04:00
}
input[type=image] {
box-sizing: border-box;
border: 2px solid blue;
vertical-align:baseline;
behavior: none;
background-color: inherit;
1999-10-02 01:57:32 +04:00
}
input[type=image]:focus {
border: 2px dotted black;
}
input[type=image][disabled] {
border: 2px solid rgb(153, 153, 153);
cursor: default;
}
1999-10-02 01:57:32 +04:00
input[type=file] {
box-sizing: border-box;
white-space: nowrap;
border:none;
behavior: none;
1999-10-02 01:57:32 +04:00
}
/* browse button for file selector */
input[type=file] input[type="button"] {
1999-10-02 01:57:32 +04:00
height:inherit;
}
/* Show browse button inside the file selector disabled */
input[type=file][disabled] input[type="button"] {
border: 1px solid;
}
input[type=file] input[type="button"] {
1999-10-02 01:57:32 +04:00
font-family: sans-serif;
}
/* Show browse button disabled */
input[type="file"][disabled] input[type="button"] {
color: gray;
}
1999-10-02 01:57:32 +04:00
input[type=radio] {
box-sizing: content-box;
1999-10-02 01:57:32 +04:00
/* these margins are for NavQuirks, we need a Standard ua.css */
padding: 0px;
1999-10-02 01:57:32 +04:00
margin-left: 3px;
margin-right: 5px;
margin-top: 2px;
margin-bottom: 4px;
border: 2px outset rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
background-color:rgb(204, 204, 204);
color:black;
width:8px;
height:8px;
behavior: none;
1999-10-02 01:57:32 +04:00
-moz-border-radius:6px;
}
input[type=radio][disabled] {
border: 1px solid;
}
input[type=radio]:focus {
border: 2px inset rgb(153, 153, 153);
}
input[type=radio]:hover {
border : 2px solid black;
1999-10-02 01:57:32 +04:00
}
input[type=radio]:active {
background-color: white;
1999-10-02 01:57:32 +04:00
}
input[type=radio][disabled]:hover {
border: 1px solid rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
input[type=radio][disabled]:active {
background-color: rgb(204, 204, 204);
1999-10-02 01:57:32 +04:00
}
:-moz-radio {
background-color:black;
width:6px;
height:6px;
left:6px;
top:6px;
-moz-border-radius:3px;
}
input[type=checkbox] {
box-sizing: content-box;
1999-10-02 01:57:32 +04:00
/* these margins are for NavQuirks, we need a Standard ua.css */
padding: 0px;
1999-10-02 01:57:32 +04:00
margin-left: 3px;
margin-right: 4px;
1999-10-02 01:57:32 +04:00
margin-top: 3px;
margin-bottom: 3px;
border: 2px inset rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
background-color:rgb(204, 204, 204);
width:9px;
height:9px;
1999-10-02 01:57:32 +04:00
color:black;
behavior: none;
1999-10-02 01:57:32 +04:00
/* -moz-border-radius:1px; */
}
input[type=checkbox]:focus {
border: 2px dotted rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
input[type=checkbox]:hover {
border : 2px solid black;
1999-10-02 01:57:32 +04:00
}
input[type=checkbox]:active {
background-color: white;
1999-10-02 01:57:32 +04:00
}
input[type=checkbox][disabled] {
border: 2px solid;
1999-10-02 01:57:32 +04:00
}
input[type=checkbox][disabled]:hover {
border: 2px solid rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
input[type=checkbox][disabled]:active {
background-color:rgb(204, 204, 204);
}
/* submit */
1999-10-02 01:57:32 +04:00
input[type="submit"] {
box-sizing: border-box;
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
behavior: none;
1999-10-02 01:57:32 +04:00
}
input[type="submit"]:hover {
border : 2px solid black;
}
1999-10-02 01:57:32 +04:00
input[type="submit"]:active {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
input[type="submit"]:hover:-moz-outline {
border : 1px solid black;
}
input[type="submit"]:active:-moz-outline {
border : 1px solid black;
1999-10-02 01:57:32 +04:00
}
input[type="submit"][disabled] {
border: 1px solid;
1999-10-02 01:57:32 +04:00
}
input[type="submit"][disabled]:hover {
border: 1px solid rgb(156, 154, 156);
1999-10-02 01:57:32 +04:00
}
input[type="submit"][disabled]:active {
padding: 1px;
}
input[type="submit"]:-moz-focus-inner {
padding-left : 2px;
padding-right : 2px;
padding-top : 1px;
padding-bottom: 1px;
margin: 0px;
}
input[type="submit"]:focus:-moz-focus-inner {
padding-left : 1px;
padding-right : 1px;
padding-top : 0px;
padding-bottom: 0px;
margin: 0px;
border : 1px dotted black;
}
input[type=submit] {
font-family: sans-serif;
font-size: small;
}
input[type="submit"][disabled] {
color: gray;
}
/* reset */
1999-10-02 01:57:32 +04:00
input[type="reset"] {
box-sizing: border-box;
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
behavior: none;
1999-10-02 01:57:32 +04:00
}
input[type="reset"]:hover {
border : 2px solid black;
}
1999-10-02 01:57:32 +04:00
input[type="reset"]:active {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
input[type="reset"]:hover:-moz-outline {
border : 1px solid black;
}
input[type="reset"]:active:-moz-outline {
border : 1px solid black;
1999-10-02 01:57:32 +04:00
}
input[type="reset"][disabled] {
border: 1px solid;
1999-10-02 01:57:32 +04:00
}
input[type="reset"][disabled]:hover {
border: 1px solid rgb(156, 154, 156);
1999-10-02 01:57:32 +04:00
}
input[type="reset"][disabled]:active {
padding: 1px;
}
input[type="reset"]:-moz-focus-inner {
padding-left : 2px;
padding-right : 2px;
padding-top : 1px;
padding-bottom: 1px;
margin: 0px;
}
input[type="reset"]: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] {
font-family: sans-serif;
font-size: small;
}
1999-10-02 01:57:32 +04:00
input[type="reset"][disabled] {
color: gray;
}
/* button */
1999-10-02 01:57:32 +04:00
input[type="button"] {
box-sizing: border-box;
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
font-family: sans-serif;
font-size: small;
behavior: none;
white-space: pre;
1999-10-02 01:57:32 +04:00
}
input[type="button"]:hover {
border : 2px solid black;
}
1999-10-02 01:57:32 +04:00
input[type="button"]:active {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
input[type="button"]:hover:-moz-outline {
border : 1px solid black;
}
input[type="button"]:active:-moz-outline {
border : 1px solid black;
1999-10-02 01:57:32 +04:00
}
input[type="button"][disabled] {
border: 1px solid;
1999-10-02 01:57:32 +04:00
}
input[type="button"][disabled]:hover {
border: 1px solid rgb(156, 154, 156);
1999-10-02 01:57:32 +04:00
}
input[type="button"][disabled]:active {
padding: 1px;
}
input[type="button"][disabled] {
color: gray;
}
1999-10-02 01:57:32 +04:00
input[type="button"]:-moz-focus-inner {
/*XXX[PERF] Set the padding to match between
focus changes to prevent reflow */
padding-left : 1px;
padding-right : 1px;
padding-top : 0px;
padding-bottom: 0px;
1999-10-02 01:57:32 +04:00
margin: 0px;
/*XXX[PERF] setup a border so the size does
not change between focus changes to prevent
reflows */
border : 1px solid rgb(206, 207, 206);
1999-10-02 01:57:32 +04:00
}
input[type="button"]: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;
box-sizing: border-box;
1999-10-02 01:57:32 +04:00
border: 2px outset rgb(156, 154, 156);
background-color: rgb(206, 207, 206);
color:black;
padding: 1px;
}
button:hover {
border : 2px solid black;
}
1999-10-02 01:57:32 +04:00
button:active {
border-style: inset;
padding-left: 2px;
padding-right: 0px;
padding-top: 2px;
padding-bottom: 0px;
}
button:hover:-moz-outline {
1999-10-02 01:57:32 +04:00
border : 1px solid black;
}
button:active:-moz-outline {
1999-10-02 01:57:32 +04:00
border : 1px solid black;
}
button[disabled] {
border: 1px solid;
color: gray;
1999-10-02 01:57:32 +04:00
}
button[disabled]:hover {
border: 1px solid rgb(156, 154, 156);
1999-10-02 01:57:32 +04:00
}
button[disabled]:active {
padding: 1px;
}
button:-moz-focus-inner {
padding-left : 2px;
padding-right : 2px;
padding-top : 1px;
padding-bottom: 1px;
margin: 0px;
}
button:focus:-moz-focus-inner {
padding-left : 1px;
padding-right : 1px;
padding-top : 0px;
padding-bottom: 0px;
margin: 0px;
border : 1px dotted black;
}
input[type="text"] {
box-sizing: border-box;
font-family:-moz-fixed;
border: 2px inset rgb(204, 204, 204); /* for Nav Quirks */
padding: 0px; /* for Nav Quirks */
1999-10-02 01:57:32 +04:00
background-color: white;
color: black;
padding: 0px;
margin-top: 1px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
1999-10-02 01:57:32 +04:00
input[type=text][disabled] {
color: gray;
}
input[type=password] {
border: 2px inset rgb(204, 204, 204);
background-color: white;
color:black;
}
input[type=password][disabled] {
color: gray;
}
1999-10-02 01:57:32 +04:00
label {
display: inline;
vertical-align: bottom;
padding-left: 3px;
padding-right: 3px;
}
/* Combo box style */
select *:-moz-display-comboboxcontrol-frame {
cursor: default !important;
user-select: none !important;
overflow:hidden !important
white-space:nowrap !important;
background-color: inherit !important;
color: inherit !important;
text-align: inherit !important;
padding-left: 4px !important;
padding-right: 5px !important;
padding-bottom: 1px !important;
padding-top: 1px !important;
}
select:-moz-display-comboboxcontrol-frame {
cursor: default;
user-select: none;
overflow:hidden;
white-space:nowrap;
background-color: inherit;
color: inherit;
text-align: inherit;
padding-left: 4px;
padding-right: 5px;
padding-bottom: 1px;
padding-top: 1px;
}
select:focus *:-moz-display-comboboxcontrol-frame {
border: 1px dotted black;
padding-left: 3px;
padding-right: 4px;
padding-bottom: 0px;
padding-top: 0px;
}
1999-10-02 01:57:32 +04:00
select:-moz-dummy-option {
visibility: hidden;
content: "XX";
1999-10-02 01:57:32 +04:00
}
select[size] {
box-sizing: border-box;
font-family: sans-serif;
font-size: small;
background-color: white;
border: 2px inset rgb(153, 153, 153);
padding-left: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
overflow:-moz-scrollbars-vertical;
}
1999-10-02 01:57:32 +04:00
select, select[size="1"] {
box-sizing: border-box;
font-family: sans-serif;
font-size: small;
background-color: white;
border: inset 2px rgb(192, 192, 192);
padding-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
1999-10-02 01:57:32 +04:00
margin: 0px 0px 0px 0px;
vertical-align: bottom;
color:black;
white-space:nowrap;
text-align: left;
}
/* temporary rule to make repaint happen on loss of focus */
select:focus, select[size="1"]:focus {
background-color: #FEFEFE;
}
1999-10-02 01:57:32 +04:00
select[size][disabled] {
background-color:rgb(204, 204, 204);
border: 2px inset rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
select[multiple][disabled] {
background-color:rgb(204, 204, 204);
border: 2px inset rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
select[disabled] {
background-color: rgb(204, 204, 204);
border: 2px inset rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
/* combobox button */
select > input[type="button"] {
user-focus: none;
position: static !important;
1999-10-02 01:57:32 +04:00
white-space:nowrap;
border: outset 2px rgb(204, 204, 204);
background-image:url("arrow.gif");
background-repeat:no-repeat;
background-position:center;
width:12px;
height:12px;
-moz-border-radius:0px;
}
/* combobox button depressed */
select > input[type="button"]:active {
background-image:url("arrowd.gif");
padding:1px;
}
select[disabled] > input[type="button"] {
1999-10-02 01:57:32 +04:00
border: solid 1px rgb(204, 204, 204);
}
/* combobox display area */
select > input:button-content {
text-align: left;
}
select[disabled] > *:-moz-display-comboboxcontrol-frame {
1999-10-02 01:57:32 +04:00
color: gray;
}
option {
min-height: 1em;
display:block;
font-family: inherit;
font-size: inherit;
user-select: none;
1999-10-02 01:57:32 +04:00
}
/* we need to address the part where there is a label */
/* and content. The CSS3 content property would be handy for this */
option[label]:before {
content:attr(label);
}
select[size] option {
padding-left: 3px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
}
select option, select[size="1"] option {
padding-left: 3px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
1999-10-02 01:57:32 +04:00
select[disabled] option {
1999-10-02 01:57:32 +04:00
color:rgb(153, 153, 153);
background-color:white;
}
/* Combobox item style */
select option[-moz-option-selected] {
1999-10-02 01:57:32 +04:00
color:white;
background-color:rgb(51,51,102);
}
/* List box item selected style */
select option[disabled][-moz-option-selected] {
1999-10-02 01:57:32 +04:00
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select option[disabled] {
1999-10-02 01:57:32 +04:00
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select[size] option[-moz-option-selected] {
color:white;
background-color:rgb(51,51,102);
1999-10-02 01:57:32 +04:00
}
select[size] option[-moz-option-selected-focus] {
color:white;
background-color:rgb(51,51,102);
}
1999-10-02 01:57:32 +04:00
select[size][disabled] option[-moz-option-selected] {
1999-10-02 01:57:32 +04:00
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
select[size="1"] option[-moz-option-selected] {
1999-10-02 01:57:32 +04:00
color:white;
background-color:rgb(51,51,102);
}
select[size="1"] option[disabled][-moz-option-selected] {
1999-10-02 01:57:32 +04:00
color:rgb(153,153,153);
background-color:rgb(204,204,204);
}
optgroup {
font-family: sans-serif;
font-size: small;
1999-10-02 01:57:32 +04:00
display:block;
font-style:italic;
font-weight:bold;
}
optgroup > option {
1999-10-02 01:57:32 +04:00
display:block;
padding-left:20px;
font-style:normal;
font-weight:normal;
}
optgroup:before {
display:block;
content:attr(label);
}
/* Begin - Margin setting for form controls inside tables for Nav Quirks */
td select[size] {
margin-top: 0px;
margin-bottom: 1px;
}
td select, td select[size="1"] {
margin-top: 2px;
margin-bottom: 2px;
}
td input[type="text"] {
margin-top: 1px;
margin-bottom: 1px;
}
td input[type="checkbox"] {
margin-bottom: 1px;
}
td input[type="radio"] {
margin-bottom: 1px;
}
td textarea {
margin-top: 1px;
margin-bottom: 2px;
}
/* End - Margin setting for form controls inside tables for Nav Quirks */
1999-10-02 01:57:32 +04:00
textarea {
box-sizing: border-box;
font-family:-moz-fixed;
1999-10-02 01:57:32 +04:00
vertical-align: bottom;
border: 2px inset #c0c0c0;
background-color:white;
color:black;
padding: 0px;
margin-top: 1px;
margin-bottom: 1px;
margin-left: 0px;
margin-right: 0px;
behavior: url("resource:/chrome/platformHTMLBindings.xml#textAreas");
1999-10-02 01:57:32 +04:00
}
textarea[disabled] {
color: gray;
}
/* misc */
applet {
display: inline;
}
area {
display: none;
}
map {
display: none;
}
base {
display: none;
}
basefont {
display: none;
}
head {
display: none;
}
meta {
display: none;
}
object {
display: inline;
}
script {
display: none;
}
style {
display: none;
}
title {
display: none;
}
noembed {
display: none;
}
noscript {
display: none;
}
noframes {
display: none;
}
param {
display: none;
}
parsererror { /* XXX should not be in HTML namespace */
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 { /* XXX should not be in HTML namespace */
display: block;
white-space: pre;
font-family: Courier;
margin-top: 2em;
margin-bottom: 1em;
color: red;
font-weight: bold;
font-size: 12pt;
}
/* pseudo-element style */
:scrollbar-look {
background-color: #c0c0c0;
/* border-color: inherit; */
/* border: 2px outset #c0c0c0; */
}
:scrollbar-arrow-look {
background-color: #c0c0c0;
border-color: inherit;
border: 2px outset #c0c0c0;
}
:scrollbar-thumb-look {
background-color: #c0c0c0;
border-color: inherit;
border: 2px outset #c0c0c0;
}
:-moz-select-scrolled-content {
background: inherit;
display: inherit;
padding: inherit;
}
1999-10-02 01:57:32 +04:00
:scrolled-content {
background: inherit;
padding: inherit;
display: inherit;
}
:wrapped-frame {
display: inherit;
}
:placeholder-frame {
display: inline;
width: 0;
height: 0;
}
:viewport, :viewport-scroll {
display: block;
background-color: inherit;
}
/* XXX Temporary until @page is supported... */
:-moz-page, :-moz-page-sequence {
background: none;
display: block;
}
:canvas {
display: block;
background-color: inherit;
}
:table {
display: table;
border-style: inherit;
border-color: inherit;
margin-top: inherit;
margin-bottom: inherit;
background: inherit;
box-sizing: border-box;
1999-10-02 01:57:32 +04:00
}
:table-cell {
display: table-cell;
}
:table-column {
display: table-column;
}
:table-column-group {
display: table-column-group;
}
:table-outer {
display: table;
}
:table-row {
display: table-row;
}
:table-row-group {
display: table-row-group;
}
:cell-content {
display: block;
}
:fieldset-content {
display: block;
}
:button-content {
display: block;
text-align: center;
1999-10-02 01:57:32 +04:00
}
:label-content {
display: block;
}
:-moz-comment {
display: none;
}
:-moz-pi {
display: none;
}
/* combobox dropdown list */
:-moz-dropdown-list {
background-color:inherit;
border: 2px inset rgb(153, 153, 153);
1999-10-02 01:57:32 +04:00
}
/* combobox dropdown list hidden */
select:-moz-dropdown-list {
visibility:collapse;
1999-10-02 01:57:32 +04:00
}
/* combobox dropdown list visible */
select[-moz-dropdown-active]:-moz-dropdown-list {
visibility: visible;
z-index: 2147483647;
1999-10-02 01:57:32 +04:00
}
:-moz-anonymous-block {
display: block;
/* border: 2px dashed green; */
}
:-moz-line-frame {
1999-10-02 01:57:32 +04:00
}
:-moz-letter-frame {
}
1999-10-16 04:39:24 +04:00
:-moz-singleline-textcontrol-frame {
overflow:hidden;
white-space:nowrap;
background-color: inherit;
text-align: inherit;
}
1999-10-16 04:39:24 +04:00
1999-10-16 04:39:24 +04:00
/* The following namespace if for use with viewsource */
viewsource|key {font-weight:bold;}
viewsource|key:before {color: black;}
1999-10-16 04:39:24 +04:00
viewsource|val {color: blue; font-weight:normal;}
viewsource|val:before {content: "="; color: black;}
1999-10-16 04:39:24 +04:00
viewsource|entity {color:#FF4500; font-weight:normal;}
viewsource|entity:before {content: "&"; color:#FF4500;}
1999-10-16 04:39:24 +04:00
viewsource|comment {color: green; font-style:italic; }
viewsource|cdata {color: #CC0066;}
1999-10-16 04:39:24 +04:00
viewsource|doctype {color:steelblue; font-style:italic;}
1999-10-16 04:39:24 +04:00
viewsource|pi {color:orchid; font-style:italic;}
1999-10-16 04:39:24 +04:00
viewsource|start {color: purple; font-weight:bold;}
viewsource|start:before {content: "<"; color: black;}
viewsource|start:after {content: ">"; color: black;}
1999-10-16 04:39:24 +04:00
viewsource|end {color: purple; font-weight:bold;}
viewsource|end:before {content: "</"; color: black;}
viewsource|end:after {content: ">"; color: black;}
1999-10-16 04:39:24 +04:00
viewsource|viewsource { font-family: monospace; font-weight:normal; color:black; white-space:pre; font-size:10pt; padding-top:8px; margin-left:8px;}
1999-10-16 04:39:24 +04:00
viewsource|txt {font-weight: normal; }