/* this file was automatically generated */ static char style_css[] = "/* darkstat 3\n" " *\n" " * stylecss.h: CSS stylesheet for web interface.\n" " * copyright (c) 2006 Ben Stewart.\n" " * colors broken in 2007 by Emil Mikulic.\n" " *\n" " * You may use, modify and redistribute this file under the terms of the\n" " * GNU General Public License version 2. (see COPYING.GPL)\n" " */\n" "\n" "body { background-color: #fff; z-index: 0; }\n" ".content { z-index: 1;\n" " position: absolute; top:15px; left:10px; }\n" "div.menu { z-index: 2;\n" " position: absolute; top:0; left:0;\n" " width: 100%; background-color: #789;\n" " border-bottom: 1px solid black;\n" " font-size:11px; }\n" "ul.menu { list-style: none; margin:0; padding:2px 0 3px 0; }\n" "ul.menu li { list-style: none; display: inline; margin:0;\n" " padding:2px 0 3px 0;\n" " border-right:1px solid white; }\n" "ul.menu li.label\n" " { padding-left:10px; padding-right:10px; color:#000; }\n" "ul.menu li a { color: white; text-decoration: none;\n" " border-bottom: none; padding:2px 15px 3px 15px; }\n" "ul.menu li a:hover\n" " { background-color: #9ab; }\n" "h1, h2, h3, h4, h5, h6\n" " { margin-top:10px; margin-bottom:5px; color: #000000;\n" " font-family: Arial, sans-serif; font-weight:bold; }\n" ".pageheader { border-bottom: 2px dotted black; }\n" "table { border-left: 1px solid #aaa;\n" " border-top: 1px solid #aaa;\n" " border-right: 0; border-bottom: 0;\n" " border-spacing: 0; }\n" "td, th { border-bottom: 1px solid #aaa;\n" " border-right: 1px solid #aaa;\n" " border-top: 0; border-left: 0;\n" " padding: 0.1em 0.1em 0.1em 0.1em; }\n" "th { font-weight: bold; }\n" "body, td, th, p, input, textarea\n" " { font-family: Tahoma, Verdana, sans-serif;\n" " font-size: small; }\n" "tt { font-family: Courier New, monospace;\n" " font-size: small; }\n" "a:hover { border-bottom: 1px dotted #666; }\n" "a { text-decoration: none; color: #666; }\n" "div.outergraph { float:left; }\n" "div.graph { border: 1px solid #000;\n" " margin:0 5px 0 5px; }\n" "div.graphtitle { text-align:center;\n" " font-weight:bold; margin:0 5px 12px 5px; }\n" "div.graph div.bar_in { background: #678; }\n" "div.graph div.bar_out { background: #abc; }\n" "\n" "#graph_reload { border:1px solid black;\n" " padding:2px 10px 2px 10px; margin-left:5px; color:black; }\n" "\n" "#graph_reload:hover { background:#9ab; color:black; }\n"; static const size_t style_css_len = sizeof(style_css) - 1;