2 color: rgba
(210, 210, 210, 1.0);
9 address
, article
, aside
, blockquote
, details
, dialog
, dd
, div
, dl
, dt
,
10 fieldset
, figcaption
, figure
, footer
, form
, h1
, h2
, h3
, h4
, h5
, h6
,
11 header
, hgroup
, hr
, li
, main
, nav
, ol
, p
, pre
, section
, table
, ul
{
19 input
,. table
, tr
, td
, th
, textarea
{
28 text-shadow: 1px 1px #000;
32 color: rgba
(240, 155, 100, 1.0);
33 text-decoration: underline
;
36 h1
, h2
, h3
, h4
, h5
, h6
{
37 color: rgba
(255, 255, 255, 1.0);
65 font-family: monospace
;
68 /* th { text-align:center; } overrides <td align=".."> property */
74 text-decoration: line-through
;
78 text-decoration: underline
;
98 color: rgb
(120, 120, 120);
101 /* td { padding: 1px; } overrides <td cellpadding=".."> attribute */
102 /* table { border-spacing: 2px; } overrides <td cellspacing=".."> attribute */
104 border-collapse: separate
;
107 meter::-webkit-meter-bar
,
108 meter::-webkit-optimum-value
,
109 meter::-webkit-suboptimum-value
,
110 meter::-webkit-even-less-good-value
{
114 meter::-webkit-meter-bar
{
115 background-color: rgb
(100, 100, 100);
120 meter::-webkit-meter-optimum-value
{
121 background-color: rgb
(80, 220, 80);
124 meter::-webkit-meter-suboptimum-value
{
125 background-color: rgb
(220, 220, 80);
128 meter::-webkit-meter-even-less-good-value
{
129 background-color: rgb
(220, 80, 80);
132 progress::-webkit-progress-bar
,
133 progress::-webkit-progress-value
{
137 progress::-webkit-progress-bar
{
138 background-color: rgb
(230, 230, 230);
143 progress::-webkit-progress-value
{
144 background-color: rgb
(0, 100, 180);
148 background-repeat: no-repeat
;