summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-09-27 02:43:39 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2011-09-27 02:43:39 +0200
commit5617c91957851165722a23f4d57ac6b7a3170ce0 (patch)
tree0de1dac6d95de78138b2fbbc2d4f59f9c2ca7e39 /static
downloadsites-5617c91957851165722a23f4d57ac6b7a3170ce0.tar.gz
sites-5617c91957851165722a23f4d57ac6b7a3170ce0.tar.bz2
sites-5617c91957851165722a23f4d57ac6b7a3170ce0.zip
initial import
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css129
-rw-r--r--static/img/PythonPowered.pngbin0 -> 945 bytes
-rw-r--r--static/img/gnu-head-tiny.jpgbin0 -> 3049 bytes
-rw-r--r--static/img/mailman.jpgbin0 -> 2022 bytes
-rw-r--r--static/img/penguin.pngbin0 -> 6147 bytes
5 files changed, 129 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
new file mode 100644
index 0000000..8a8df82
--- /dev/null
+++ b/static/css/main.css
@@ -0,0 +1,129 @@
+body {
+ margin: 0;
+ padding: 0;
+ background: #ffffff;
+ min-width: 800px;
+}
+
+p.headline {
+ font-size: 2.4em;
+ margin: 0.3em 0;
+ font-weight: blod;
+}
+
+p.subtext {
+ font-size: 1.7em;
+ margin: 10px 0;
+ font-weight: blod;
+}
+
+span.spline {
+ color: red;
+}
+
+#header {
+ text-align: center;
+}
+
+#header table {
+ margin: 0 auto;
+}
+
+div#title {
+ background: #9cf;
+ font-size: 1.8em;
+ font-weight: blod;
+ padding: 5px 0;
+ text-align: center;
+}
+
+.small {
+ font-size: 0.8em;
+}
+
+#footer {
+ font-size: 0.9em;
+ text-align: center;
+}
+
+div.info, div.create {
+ margin: 2em auto;
+}
+
+div.info {
+ width: 50%;
+}
+
+div.create {
+ width: 70%;
+}
+
+div.header {
+ background: #fff0d0;
+ padding: 0.2em;
+}
+
+div#status .ok {
+ color: green;
+}
+
+div#status {
+ text-align: center;
+}
+
+div#status span {
+ font-size: 2em;
+}
+
+div.create li {
+ margin: 1em 0;
+}
+
+div.create li li {
+ margin: 0;
+}
+
+form table {
+ width: 80%;
+ margin: 0 auto;
+}
+
+form td, form th {
+ padding-top: 1em;
+}
+
+form th {
+ text-align: right;
+ font-weight: normal;
+ vertical-align: top;
+ padding-right: 1em;
+ width: 40%;
+}
+
+form .wrong {
+ display: block;
+ font-weight: normal;
+ color: red;
+ margin-top: 0.2em;
+}
+
+input {
+ width: 20em;
+}
+
+input.submit {
+ width: 10em;
+ margin: 1em auto 0;
+ padding: 0.4em;
+ display: block;
+ font-weight: bold;
+}
+
+div#info.create {
+ text-align: center;
+}
+
+div#info.create .header {
+ text-align: left;
+ margin-bottom: 1em;
+}
diff --git a/static/img/PythonPowered.png b/static/img/PythonPowered.png
new file mode 100644
index 0000000..2e9d99c
--- /dev/null
+++ b/static/img/PythonPowered.png
Binary files differ
diff --git a/static/img/gnu-head-tiny.jpg b/static/img/gnu-head-tiny.jpg
new file mode 100644
index 0000000..441be50
--- /dev/null
+++ b/static/img/gnu-head-tiny.jpg
Binary files differ
diff --git a/static/img/mailman.jpg b/static/img/mailman.jpg
new file mode 100644
index 0000000..94a4c01
--- /dev/null
+++ b/static/img/mailman.jpg
Binary files differ
diff --git a/static/img/penguin.png b/static/img/penguin.png
new file mode 100644
index 0000000..7ff0c0d
--- /dev/null
+++ b/static/img/penguin.png
Binary files differ