Advertisement
AbitDeveloper

default.css

Jun 26th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 31.15 KB | None | 0 0
  1. // https://www.w3schools.com/cssref/css_default_values.asp
  2. // https://www.w3.org/TR/html5/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints
  3.  
  4. [hidden]
  5. {
  6.     display: none;
  7. }
  8. :focus
  9. {
  10.     outline: auto;
  11. }
  12. :link
  13. {
  14.     color: #0000EE;//Internal value
  15.     text-decoration: underline;
  16. }
  17. :visited
  18. {
  19.     color: #551A8B;//Internal value
  20.     text-decoration: underline;
  21. }
  22. a:link, a:visited
  23. {
  24.     cursor: pointer;
  25. }
  26. abbr
  27. {
  28. }
  29. address
  30. {
  31.     display: block;
  32.     font-style: italic;
  33. }
  34. area
  35. {
  36.     display: none;
  37. }
  38. article
  39. {
  40.     display: block;
  41. }
  42. aside
  43. {
  44.     display: block;
  45. }
  46. audio
  47. {
  48. }
  49. b
  50. {
  51.     font-weight: bold;
  52. }
  53. base
  54. {
  55. }
  56. bdi
  57. {
  58. }
  59. bdo
  60. {
  61.     unicode-bidi: bidi-override;
  62. }
  63. blockquote
  64. {
  65.     display: block;
  66.     margin-top: 1em;
  67.     margin-bottom: 1em;
  68.     margin-left: 40px;
  69.     margin-right: 40px;
  70. }
  71. body
  72. {
  73.     display: block;
  74.     margin: 8px;
  75. }
  76. body:focus
  77. {
  78.     outline: none;
  79. }
  80. br
  81. {
  82. }
  83. button
  84. {
  85.     text-indent: initial;
  86. }
  87. canvas
  88. {
  89. }
  90. caption
  91. {
  92.     display: table-caption;
  93.     text-align: center;
  94. }
  95. cite
  96. {
  97.     font-style: italic;
  98. }
  99. code
  100. {
  101.     font-family: monospace
  102. }
  103. col
  104. {
  105.     display: table-column;
  106. }
  107. colgroup
  108. {
  109.     display: table-column-group;
  110. }
  111. datalist
  112. {
  113.     display: none;
  114. }
  115. dd
  116. {
  117.     display: block;
  118.     margin-left: 40px;
  119. }
  120. del
  121. {
  122.     text-decoration: line-through;
  123. }
  124. details
  125. {
  126.     display: block;
  127. }
  128. dfn
  129. {
  130.     font-style: italic;
  131. }
  132. dialog
  133. {
  134. }
  135. div
  136. {
  137.     display: block;
  138. }
  139. dl
  140. {
  141.     display: block;
  142.     margin-top: 1em;
  143.     margin-bottom: 1em;
  144.     margin-left: 0;
  145.     margin-right: 0;
  146. }
  147. dt
  148. {
  149.     display: block;
  150. }
  151. em
  152. {
  153.     font-style: italic;
  154. }
  155. embed:focus
  156. {
  157.     outline: none;
  158. }
  159. fieldset
  160. {
  161.     display: block;
  162.     margin-left: 2px;
  163.     margin-right: 2px;
  164.     padding-top: 0.35em;
  165.     padding-bottom: 0.625em;
  166.     padding-left: 0.75em;
  167.     padding-left: 0.75em;
  168.     border: 2px groove threedface;// "threedface" (border-color) is internal valaue
  169. }
  170. figcaption
  171. {
  172.     display: block;
  173. }
  174. figure
  175. {
  176.     display: block;
  177.     margin-top: 1em;
  178.     margin-bottom: 1em;
  179.     margin-left: 40px;
  180.     margin-right: 40px;
  181. }
  182. footer
  183. {
  184.     display: block;
  185. }
  186. form
  187. {
  188.     display: block;
  189.     margin-top: 0em;
  190. }
  191. h1
  192. {
  193.     display: block;
  194.     font-size: 2em;
  195.     margin-top: 0.67em;
  196.     margin-bottom: 0.67em;
  197.     margin-left: 0;
  198.     margin-right: 0;
  199.     font-weight: bold;
  200. }
  201. h2
  202. {
  203.     display: block;
  204.     font-size: 1.5em;
  205.     margin-top: 0.83em;
  206.     margin-bottom: 0.83em;
  207.     margin-left: 0;
  208.     margin-right: 0;
  209.     font-weight: bold;
  210. }
  211. h3
  212. {
  213.     display: block;
  214.     font-size: 1.17em;
  215.     margin-top: 1em;
  216.     margin-bottom: 1em;
  217.     margin-left: 0;
  218.     margin-right: 0;
  219.     font-weight: bold;
  220. }
  221. h4
  222. {
  223.     display: block;
  224.     margin-top: 1.33em;
  225.     margin-bottom: 1.33em;
  226.     margin-left: 0;
  227.     margin-right: 0;
  228.     font-weight: bold;
  229. }
  230. h5
  231. {
  232.     display: block;
  233.     font-size: 0.83em;
  234.     margin-top: 1.67em;
  235.     margin-bottom: 1.67em;
  236.     margin-left: 0;
  237.     margin-right: 0;
  238.     font-weight: bold;
  239. }
  240. h6
  241. {
  242.     display: block;
  243.     font-size: 0.67em;
  244.     margin-top: 2.33em;
  245.     margin-bottom: 2.33em;
  246.     margin-left: 0;
  247.     margin-right: 0;
  248.     font-weight: bold;
  249. }
  250. head
  251. {
  252.     display: none;
  253. }
  254. header
  255. {
  256.     display: block;
  257. }
  258. hr
  259. {
  260.     display: block;
  261.     margin-top: 0.5em;
  262.     margin-bottom: 0.5em;
  263.     margin-left: auto;
  264.     margin-right: auto;
  265.     border-style: inset;
  266.     border-width: 1px;
  267. }
  268. hr[align=left]
  269. {
  270.     margin-left: 0;
  271.     margin-right: auto;
  272. }
  273. hr[align=right]
  274. {
  275.     margin-left: auto;
  276.     margin-right: 0;
  277. }
  278. hr[align=center]
  279. {
  280.     margin-left: auto;
  281.     margin-right: auto;
  282. }
  283. html
  284. {
  285.     display: block;
  286.  
  287.     // Added this value for default color (not defined)
  288.     color: black;
  289. }
  290. html:focus
  291. {
  292.     outline: none;
  293. }
  294. i
  295. {
  296.     font-style: italic;
  297. }
  298. iframe:focus
  299. {
  300.     outline: none;
  301. }
  302. iframe[seamless]
  303. {
  304.     display: block;
  305. }
  306. img
  307. {
  308.     display: inline-block;
  309. }
  310. input
  311. {
  312.     text-indent: initial;
  313. }
  314. ins
  315. {
  316.     text-decoration: underline;
  317. }
  318. kbd
  319. {
  320.     font-family: monospace;
  321. }
  322. keygen
  323. {
  324.     text-indent: initial;
  325. }
  326. label
  327. {
  328.     cursor: default;
  329. }
  330. legend
  331. {
  332.     display: block;
  333.     padding-left: 2px;
  334.     padding-right: 2px;
  335.     border: none;
  336. }
  337. li
  338. {
  339.     display: list-item;
  340. }
  341. link
  342. {
  343.     display: none;
  344. }
  345. main
  346. {
  347. }
  348. map
  349. {
  350.     display: inline;
  351. }
  352. mark
  353. {
  354.     background-color: yellow;
  355.     color: black;
  356. }
  357. menu
  358. {
  359.     display: block;
  360.     list-style-type: disc;
  361.     margin-top: 1em;
  362.     margin-bottom: 1em;
  363.     margin-left: 0;
  364.     margin-right: 0;
  365.     padding-left: 40px;
  366. }
  367. menuitem
  368. {
  369. }
  370. meta
  371. {
  372. }
  373. meter
  374. {
  375. }
  376. nav
  377. {
  378.     display: block;
  379. }
  380. noscript
  381. {
  382. }
  383. object:focus
  384. {
  385.     outline: none;
  386. }
  387. ol
  388. {
  389.     display: block;
  390.     list-style-type: decimal;
  391.     margin-top: 1em;
  392.     margin-bottom: 1em;
  393.     margin-left: 0;
  394.     margin-right: 0;
  395.     padding-left: 40px;
  396. }
  397. optgroup
  398. {
  399.     text-indent: initial;
  400. }
  401. option
  402. {
  403.     text-indent: initial;
  404. }
  405. output
  406. {
  407.     display: inline;
  408. }
  409. p
  410. {
  411.     display: block;
  412.     margin-top: 1em;
  413.     margin-bottom: 1em;
  414.     margin-left: 0;
  415.     margin-right: 0;
  416. }
  417. param
  418. {
  419.     display: none;
  420. }
  421. pre
  422. {
  423.     display: block;
  424.     font-family: monospace;
  425.     white-space: pre;
  426.     margin: 1em 0;
  427. }
  428. pre[wrap]
  429. {
  430.     white-space: pre-wrap;
  431. }
  432. progress
  433. {
  434. }
  435. q
  436. {
  437.     display: inline;
  438. }
  439. q::before
  440. {
  441.     content: open-quote;
  442. }
  443. q::after
  444. {
  445.     content: close-quote;
  446. }
  447. rp
  448. {
  449. }
  450. rt
  451. {
  452.     line-height: normal;
  453. }
  454. ruby
  455. {
  456. }
  457. s
  458. {
  459.     text-decoration: line-through;
  460. }
  461. samp
  462. {
  463.     font-family: monospace;
  464. }
  465. script
  466. {
  467.     display: none;
  468. }
  469. section
  470. {
  471.     display: block;
  472. }
  473. select
  474. {
  475.     text-indent: initial;
  476. }
  477. small
  478. {
  479.     font-size: smaller;
  480. }
  481. source
  482. {
  483. }
  484. span
  485. {
  486. }
  487. strong
  488. {
  489.     font-weight: bold;
  490. }
  491. style
  492. {
  493.     display: none;
  494. }
  495. sub
  496. {
  497.     vertical-align: sub;
  498.     font-size: smaller;
  499. }
  500. summary
  501. {
  502.     display: block;
  503. }
  504. sup
  505. {
  506.     vertical-align: super;
  507.     font-size: smaller;
  508. }
  509. table
  510. {
  511.     display: table;
  512.     border-collapse: separate;
  513.     border-spacing: 2px;
  514.     border-color: gray;
  515. }
  516. tbody
  517. {
  518.     display: table-row-group;
  519.     vertical-align: middle;
  520.     border-color: inherit;
  521. }
  522. td
  523. {
  524.     display: table-cell;
  525.     vertical-align: inherit;
  526. }
  527. textarea
  528. {
  529.     white-space: nowrap;
  530.     text-indent: initial;
  531. }
  532. tfoot
  533. {
  534.     display: table-footer-group;
  535.     vertical-align: middle;
  536.     border-color: inherit;
  537. }
  538. th
  539. {
  540.     display: table-cell;
  541.     vertical-align: inherit;
  542.     font-weight: bold;
  543.     text-align: center;
  544. }
  545. thead
  546. {
  547.     display: table-header-group;
  548.     vertical-align: middle;
  549.     border-color: inherit;
  550. }
  551. time
  552. {
  553. }
  554. title
  555. {
  556.     display: none;
  557. }
  558. tr
  559. {
  560.     display: table-row;
  561.     vertical-align: inherit;
  562.     border-color: inherit;
  563. }
  564. track
  565. {
  566. }
  567. u
  568. {
  569.     text-decoration: underline;
  570. }
  571. ul
  572. {
  573.     display: block;
  574.     list-style-type: disc;
  575.     margin-top: 1em;
  576.     margin-bottom: 1em;
  577.     margin-left: 0;
  578.     margin-right: 0;
  579.     padding-left: 40px;
  580. }
  581. var
  582. {
  583.     font-style: italic;
  584. }
  585. video
  586. {
  587. }
  588. wbr
  589. {
  590. }
  591.  
  592.  
  593.  
  594. :root                                                         { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  595. :root:lang(af),       :not(:lang(af)) > :lang(af)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  596. :root:lang(agq),      :not(:lang(agq)) > :lang(agq)           { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
  597. :root:lang(ak),       :not(:lang(ak)) > :lang(ak)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  598. :root:lang(am),       :not(:lang(am)) > :lang(am)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  599. :root:lang(ar),       :not(:lang(ar)) > :lang(ar)             { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
  600. :root:lang(asa),      :not(:lang(asa)) > :lang(asa)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  601. :root:lang(az-Cyrl),  :not(:lang(az-Cyrl)) > :lang(az-Cyrl)   { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  602. :root:lang(bas),      :not(:lang(bas)) > :lang(bas)           { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
  603. :root:lang(bem),      :not(:lang(bem)) > :lang(bem)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  604. :root:lang(bez),      :not(:lang(bez)) > :lang(bez)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  605. :root:lang(bg),       :not(:lang(bg)) > :lang(bg)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  606. :root:lang(bm),       :not(:lang(bm)) > :lang(bm)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  607. :root:lang(bn),       :not(:lang(bn)) > :lang(bn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  608. :root:lang(br),       :not(:lang(br)) > :lang(br)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  609. :root:lang(brx),      :not(:lang(brx)) > :lang(brx)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  610. :root:lang(bs-Cyrl),  :not(:lang(bs-Cyrl)) > :lang(bs-Cyrl)   { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  611. :root:lang(ca),       :not(:lang(ca)) > :lang(ca)             { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
  612. :root:lang(cgg),      :not(:lang(cgg)) > :lang(cgg)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  613. :root:lang(chr),      :not(:lang(chr)) > :lang(chr)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  614. :root:lang(cs),       :not(:lang(cs)) > :lang(cs)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  615. :root:lang(da),       :not(:lang(da)) > :lang(da)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  616. :root:lang(dav),      :not(:lang(dav)) > :lang(dav)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  617. :root:lang(de),       :not(:lang(de)) > :lang(de)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  618. :root:lang(de-CH),    :not(:lang(de-CH)) > :lang(de-CH)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  619. :root:lang(dje),      :not(:lang(dje)) > :lang(dje)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  620. :root:lang(dua),      :not(:lang(dua)) > :lang(dua)           { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
  621. :root:lang(dyo),      :not(:lang(dyo)) > :lang(dyo)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  622. :root:lang(dz),       :not(:lang(dz)) > :lang(dz)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  623. :root:lang(ebu),      :not(:lang(ebu)) > :lang(ebu)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  624. :root:lang(ee),       :not(:lang(ee)) > :lang(ee)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  625. :root:lang(el),       :not(:lang(el)) > :lang(el)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  626. :root:lang(en),       :not(:lang(en)) > :lang(en)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  627. :root:lang(es),       :not(:lang(es)) > :lang(es)             { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
  628. :root:lang(et),       :not(:lang(et)) > :lang(et)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  629. :root:lang(eu),       :not(:lang(eu)) > :lang(eu)             { quotes: '\201c' '\201d' '\00ab' '\00bb' } /* “ ” « » */
  630. :root:lang(ewo),      :not(:lang(ewo)) > :lang(ewo)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  631. :root:lang(fa),       :not(:lang(fa)) > :lang(fa)             { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  632. :root:lang(ff),       :not(:lang(ff)) > :lang(ff)             { quotes: '\201e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
  633. :root:lang(fi),       :not(:lang(fi)) > :lang(fi)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
  634. :root:lang(fr),       :not(:lang(fr)) > :lang(fr)             { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
  635. :root:lang(fr-CA),    :not(:lang(fr-CA)) > :lang(fr-CA)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  636. :root:lang(fr-CH),    :not(:lang(fr-CH)) > :lang(fr-CH)       { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  637. :root:lang(gsw),      :not(:lang(gsw)) > :lang(gsw)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  638. :root:lang(gu),       :not(:lang(gu)) > :lang(gu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  639. :root:lang(guz),      :not(:lang(guz)) > :lang(guz)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  640. :root:lang(ha),       :not(:lang(ha)) > :lang(ha)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  641. :root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
  642. :root:lang(hi),       :not(:lang(hi)) > :lang(hi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  643. :root:lang(hr),       :not(:lang(hr)) > :lang(hr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  644. :root:lang(hu),       :not(:lang(hu)) > :lang(hu)             { quotes: '\201e' '\201d' '\00bb' '\00ab' } /* „ ” » « */
  645. :root:lang(id),       :not(:lang(id)) > :lang(id)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  646. :root:lang(ig),       :not(:lang(ig)) > :lang(ig)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  647. :root:lang(it),       :not(:lang(it)) > :lang(it)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  648. :root:lang(ja),       :not(:lang(ja)) > :lang(ja)             { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
  649. :root:lang(jgo),      :not(:lang(jgo)) > :lang(jgo)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  650. :root:lang(jmc),      :not(:lang(jmc)) > :lang(jmc)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  651. :root:lang(kab),      :not(:lang(kab)) > :lang(kab)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  652. :root:lang(kam),      :not(:lang(kam)) > :lang(kam)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  653. :root:lang(kde),      :not(:lang(kde)) > :lang(kde)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  654. :root:lang(kea),      :not(:lang(kea)) > :lang(kea)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  655. :root:lang(khq),      :not(:lang(khq)) > :lang(khq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  656. :root:lang(ki),       :not(:lang(ki)) > :lang(ki)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  657. :root:lang(kkj),      :not(:lang(kkj)) > :lang(kkj)           { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
  658. :root:lang(kln),      :not(:lang(kln)) > :lang(kln)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  659. :root:lang(km),       :not(:lang(km)) > :lang(km)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  660. :root:lang(kn),       :not(:lang(kn)) > :lang(kn)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  661. :root:lang(ko),       :not(:lang(ko)) > :lang(ko)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  662. :root:lang(ksb),      :not(:lang(ksb)) > :lang(ksb)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  663. :root:lang(ksf),      :not(:lang(ksf)) > :lang(ksf)           { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
  664. :root:lang(lag),      :not(:lang(lag)) > :lang(lag)           { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
  665. :root:lang(lg),       :not(:lang(lg)) > :lang(lg)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  666. :root:lang(ln),       :not(:lang(ln)) > :lang(ln)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  667. :root:lang(lo),       :not(:lang(lo)) > :lang(lo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  668. :root:lang(lt),       :not(:lang(lt)) > :lang(lt)             { quotes: '\201e' '\201c' '\201e' '\201c' } /* „ “ „ “ */
  669. :root:lang(lu),       :not(:lang(lu)) > :lang(lu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  670. :root:lang(luo),      :not(:lang(luo)) > :lang(luo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  671. :root:lang(luy),      :not(:lang(luy)) > :lang(luy)           { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  672. :root:lang(lv),       :not(:lang(lv)) > :lang(lv)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  673. :root:lang(mas),      :not(:lang(mas)) > :lang(mas)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  674. :root:lang(mer),      :not(:lang(mer)) > :lang(mer)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  675. :root:lang(mfe),      :not(:lang(mfe)) > :lang(mfe)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  676. :root:lang(mg),       :not(:lang(mg)) > :lang(mg)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  677. :root:lang(mgo),      :not(:lang(mgo)) > :lang(mgo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  678. :root:lang(mk),       :not(:lang(mk)) > :lang(mk)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  679. :root:lang(ml),       :not(:lang(ml)) > :lang(ml)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  680. :root:lang(mr),       :not(:lang(mr)) > :lang(mr)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  681. :root:lang(ms),       :not(:lang(ms)) > :lang(ms)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  682. :root:lang(mua),      :not(:lang(mua)) > :lang(mua)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  683. :root:lang(my),       :not(:lang(my)) > :lang(my)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  684. :root:lang(naq),      :not(:lang(naq)) > :lang(naq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  685. :root:lang(nb),       :not(:lang(nb)) > :lang(nb)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
  686. :root:lang(nd),       :not(:lang(nd)) > :lang(nd)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  687. :root:lang(nl),       :not(:lang(nl)) > :lang(nl)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  688. :root:lang(nmg),      :not(:lang(nmg)) > :lang(nmg)           { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
  689. :root:lang(nn),       :not(:lang(nn)) > :lang(nn)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
  690. :root:lang(nnh),      :not(:lang(nnh)) > :lang(nnh)           { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  691. :root:lang(nus),      :not(:lang(nus)) > :lang(nus)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  692. :root:lang(nyn),      :not(:lang(nyn)) > :lang(nyn)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  693. :root:lang(pl),       :not(:lang(pl)) > :lang(pl)             { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
  694. :root:lang(pt),       :not(:lang(pt)) > :lang(pt)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  695. :root:lang(pt-PT),    :not(:lang(pt-PT)) > :lang(pt-PT)       { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  696. :root:lang(rn),       :not(:lang(rn)) > :lang(rn)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
  697. :root:lang(ro),       :not(:lang(ro)) > :lang(ro)             { quotes: '\201e' '\201d' '\00ab' '\00bb' } /* „ ” « » */
  698. :root:lang(rof),      :not(:lang(rof)) > :lang(rof)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  699. :root:lang(ru),       :not(:lang(ru)) > :lang(ru)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
  700. :root:lang(rw),       :not(:lang(rw)) > :lang(rw)             { quotes: '\00ab' '\00bb' '\2018' '\2019' } /* « » ‘ ’ */
  701. :root:lang(rwk),      :not(:lang(rwk)) > :lang(rwk)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  702. :root:lang(saq),      :not(:lang(saq)) > :lang(saq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  703. :root:lang(sbp),      :not(:lang(sbp)) > :lang(sbp)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  704. :root:lang(seh),      :not(:lang(seh)) > :lang(seh)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  705. :root:lang(ses),      :not(:lang(ses)) > :lang(ses)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  706. :root:lang(sg),       :not(:lang(sg)) > :lang(sg)             { quotes: '\00ab' '\00bb' '\201c' '\201d' } /* « » “ ” */
  707. :root:lang(shi),      :not(:lang(shi)) > :lang(shi)           { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
  708. :root:lang(shi-Latn), :not(:lang(shi-Latn)) > :lang(shi-Latn) { quotes: '\00ab' '\00bb' '\201e' '\201d' } /* « » „ ” */
  709. :root:lang(si),       :not(:lang(si)) > :lang(si)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  710. :root:lang(sk),       :not(:lang(sk)) > :lang(sk)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  711. :root:lang(sl),       :not(:lang(sl)) > :lang(sl)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  712. :root:lang(sn),       :not(:lang(sn)) > :lang(sn)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
  713. :root:lang(so),       :not(:lang(so)) > :lang(so)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  714. :root:lang(sq),       :not(:lang(sq)) > :lang(sq)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  715. :root:lang(sr),       :not(:lang(sr)) > :lang(sr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  716. :root:lang(sr-Latn),  :not(:lang(sr-Latn)) > :lang(sr-Latn)   { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
  717. :root:lang(sv),       :not(:lang(sv)) > :lang(sv)             { quotes: '\201d' '\201d' '\2019' '\2019' } /* ” ” ’ ’ */
  718. :root:lang(sw),       :not(:lang(sw)) > :lang(sw)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  719. :root:lang(swc),      :not(:lang(swc)) > :lang(swc)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  720. :root:lang(ta),       :not(:lang(ta)) > :lang(ta)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  721. :root:lang(te),       :not(:lang(te)) > :lang(te)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  722. :root:lang(teo),      :not(:lang(teo)) > :lang(teo)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  723. :root:lang(th),       :not(:lang(th)) > :lang(th)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  724. :root:lang(ti-ER),    :not(:lang(ti-ER)) > :lang(ti-ER)       { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
  725. :root:lang(to),       :not(:lang(to)) > :lang(to)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  726. :root:lang(tr),       :not(:lang(tr)) > :lang(tr)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  727. :root:lang(twq),      :not(:lang(twq)) > :lang(twq)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  728. :root:lang(tzm),      :not(:lang(tzm)) > :lang(tzm)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  729. :root:lang(uk),       :not(:lang(uk)) > :lang(uk)             { quotes: '\00ab' '\00bb' '\201e' '\201c' } /* « » „ “ */
  730. :root:lang(ur),       :not(:lang(ur)) > :lang(ur)             { quotes: '\201d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
  731. :root:lang(vai),      :not(:lang(vai)) > :lang(vai)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  732. :root:lang(vai-Latn), :not(:lang(vai-Latn)) > :lang(vai-Latn) { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  733. :root:lang(vi),       :not(:lang(vi)) > :lang(vi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  734. :root:lang(vun),      :not(:lang(vun)) > :lang(vun)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  735. :root:lang(xh),       :not(:lang(xh)) > :lang(xh)             { quotes: '\2018' '\2019' '\201c' '\201d' } /* ‘ ’ “ ” */
  736. :root:lang(xog),      :not(:lang(xog)) > :lang(xog)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  737. :root:lang(yav),      :not(:lang(yav)) > :lang(yav)           { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */
  738. :root:lang(yo),       :not(:lang(yo)) > :lang(yo)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  739. :root:lang(zh),       :not(:lang(zh)) > :lang(zh)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  740. :root:lang(zh-Hant),  :not(:lang(zh-Hant)) > :lang(zh-Hant)   { quotes: '\300c' '\300d' '\300e' '\300f' } /* 「 」 『 』 */
  741. :root:lang(zu),       :not(:lang(zu)) > :lang(zu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
  742.  
  743.  
  744. .default
  745. {
  746.     align-content: stretch;
  747.     align-items: stretch;
  748.     align-self: auto;
  749.  
  750.     all: none;
  751.  
  752.     animation: none 0 ease 0 1 normal none running;
  753.     animation-delay: 0s;
  754.     animation-direction: normal;
  755.     animation-duration: 0;
  756.     animation-fill-mode: none;
  757.     animation-iteration-count: 1;
  758.     animation-name: none;
  759.     animation-play-state: running;
  760.     animation-timing-function: ease;
  761.  
  762.     backface-visibility: visible;
  763.  
  764.     //background:
  765.     background-attachment: scroll;
  766.     background-blend-mode: normal;
  767.     background-clip: border-box;
  768.     background-color: transparent;
  769.     background-image: none;
  770.     background-origin: padding-box;
  771.     background-position: 0% 0%;
  772.     background-repeat: repeat;
  773.     background-size: auto;
  774.  
  775.     border: medium none color;
  776.  
  777.     //border-bottom: medium none <element_current_color>;
  778.     //border-bottom-color: <element_current_color>;
  779.     border-bottom-left-radius: 0;
  780.     border-bottom-right-radius: 0;
  781.     border-bottom-style: none;
  782.     border-bottom-width: medium;
  783.  
  784.     border-collapse: separate;
  785.     //border-color: <element_current_color>;
  786.  
  787.     border-image: none 100% 1 0 stretch;
  788.     border-image-outset: 0;
  789.     border-image-repeat: stretch;
  790.     border-image-slice: 100%;
  791.     border-image-source: none;// url();
  792.     border-image-width: 1;
  793.  
  794.     //border-left: medium none <element_current_color>;
  795.     //border-left-color: <element_current_color>;
  796.     border-left-style: none;
  797.     border-left-width: medium;
  798.  
  799.     border-radius: 0;// 1/2/3/4 values
  800.  
  801.     //border-right: medium none <element_current_color>;
  802.     //border-right-color: <element_current_color>;
  803.     border-right-style: none;
  804.     border-right-width: medium;
  805.  
  806.     border-spacing: 2px;
  807.     border-style: none;// 1/2/3/4 values
  808.  
  809.     //border-top: medium none <element_current_color>;
  810.     //border-top-color: <element_current_color>;
  811.     border-top-left-radius: 0;
  812.     border-top-right-radius: 0;
  813.     border-top-style: none;
  814.     border-top-width: medium;
  815.  
  816.     border-width: medium;
  817.  
  818.     bottom: auto;
  819.  
  820.     box-shadow: none;
  821.     box-sizing: content-box;
  822.  
  823.     caption-side: top;
  824.     clear: none;
  825.     clip: auto;
  826.     //color: <not_specified>;
  827.  
  828.     column-count: auto;
  829.     column-fill: balance;
  830.     column-gap: normal;
  831.     column-rule: medium none <element_current_color>;// column-rule-width column-rule-style column-rule-color
  832.     //column-rule-color: <element_current_color>;
  833.     column-rule-style: none;
  834.     column-rule-width: medium;
  835.     column-span: none;
  836.     column-width: auto;
  837.     columns: auto auto;// column-width column-count
  838.  
  839.     content: normal;
  840.     counter-increment: none;
  841.     counter-reset: none;
  842.     cursor: auto;
  843.     direction: ltr;// left-to-right
  844.     display: inline;
  845.     empty-cells: show;
  846.     filter: none;
  847.  
  848.     flex: 0 1 auto;// flex-grow flex-shrink flex-basis
  849.     flex-basis: auto;
  850.     flex-direction: row;
  851.     flex-flow: row nowrap;// flex-direction flex-wrap
  852.     flex-grow: 0;
  853.     flex-shrink: 1;
  854.     flex-wrap: nowrap;
  855.  
  856.     float: none;
  857.  
  858.     //font:
  859.     //font-family: <depends_on_the_browser>;
  860.     font-size: medium;
  861.     font-size-adjust: none;
  862.     font-stretch: normal;
  863.     font-style: normal;
  864.     font-variant: normal;
  865.     font-weight: normal;
  866.  
  867.     hanging-punctuation: none;
  868.     height: auto;
  869.     justify-content: flex-start;
  870.     left: auto;
  871.     letter-spacing: normal;
  872.     line-height: normal;
  873.  
  874.     list-style: disc outside none;// list-style-type list-style-position list-style-image
  875.     list-style-image: none;
  876.     list-style-position: outside;
  877.     list-style-type: disc;
  878.  
  879.     margin: 0;// 1/2/3/4 values
  880.     margin-bottom: 0;
  881.     margin-left: 0;
  882.     margin-right: 0;
  883.     margin-top: 0;
  884.  
  885.     max-height: none;
  886.     max-width: none;
  887.  
  888.     min-height: 0;
  889.     min-width: 0;
  890.  
  891.     nav-down: auto;
  892.     nav-index: auto;
  893.     nav-left: auto;
  894.     nav-right: auto;
  895.     nav-up: auto;
  896.  
  897.     opacity: 1;// 0=transparent
  898.     order: 0;
  899.  
  900.     outline: invert none medium;// outline-color outline-style outline-width
  901.     outline-color: invert;
  902.     outline-offset: 0;
  903.     outline-style: none;
  904.     outline-width: medium;
  905.  
  906.     overflow: visible;
  907.     overflow-x: visible;
  908.     overflow-y: visible;
  909.  
  910.     padding: 0;// 1/2/3/4 values
  911.     padding-bottom: 0;
  912.     padding-left: 0;
  913.     padding-right: 0;
  914.     padding-top: 0;
  915.  
  916.     page-break-after: auto;
  917.     page-break-before: auto;
  918.     page-break-inside: auto;
  919.  
  920.     perspective: none;
  921.     perspective-origin: 50% 50%;
  922.  
  923.     position: static;
  924.     //quotes: <not_specified>;
  925.     resize: none;
  926.     right: auto;
  927.     tab-size: 8;
  928.     table-layout: auto;
  929.  
  930.     text-align: left;// left if direction is ltr, and right if direction is rtl
  931.     text-align-last: auto;
  932.     text-decoration: none;
  933.     //text-decoration-color: <element_current_color>;
  934.     text-decoration-line: none;
  935.     text-decoration-style: solid;
  936.     text-indent: 0;
  937.     text-justify: auto;
  938.     text-overflow: clip;
  939.     text-shadow: none;
  940.     text-transform: none;
  941.  
  942.     top: auto;
  943.  
  944.     transform: none;
  945.     transform-origin: 50% 50% 0;
  946.     transform-style: flat;
  947.  
  948.     transition: all 0s ease 0s;// property duration timing-function delay
  949.     transition-delay: 0s;
  950.     transition-duration: 0s;
  951.     transition-property: all;
  952.     transition-timing-function: ease;
  953.  
  954.     unicode-bidi: normal;
  955.     user-select: auto;
  956.     vertical-align: baseline;
  957.     visibility: visible;
  958.     white-space: normal;
  959.     width: auto;
  960.  
  961.     word-break: normal;
  962.     word-spacing: normal;
  963.     word-wrap: normal;
  964.  
  965.     z-index: auto;
  966. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement