@agreejs/agree
Version:
Agree framework
991 lines (989 loc) • 24.9 kB
CSS
/*
* Default Styles for Chrome(blink):
* https://chromium.googlesource.com/chromium/blink/+/master/Source/core/css/html.css
* The default style sheet used to render HTML.
*
* Copyright (C) 2000 Lars Knoll (knoll@kde.org)
* 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.
*
*/
.agree_html .html {
display: block;
}
.agree_html .head {
display: none;
}
.agree_html .meta {
display: none;
}
.agree_html .title {
display: none;
}
.agree_html .link {
display: none;
}
.agree_html .style {
display: none;
}
.agree_html .script {
display: none;
}
.agree_html .body {
display: block;
margin: 8px;
}
.agree_html .body:-webkit-full-page-media {
background-color: #000000;
}
.agree_html .p {
display: block;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1__qem;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
.agree_html .div {
display: block;
}
.agree_html .layer {
display: block;
}
.agree_html .article,
.agree_html .aside,
.agree_html .footer,
.agree_html .header,
.agree_html .hgroup,
.agree_html .main,
.agree_html .nav,
.agree_html .section {
display: block;
}
.agree_html .marquee {
display: inline-block;
}
.agree_html .address {
display: block;
}
.agree_html .blockquote {
display: block;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
.agree_html .figcaption {
display: block;
}
.agree_html .figure {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
.agree_html .q {
display: inline;
}
.agree_html .q:before {
content: open-quote;
}
.agree_html .q:after {
content: close-quote;
}
.agree_html .center {
display: block;
/* special centering to be able to emulate the html4/netscape behaviour */
text-align: -webkit-center;
}
.agree_html .hr {
display: block;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-style: inset;
border-width: 1px;
}
.agree_html .map {
display: inline;
}
.agree_html .video {
object-fit: contain;
}
.agree_html .h1 {
display: block;
font-size: 2em;
-webkit-margin-before: 0.67__qem;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-weight: bold;
}
.agree_html :-webkit-any(.article) .h1 {
font-size: 1.5em;
-webkit-margin-before: 0.83__qem;
-webkit-margin-after: 0.83em;
}
.agree_html :-webkit-any(.article) :-webkit-any(.article) .h1 {
font-size: 1.17em;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
}
.agree_html :-webkit-any(.article) :-webkit-any(.article) :-webkit-any(.article) .h1 {
font-size: 1em;
-webkit-margin-before: 1.33__qem;
-webkit-margin-after: 1.33em;
}
.agree_html :-webkit-any(.article) :-webkit-any(.article) :-webkit-any(.article) :-webkit-any(.article) .h1 {
font-size: 0.83em;
-webkit-margin-before: 1.67__qem;
-webkit-margin-after: 1.67em;
}
.agree_html :-webkit-any(.article) :-webkit-any(.article) :-webkit-any(.article) :-webkit-any(.article) :-webkit-any(.article) .h1 {
font-size: 0.67em;
-webkit-margin-before: 2.33__qem;
-webkit-margin-after: 2.33em;
}
.agree_html .h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83__qem;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-weight: bold;
}
.agree_html .h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-weight: bold;
}
.agree_html .h4 {
display: block;
-webkit-margin-before: 1.33__qem;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-weight: bold;
}
.agree_html .h5 {
display: block;
font-size: 0.83em;
-webkit-margin-before: 1.67__qem;
-webkit-margin-after: 1.67em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-weight: bold;
}
.agree_html .h6 {
display: block;
font-size: 0.67em;
-webkit-margin-before: 2.33__qem;
-webkit-margin-after: 2.33em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
font-weight: bold;
}
.agree_html .table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
.agree_html .thead {
display: table-header-group;
vertical-align: middle;
border-color: inherit;
}
.agree_html .tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.agree_html .tfoot {
display: table-footer-group;
vertical-align: middle;
border-color: inherit;
}
.agree_html .table > .tr {
vertical-align: middle;
}
.agree_html .col {
display: table-column;
}
.agree_html .colgroup {
display: table-column-group;
}
.agree_html .tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
.agree_html .td,
.agree_html .th {
display: table-cell;
vertical-align: inherit;
}
.agree_html .th {
font-weight: bold;
}
.agree_html .caption {
display: table-caption;
text-align: -webkit-center;
}
.agree_html .ul,
.agree_html .menu,
.agree_html .dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 40px;
}
.agree_html .ol {
display: block;
list-style-type: decimal;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 40px;
}
.agree_html .li {
display: list-item;
text-align: -webkit-match-parent;
}
.agree_html .ul .ul,
.agree_html .ol .ul {
list-style-type: circle;
}
.agree_html .ol .ol .ul,
.agree_html .ol .ul .ul,
.agree_html .ul .ol .ul,
.agree_html .ul .ul .ul {
list-style-type: square;
}
.agree_html .dd {
display: block;
-webkit-margin-start: 40px;
}
.agree_html .dl {
display: block;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1em;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
.agree_html .dt {
display: block;
}
.agree_html .ol .ul,
.agree_html .ul .ol,
.agree_html .ul .ul,
.agree_html .ol .ol {
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
.agree_html .form {
display: block;
margin-top: 0__qem;
}
.agree_html .label {
cursor: default;
}
.agree_html .legend {
display: block;
-webkit-padding-start: 2px;
-webkit-padding-end: 2px;
border: none;
}
.agree_html .fieldset {
display: block;
-webkit-margin-start: 2px;
-webkit-margin-end: 2px;
-webkit-padding-before: 0.35em;
-webkit-padding-start: 0.75em;
-webkit-padding-end: 0.75em;
-webkit-padding-after: 0.625em;
border: 2px groove ThreeDFace;
min-width: -webkit-min-content;
}
.agree_html .button {
-webkit-appearance: button;
}
.agree_html .input,
.agree_html .textarea,
.agree_html .keygen,
.agree_html .select,
.agree_html .button,
.agree_html .meter,
.agree_html .progress {
-webkit-writing-mode: horizontal-tb ;
}
.agree_html .input,
.agree_html .textarea,
.agree_html .keygen,
.agree_html .select,
.agree_html .button {
margin: 0__qem;
font: -webkit-small-control;
text-rendering: auto;
/* FIXME: Remove when tabs work with optimizeLegibility. */
color: initial;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0;
text-shadow: none;
display: inline-block;
text-align: start;
}
.agree_html .input[type="hidden"] {
display: none;
}
.agree_html .input {
-webkit-appearance: textfield;
padding: 1px;
background-color: white;
border: 2px inset;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
}
.agree_html .input[type="search"] {
-webkit-appearance: searchfield;
box-sizing: border-box;
}
.agree_html .input::-webkit-textfield-decoration-container {
display: flex;
align-items: center;
-webkit-user-modify: read-only ;
content: none ;
}
.agree_html .input[type="search"]::-webkit-textfield-decoration-container {
direction: ltr;
}
.agree_html .input::-webkit-clear-button {
-webkit-appearance: searchfield-cancel-button;
display: inline-block;
flex: none;
-webkit-user-modify: read-only ;
-webkit-margin-start: 2px;
opacity: 0;
pointer-events: none;
}
.agree_html .input:enabled:read-write::-webkit-clear-button {
opacity: 1;
pointer-events: auto;
}
.agree_html .input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
display: block;
flex: none;
-webkit-user-modify: read-only ;
-webkit-margin-start: 1px;
opacity: 0;
pointer-events: none;
}
.agree_html .input[type="search"]:enabled:read-write::-webkit-search-cancel-button {
opacity: 1;
pointer-events: auto;
}
.agree_html .input[type="search"]::-webkit-search-decoration {
-webkit-appearance: searchfield-decoration;
display: block;
flex: none;
-webkit-user-modify: read-only ;
-webkit-align-self: flex-start;
margin: auto 0;
}
.agree_html .input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: searchfield-results-decoration;
display: block;
flex: none;
-webkit-user-modify: read-only ;
-webkit-align-self: flex-start;
margin: auto 0;
}
.agree_html .input::-webkit-inner-spin-button {
-webkit-appearance: inner-spin-button;
display: inline-block;
cursor: default;
flex: none;
align-self: stretch;
-webkit-user-select: none;
-webkit-user-modify: read-only ;
opacity: 0;
pointer-events: none;
}
.agree_html .input:enabled:read-write:-webkit-any(:focus)::-webkit-inner-spin-button {
opacity: 1;
pointer-events: auto;
}
.agree_html .keygen,
.agree_html .select {
border-radius: 5px;
}
.agree_html .keygen::-webkit-keygen-select {
margin: 0px;
}
.agree_html .textarea {
-webkit-appearance: textarea;
background-color: white;
border: 1px solid;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
flex-direction: column;
resize: auto;
cursor: auto;
padding: 2px;
white-space: pre-wrap;
word-wrap: break-word;
}
.agree_html ::-webkit-input-placeholder {
-webkit-text-security: none;
color: darkGray;
pointer-events: none ;
}
.agree_html .input::-webkit-input-placeholder {
white-space: pre;
word-wrap: normal;
overflow: hidden;
-webkit-user-modify: read-only ;
}
.agree_html .input[type="password"] {
-webkit-text-security: disc ;
}
.agree_html .input[type="hidden"],
.agree_html .input[type="image"],
.agree_html .input[type="file"] {
-webkit-appearance: initial;
padding: initial;
background-color: initial;
border: initial;
}
.agree_html .input[type="file"] {
align-items: baseline;
color: inherit;
text-align: start ;
}
.agree_html .input:-webkit-autofill,
.agree_html .textarea:-webkit-autofill,
.agree_html .select:-webkit-autofill {
background-color: #faffbd ;
background-image: none ;
color: #000000 ;
}
.agree_html .input[type="radio"],
.agree_html .input[type="checkbox"] {
margin: 3px 0.5ex;
padding: initial;
background-color: initial;
border: initial;
}
.agree_html .input[type="button"],
.agree_html .input[type="submit"],
.agree_html .input[type="reset"] {
-webkit-appearance: push-button;
-webkit-user-select: none;
white-space: pre;
}
.agree_html .input[type="file"]::-webkit-file-upload-button {
-webkit-appearance: push-button;
-webkit-user-modify: read-only ;
white-space: nowrap;
margin: 0;
font-size: inherit;
}
.agree_html .input[type="button"],
.agree_html .input[type="submit"],
.agree_html .input[type="reset"],
.agree_html .input[type="file"]::-webkit-file-upload-button,
.agree_html .button {
align-items: flex-start;
text-align: center;
cursor: default;
color: ButtonText;
padding: 2px 6px 3px 6px;
border: 2px outset ButtonFace;
background-color: ButtonFace;
box-sizing: border-box;
}
.agree_html .input[type="range"] {
-webkit-appearance: slider-horizontal;
padding: initial;
border: initial;
margin: 2px;
color: #909090;
}
.agree_html .input[type="range"]::-webkit-slider-container,
.agree_html .input[type="range"]::-webkit-media-slider-container {
flex: 1;
min-width: 0;
box-sizing: border-box;
-webkit-user-modify: read-only ;
display: flex;
}
.agree_html .input[type="range"]::-webkit-slider-runnable-track {
flex: 1;
min-width: 0;
-webkit-align-self: center;
box-sizing: border-box;
-webkit-user-modify: read-only ;
display: block;
}
.agree_html .input[type="range"]::-webkit-slider-thumb,
.agree_html .input[type="range"]::-webkit-media-slider-thumb {
-webkit-appearance: sliderthumb-horizontal;
box-sizing: border-box;
-webkit-user-modify: read-only ;
display: block;
}
.agree_html .input[type="button"]:disabled,
.agree_html .input[type="submit"]:disabled,
.agree_html .input[type="reset"]:disabled,
.agree_html .input[type="file"]:disabled::-webkit-file-upload-button,
.agree_html .button:disabled,
.agree_html .select:disabled,
.agree_html .keygen:disabled,
.agree_html .optgroup:disabled,
.agree_html .option:disabled,
.agree_html .select[disabled] > .option {
color: GrayText;
}
.agree_html .input[type="button"]:active,
.agree_html .input[type="submit"]:active,
.agree_html .input[type="reset"]:active,
.agree_html .input[type="file"]:active::-webkit-file-upload-button,
.agree_html .button:active {
border-style: inset;
}
.agree_html .input[type="button"]:active:disabled,
.agree_html .input[type="submit"]:active:disabled,
.agree_html .input[type="reset"]:active:disabled,
.agree_html .input[type="file"]:active:disabled::-webkit-file-upload-button,
.agree_html .button:active:disabled {
border-style: outset;
}
.agree_html .option:-internal-spatial-navigation-focus {
outline: black dashed 1px;
outline-offset: -1px;
}
.agree_html .datalist {
display: none;
}
.agree_html .area {
display: inline;
cursor: pointer;
}
.agree_html .param {
display: none;
}
.agree_html .input[type="checkbox"] {
-webkit-appearance: checkbox;
box-sizing: border-box;
}
.agree_html .input[type="radio"] {
-webkit-appearance: radio;
box-sizing: border-box;
}
.agree_html .input[type="color"] {
-webkit-appearance: square-button;
width: 44px;
height: 23px;
background-color: ButtonFace;
/* Same as native_theme_base. */
border: 1px #a9a9a9 solid;
padding: 1px 2px;
}
.agree_html .input[type="color"]::-webkit-color-swatch-wrapper {
display: flex;
padding: 4px 2px;
box-sizing: border-box;
-webkit-user-modify: read-only ;
width: 100%;
height: 100%;
}
.agree_html .input[type="color"]::-webkit-color-swatch {
background-color: #000000;
border: 1px solid #777777;
flex: 1;
min-width: 0;
-webkit-user-modify: read-only ;
}
.agree_html .input[type="color"][list] {
-webkit-appearance: menulist;
width: 88px;
height: 23px;
}
.agree_html .input[type="color"][list]::-webkit-color-swatch-wrapper {
padding-left: 8px;
padding-right: 24px;
}
.agree_html .input[type="color"][list]::-webkit-color-swatch {
border-color: #000000;
}
.agree_html .input::-webkit-calendar-picker-indicator {
display: inline-block;
width: 0.66em;
height: 0.66em;
padding: 0.17em 0.34em;
-webkit-user-modify: read-only ;
opacity: 0;
pointer-events: none;
}
.agree_html .input::-webkit-calendar-picker-indicator:hover {
background-color: #eee;
}
.agree_html .input:enabled:read-write:-webkit-any(:focus)::-webkit-calendar-picker-indicator,
.agree_html .input::-webkit-calendar-picker-indicator:focus {
opacity: 1;
pointer-events: auto;
}
.agree_html .input[type="date"]:disabled::-webkit-clear-button,
.agree_html .input[type="date"]:disabled::-webkit-inner-spin-button,
.agree_html .input[type="datetime-local"]:disabled::-webkit-clear-button,
.agree_html .input[type="datetime-local"]:disabled::-webkit-inner-spin-button,
.agree_html .input[type="month"]:disabled::-webkit-clear-button,
.agree_html .input[type="month"]:disabled::-webkit-inner-spin-button,
.agree_html .input[type="week"]:disabled::-webkit-clear-button,
.agree_html .input[type="week"]:disabled::-webkit-inner-spin-button,
.agree_html .input:disabled::-webkit-calendar-picker-indicator,
.agree_html .input[type="date"][readonly]::-webkit-clear-button,
.agree_html .input[type="date"][readonly]::-webkit-inner-spin-button,
.agree_html .input[type="datetime-local"][readonly]::-webkit-clear-button,
.agree_html .input[type="datetime-local"][readonly]::-webkit-inner-spin-button,
.agree_html .input[type="month"][readonly]::-webkit-clear-button,
.agree_html .input[type="month"][readonly]::-webkit-inner-spin-button,
.agree_html .input[type="week"][readonly]::-webkit-clear-button,
.agree_html .input[type="week"][readonly]::-webkit-inner-spin-button,
.agree_html .input[readonly]::-webkit-calendar-picker-indicator {
visibility: hidden;
}
.agree_html .select {
-webkit-appearance: menulist;
box-sizing: border-box;
align-items: center;
border: 1px solid;
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
background-color: white;
cursor: default;
}
.agree_html .select:not(:-internal-list-box) {
overflow: visible ;
}
.agree_html .select:-internal-list-box {
-webkit-appearance: listbox;
align-items: flex-start;
border: 1px inset gray;
border-radius: initial;
overflow-x: hidden;
overflow-y: scroll;
vertical-align: text-bottom;
-webkit-user-select: none;
white-space: nowrap;
}
.agree_html .optgroup {
font-weight: bolder;
display: block;
}
.agree_html .option {
font-weight: normal;
display: block;
padding: 0 2px 1px 2px;
white-space: pre;
min-height: 1.2em;
}
.agree_html .select:-internal-list-box .optgroup .option:before {
content: "\00a0\00a0\00a0\00a0";
}
.agree_html .select:-internal-list-box .option,
.agree_html .select:-internal-list-box .optgroup {
line-height: initial ;
}
.agree_html .select:-internal-list-box:focus .option:checked {
background-color: -internal-active-list-box-selection ;
color: -internal-active-list-box-selection-text ;
}
.agree_html .select:-internal-list-box .option:checked {
background-color: -internal-inactive-list-box-selection ;
color: -internal-inactive-list-box-selection-text ;
}
.agree_html .select:-internal-list-box:disabled .option:checked,
.agree_html .select:-internal-list-box .option:checked:disabled {
color: gray ;
}
.agree_html .select:-internal-list-box .hr {
border-style: none;
}
.agree_html .output {
display: inline;
}
.agree_html .meter {
-webkit-appearance: meter;
box-sizing: border-box;
display: inline-block;
height: 1em;
width: 5em;
vertical-align: -0.2em;
}
.agree_html .meter::-webkit-meter-inner-element {
-webkit-appearance: inherit;
box-sizing: inherit;
-webkit-user-modify: read-only ;
height: 100%;
width: 100%;
}
.agree_html .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 ;
box-sizing: border-box;
}
.agree_html .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 ;
box-sizing: border-box;
}
.agree_html .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 ;
box-sizing: border-box;
}
.agree_html .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 ;
box-sizing: border-box;
}
.agree_html .progress {
-webkit-appearance: progress-bar;
box-sizing: border-box;
display: inline-block;
height: 1em;
width: 10em;
vertical-align: -0.2em;
}
.agree_html .progress::-webkit-progress-inner-element {
-webkit-appearance: inherit;
box-sizing: inherit;
-webkit-user-modify: read-only;
height: 100%;
width: 100%;
}
.agree_html .progress::-webkit-progress-bar {
background-color: gray;
height: 100%;
width: 100%;
-webkit-user-modify: read-only ;
box-sizing: border-box;
}
.agree_html .progress::-webkit-progress-value {
background-color: green;
height: 100%;
width: 50%;
/* should be removed later */
-webkit-user-modify: read-only ;
box-sizing: border-box;
}
.agree_html .u,
.agree_html .ins {
text-decoration: underline;
}
.agree_html .strong,
.agree_html .b {
font-weight: bold;
}
.agree_html .i,
.agree_html .cite,
.agree_html .em,
.agree_html .var,
.agree_html .address,
.agree_html .dfn {
font-style: italic;
}
.agree_html .tt,
.agree_html .code,
.agree_html .kbd,
.agree_html .samp {
font-family: monospace;
}
.agree_html .pre,
.agree_html .xmp,
.agree_html .plaintext,
.agree_html .listing {
display: block;
font-family: monospace;
white-space: pre;
margin: 1__qem 0;
}
.agree_html .mark {
background-color: yellow;
color: black;
}
.agree_html .big {
font-size: larger;
}
.agree_html .small {
font-size: smaller;
}
.agree_html .s,
.agree_html .strike,
.agree_html .del {
text-decoration: line-through;
}
.agree_html .sub {
vertical-align: sub;
font-size: smaller;
}
.agree_html .sup {
vertical-align: super;
font-size: smaller;
}
.agree_html .nobr {
white-space: nowrap;
}
.agree_html :focus {
outline: auto 5px -webkit-focus-ring-color;
}
.agree_html .html:focus,
.agree_html .body:focus,
.agree_html .input[readonly]:focus {
outline: none;
}
.agree_html .embed:focus,
.agree_html .iframe:focus,
.agree_html .object:focus {
outline: none;
}
.agree_html .input:focus,
.agree_html .textarea:focus,
.agree_html .keygen:focus,
.agree_html .select:focus {
outline-offset: -2px;
}
.agree_html .input[type="button"]:focus,
.agree_html .input[type="checkbox"]:focus,
.agree_html .input[type="file"]:focus,
.agree_html .input[type="hidden"]:focus,
.agree_html .input[type="image"]:focus,
.agree_html .input[type="radio"]:focus,
.agree_html .input[type="reset"]:focus,
.agree_html .input[type="search"]:focus,
.agree_html .input[type="submit"]:focus,
.agree_html .input[type="file"]:focus::-webkit-file-upload-button {
outline-offset: 0;
}
.agree_html .a:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}
.agree_html .a:-webkit-any-link:active {
color: -webkit-activelink;
}
.agree_html .ruby,
.agree_html .rt {
text-indent: 0;
/* blocks used for ruby rendering should not trigger this */
}
.agree_html .rt {
line-height: normal;
-webkit-text-emphasis: none;
}
.agree_html .ruby > .rt {
display: block;
font-size: 50%;
text-align: start;
}
.agree_html .ruby > .rp {
display: none;
}
.agree_html .noframes {
display: none;
}
.agree_html .frameset,
.agree_html .frame {
display: block;
}
.agree_html .frameset {
border-color: inherit;
}
.agree_html .iframe {
border: 2px inset;
}
.agree_html .details {
display: block;
}
.agree_html .summary {
display: block;
}
.agree_html .summary::-webkit-details-marker {
display: inline-block;
width: 0.66em;
height: 0.66em;
-webkit-margin-end: 0.4em;
}
.agree_html .template {
display: none;
}
.agree_html .bdi,
.agree_html .output {
unicode-bidi: -webkit-isolate;
}
.agree_html .bdo {
unicode-bidi: bidi-override;
}
.agree_html .textarea[dir="auto"] {
unicode-bidi: -webkit-plaintext;
}
.agree_html .dialog:not([open]) {
display: none;
}
.agree_html .dialog {
position: absolute;
left: 0;
right: 0;
width: -webkit-fit-content;
height: -webkit-fit-content;
margin: auto;
border: solid;
padding: 1em;
background: white;
color: black;
}
.agree_html .dialog::backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.1);
}