-
-
Save 2rohityadav/6b191cfeead115fca5e849bd20709bad to your computer and use it in GitHub Desktop.
Chrome's default stylesheet (https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/html/resources/html.css))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The default style sheet used to render HTML. | |
* | |
* Copyright (C) 2000 Lars Knoll ([email protected]) | |
* Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | |
* | |
* This library is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU Library General Public | |
* License as published by the Free Software Foundation; either | |
* version 2 of the License, or (at your option) any later version. | |
* | |
* This library is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of | |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
* Library General Public License for more details. | |
* | |
* You should have received a copy of the GNU Library General Public License | |
* along with this library; see the file COPYING.LIB. If not, write to | |
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
* Boston, MA 02110-1301, USA. | |
* | |
*/ | |
@namespace "http://www.w3.org/1999/xhtml"; | |
html { | |
display: block; | |
} | |
/* children of the <head> element all have display:none */ | |
head { | |
display: none | |
} | |
meta { | |
display: none | |
} | |
title { | |
display: none | |
} | |
link { | |
display: none | |
} | |
style { | |
display: none | |
} | |
script { | |
display: none | |
} | |
/* generic block-level elements */ | |
body { | |
display: block; | |
margin: 8px | |
} | |
body:-webkit-full-page-media { | |
background-color: rgb(0, 0, 0) | |
} | |
p { | |
display: block; | |
margin-block-start: 1__qem; | |
margin-block-end: 1__qem; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
} | |
div { | |
display: block | |
} | |
layer { | |
display: block | |
} | |
article, aside, footer, header, hgroup, main, nav, section { | |
display: block | |
} | |
marquee { | |
display: inline-block; | |
width: -webkit-fill-available; | |
} | |
address { | |
display: block | |
} | |
blockquote { | |
display: block; | |
margin-block-start: 1__qem; | |
margin-block-end: 1em; | |
margin-inline-start: 40px; | |
margin-inline-end: 40px; | |
} | |
figcaption { | |
display: block | |
} | |
figure { | |
display: block; | |
margin-block-start: 1em; | |
margin-block-end: 1em; | |
margin-inline-start: 40px; | |
margin-inline-end: 40px; | |
} | |
q { | |
display: inline | |
} | |
q:before { | |
content: open-quote; | |
} | |
q:after { | |
content: close-quote; | |
} | |
center { | |
display: block; | |
/* special centering to be able to emulate the html4/netscape behaviour */ | |
text-align: -webkit-center | |
} | |
hr { | |
display: block; | |
overflow: hidden; | |
unicode-bidi: isolate; | |
margin-block-start: 0.5em; | |
margin-block-end: 0.5em; | |
margin-inline-start: auto; | |
margin-inline-end: auto; | |
border-style: inset; | |
border-width: 1px | |
} | |
map { | |
display: inline | |
} | |
video { | |
object-fit: contain; | |
} | |
/* heading elements */ | |
h1 { | |
display: block; | |
font-size: 2em; | |
margin-block-start: 0.67__qem; | |
margin-block-end: 0.67em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
font-weight: bold | |
} | |
:-webkit-any(article,aside,nav,section) h1 { | |
font-size: 1.5em; | |
margin-block-start: 0.83__qem; | |
margin-block-end: 0.83em; | |
} | |
:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { | |
font-size: 1.17em; | |
margin-block-start: 1__qem; | |
margin-block-end: 1em; | |
} | |
:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { | |
font-size: 1.00em; | |
margin-block-start: 1.33__qem; | |
margin-block-end: 1.33em; | |
} | |
:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { | |
font-size: .83em; | |
margin-block-start: 1.67__qem; | |
margin-block-end: 1.67em; | |
} | |
:-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) :-webkit-any(article,aside,nav,section) h1 { | |
font-size: .67em; | |
margin-block-start: 2.33__qem; | |
margin-block-end: 2.33em; | |
} | |
h2 { | |
display: block; | |
font-size: 1.5em; | |
margin-block-start: 0.83__qem; | |
margin-block-end: 0.83em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
font-weight: bold | |
} | |
h3 { | |
display: block; | |
font-size: 1.17em; | |
margin-block-start: 1__qem; | |
margin-block-end: 1em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
font-weight: bold | |
} | |
h4 { | |
display: block; | |
margin-block-start: 1.33__qem; | |
margin-block-end: 1.33em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
font-weight: bold | |
} | |
h5 { | |
display: block; | |
font-size: .83em; | |
margin-block-start: 1.67__qem; | |
margin-block-end: 1.67em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
font-weight: bold | |
} | |
h6 { | |
display: block; | |
font-size: .67em; | |
margin-block-start: 2.33__qem; | |
margin-block-end: 2.33em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
font-weight: bold | |
} | |
/* tables */ | |
table { | |
display: table; | |
border-collapse: separate; | |
border-spacing: 2px; | |
border-color: gray; | |
box-sizing: border-box; | |
text-indent: initial | |
} | |
thead { | |
display: table-header-group; | |
vertical-align: middle; | |
border-color: inherit | |
} | |
tbody { | |
display: table-row-group; | |
vertical-align: middle; | |
border-color: inherit | |
} | |
tfoot { | |
display: table-footer-group; | |
vertical-align: middle; | |
border-color: inherit | |
} | |
/* for tables without table section elements (can happen with XHTML or dynamically created tables) */ | |
table > tr { | |
vertical-align: middle; | |
} | |
col { | |
display: table-column | |
} | |
colgroup { | |
display: table-column-group | |
} | |
tr { | |
display: table-row; | |
vertical-align: inherit; | |
border-color: inherit | |
} | |
td, th { | |
display: table-cell; | |
vertical-align: inherit | |
} | |
th { | |
font-weight: bold; | |
text-align: -internal-center | |
} | |
caption { | |
display: table-caption; | |
text-align: -webkit-center | |
} | |
/* lists */ | |
ul, menu, dir { | |
display: block; | |
list-style-type: disc; | |
margin-block-start: 1__qem; | |
margin-block-end: 1em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
padding-inline-start: 40px | |
} | |
ol { | |
display: block; | |
list-style-type: decimal; | |
margin-block-start: 1__qem; | |
margin-block-end: 1em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
padding-inline-start: 40px | |
} | |
li { | |
display: list-item; | |
text-align: -webkit-match-parent; | |
} | |
ul ul, ol ul { | |
list-style-type: circle | |
} | |
ol ol ul, ol ul ul, ul ol ul, ul ul ul { | |
list-style-type: square | |
} | |
dd { | |
display: block; | |
margin-inline-start: 40px | |
} | |
dl { | |
display: block; | |
margin-block-start: 1__qem; | |
margin-block-end: 1em; | |
margin-inline-start: 0; | |
margin-inline-end: 0; | |
} | |
dt { | |
display: block | |
} | |
ol ul, ul ol, ul ul, ol ol { | |
margin-block-start: 0; | |
margin-block-end: 0 | |
} | |
/* form elements */ | |
form { | |
display: block; | |
margin-top: 0__qem; | |
} | |
:-webkit-any(table, thead, tbody, tfoot, tr) > form:-internal-is-html { | |
display: none !important; | |
} | |
label { | |
cursor: default; | |
} | |
legend { | |
display: block; | |
padding-inline-start: 2px; | |
padding-inline-end: 2px; | |
border: none | |
} | |
fieldset { | |
display: block; | |
margin-inline-start: 2px; | |
margin-inline-end: 2px; | |
padding-block-start: 0.35em; | |
padding-inline-start: 0.75em; | |
padding-inline-end: 0.75em; | |
padding-block-end: 0.625em; | |
border: 2px groove ThreeDFace; | |
min-inline-size: min-content; | |
} | |
button { | |
appearance: auto; | |
} | |
/* Form controls don't go vertical. */ | |
input, textarea, select, button, meter, progress { | |
-webkit-writing-mode: horizontal-tb !important; | |
} | |
input, textarea, select, button { | |
margin: 0__qem; | |
font: -webkit-small-control; | |
text-rendering: auto; /* FIXME: Remove when tabs work with optimizeLegibility. */ | |
color: -internal-light-dark(black, white); | |
letter-spacing: normal; | |
word-spacing: normal; | |
line-height: normal; | |
text-transform: none; | |
text-indent: 0; | |
text-shadow: none; | |
display: inline-block; | |
text-align: start; | |
} | |
input[type="hidden" i] { | |
display: none | |
} | |
input { | |
appearance: auto; | |
padding: 1px; | |
background-color: -internal-light-dark(white, black); | |
border: 2px inset; | |
-webkit-rtl-ordering: logical; | |
cursor: text; | |
} | |
input[type="search" i] { | |
appearance: auto; | |
box-sizing: border-box; | |
} | |
input::-webkit-textfield-decoration-container { | |
display: flex !important; | |
align-items: center; | |
-webkit-user-modify: read-only !important; | |
content: none !important; | |
writing-mode: inherit !important; | |
-internal-align-self-block: center; | |
} | |
input::-webkit-clear-button { | |
appearance: auto; | |
display: inline-block; | |
cursor: default; | |
flex: none; | |
-webkit-user-modify: read-only !important; | |
margin-inline-start: 2px; | |
opacity: 0; | |
pointer-events: none; | |
} | |
input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-clear-button { | |
opacity: 1; | |
pointer-events: auto; | |
} | |
input[type="search" i]::-webkit-search-cancel-button { | |
appearance: auto; | |
display: block; | |
cursor: default; | |
flex: none; | |
-webkit-user-modify: read-only !important; | |
margin-inline-start: 1px; | |
opacity: 0; | |
pointer-events: none; | |
user-select: none !important; | |
} | |
input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-search-cancel-button { | |
opacity: 1; | |
pointer-events: auto; | |
} | |
input::-webkit-inner-spin-button { | |
appearance: auto; | |
display: inline-block; | |
cursor: default; | |
flex: none; | |
align-self: stretch; | |
-webkit-user-modify: read-only !important; | |
opacity: 0; | |
pointer-events: none; | |
} | |
input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-inner-spin-button { | |
opacity: 1; | |
pointer-events: auto; | |
} | |
select { | |
border-radius: 5px; | |
} | |
textarea { | |
appearance: auto; | |
background-color: -internal-light-dark(white, black); | |
border: 1px solid; | |
column-count: initial !important; | |
-webkit-rtl-ordering: logical; | |
flex-direction: column; | |
resize: auto; | |
cursor: text; | |
padding: 2px; | |
white-space: pre-wrap; | |
word-wrap: break-word; | |
} | |
::-webkit-input-placeholder { | |
-webkit-text-security: none; | |
color: #757575; | |
direction: inherit !important; | |
pointer-events: none !important; | |
text-orientation: inherit !important; | |
writing-mode: inherit !important; | |
} | |
input::-webkit-input-placeholder { | |
text-overflow: inherit; | |
line-height: initial; | |
white-space: pre; | |
word-wrap: normal; | |
overflow: hidden; | |
-webkit-user-modify: read-only !important; | |
} | |
input::-internal-input-suggested { | |
text-overflow: inherit; | |
white-space: nowrap; | |
overflow: hidden; | |
} | |
input::-internal-input-suggested, | |
textarea::-internal-input-suggested { | |
font: -webkit-small-control !important; | |
/* Prevent that overflow affects the scrollable area. Without this, | |
LayoutBox::*Scroll{Height,Width}() may determine the scroll width/height | |
from the scrollable area instead of from the overrides in | |
LayoutTextControl{Single,Multi}Line::Scroll{Height,Width}(). */ | |
overflow: hidden !important; | |
overflow-anchor: none; | |
} | |
input[type="password" i] { | |
-webkit-text-security: disc !important; | |
} | |
input[type="password" i]::-internal-input-suggested { | |
-webkit-text-security: disc !important; | |
} | |
input[type="hidden" i], input[type="image" i], input[type="file" i] { | |
-webkit-appearance: initial; /* AutoAppearanceFor() should match to this. */ | |
padding: initial; | |
background-color: initial; | |
border: initial; | |
cursor: default; | |
} | |
input[type="file" i] { | |
align-items: baseline; | |
color: inherit; | |
overflow: hidden !important; | |
text-align: start !important; | |
text-overflow: ellipsis; | |
white-space: pre; | |
} | |
input[type="image" i] { | |
cursor: pointer; | |
} | |
/* TODO(crbug.com/880258): Use different styles for | |
`-internal-autofill-previewed` and `-internal-autofill-selected`. */ | |
input:-internal-autofill-previewed, | |
textarea:-internal-autofill-previewed, | |
select:-internal-autofill-previewed { | |
-webkit-appearance:menulist-button; | |
background-color: #E8F0FE !important; | |
background-image:none !important; | |
color: -internal-light-dark(black, white) !important; | |
} | |
input:-internal-autofill-selected, | |
textarea:-internal-autofill-selected, | |
select:-internal-autofill-selected { | |
-webkit-appearance:menulist-button; | |
background-color: #E8F0FE !important; | |
background-image:none !important; | |
color: -internal-light-dark(black, white) !important; | |
} | |
input[type="radio" i], input[type="checkbox" i] { | |
margin: 3px 0.5ex; | |
padding: initial; | |
background-color: initial; | |
border: initial; | |
cursor: default; | |
} | |
input[type="button" i], input[type="submit" i], input[type="reset" i] { | |
-internal-empty-line-height: fabricated; | |
appearance: auto; | |
-webkit-user-select: none; | |
white-space: pre | |
} | |
input[type="file" i]::-webkit-file-upload-button { | |
appearance: auto; | |
-webkit-user-modify: read-only !important; | |
white-space: nowrap; | |
margin: 0; | |
margin-inline-end: 4px; | |
font-size: inherit; | |
} | |
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button { | |
align-items: flex-start; | |
text-align: center; | |
cursor: default; | |
color: -internal-light-dark(ButtonText, #AAAAAA); | |
padding: 2px 6px 3px 6px; | |
border: 2px outset ButtonFace; | |
background-color: ButtonFace; | |
box-sizing: border-box | |
} | |
input[type="range" i] { | |
appearance: auto; /* AutoAppearanceFor() should match to this. */ | |
padding: initial; | |
border: initial; | |
margin: 2px; | |
color: #909090; | |
cursor: default; | |
} | |
input[type="range" i]::-webkit-slider-container, input[type="range" i]::-webkit-media-slider-container { | |
appearance: inherit; | |
flex: 1; | |
min-inline-size: 0; | |
box-sizing: border-box; | |
-webkit-user-modify: read-only !important; | |
display: flex; | |
} | |
input[type="range" i]:-internal-has-datalist::-webkit-slider-container { | |
/* | |
* See LayoutThemeDefault. "22px" is | |
* 2 * (SliderTickOffsetFromTrackCenter() + SliderTickSize().Height()). | |
*/ | |
min-block-size: 22px; | |
} | |
input[type="range" i]::-webkit-slider-runnable-track { | |
flex: 1; | |
min-inline-size: 0; | |
-webkit-align-self: center; | |
box-sizing: border-box; | |
-webkit-user-modify: read-only !important; | |
display: block; | |
} | |
input[type="range" i]::-webkit-slider-thumb, input[type="range" i]::-webkit-media-slider-thumb { | |
appearance: auto; | |
box-sizing: border-box; | |
-webkit-user-modify: read-only !important; | |
display: block; | |
} | |
input[type="button" i]:disabled, input[type="submit" i]:disabled, input[type="reset" i]:disabled, | |
input[type="file" i]:disabled::-webkit-file-upload-button, button:disabled, | |
select:disabled, optgroup:disabled, option:disabled, | |
select[disabled]>option { | |
color: -internal-light-dark(GrayText, #aaa); | |
} | |
input[type="button" i]:active, input[type="submit" i]:active, input[type="reset" i]:active, input[type="file" i]:active::-webkit-file-upload-button, button:active { | |
border-style: inset | |
} | |
input[type="button" i]:active:disabled, input[type="submit" i]:active:disabled, input[type="reset" i]:active:disabled, input[type="file" i]:active:disabled::-webkit-file-upload-button, button:active:disabled { | |
border-style: outset | |
} | |
input:disabled, textarea:disabled { | |
color: -internal-light-dark(#545454, #aaa); | |
cursor: default; | |
} | |
option:-internal-spatial-navigation-focus { | |
outline: -internal-light-dark(black, white) dashed 1px; | |
outline-offset: -1px; | |
} | |
datalist { | |
display: none | |
} | |
area { | |
display: inline; | |
} | |
area:-webkit-any-link { | |
cursor: pointer; | |
} | |
param { | |
display: none | |
} | |
input[type="checkbox" i] { | |
appearance: auto; | |
box-sizing: border-box; | |
} | |
input[type="radio" i] { | |
appearance: auto; | |
box-sizing: border-box; | |
} | |
input[type="color" i] { | |
appearance: auto; | |
width: 44px; | |
height: 23px; | |
background-color: ButtonFace; | |
/* Same as native_theme_base. */ | |
border: 1px #a9a9a9 solid; | |
padding: 1px 2px; | |
cursor: default; | |
} | |
input[type="color" i]::-webkit-color-swatch-wrapper { | |
display:flex; | |
padding: 4px 2px; | |
box-sizing: border-box; | |
-webkit-user-modify: read-only !important; | |
width: 100%; | |
height: 100% | |
} | |
input[type="color" i]::-webkit-color-swatch { | |
background-color: #000000; | |
border: 1px solid #777777; | |
flex: 1; | |
min-width: 0; | |
-webkit-user-modify: read-only !important; | |
} | |
input[type="color" i][list] { | |
-webkit-appearance: menulist; /* AutoAppearanceFor() should match to this. */ | |
width: 88px; | |
height: 23px | |
} | |
input[type="color" i][list]::-webkit-color-swatch-wrapper { | |
padding-inline-start: 8px; | |
padding-inline-end: 24px; | |
} | |
input[type="color" i][list]::-webkit-color-swatch { | |
border-color: #000000; | |
} | |
input::-webkit-calendar-picker-indicator { | |
display: inline-block; | |
width: 0.66em; | |
height: 0.66em; | |
padding: 0.17em 0.34em; | |
-webkit-user-modify: read-only !important; | |
opacity: 0; | |
cursor: default; | |
pointer-events: none; | |
} | |
input::-webkit-calendar-picker-indicator:hover { | |
background-color: #eee; | |
} | |
input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-calendar-picker-indicator, | |
input::-webkit-calendar-picker-indicator:focus { | |
opacity: 1; | |
pointer-events: auto; | |
} | |
input[type="date" i]:disabled::-webkit-clear-button, | |
input[type="date" i]:disabled::-webkit-inner-spin-button, | |
input[type="datetime-local" i]:disabled::-webkit-clear-button, | |
input[type="datetime-local" i]:disabled::-webkit-inner-spin-button, | |
input[type="month" i]:disabled::-webkit-clear-button, | |
input[type="month" i]:disabled::-webkit-inner-spin-button, | |
input[type="week" i]:disabled::-webkit-clear-button, | |
input[type="week" i]:disabled::-webkit-inner-spin-button, | |
input:disabled::-webkit-calendar-picker-indicator, | |
input[type="date" i][readonly]::-webkit-clear-button, | |
input[type="date" i][readonly]::-webkit-inner-spin-button, | |
input[type="datetime-local" i][readonly]::-webkit-clear-button, | |
input[type="datetime-local" i][readonly]::-webkit-inner-spin-button, | |
input[type="month" i][readonly]::-webkit-clear-button, | |
input[type="month" i][readonly]::-webkit-inner-spin-button, | |
input[type="week" i][readonly]::-webkit-clear-button, | |
input[type="week" i][readonly]::-webkit-inner-spin-button, | |
input[readonly]::-webkit-calendar-picker-indicator { | |
visibility: hidden; | |
} | |
select { | |
-webkit-appearance: menulist; /* AutoAppearanceFor() should match to this. */ | |
box-sizing: border-box; | |
align-items: center; | |
border: 1px solid; | |
white-space: pre; | |
-webkit-rtl-ordering: logical; | |
color: -internal-light-dark(black, white); | |
background-color: -internal-light-dark(white, black); | |
cursor: default; | |
} | |
select:not(:-internal-list-box) { | |
overflow: visible !important; | |
} | |
select:-internal-list-box { | |
-webkit-appearance: listbox; /* AutoAppearanceFor() should match to this. */ | |
align-items: flex-start; | |
border: 1px inset gray; | |
border-radius: initial; | |
overflow-x: hidden; | |
overflow-y: scroll; | |
vertical-align: text-bottom; | |
white-space: nowrap; | |
} | |
optgroup { | |
font-weight: bolder; | |
display: block; | |
} | |
option { | |
font-weight: normal; | |
display: block; | |
padding: 0 2px 1px 2px; | |
white-space: nowrap; | |
min-height: 1.2em; | |
} | |
select:-internal-list-box optgroup option:before { | |
content: "\00a0\00a0\00a0\00a0";; | |
} | |
select:-internal-list-box option, | |
select:-internal-list-box optgroup { | |
line-height: initial !important; | |
} | |
select:-internal-list-box:focus option:checked { | |
background-color: -internal-active-list-box-selection !important; | |
color: -internal-active-list-box-selection-text !important; | |
} | |
select:-internal-list-box:focus option:checked:disabled { | |
background-color: -internal-inactive-list-box-selection !important; | |
} | |
select:-internal-list-box option:checked { | |
background-color: -internal-inactive-list-box-selection !important; | |
color: -internal-inactive-list-box-selection-text !important; | |
} | |
select:-internal-list-box:disabled option:checked, | |
select:-internal-list-box option:checked:disabled { | |
color: gray !important; | |
} | |
select:-internal-list-box hr { | |
border-style: none; | |
margin-block-start: 0.5em; | |
margin-block-end: 0; | |
} | |
select:-internal-list-box:focus option:-internal-multi-select-focus { | |
outline: auto 1px -webkit-focus-ring-color; | |
outline-offset: -1px; | |
} | |
output { | |
display: inline; | |
} | |
/* meter */ | |
meter { | |
appearance: auto; | |
box-sizing: border-box; | |
display: inline-block; | |
height: 1em; | |
width: 5em; | |
vertical-align: -0.2em; | |
-webkit-user-modify: read-only !important; | |
} | |
meter::-webkit-meter-inner-element { | |
appearance: inherit; | |
box-sizing: inherit; | |
display: none; | |
-webkit-user-modify: read-only !important; | |
height: 100%; | |
width: 100%; | |
} | |
meter::-webkit-meter-inner-element:-internal-shadow-host-has-appearance { | |
display: block; | |
} | |
meter::-internal-fallback:-internal-shadow-host-has-appearance { | |
display: none; | |
} | |
meter::-webkit-meter-bar { | |
background: linear-gradient(to bottom, #ddd, #eee 20%, #ccc 45%, #ccc 55%, #ddd); | |
height: 100%; | |
width: 100%; | |
-webkit-user-modify: read-only !important; | |
box-sizing: border-box; | |
} | |
meter::-webkit-meter-optimum-value { | |
background: linear-gradient(to bottom, #ad7, #cea 20%, #7a3 45%, #7a3 55%, #ad7); | |
height: 100%; | |
-webkit-user-modify: read-only !important; | |
box-sizing: border-box; | |
} | |
meter::-webkit-meter-suboptimum-value { | |
background: linear-gradient(to bottom, #fe7, #ffc 20%, #db3 45%, #db3 55%, #fe7); | |
height: 100%; | |
-webkit-user-modify: read-only !important; | |
box-sizing: border-box; | |
} | |
meter::-webkit-meter-even-less-good-value { | |
background: linear-gradient(to bottom, #f77, #fcc 20%, #d44 45%, #d44 55%, #f77); | |
height: 100%; | |
-webkit-user-modify: read-only !important; | |
box-sizing: border-box; | |
} | |
/* progress */ | |
progress { | |
appearance: auto; | |
box-sizing: border-box; | |
display: inline-block; | |
height: 1em; | |
width: 10em; | |
vertical-align: -0.2em; | |
} | |
progress::-webkit-progress-inner-element { | |
box-sizing: inherit; | |
-webkit-user-modify: read-only; | |
height: 100%; | |
width: 100%; | |
} | |
progress::-webkit-progress-bar { | |
background-color: gray; | |
height: 100%; | |
width: 100%; | |
-webkit-user-modify: read-only !important; | |
box-sizing: border-box; | |
} | |
progress::-webkit-progress-value { | |
background-color: green; | |
height: 100%; | |
width: 50%; /* should be removed later */ | |
-webkit-user-modify: read-only !important; | |
box-sizing: border-box; | |
} | |
/* inline elements */ | |
u, ins { | |
text-decoration: underline | |
} | |
abbr[title], acronym[title] { | |
text-decoration: dotted underline; | |
} | |
strong, b { | |
font-weight: bold | |
} | |
i, cite, em, var, address, dfn { | |
font-style: italic | |
} | |
tt, code, kbd, samp { | |
font-family: monospace | |
} | |
pre, xmp, plaintext, listing { | |
display: block; | |
font-family: monospace; | |
white-space: pre; | |
margin: 1__qem 0 | |
} | |
mark { | |
background-color: yellow; | |
color: black | |
} | |
big { | |
font-size: larger | |
} | |
small { | |
font-size: smaller | |
} | |
s, strike, del { | |
text-decoration: line-through | |
} | |
sub { | |
vertical-align: sub; | |
font-size: smaller | |
} | |
sup { | |
vertical-align: super; | |
font-size: smaller | |
} | |
nobr { | |
white-space: nowrap | |
} | |
/* states */ | |
:-internal-spatial-navigation-interest { | |
outline: auto 1px -webkit-focus-ring-color !important; | |
box-shadow: none !important | |
} | |
:focus { | |
outline: auto 1px -webkit-focus-ring-color | |
} | |
html:focus, body:focus { | |
outline: none | |
} | |
embed:focus, iframe:focus, object:focus { | |
outline: none | |
} | |
input:focus, textarea:focus, select:focus { | |
outline-offset: -2px | |
} | |
input[type="button" i]:focus, | |
input[type="checkbox" i]:focus, | |
input[type="file" i]:focus, | |
input[type="hidden" i]:focus, | |
input[type="image" i]:focus, | |
input[type="radio" i]:focus, | |
input[type="reset" i]:focus, | |
input[type="submit" i]:focus, | |
input[type="file" i]:focus::-webkit-file-upload-button { | |
outline-offset: 0 | |
} | |
a:-webkit-any-link { | |
color: -webkit-link; | |
text-decoration: underline; | |
cursor: pointer; | |
} | |
a:-webkit-any-link:active { | |
color: -webkit-activelink | |
} | |
a:-webkit-any-link:read-write { | |
cursor: text; | |
} | |
/* HTML5 ruby elements */ | |
ruby, rt { | |
text-indent: 0; /* blocks used for ruby rendering should not trigger this */ | |
} | |
rt { | |
line-height: normal; | |
-webkit-text-emphasis: none; | |
} | |
ruby > rt { | |
display: block; | |
font-size: 50%; | |
text-align: start; | |
} | |
rp { | |
display: none; | |
} | |
/* other elements */ | |
noframes { | |
display: none | |
} | |
frameset, frame { | |
display: block | |
} | |
frameset { | |
border-color: inherit | |
} | |
iframe { | |
border: 2px inset | |
} | |
details { | |
display: block | |
} | |
summary { | |
display: block | |
} | |
summary::-webkit-details-marker { | |
display: inline-block; | |
width: 0.66em; | |
height: 0.66em; | |
margin-inline-end: 0.4em; | |
} | |
template { | |
display: none | |
} | |
bdi, output { | |
unicode-bidi: -webkit-isolate; | |
} | |
bdo { | |
unicode-bidi: bidi-override; | |
} | |
textarea[dir=auto i] { | |
unicode-bidi: -webkit-plaintext; | |
} | |
dialog:not([open]) { | |
display: none | |
} | |
dialog { | |
display: block; | |
position: absolute; | |
left: 0; | |
right: 0; | |
width: fit-content; | |
height: fit-content; | |
margin: auto; | |
border: solid; | |
padding: 1em; | |
background: -internal-light-dark(white, black); | |
color: -internal-light-dark(black, white); | |
} | |
dialog:-internal-modal { | |
position: fixed; | |
overflow: auto; | |
top: 0; | |
bottom: 0; | |
/* 6px + 2em = border + padding, as by default box-sizing is content-box. */ | |
max-width: calc(100% - 6px - 2em); | |
max-height: calc(100% - 6px - 2em); | |
} | |
/* TODO(foolip): In the Fullscreen spec, there's a ::backdrop block with the | |
properties shared with :fullscreen::backdrop (see fullscreen.css). */ | |
dialog::backdrop { | |
position: fixed; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: rgba(0,0,0,0.1) | |
} | |
slot { | |
display: contents; | |
} | |
/* page */ | |
@page { | |
/* FIXME: Define the right default values for page properties. */ | |
size: auto; | |
margin: auto; | |
padding: 0px; | |
border-width: 0px; | |
} | |
/* Allows thead sections to print at the top of each page. */ | |
@media print { | |
thead { break-inside:avoid; } | |
tfoot { break-inside:avoid; } | |
} | |
/* noscript is handled internally, as it depends on settings. */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment