aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/static/css/wide.css
diff options
context:
space:
mode:
authorArnaud BOS <arnaud.tlse@gmail.com>2011-02-15 20:54:44 +0000
committerArnaud BOS <arnaud.tlse@gmail.com>2011-02-15 20:54:44 +0000
commita8e6acdd7d69a2c3fceb29257dbb317fdd166da2 (patch)
treea0bc6746e3b0a1a5160df7ffe05c90e820fe0956 /sneakyidea/static/css/wide.css
parent51bb3d45d1b376ee3f9c498c4828b5e537494630 (diff)
downloadpelican-themes-a8e6acdd7d69a2c3fceb29257dbb317fdd166da2.tar.gz
Added theme sneakyidea ;) Based on notmyidea w/ just some css changing
Diffstat (limited to 'sneakyidea/static/css/wide.css')
-rw-r--r--sneakyidea/static/css/wide.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/sneakyidea/static/css/wide.css b/sneakyidea/static/css/wide.css
new file mode 100644
index 0000000..3376f4c
--- /dev/null
+++ b/sneakyidea/static/css/wide.css
@@ -0,0 +1,43 @@
+@import url("main.css");
+
+body {
+ font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
+}
+
+.body, #banner nav, #banner nav ul, #about, #featured, #content{
+ width: inherit;
+}
+
+#banner nav {
+ -moz-border-radius: 0px;
+ margin-bottom: 0px;
+}
+
+#banner nav ul{
+ padding-right: 50px;
+}
+
+#banner nav li{
+ float: right;
+}
+
+#banner nav li:first-child a {
+ -moz-border-radius: 0px;
+}
+
+#banner h1 {
+ margin-bottom: -18px;
+}
+
+#featured, #extras {
+ padding: 50px;
+}
+
+#featured {
+ padding-top: 20px;
+}
+
+#extras {
+ padding-top: 0px;
+ padding-bottom: 0px;
+}