aboutsummaryrefslogtreecommitdiffstats
path: root/basic/static
diff options
context:
space:
mode:
authorSkami18 <skami@skami-laptop.dyndns.org>2011-07-26 12:12:04 +0200
committerSkami18 <skami@skami-laptop.dyndns.org>2011-07-26 12:12:04 +0200
commit16346a5a0533105d923dd85fc11c94d8744a1032 (patch)
tree069ccb11242c35cd645de133bddcf6632c12449e /basic/static
parent2f2b800bb38015e043923bd9b236f09c7c6d8244 (diff)
downloadpelican-themes-16346a5a0533105d923dd85fc11c94d8744a1032.zip
pelican-themes-16346a5a0533105d923dd85fc11c94d8744a1032.tar.gz
pelican-themes-16346a5a0533105d923dd85fc11c94d8744a1032.tar.bz2
Added support of GA, EI and Jappix in the basic theme
Diffstat (limited to 'basic/static')
-rw-r--r--basic/static/css/style.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/basic/static/css/style.css b/basic/static/css/style.css
deleted file mode 100644
index bf027af..0000000
--- a/basic/static/css/style.css
+++ /dev/null
@@ -1,39 +0,0 @@
-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;
-}
-