From 9bfc8c1a15a3528e64be21702f8f9c3ee647129b Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 26 Apr 2012 23:01:49 +0200 Subject: template per gli articoli e css --- src/corsi/00-template.txt | 20 +++++++++++++++ src/laboratorio/00-template.txt | 21 ++++++++++++++++ src/progetti/00-template.txt | 19 +++++++++++++++ src/style/default.css | 54 +++++++++++++++++++++++++++++++++++++++++ src/style/index.txt | 10 ++++++++ 5 files changed, 124 insertions(+) create mode 100644 src/corsi/00-template.txt create mode 100644 src/laboratorio/00-template.txt create mode 100644 src/progetti/00-template.txt create mode 100644 src/style/default.css create mode 100644 src/style/index.txt (limited to 'src') diff --git a/src/corsi/00-template.txt b/src/corsi/00-template.txt new file mode 100644 index 0000000..317c58b --- /dev/null +++ b/src/corsi/00-template.txt @@ -0,0 +1,20 @@ +.. + restindex + include: no + page-description: + /description + tags: + section: corsi + encoding: UTF8 + initialheaderlevel: 2 + /restindex + + uservalues + created: 2010-10-10T10:10:10Z + updated: 2010-10-10T10:10:10Z + /uservalues + + +.. + vim: set filetype=rst sw=3: + diff --git a/src/laboratorio/00-template.txt b/src/laboratorio/00-template.txt new file mode 100644 index 0000000..16dcd1d --- /dev/null +++ b/src/laboratorio/00-template.txt @@ -0,0 +1,21 @@ +.. + restindex + include: no + page-description: + /description + tags: + section: laboratorio + encoding: UTF8 + initialheaderlevel: 2 + /restindex + + uservalues + created: 2010-10-10T10:10:10Z + updated: 2010-10-10T10:10:10Z + /uservalues + + + +.. + vim: set filetype=rst sw=3: + diff --git a/src/progetti/00-template.txt b/src/progetti/00-template.txt new file mode 100644 index 0000000..47b1946 --- /dev/null +++ b/src/progetti/00-template.txt @@ -0,0 +1,19 @@ +.. + restindex + include: no + page-description: + /description + tags: + section: progetti + encoding: UTF8 + initialheaderlevel: 2 + /restindex + + uservalues + created: 2010-10-10T10:10:10Z + updated: 2010-10-10T10:10:10Z + /uservalues + +.. + vim: set filetype=rst sw=3: + diff --git a/src/style/default.css b/src/style/default.css new file mode 100644 index 0000000..ceed4e6 --- /dev/null +++ b/src/style/default.css @@ -0,0 +1,54 @@ + + +body { + background-color: #000; + color: #fff; +} + +div#menubar { + width: 180px; + padding 10px; + float:left; +} + +div#crumbs { +} + +div#main { + margin: 20px 0 0 180px; + padding: 10px; + border-style: dotted; +} + +div#footer { + clear: both; + font-size: 80%; +} + +:link { + color: #0f0; +} + +:visited { + color: #0f0; +} + +span.nav-item { + display: block; +} + +span.nav-header { + font-weight: bold; + display: block; +} + +span.hidden { + display: none; +} + +pre.literal-block { + border-width: 1px; + border-style: dotted; + padding: 6px; + border-color: #0c0; +} diff --git a/src/style/index.txt b/src/style/index.txt new file mode 100644 index 0000000..be61d9e --- /dev/null +++ b/src/style/index.txt @@ -0,0 +1,10 @@ +.. + restindex + include: no + file: default.css + /restindex + + uservalues + created: 1970-01-01T00:00:01Z + /uservalues + -- cgit v1.2.3