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; }
50 ul, ol { margin-left: 1.125em; }
51 dl dt { font-weight: bolder; }
52 table th { font-weight: bold; }
54 li p + ul, li p + ol {
58 hr { border-bottom: 1pt solid; }
66 h4, h5, h6, form legend {
71 h1 { font-size: 1.5em; }
72 h2 { font-size: 1.125em; }
74 select, input, button, textarea, a.button {
75 display: inline-block;
76 color: #000; background-color: #FFF;
79 vertical-align: text-bottom;
80 border: .5pt solid #000;
83 select { padding: .375em 0; }
84 textarea { min-height: 7em; }
86 input[type=radio], input[type=checkbox] {
87 vertical-align: baseline;
89 input[type=number] { text-align: right; padding-right: 0; }
91 button, input[type=button], a.button {
92 box-shadow: .125em .125em .25em;
95 input[type=radio], input[type=checkbox], label[for] {
99 label { margin-right: .75em; }
104 input.search + button.search {
107 background-color: #CCC;
110 border-radius: 0 2pt 2pt 0;
113 input.search + button.search:before {
120 @page { margin: 20mm; }
122 h1 { text-align: center; }
124 h1, h2, h3, h4, h5, h6, form legend {
125 page-break-inside: avoid;
126 page-break-after: avoid;
127 page-break-before: auto;
129 li { page-break-inside: avoid; }
130 th, dt { page-break-after: avoid; }
133 /* ======= End Generic Styles ======= */
135 /* ======= Common Styles ======= */
137 *[tooltip]:hover:after {
141 bottom: 100%; left: 50%; transform: translate(-50%, 0);
142 content: attr(tooltip);
144 color: #000; background-color: #FFC;
149 input[type=radio].tab { display: none; }
150 input[type=radio].tab + label {
153 color: #000; background-color: #EEE;
156 input[type=radio].tab:checked + label {
157 background-color: #FFF;
159 box-shadow: .125em -.125em .125em #888;
162 input[type=radio].tab ~ *.tab {
165 margin-top: -.5pt; padding: .25em .75em;
168 box-shadow: .125em .125em .125em #888;
171 /* ======= End Common Styles ======= */