diff options
author | asselinpaul <pa.asselin@gmail.com> | 2012-06-12 18:23:40 +0200 |
---|---|---|
committer | asselinpaul <pa.asselin@gmail.com> | 2012-06-12 18:23:40 +0200 |
commit | e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b (patch) | |
tree | ca743fea2c153afadc5266c15d9657062811583f /subtle/static/css/wide.css | |
parent | fdbaa6805064db85f6e71852d0c00e245d7ad432 (diff) | |
download | pelican-themes-e4c3d6fc542026ba68fa6f7e9cf4d84ab6e1801b.tar.gz |
added subtle
Diffstat (limited to 'subtle/static/css/wide.css')
-rwxr-xr-x | subtle/static/css/wide.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/subtle/static/css/wide.css b/subtle/static/css/wide.css new file mode 100755 index 0000000..88fd59c --- /dev/null +++ b/subtle/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; +} |