aboutsummaryrefslogtreecommitdiffstats
path: root/notmyidea-cms/static/css/wide.css
diff options
context:
space:
mode:
authorskami <skami@skami-laptop.dyndns.org>2011-02-09 14:15:30 +0100
committerskami <skami@skami-laptop.dyndns.org>2011-02-09 14:15:30 +0100
commit16c52c7b84ece3d48fa62022867072b11ad473db (patch)
treedc0b50ee06d80c1b76146f37944a61187f901298 /notmyidea-cms/static/css/wide.css
parent869840185624149e701685ef8021a6d3d46fff3b (diff)
downloadpelican-themes-16c52c7b84ece3d48fa62022867072b11ad473db.tar.gz
Adding «notmyidea-cms», a modified version of «notmyidea» for complete
websites...
Diffstat (limited to 'notmyidea-cms/static/css/wide.css')
-rw-r--r--notmyidea-cms/static/css/wide.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/notmyidea-cms/static/css/wide.css b/notmyidea-cms/static/css/wide.css
new file mode 100644
index 0000000..3376f4c
--- /dev/null
+++ b/notmyidea-cms/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;
+}