summaryrefslogtreecommitdiffstats
path: root/userContent/theme/debian-asciidoc.css
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-12 12:18:23 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-12 12:18:23 +0100
commitd3d91e71e5ba52cde8014d30d12b5b5c266cc1a8 (patch)
treeb8dfcc19123e7c8b8e5f790eceeca735cde64498 /userContent/theme/debian-asciidoc.css
parentd4b1609b4b5b966b0882f0fc8d9d7c18a9f2b578 (diff)
downloadjenkins.debian.net-d3d91e71e5ba52cde8014d30d12b5b5c266cc1a8.tar.xz
split TODO in README and TODO. use stylesheets for asciidoc html documents
Diffstat (limited to 'userContent/theme/debian-asciidoc.css')
-rw-r--r--userContent/theme/debian-asciidoc.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/userContent/theme/debian-asciidoc.css b/userContent/theme/debian-asciidoc.css
new file mode 100644
index 00000000..163b75ac
--- /dev/null
+++ b/userContent/theme/debian-asciidoc.css
@@ -0,0 +1,61 @@
+@import url(./asciidoc.css);
+
+/* ---------------------------------------------------------------------------
+ * FreeBSD AsciiDoc Theme
+ * Ryan Tomayko <r@tomayko.com>
+ *
+ * Based on The FreeBSD Handbook and various other FreeBSD documenration.
+ * ---------------------------------------------------------------------------
+ *
+ *
+ * modified 2012 by Holger Levsen <holger@layer-acht.org>
+ *
+ * */
+
+body {
+ font-family:liberationsans,helvetica,verdana,sans-serif;
+ font-size:100%;
+ color:#000;
+}
+
+tt { color:#7a7171 }
+pre tt { color:#000 }
+
+dt { color:#000 }
+
+h1, h2, h3, h4, h5 {
+ color:#d70751;
+ font-weight:bold;
+}
+
+.article {
+ background-image: url("./debian-swirl.png");
+ padding: 30px 30px;
+ background-position: right top;
+ background-repeat: no-repeat;
+}
+
+#header {
+ text-align:left;
+}
+#header h1 { margin-bottom:40px }
+
+h1 {
+ font-size:36px;
+ line-height:1;
+ margin:40px 0;
+}
+
+h2 {
+ font-size:28px;
+ line-height:1;
+ margin:30px 0 20px 0;
+}
+
+.sectionbody {
+ margin-left:30px;
+}
+
+pre {
+ background:#EEE;
+}