summaryrefslogtreecommitdiff
path: root/GroLUG/root/src/ttsite.css
diff options
context:
space:
mode:
Diffstat (limited to 'GroLUG/root/src/ttsite.css')
-rw-r--r--GroLUG/root/src/ttsite.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/GroLUG/root/src/ttsite.css b/GroLUG/root/src/ttsite.css
new file mode 100644
index 0000000..e946a43
--- /dev/null
+++ b/GroLUG/root/src/ttsite.css
@@ -0,0 +1,45 @@
+
+html {
+ height: 100%;
+}
+
+body {
+ background-color: [% site.col.page %];
+ color: [% site.col.text %];
+ margin: 0px;
+ padding: 0px;
+ height: 100%;
+}
+
+#header {
+ background-color: [% site.col.head %];
+ border-bottom: 1px solid [% site.col.line %];
+}
+
+#footer {
+ background-color: [% site.col.head %];
+ text-align: center;
+ border-top: 1px solid [% site.col.line %];
+ position: absolute;
+ bottom: 0;
+ left: 0px;
+ width: 100%;
+ padding: 4px;
+}
+
+#content {
+ padding: 10px;
+}
+
+h1.title {
+ padding: 4px;
+ margin: 0px;
+}
+
+.message {
+ color: [% site.col.message %];
+}
+
+.error {
+ color: [% site.col.error %];
+}