summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corsi/00-template.txt20
-rw-r--r--src/laboratorio/00-template.txt21
-rw-r--r--src/progetti/00-template.txt19
-rw-r--r--src/style/default.css54
-rw-r--r--src/style/index.txt10
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
+