diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2012-04-26 23:01:49 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2012-04-26 23:01:49 +0200 |
commit | 9bfc8c1a15a3528e64be21702f8f9c3ee647129b (patch) | |
tree | fbaffeed86bfb459a3b31afc14b883aa219e80d9 | |
parent | f2766063ce6d1d4e26ba6b77d82f24d050d8944b (diff) |
template per gli articoli e css
-rw-r--r-- | src/corsi/00-template.txt | 20 | ||||
-rw-r--r-- | src/laboratorio/00-template.txt | 21 | ||||
-rw-r--r-- | src/progetti/00-template.txt | 19 | ||||
-rw-r--r-- | src/style/default.css | 54 | ||||
-rw-r--r-- | src/style/index.txt | 10 |
5 files changed, 124 insertions, 0 deletions
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 + |