From: Sebastian Bachmann Date: Mon, 15 Apr 2013 18:45:09 +0000 (+0200) Subject: creating a very basic structure for the html template X-Git-Url: https://git.deb.at/?p=debienna.git;a=commitdiff_plain;h=8d24c6889bfde33eebfdba55529b9a81837e6250;hp=2fdd85c3923058b5f6852ffae3cba2d3195efd5d creating a very basic structure for the html template --- 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 { +}