diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 09:55:21 +0100 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 09:55:21 +0100 |
commit | f08e56433fb2c92a9172787adcb33edee347bc7b (patch) | |
tree | a22469e241b12306d1fc6c766bcd82ebb74b5c7b /static/css/wide.css | |
parent | 620ce27818a754dc9604d5a9344fa493cdf1241b (diff) |
Update for new upstream version (revision 3891)upstream
Diffstat (limited to 'static/css/wide.css')
-rw-r--r-- | static/css/wide.css | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/static/css/wide.css b/static/css/wide.css new file mode 100644 index 0000000..88fd59c --- /dev/null +++ b/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; +} |