summaryrefslogtreecommitdiff
path: root/data/example/css
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 23:29:42 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 23:29:42 +0100
commit6307ecd094c0ab2f937909dacdce08f8a4bb7780 (patch)
treeae1d2a8c19d55e711ae24e05af022d0cd6249d84 /data/example/css
parent3f13de078743f876df5adf64e021b7214d12e3f4 (diff)
downloadhakyll-6307ecd094c0ab2f937909dacdce08f8a4bb7780.tar.gz
Start simple init program
Diffstat (limited to 'data/example/css')
-rw-r--r--data/example/css/default.css27
-rw-r--r--data/example/css/syntax.css18
2 files changed, 45 insertions, 0 deletions
diff --git a/data/example/css/default.css b/data/example/css/default.css
new file mode 100644
index 0000000..3bfeeaf
--- /dev/null
+++ b/data/example/css/default.css
@@ -0,0 +1,27 @@
+body {
+ width: 600px;
+ margin: 0px auto 0px auto;
+}
+
+div#navigation {
+ text-align: center;
+ border-bottom: 4px solid black;
+}
+
+div#navigation a {
+ color: white;
+ text-decoration: none;
+ background-color: black;
+ padding: 3px 10px 3px 10px;
+ margin: 0px 10px 0px 10px;
+}
+
+div.figure {
+ float: right;
+ margin: 20px 0px 20px 20px;
+}
+
+div.figure p.caption {
+ text-align: center;
+ font-style: italic;
+}
diff --git a/data/example/css/syntax.css b/data/example/css/syntax.css
new file mode 100644
index 0000000..1aed859
--- /dev/null
+++ b/data/example/css/syntax.css
@@ -0,0 +1,18 @@
+/* Generated by pandoc. */
+table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
+ { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
+td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; }
+td.sourceCode { padding-left: 5px; }
+pre.sourceCode span.kw { color: #007020; font-weight: bold; }
+pre.sourceCode span.dt { color: #902000; }
+pre.sourceCode span.dv { color: #40a070; }
+pre.sourceCode span.bn { color: #40a070; }
+pre.sourceCode span.fl { color: #40a070; }
+pre.sourceCode span.ch { color: #4070a0; }
+pre.sourceCode span.st { color: #4070a0; }
+pre.sourceCode span.co { color: #60a0b0; font-style: italic; }
+pre.sourceCode span.ot { color: #007020; }
+pre.sourceCode span.al { color: red; font-weight: bold; }
+pre.sourceCode span.fu { color: #06287e; }
+pre.sourceCode span.re { }
+pre.sourceCode span.er { color: red; font-weight: bold; }