#include <Css.h>
Definition at line 12 of file Css.h.
Definition at line 15 of file Css.h.
References dbtoconf::out.
Referenced by stor::WebPageHelper< WebPageHelper_t >::css(), and evf::FUEventProcessor::css().
19 out->getHTTPResponseHeader().addHeader(
"Content-Type",
"text/css");
21 *
out <<
"body" << endl;
23 *
out <<
"background-color: white;" << endl;
24 *
out <<
"font-family: Arial;" << endl;
27 *
out <<
"table.modules" << endl;
29 *
out <<
"font-family: Arial;" << endl;
30 *
out <<
"border: thin dotted;" << endl;
33 *
out <<
"table.modules colgroup" << endl;
35 *
out <<
"width: 30%;" << endl;
36 *
out <<
"border: solid;" << endl;
39 *
out <<
"table.modules th" << endl;
41 *
out <<
"color: white;" << endl;
42 *
out <<
"background-color: #63F;" << endl;
44 *
out <<
"table.modules tr.special" << endl;
46 *
out <<
"color: white;" << endl;
47 *
out <<
"background-color: #000;" << endl;
50 *
out <<
"table.states" << endl;
52 *
out <<
"font-family: Arial;" << endl;
53 *
out <<
"border: thin dotted;" << endl;
56 *
out <<
"table.states th" << endl;
58 *
out <<
"color: white;" << endl;
59 *
out <<
"background-color: #63F;" << endl;
61 *
out <<
"table.states tr.special" << endl;
63 *
out <<
"color: white;" << endl;
64 *
out <<
"background-color: #000;" << endl;
66 *
out <<
"table.states .special a" << endl;
68 *
out <<
"color: white;" << endl;