X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=themes%2Fnotmyidea%2Fstatic%2Fcss%2Fwide.css;fp=themes%2Fnotmyidea%2Fstatic%2Fcss%2Fwide.css;h=88fd59ceb7d5c6bbfc989d3a5e9cb4df3cdfb80b;hb=5b6e1f86d097cb362496af487d616420d233d8b3;hp=0000000000000000000000000000000000000000;hpb=f1d23291e10b9cde47c452b8e848688d28e0d4e9;p=markerbeacon.git diff --git a/themes/notmyidea/static/css/wide.css b/themes/notmyidea/static/css/wide.css new file mode 100644 index 0000000..88fd59c --- /dev/null +++ b/themes/notmyidea/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; +}