X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=c8db7182216a943ab36f4932d2e682cd1e35a2e6;hb=7b1d88cf33d962e2ac98e03d0fd21327aee583a6;hp=baeeee6c793418fd98619dd7aab3b59fd7cd0493;hpb=c6cb47f6bf0415592ccd04e8fb6ccf5d804cab3d;p=shellwiki diff --git a/themes/default.css b/themes/default.css index baeeee6..c8db718 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,24 @@ main .pagemenu li { } main .pagemenu li a { color: #FFF; } -main article { +main article, +[id$="/[attachment]/"] main form.upload { margin: 1em; padding: .125em 1em 1em 1em; box-shadow: .25em .25em .75em; + background-color: #FFF; +} + +[id$="/[attachment]/"] main .attachment.list { + margin: 1em; + padding: 1em 2em; +} +[id$="/[attachment]/"] main .attachment.list:before { + content: ''; + position: absolute; + top: 0; bottom: 0; left: 0; right: 0; + background-color: #FFF; + box-shadow: .25em .25em .75em; } @@ -65,6 +80,11 @@ body.editor textarea { /* === Attachments === */ +.attachment.list button[name=delete] { + font-size: .75em; + line-height: 1.25em; + margin-right: 1.25em; +} .attachment.list .size, .attachment.list .date { font-size: .875em;