Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // https://www.w3schools.com/cssref/css_default_values.asp
- // https://www.w3.org/TR/html5/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints
- [hidden]
- {
- display: none;
- }
- :focus
- {
- outline: auto;
- }
- :link
- {
- color: #0000EE;//Internal value
- text-decoration: underline;
- }
- :visited
- {
- color: #551A8B;//Internal value
- text-decoration: underline;
- }
- a:link, a:visited
- {
- cursor: pointer;
- }
- abbr
- {
- }
- address
- {
- display: block;
- font-style: italic;
- }
- area
- {
- display: none;
- }
- article
- {
- display: block;
- }
- aside
- {
- display: block;
- }
- audio
- {
- }
- b
- {
- font-weight: bold;
- }
- base
- {
- }
- bdi
- {
- }
- bdo
- {
- unicode-bidi: bidi-override;
- }
- blockquote
- {
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 40px;
- margin-right: 40px;
- }
- body
- {
- display: block;
- margin: 8px;
- }
- body:focus
- {
- outline: none;
- }
- br
- {
- }
- button
- {
- text-indent: initial;
- }
- canvas
- {
- }
- caption
- {
- display: table-caption;
- text-align: center;
- }
- cite
- {
- font-style: italic;
- }
- code
- {
- font-family: monospace
- }
- col
- {
- display: table-column;
- }
- colgroup
- {
- display: table-column-group;
- }
- datalist
- {
- display: none;
- }
- dd
- {
- display: block;
- margin-left: 40px;
- }
- del
- {
- text-decoration: line-through;
- }
- details
- {
- display: block;
- }
- dfn
- {
- font-style: italic;
- }
- dialog
- {
- }
- div
- {
- display: block;
- }
- dl
- {
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 0;
- margin-right: 0;
- }
- dt
- {
- display: block;
- }
- em
- {
- font-style: italic;
- }
- embed:focus
- {
- outline: none;
- }
- fieldset
- {
- display: block;
- margin-left: 2px;
- margin-right: 2px;
- padding-top: 0.35em;
- padding-bottom: 0.625em;
- padding-left: 0.75em;
- padding-left: 0.75em;
- border: 2px groove threedface;// "threedface" (border-color) is internal valaue
- }
- figcaption
- {
- display: block;
- }
- figure
- {
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 40px;
- margin-right: 40px;
- }
- footer
- {
- display: block;
- }
- form
- {
- display: block;
- margin-top: 0em;
- }
- h1
- {
- display: block;
- font-size: 2em;
- margin-top: 0.67em;
- margin-bottom: 0.67em;
- margin-left: 0;
- margin-right: 0;
- font-weight: bold;
- }
- h2
- {
- display: block;
- font-size: 1.5em;
- margin-top: 0.83em;
- margin-bottom: 0.83em;
- margin-left: 0;
- margin-right: 0;
- font-weight: bold;
- }
- h3
- {
- display: block;
- font-size: 1.17em;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 0;
- margin-right: 0;
- font-weight: bold;
- }
- h4
- {
- display: block;
- margin-top: 1.33em;
- margin-bottom: 1.33em;
- margin-left: 0;
- margin-right: 0;
- font-weight: bold;
- }
- h5
- {
- display: block;
- font-size: 0.83em;
- margin-top: 1.67em;
- margin-bottom: 1.67em;
- margin-left: 0;
- margin-right: 0;
- font-weight: bold;
- }
- h6
- {
- display: block;
- font-size: 0.67em;
- margin-top: 2.33em;
- margin-bottom: 2.33em;
- margin-left: 0;
- margin-right: 0;
- font-weight: bold;
- }
- head
- {
- display: none;
- }
- header
- {
- display: block;
- }
- hr
- {
- display: block;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- margin-left: auto;
- margin-right: auto;
- border-style: inset;
- border-width: 1px;
- }
- hr[align=left]
- {
- margin-left: 0;
- margin-right: auto;
- }
- hr[align=right]
- {
- margin-left: auto;
- margin-right: 0;
- }
- hr[align=center]
- {
- margin-left: auto;
- margin-right: auto;
- }
- html
- {
- display: block;
- // Added this value for default color (not defined)
- color: black;
- }
- html:focus
- {
- outline: none;
- }
- i
- {
- font-style: italic;
- }
- iframe:focus
- {
- outline: none;
- }
- iframe[seamless]
- {
- display: block;
- }
- img
- {
- display: inline-block;
- }
- input
- {
- text-indent: initial;
- }
- ins
- {
- text-decoration: underline;
- }
- kbd
- {
- font-family: monospace;
- }
- keygen
- {
- text-indent: initial;
- }
- label
- {
- cursor: default;
- }
- legend
- {
- display: block;
- padding-left: 2px;
- padding-right: 2px;
- border: none;
- }
- li
- {
- display: list-item;
- }
- link
- {
- display: none;
- }
- main
- {
- }
- map
- {
- display: inline;
- }
- mark
- {
- background-color: yellow;
- color: black;
- }
- menu
- {
- display: block;
- list-style-type: disc;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 0;
- margin-right: 0;
- padding-left: 40px;
- }
- menuitem
- {
- }
- meta
- {
- }
- meter
- {
- }
- nav
- {
- display: block;
- }
- noscript
- {
- }
- object:focus
- {
- outline: none;
- }
- ol
- {
- display: block;
- list-style-type: decimal;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 0;
- margin-right: 0;
- padding-left: 40px;
- }
- optgroup
- {
- text-indent: initial;
- }
- option
- {
- text-indent: initial;
- }
- output
- {
- display: inline;
- }
- p
- {
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 0;
- margin-right: 0;
- }
- param
- {
- display: none;
- }
- pre
- {
- display: block;
- font-family: monospace;
- white-space: pre;
- margin: 1em 0;
- }
- pre[wrap]
- {
- white-space: pre-wrap;
- }
- progress
- {
- }
- q
- {
- display: inline;
- }
- q::before
- {
- content: open-quote;
- }
- q::after
- {
- content: close-quote;
- }
- rp
- {
- }
- rt
- {
- line-height: normal;
- }
- ruby
- {
- }
- s
- {
- text-decoration: line-through;
- }
- samp
- {
- font-family: monospace;
- }
- script
- {
- display: none;
- }
- section
- {
- display: block;
- }
- select
- {
- text-indent: initial;
- }
- small
- {
- font-size: smaller;
- }
- source
- {
- }
- span
- {
- }
- strong
- {
- font-weight: bold;
- }
- style
- {
- display: none;
- }
- sub
- {
- vertical-align: sub;
- font-size: smaller;
- }
- summary
- {
- display: block;
- }
- sup
- {
- vertical-align: super;
- font-size: smaller;
- }
- table
- {
- display: table;
- border-collapse: separate;
- border-spacing: 2px;
- border-color: gray;
- }
- tbody
- {
- display: table-row-group;
- vertical-align: middle;
- border-color: inherit;
- }
- td
- {
- display: table-cell;
- vertical-align: inherit;
- }
- textarea
- {
- white-space: nowrap;
- text-indent: initial;
- }
- tfoot
- {
- display: table-footer-group;
- vertical-align: middle;
- border-color: inherit;
- }
- th
- {
- display: table-cell;
- vertical-align: inherit;
- font-weight: bold;
- text-align: center;
- }
- thead
- {
- display: table-header-group;
- vertical-align: middle;
- border-color: inherit;
- }
- time
- {
- }
- title
- {
- display: none;
- }
- tr
- {
- display: table-row;
- vertical-align: inherit;
- border-color: inherit;
- }
- track
- {
- }
- u
- {
- text-decoration: underline;
- }
- ul
- {
- display: block;
- list-style-type: disc;
- margin-top: 1em;
- margin-bottom: 1em;
- margin-left: 0;
- margin-right: 0;
- padding-left: 40px;
- }
- var
- {
- font-style: italic;
- }
- video
- {
- }
- wbr
- {
- }
- :root { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(af), :not(:lang(af)) > :lang(af) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(agq), :not(:lang(agq)) > :lang(agq) { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
- :root:lang(ak), :not(:lang(ak)) > :lang(ak) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(am), :not(:lang(am)) > :lang(am) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(ar), :not(:lang(ar)) > :lang(ar) { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
- :root:lang(asa), :not(:lang(asa)) > :lang(asa) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(az-Cyrl), :not(:lang(az-Cyrl)) > :lang(az-Cyrl) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(bas), :not(:lang(bas)) > :lang(bas) { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
- :root:lang(bem), :not(:lang(bem)) > :lang(bem) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(bez), :not(:lang(bez)) > :lang(bez) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(bg), :not(:lang(bg)) > :lang(bg) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(bm), :not(:lang(bm)) > :lang(bm) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(bn), :not(:lang(bn)) > :lang(bn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(br), :not(:lang(br)) > :lang(br) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(brx), :not(:lang(brx)) > :lang(brx) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(bs-Cyrl), :not(:lang(bs-Cyrl)) > :lang(bs-Cyrl) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(ca), :not(:lang(ca)) > :lang(ca) { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
- :root:lang(cgg), :not(:lang(cgg)) > :lang(cgg) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(chr), :not(:lang(chr)) > :lang(chr) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(cs), :not(:lang(cs)) > :lang(cs) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(da), :not(:lang(da)) > :lang(da) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(dav), :not(:lang(dav)) > :lang(dav) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(de), :not(:lang(de)) > :lang(de) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(de-CH), :not(:lang(de-CH)) > :lang(de-CH) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(dje), :not(:lang(dje)) > :lang(dje) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(dua), :not(:lang(dua)) > :lang(dua) { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
- :root:lang(dyo), :not(:lang(dyo)) > :lang(dyo) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(dz), :not(:lang(dz)) > :lang(dz) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ebu), :not(:lang(ebu)) > :lang(ebu) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ee), :not(:lang(ee)) > :lang(ee) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(el), :not(:lang(el)) > :lang(el) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(en), :not(:lang(en)) > :lang(en) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(es), :not(:lang(es)) > :lang(es) { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
- :root:lang(et), :not(:lang(et)) > :lang(et) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(eu), :not(:lang(eu)) > :lang(eu) { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
- :root:lang(ewo), :not(:lang(ewo)) > :lang(ewo) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(fa), :not(:lang(fa)) > :lang(fa) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(ff), :not(:lang(ff)) > :lang(ff) { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
- :root:lang(fi), :not(:lang(fi)) > :lang(fi) { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
- :root:lang(fr), :not(:lang(fr)) > :lang(fr) { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
- :root:lang(fr-CA), :not(:lang(fr-CA)) > :lang(fr-CA) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(fr-CH), :not(:lang(fr-CH)) > :lang(fr-CH) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(gsw), :not(:lang(gsw)) > :lang(gsw) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(gu), :not(:lang(gu)) > :lang(gu) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(guz), :not(:lang(guz)) > :lang(guz) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ha), :not(:lang(ha)) > :lang(ha) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(he), :not(:lang(he)) > :lang(he) { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
- :root:lang(hi), :not(:lang(hi)) > :lang(hi) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(hr), :not(:lang(hr)) > :lang(hr) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(hu), :not(:lang(hu)) > :lang(hu) { quotes: '\201e' '\201d' '\00bb' '\00ab' } /* „ ” » « */
- :root:lang(id), :not(:lang(id)) > :lang(id) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ig), :not(:lang(ig)) > :lang(ig) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(it), :not(:lang(it)) > :lang(it) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(ja), :not(:lang(ja)) > :lang(ja) { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
- :root:lang(jgo), :not(:lang(jgo)) > :lang(jgo) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(jmc), :not(:lang(jmc)) > :lang(jmc) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(kab), :not(:lang(kab)) > :lang(kab) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(kam), :not(:lang(kam)) > :lang(kam) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(kde), :not(:lang(kde)) > :lang(kde) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(kea), :not(:lang(kea)) > :lang(kea) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(khq), :not(:lang(khq)) > :lang(khq) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ki), :not(:lang(ki)) > :lang(ki) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(kkj), :not(:lang(kkj)) > :lang(kkj) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
- :root:lang(kln), :not(:lang(kln)) > :lang(kln) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(km), :not(:lang(km)) > :lang(km) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(kn), :not(:lang(kn)) > :lang(kn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ko), :not(:lang(ko)) > :lang(ko) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ksb), :not(:lang(ksb)) > :lang(ksb) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ksf), :not(:lang(ksf)) > :lang(ksf) { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
- :root:lang(lag), :not(:lang(lag)) > :lang(lag) { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
- :root:lang(lg), :not(:lang(lg)) > :lang(lg) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ln), :not(:lang(ln)) > :lang(ln) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(lo), :not(:lang(lo)) > :lang(lo) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(lt), :not(:lang(lt)) > :lang(lt) { quotes: '\201e' '\201c' '\201e' '\201c' } /* „ “ „ “ */
- :root:lang(lu), :not(:lang(lu)) > :lang(lu) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(luo), :not(:lang(luo)) > :lang(luo) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(luy), :not(:lang(luy)) > :lang(luy) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(lv), :not(:lang(lv)) > :lang(lv) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mas), :not(:lang(mas)) > :lang(mas) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mer), :not(:lang(mer)) > :lang(mer) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mfe), :not(:lang(mfe)) > :lang(mfe) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mg), :not(:lang(mg)) > :lang(mg) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(mgo), :not(:lang(mgo)) > :lang(mgo) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mk), :not(:lang(mk)) > :lang(mk) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(ml), :not(:lang(ml)) > :lang(ml) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mr), :not(:lang(mr)) > :lang(mr) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ms), :not(:lang(ms)) > :lang(ms) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(mua), :not(:lang(mua)) > :lang(mua) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(my), :not(:lang(my)) > :lang(my) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(naq), :not(:lang(naq)) > :lang(naq) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(nb), :not(:lang(nb)) > :lang(nb) { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
- :root:lang(nd), :not(:lang(nd)) > :lang(nd) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(nl), :not(:lang(nl)) > :lang(nl) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(nmg), :not(:lang(nmg)) > :lang(nmg) { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
- :root:lang(nn), :not(:lang(nn)) > :lang(nn) { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
- :root:lang(nnh), :not(:lang(nnh)) > :lang(nnh) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(nus), :not(:lang(nus)) > :lang(nus) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(nyn), :not(:lang(nyn)) > :lang(nyn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(pl), :not(:lang(pl)) > :lang(pl) { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
- :root:lang(pt), :not(:lang(pt)) > :lang(pt) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(pt-PT), :not(:lang(pt-PT)) > :lang(pt-PT) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(rn), :not(:lang(rn)) > :lang(rn) { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
- :root:lang(ro), :not(:lang(ro)) > :lang(ro) { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
- :root:lang(rof), :not(:lang(rof)) > :lang(rof) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ru), :not(:lang(ru)) > :lang(ru) { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
- :root:lang(rw), :not(:lang(rw)) > :lang(rw) { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
- :root:lang(rwk), :not(:lang(rwk)) > :lang(rwk) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(saq), :not(:lang(saq)) > :lang(saq) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(sbp), :not(:lang(sbp)) > :lang(sbp) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(seh), :not(:lang(seh)) > :lang(seh) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ses), :not(:lang(ses)) > :lang(ses) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(sg), :not(:lang(sg)) > :lang(sg) { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
- :root:lang(shi), :not(:lang(shi)) > :lang(shi) { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
- :root:lang(shi-Latn), :not(:lang(shi-Latn)) > :lang(shi-Latn) { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
- :root:lang(si), :not(:lang(si)) > :lang(si) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(sk), :not(:lang(sk)) > :lang(sk) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(sl), :not(:lang(sl)) > :lang(sl) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(sn), :not(:lang(sn)) > :lang(sn) { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
- :root:lang(so), :not(:lang(so)) > :lang(so) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(sq), :not(:lang(sq)) > :lang(sq) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(sr), :not(:lang(sr)) > :lang(sr) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(sr-Latn), :not(:lang(sr-Latn)) > :lang(sr-Latn) { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
- :root:lang(sv), :not(:lang(sv)) > :lang(sv) { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
- :root:lang(sw), :not(:lang(sw)) > :lang(sw) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(swc), :not(:lang(swc)) > :lang(swc) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ta), :not(:lang(ta)) > :lang(ta) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(te), :not(:lang(te)) > :lang(te) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(teo), :not(:lang(teo)) > :lang(teo) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(th), :not(:lang(th)) > :lang(th) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(ti-ER), :not(:lang(ti-ER)) > :lang(ti-ER) { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
- :root:lang(to), :not(:lang(to)) > :lang(to) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(tr), :not(:lang(tr)) > :lang(tr) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(twq), :not(:lang(twq)) > :lang(twq) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(tzm), :not(:lang(tzm)) > :lang(tzm) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(uk), :not(:lang(uk)) > :lang(uk) { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
- :root:lang(ur), :not(:lang(ur)) > :lang(ur) { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
- :root:lang(vai), :not(:lang(vai)) > :lang(vai) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(vai-Latn), :not(:lang(vai-Latn)) > :lang(vai-Latn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(vi), :not(:lang(vi)) > :lang(vi) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(vun), :not(:lang(vun)) > :lang(vun) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(xh), :not(:lang(xh)) > :lang(xh) { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
- :root:lang(xog), :not(:lang(xog)) > :lang(xog) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(yav), :not(:lang(yav)) > :lang(yav) { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
- :root:lang(yo), :not(:lang(yo)) > :lang(yo) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(zh), :not(:lang(zh)) > :lang(zh) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- :root:lang(zh-Hant), :not(:lang(zh-Hant)) > :lang(zh-Hant) { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
- :root:lang(zu), :not(:lang(zu)) > :lang(zu) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
- .default
- {
- align-content: stretch;
- align-items: stretch;
- align-self: auto;
- all: none;
- animation: none 0 ease 0 1 normal none running;
- animation-delay: 0s;
- animation-direction: normal;
- animation-duration: 0;
- animation-fill-mode: none;
- animation-iteration-count: 1;
- animation-name: none;
- animation-play-state: running;
- animation-timing-function: ease;
- backface-visibility: visible;
- //background:
- background-attachment: scroll;
- background-blend-mode: normal;
- background-clip: border-box;
- background-color: transparent;
- background-image: none;
- background-origin: padding-box;
- background-position: 0% 0%;
- background-repeat: repeat;
- background-size: auto;
- border: medium none color;
- //border-bottom: medium none <element_current_color>;
- //border-bottom-color: <element_current_color>;
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 0;
- border-bottom-style: none;
- border-bottom-width: medium;
- border-collapse: separate;
- //border-color: <element_current_color>;
- border-image: none 100% 1 0 stretch;
- border-image-outset: 0;
- border-image-repeat: stretch;
- border-image-slice: 100%;
- border-image-source: none;// url();
- border-image-width: 1;
- //border-left: medium none <element_current_color>;
- //border-left-color: <element_current_color>;
- border-left-style: none;
- border-left-width: medium;
- border-radius: 0;// 1/2/3/4 values
- //border-right: medium none <element_current_color>;
- //border-right-color: <element_current_color>;
- border-right-style: none;
- border-right-width: medium;
- border-spacing: 2px;
- border-style: none;// 1/2/3/4 values
- //border-top: medium none <element_current_color>;
- //border-top-color: <element_current_color>;
- border-top-left-radius: 0;
- border-top-right-radius: 0;
- border-top-style: none;
- border-top-width: medium;
- border-width: medium;
- bottom: auto;
- box-shadow: none;
- box-sizing: content-box;
- caption-side: top;
- clear: none;
- clip: auto;
- //color: <not_specified>;
- column-count: auto;
- column-fill: balance;
- column-gap: normal;
- column-rule: medium none <element_current_color>;// column-rule-width column-rule-style column-rule-color
- //column-rule-color: <element_current_color>;
- column-rule-style: none;
- column-rule-width: medium;
- column-span: none;
- column-width: auto;
- columns: auto auto;// column-width column-count
- content: normal;
- counter-increment: none;
- counter-reset: none;
- cursor: auto;
- direction: ltr;// left-to-right
- display: inline;
- empty-cells: show;
- filter: none;
- flex: 0 1 auto;// flex-grow flex-shrink flex-basis
- flex-basis: auto;
- flex-direction: row;
- flex-flow: row nowrap;// flex-direction flex-wrap
- flex-grow: 0;
- flex-shrink: 1;
- flex-wrap: nowrap;
- float: none;
- //font:
- //font-family: <depends_on_the_browser>;
- font-size: medium;
- font-size-adjust: none;
- font-stretch: normal;
- font-style: normal;
- font-variant: normal;
- font-weight: normal;
- hanging-punctuation: none;
- height: auto;
- justify-content: flex-start;
- left: auto;
- letter-spacing: normal;
- line-height: normal;
- list-style: disc outside none;// list-style-type list-style-position list-style-image
- list-style-image: none;
- list-style-position: outside;
- list-style-type: disc;
- margin: 0;// 1/2/3/4 values
- margin-bottom: 0;
- margin-left: 0;
- margin-right: 0;
- margin-top: 0;
- max-height: none;
- max-width: none;
- min-height: 0;
- min-width: 0;
- nav-down: auto;
- nav-index: auto;
- nav-left: auto;
- nav-right: auto;
- nav-up: auto;
- opacity: 1;// 0=transparent
- order: 0;
- outline: invert none medium;// outline-color outline-style outline-width
- outline-color: invert;
- outline-offset: 0;
- outline-style: none;
- outline-width: medium;
- overflow: visible;
- overflow-x: visible;
- overflow-y: visible;
- padding: 0;// 1/2/3/4 values
- padding-bottom: 0;
- padding-left: 0;
- padding-right: 0;
- padding-top: 0;
- page-break-after: auto;
- page-break-before: auto;
- page-break-inside: auto;
- perspective: none;
- perspective-origin: 50% 50%;
- position: static;
- //quotes: <not_specified>;
- resize: none;
- right: auto;
- tab-size: 8;
- table-layout: auto;
- text-align: left;// left if direction is ltr, and right if direction is rtl
- text-align-last: auto;
- text-decoration: none;
- //text-decoration-color: <element_current_color>;
- text-decoration-line: none;
- text-decoration-style: solid;
- text-indent: 0;
- text-justify: auto;
- text-overflow: clip;
- text-shadow: none;
- text-transform: none;
- top: auto;
- transform: none;
- transform-origin: 50% 50% 0;
- transform-style: flat;
- transition: all 0s ease 0s;// property duration timing-function delay
- transition-delay: 0s;
- transition-duration: 0s;
- transition-property: all;
- transition-timing-function: ease;
- unicode-bidi: normal;
- user-select: auto;
- vertical-align: baseline;
- visibility: visible;
- white-space: normal;
- width: auto;
- word-break: normal;
- word-spacing: normal;
- word-wrap: normal;
- z-index: auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement