aboutsummaryrefslogtreecommitdiffstats
path: root/cebong/static/css/wide.css
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-11-20 15:26:54 -0800
committerAlexis Metaireau <alexis@notmyidea.org>2012-11-20 15:26:54 -0800
commitf9fd2f5c414fab9a3230e69b9370918eddcf2e5b (patch)
treec452259418abcc1b367d00a3a3fa5eb3b8686077 /cebong/static/css/wide.css
parent662052faa4749d3fec2ff1149e853f71d5c2b434 (diff)
parente13a5cca9654737c9bf551a8947ef12df09a055f (diff)
downloadpelican-themes-f9fd2f5c414fab9a3230e69b9370918eddcf2e5b.tar.gz
Merge pull request #58 from kecebongsoft/cebong
New theme: cebong
Diffstat (limited to 'cebong/static/css/wide.css')
-rw-r--r--cebong/static/css/wide.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/cebong/static/css/wide.css b/cebong/static/css/wide.css
new file mode 100644
index 0000000..88fd59c
--- /dev/null
+++ b/cebong/static/css/wide.css
@@ -0,0 +1,48 @@
+@import url("main.css");
+
+body {
+ font:1.3em/1.3 "Hoefler Text","Georgia",Georgia,serif,sans-serif;
+}
+
+.post-info{
+ display: none;
+}
+
+#banner nav {
+ display: none;
+ -moz-border-radius: 0px;
+ margin-bottom: 20px;
+ overflow: hidden;
+ font-size: 1em;
+ background: #F5F4EF;
+}
+
+#banner nav ul{
+ padding-right: 50px;
+}
+
+#banner nav li{
+ float: right;
+ color: #000;
+}
+
+#banner nav li a {
+ color: #000;
+}
+
+#banner h1 {
+ margin-bottom: -18px;
+}
+
+#featured, #extras {
+ padding: 50px;
+}
+
+#featured {
+ padding-top: 20px;
+}
+
+#extras {
+ padding-top: 0px;
+ padding-bottom: 0px;
+}