X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=b5d34f6cc1f4f1ef1460dc5283f845ce28733f1f;hb=e52003a2f0aecacd91af213b8f5b777022d3a104;hp=baeeee6c793418fd98619dd7aab3b59fd7cd0493;hpb=ed4cab85e95f1eb70badbc3a22a493b5924d8e7e;p=shellwiki diff --git a/themes/default.css b/themes/default.css index baeeee6..b5d34f6 100644 --- a/themes/default.css +++ b/themes/default.css @@ -5,6 +5,7 @@ body { width: 100%; min-height: 100%; padding-bottom: 6em; + background-color: #EEE; } header, footer { @@ -49,10 +50,13 @@ main .pagemenu li { } main .pagemenu li a { color: #FFF; } -main article { +main article, +[id$="/[attachment]/"] main form.upload, +[id$="/[attachment]/"] main .attachment.list { margin: 1em; padding: .125em 1em 1em 1em; box-shadow: .25em .25em .75em; + background-color: #FFF; }