Pull in darkstat-3.0.718
[darkstat-debian] / stylecss.h
1 /* this file was automatically generated */
2 static char style_css[] =
3 "/* darkstat 3\n"
4 " *\n"
5 " * style.css: CSS stylesheet for web interface.\n"
6 " * copyright (c) 2006 Ben Stewart.\n"
7 " * colors broken in 2007 by Emil Mikulic.\n"
8 " *\n"
9 " * You may use, modify and redistribute this file under the terms of the\n"
10 " * GNU General Public License version 2. (see COPYING.GPL)\n"
11 " */\n"
12 "\n"
13 "body { background-color: #fff; z-index: 0; }\n"
14 ".content { z-index: 1;\n"
15 " position: absolute; top:15px; left:10px; }\n"
16 "div.menu { z-index: 2;\n"
17 " position: absolute; top:0; left:0;\n"
18 " width: 100%; background-color: #789;\n"
19 " border-bottom: 1px solid black;\n"
20 " font-size:11px; }\n"
21 "ul.menu { list-style: none; margin:0; padding:2px 0 3px 0; }\n"
22 "ul.menu li { list-style: none; display: inline; margin:0;\n"
23 " padding:2px 0 3px 0;\n"
24 " border-right:1px solid white; }\n"
25 "ul.menu li.label\n"
26 " { padding-left:10px; padding-right:10px; color:#000;\n"
27 " text-shadow: 0px 1px 0px #9ab; }\n"
28 "ul.menu li a { color: white; text-decoration: none;\n"
29 " text-shadow: 0px 1px 0px #456;\n"
30 " border-bottom: none; padding:2px 15px 3px 15px; }\n"
31 "ul.menu li a:hover\n"
32 " { background-color: #9ab; }\n"
33 "h1, h2, h3, h4, h5, h6\n"
34 " { margin-top:10px; margin-bottom:5px; color: #000000;\n"
35 " font-family: Arial, sans-serif; font-weight:bold; }\n"
36 ".pageheader { border-bottom: 2px dotted black; }\n"
37 "table { border-collapse: collapse; }\n"
38 "td, th { border:1px solid #C0C0C0; padding:1px 5px 1px 5px; }\n"
39 "td.num { text-align:right; }\n"
40 "th { background-color:#EFEFEF; font-weight: bold;\n"
41 " padding-top:2px; padding-bottom:2px; }\n"
42 "th a { color:black; border-bottom:1px dotted; }\n"
43 "tr.alt1 { background:#FFFFFF; }\n"
44 "tr.alt2 { background:#FAFAFA; }\n"
45 "tr.alt1:hover, tr.alt2:hover { background:#EFEFEF; }\n"
46 "body, td, th, p, input, textarea\n"
47 " { font-family: Tahoma, Verdana, sans-serif;\n"
48 " font-size: small; }\n"
49 "tt { font-family: Courier New, monospace;\n"
50 " font-size: small; }\n"
51 "a:hover { border-bottom: 1px dotted #666; }\n"
52 "a { text-decoration: none; color: #666; }\n"
53 "div.outergraph { float:left; margin-right:10px; margin-bottom:20px; }\n"
54 "div.graph { border: 1px solid black; }\n"
55 "div.graphtitle { text-align:center; font-weight:bold; }\n"
56 "div.bar_in { background: #678; }\n"
57 "div.bar_out { background: #abc; }\n"
58 "\n"
59 "#graph_reload,#graph_autoreload { border:1px solid black;\n"
60 " padding:2px 10px 2px 10px; margin-left:5px; color:black; }\n"
61 "\n"
62 "#graph_reload:hover,#graph_autoreload:hover { background:#9ab; color:black; }\n"
63 "\n"
64 "div.legend table { margin-left:auto; margin-right:auto; /* center */\n"
65 " border:0; }\n"
66 "div.legend td { border:0; padding:0 0.2em 0 0.2em; font-size:11px;\n"
67 " color:#444; }\n"
68 "div.legend td.dir { text-align:right; }\n"
69 "div.legend td.rate { text-align:right; white-space: nowrap; }\n";
70 static const size_t style_css_len = sizeof(style_css) - 1;