OSDN Git Service

Move the directories
[kita/kita.git] / src / const.h
1 #ifndef KITACONST_H
2 #define KITACONST_H
3
4 const char DEFAULT_STYLESHEET[] =
5                 "body,\n"
6                 "body.pop {\n"
7                 "}\n"
8                 "a.coloredLink:link\n"
9                 "{\n"
10                 " color: magenta;"
11                 "}\n"
12                 "div.res_title,\n"
13                 "div.pop_res_title {\n"
14                 "  white-space: nowrap;\n"
15                 "  padding-bottom: .2em;\n"
16                 "}\n"
17                 "span.name_noaddr {\n"
18                 "  color: green;\n"
19                 "}\n"
20                 "div.res_body,\n"
21                 "div.pop_res_body {\n"
22                 "  margin-left: 3.5em;\n"
23                 "  padding-bottom: 1.8em;\n"
24                 "}\n"
25                 "div.kokoyon {\n"
26                 "  background-color: #CCCCCC;\n"
27                 "  text-align: center;\n"
28                 "}\n"
29                 "\n";
30 #endif