aboutsummaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorSkami18 <skami@skami-laptop.dyndns.org>2011-07-26 12:19:30 +0200
committerSkami18 <skami@skami-laptop.dyndns.org>2011-07-26 12:19:30 +0200
commitc56378cdfe909f9800624b855ecccce79b6e9436 (patch)
tree40d959591987e960c0e6bed3ecd612d4dd5af7cd /basic
parentdbc9a75672e7e599a13aee7c6173424900cf8804 (diff)
downloadpelican-themes-c56378cdfe909f9800624b855ecccce79b6e9436.zip
pelican-themes-c56378cdfe909f9800624b855ecccce79b6e9436.tar.gz
pelican-themes-c56378cdfe909f9800624b855ecccce79b6e9436.tar.bz2
The stylesheet was not versioned :-/
Diffstat (limited to 'basic')
-rw-r--r--basic/static/css/main.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/basic/static/css/main.css b/basic/static/css/main.css
new file mode 100644
index 0000000..0dcb17d
--- /dev/null
+++ b/basic/static/css/main.css
@@ -0,0 +1,40 @@
+body {
+ font-family: monospace;
+ font-size: 100%;
+ background-color: white;
+ color: #111;
+ width: 80%;
+ min-width: 400px;
+ min-height: 200px;
+ padding: 1em;
+ margin: 5% 10%;
+ border: thin solid gray;
+ border-radius: 5px;
+ display: block;
+}
+
+a:link { color: blue; text-decoration: none; }
+a:hover { color: blue; text-decoration: underline; }
+a:visited { color: blue; }
+
+h1 a { color: inherit !important }
+h2 a { color: inherit !important }
+h3 a { color: inherit !important }
+h4 a { color: inherit !important }
+h5 a { color: inherit !important }
+h6 a { color: inherit !important }
+
+#menu li {
+ display: inline;
+}
+
+#post-list {
+ margin-bottom: 1em;
+ margin-top: 1em;
+}
+
+pre {
+ margin: 2em 1em 2em 4em;
+ white-space: pre-wrap;
+}
+