From 8d24c6889bfde33eebfdba55529b9a81837e6250 Mon Sep 17 00:00:00 2001 From: Sebastian Bachmann Date: Mon, 15 Apr 2013 20:45:09 +0200 Subject: [PATCH 1/1] creating a very basic structure for the html template --- index.mdwn | 16 +++++++++------- local.css | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 local.css diff --git a/index.mdwn b/index.mdwn index 0e1c6e8..4311d3f 100644 --- a/index.mdwn +++ b/index.mdwn @@ -1,7 +1,9 @@ - -
-[[!inline pages="StartSeite/L*" sort=title raw=yes]] - -[[!inline pages="Kalender/* and !Kalender/*/*" show=2]] -[[!inline pages="StartSeite/R*" sort=title raw=yes]] -
+
+
+ [[!inline pages="StartSeite/L*" sort=title raw=yes]] +
+
+ [[!inline pages="Kalender/* and !Kalender/*/*" show=2]] + [[!inline pages="StartSeite/R*" sort=title raw=yes]] +
+
diff --git a/local.css b/local.css new file mode 100644 index 0000000..0785753 --- /dev/null +++ b/local.css @@ -0,0 +1,28 @@ +.contentwrapper{ + width: 960px; + margin: 0 auto; + +} + +.column-left{ + float: left; + width: 500px; + background-color: #DDDDDD; + padding: 10px; +} + +.column-right{ + float: right; + width: 400px; + background-color: #DDDDDD; + padding: 10px; +} + + +/*Adjustment of textAdjustment of text */ +h1, h2, h3, .title{ + color: #D70A53; +} + +.title { +} -- 2.39.2