X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=d038d5ba8e984500e635039e4f05f0eefaf1da69;hb=4bb3dc49491553845dca3e41f5591c29edcdf07b;hp=0c5dffb9845e89de48f840636775fafc7c5d9c7b;hpb=5f0ce9f567afab5c48a592fbdb7bd0cd182cb3f9;p=shellwiki diff --git a/themes/default.css b/themes/default.css index 0c5dffb..d038d5b 100644 --- a/themes/default.css +++ b/themes/default.css @@ -50,13 +50,26 @@ 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; +} + /* === Editor === */