OSDN Git Service

Move the directories
[kita/kita.git] / src / const.h
diff --git a/src/const.h b/src/const.h
new file mode 100644 (file)
index 0000000..179dd02
--- /dev/null
@@ -0,0 +1,30 @@
+#ifndef KITACONST_H
+#define KITACONST_H
+
+const char DEFAULT_STYLESHEET[] =
+                "body,\n"
+                "body.pop {\n"
+                "}\n"
+                "a.coloredLink:link\n"
+                "{\n"
+                " color: magenta;"
+                "}\n"
+                "div.res_title,\n"
+                "div.pop_res_title {\n"
+                "  white-space: nowrap;\n"
+                "  padding-bottom: .2em;\n"
+                "}\n"
+                "span.name_noaddr {\n"
+                "  color: green;\n"
+                "}\n"
+                "div.res_body,\n"
+                "div.pop_res_body {\n"
+                "  margin-left: 3.5em;\n"
+                "  padding-bottom: 1.8em;\n"
+                "}\n"
+                "div.kokoyon {\n"
+                "  background-color: #CCCCCC;\n"
+                "  text-align: center;\n"
+                "}\n"
+                "\n";
+#endif