X-Git-Url: https://git.mdrn.pl/audio.git/blobdiff_plain/55085d3c5421cb05b1ec28943ca99a1751091744..eee35e00bf0d0eb3d2a9f08f72c7052962fecbf6:/apps/archive/static/style.css diff --git a/apps/archive/static/style.css b/apps/archive/static/style.css deleted file mode 100755 index 88e075a..0000000 --- a/apps/archive/static/style.css +++ /dev/null @@ -1,68 +0,0 @@ -body { - margin: 0; - font-family: verdana, sans-serif; - font-size: 12px; -} - -a { - color: #bf6000; - text-decoration: none; -} - -.clr { - clear: both; -} - - -#repo-zones-nav { - padding: 5px 5px 0 10px; - background: #ffdfbf; - border-bottom: 1px solid #ff8000; -} - -#repo-zones-nav a { - display: block; - float: left; - padding: 5px 20px 5px 20px; - margin-bottom: -1px; - border-width: 1px; - border-style: solid; - border-color: rgba(0,0,0,0); -} - -#repo-zones-nav .active { - background: white; - border-color: #ff8000 #ff8000 white #ff8000; -} - -#content { - padding: 10px; -} - - -.errorlist { - margin: 0; -} - -.errorlist li { - color: red; -} - - -.tags, .multiple_tags { - border-collapse: collapse; -} - -.tags td, .tags th, .multiple_tags td, .multiple_tags th { - border: 1px solid #ddd; - padding: 3px; -} - - -.list-published-tag, .list-publishing-tag { - padding-left: 2em; - font-size: .8em; -} -.list-publishing-tag { - color: #aaa; -}