1 /* ======= GENERIC HTML STYLES ======= */
4 box-sizing: border-box;
7 text-decoration: inherit;
8 color: inherit; background: transparent;
10 margin: 0; padding: 0;
15 font: normal normal normal medium/1.5em sans-serif;
16 color: #000; background: #FFF;
19 ul, ol, dl, table, pre, p { margin-bottom: .5em; }
20 p:only-child { margin-bottom: 0; }
26 th, td { padding: .25em .75em; }
30 text-decoration: underline;
35 text-decoration: inherit;
39 sup { vertical-align: super; }
40 sub { vertical-align: sub; }
41 small { font-size: .75em; }
42 big { font-size: 1.25em; }
43 strike, del, s { text-decoration: line-through; }
44 u {text-decoration: underline; }
45 i, em { font-style: italic; }
46 b, strong { font-weight: bolder; }
47 tt, code, var, samp, kbd { font-family: monospace; }
48 kbd { font-style: italic; }
51 background-color: #EEE;
54 white-space: pre-line;
57 ul, ol { padding-left: 1.125em; }
58 dl dt { font-weight: bolder; }
59 table th { font-weight: bold; }
61 li p + ul, li p + ol {
65 hr { border-bottom: 1pt solid; }
73 h4, h5, h6, form legend {
78 h1 { font-size: 1.5em; }
79 h2 { font-size: 1.125em; }
81 select, input, button, textarea, a.button {
82 display: inline-block;
83 color: #000; background-color: #FFF;
86 vertical-align: text-bottom;
87 border: .5pt solid #000;
90 select { padding: .375em 0; }
91 textarea { min-height: 7em; }
93 input[type=radio], input[type=checkbox] {
94 vertical-align: baseline;
96 input[type=number] { text-align: right; padding-right: 0; }
98 button, input[type=button], a.button {
99 box-shadow: .125em .125em .25em;
102 input[type=radio], input[type=checkbox], label[for] {
106 label { margin-right: .75em; }
111 input.search + button.search {
114 background-color: #CCC;
117 border-radius: 0 2pt 2pt 0;
120 input.search + button.search:before {
127 @page { margin: 20mm; }
129 h1 { text-align: center; }
131 h1, h2, h3, h4, h5, h6, form legend {
132 page-break-inside: avoid;
133 page-break-after: avoid;
134 page-break-before: auto;
136 li { page-break-inside: avoid; }
137 th, dt { page-break-after: avoid; }
140 /* ======= End Generic Styles ======= */
142 /* ======= Common Styles ======= */
144 *[tooltip]:hover:after {
148 bottom: 100%; left: 50%; transform: translate(-50%, 0);
149 content: attr(tooltip);
151 color: #000; background-color: #FFC;
156 input[type=radio].tab { display: none; }
157 input[type=radio].tab + label {
160 color: #000; background-color: #EEE;
163 input[type=radio].tab:checked + label {
164 background-color: #FFF;
166 box-shadow: .125em -.125em .125em #888;
169 input[type=radio].tab ~ *.tab {
172 margin-top: -.5pt; padding: .25em .75em;
175 box-shadow: .125em .125em .125em #888;
178 /* ======= End Common Styles ======= */