summaryrefslogtreecommitdiff
path: root/web/css
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-13 08:43:28 +0200
commitedeef66180f24e4254b512041bee617368fa1eba (patch)
treedf2b6c470dba9fda52a0d3b96fd569d2c74b2c48 /web/css
parent893b366435739d073d2b6b9cafae868b5d361354 (diff)
downloadhakyll-edeef66180f24e4254b512041bee617368fa1eba.tar.gz
Remove examples from this repo
Diffstat (limited to 'web/css')
-rw-r--r--web/css/default.css118
-rw-r--r--web/css/syntax.css18
2 files changed, 136 insertions, 0 deletions
diff --git a/web/css/default.css b/web/css/default.css
new file mode 100644
index 0000000..06f664c
--- /dev/null
+++ b/web/css/default.css
@@ -0,0 +1,118 @@
+html {
+ padding: 0px;
+ margin: 0px;
+ background-color: white;
+ color: black;
+ font-family: sans-serif;
+ line-height: 160%;
+}
+
+body {
+ padding: 0px 0px 60px 0px;
+ margin: 0px;
+}
+
+div#header {
+ height: 32px;
+ padding: 20px 0px 20px 60px;
+}
+
+div#header img {
+ display: inline;
+ vertical-align: middle;
+}
+
+div#header h1 {
+ padding-left: 10px;
+ display: inline;
+ text-transform: uppercase;
+ vertical-align: middle;
+}
+
+div#main {
+ margin: 0px auto 0px auto;
+ width: 860px;
+}
+
+div#sidebar {
+ margin-right: 30px;
+ width: 160px;
+ float: left;
+ text-align: right;
+}
+
+div#sidebar a {
+ display: block;
+ font-size: 110%;
+ text-decoration: none;
+ margin-bottom: 10px;
+ text-transform: uppercase;
+}
+
+div#content {
+ width: 670px;
+ float: right;
+}
+
+div#footer {
+ padding-top: 30px;
+ clear: both;
+ font-size: 90%;
+ text-align: center;
+}
+
+a {
+ color: black;
+}
+
+h2 {
+ font-size: 120%;
+ text-transform: uppercase;
+}
+
+h3 {
+ font-size: 100%;
+ text-transform: uppercase;
+}
+
+h1 a, h2 a, h3 a {
+ text-decoration: none;
+}
+
+div.column {
+ width: 50%;
+ float: left;
+}
+
+div.column p {
+ padding-right: 15px;
+}
+
+img {
+ display: block;
+ margin: 10px auto 10px auto;
+ border: none;
+}
+
+ul {
+ list-style-type: square;
+ padding-left: 1em;
+ margin-left: 1em;
+}
+
+code {
+ background-color: rgb(250, 250, 250);
+ border: 1px solid rgb(200, 200, 200);
+ padding-left: 4px;
+ padding-right: 4px;
+}
+
+pre code {
+ display: block;
+ padding: 8px;
+ margin-bottom: 2em;
+}
+
+p.caption {
+ display: none;
+}
diff --git a/web/css/syntax.css b/web/css/syntax.css
new file mode 100644
index 0000000..1aed859
--- /dev/null
+++ b/web/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; }