1 #ifndef LH_MASTER_CSS_H
2 #define LH_MASTER_CSS_H
3 namespace litehtml
{ const char* const master_css
= R
"##(
57 text-decoration:underline
61 text-decoration:line-through
72 text-decoration: underline;
77 h1, h2, h3, h4, h5, h6, div {
111 margin-bottom:1.67em;
118 margin-bottom:2.33em;
123 display:inline-block;
146 display: inline-block;
162 margin-bottom: 0.5em;
170 /***************** TABLES ********************/
174 border-collapse: separate;
176 border-top-color:gray;
177 border-left-color:gray;
178 border-bottom-color:black;
179 border-right-color:black;
185 tbody, tfoot, thead {
186 display:table-row-group;
187 vertical-align:middle;
192 vertical-align: inherit;
193 border-color: inherit;
198 vertical-align: inherit;
215 table[border] td, table[border] th {
217 border-top-color:black;
218 border-left-color:black;
219 border-bottom-color:gray;
220 border-right-color:gray;
223 table[border|=0] td, table[border|=0] th {
235 table[align=center] {
241 display: table-caption;
244 td[nowrap], th[nowrap] {
248 tt, code, kbd, samp {
249 font-family: monospace
252 pre, xmp, plaintext, listing {
254 font-family: monospace;
259 /***************** LISTS ********************/
263 list-style-type: disc;
273 list-style-type: decimal;
286 list-style-type: circle;
289 ol ol ul, ol ul ul, ul ol ul, ul ul ul {
290 list-style-type: square;
310 ol ul, ul ol, ul ul, ol ol {
323 /*********** FORM ELEMENTS ************/
334 input, textarea, keygen, select, button, isindex {
338 text-transform: none;
341 display: inline-block;
343 input[type="hidden
"] {
348 article, aside, footer, header, hgroup, nav, section
359 vertical-align: super;
376 #endif // LH_MASTER_CSS_H