X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/39844fcccd43fc77f6beb350f5792bb0859135df..07096ee18c78a330205e0f0a656dee1378ceb8c2:/catalogue/static/catalogue/css/layout.css diff --git a/catalogue/static/catalogue/css/layout.css b/catalogue/static/catalogue/css/layout.css index 0006fdc..1836845 100644 --- a/catalogue/static/catalogue/css/layout.css +++ b/catalogue/static/catalogue/css/layout.css @@ -11,16 +11,19 @@ margin: 0; } #sidebar section h1.realisation { font-weight: normal; } - #sidebar section h1.realisation:before { - content: url(/static/img/icons/time.png); - vertical-align: middle; - margin-right: 0.625em; } #sidebar .box { - background-color: #16a487; + background-color: #d4d6d8; border-radius: 0.938em; padding: 1.063em 0.75em 1.063em 0.75em; } - #sidebar .box .dl-button { - color: white; } + #sidebar .box h1 { + font-size: 1em; + text-transform: uppercase; } + #sidebar .box-button { + background-color: #ed7831; + border-radius: 0.938em; } + #sidebar .box-button .dl-button { + color: white; + padding: 1.063em 0.75em 1.063em 0.75em; } #sidebar .dl-button { color: #363a3e; display: block; @@ -39,6 +42,16 @@ #sidebar .section-minor h1 { font-weight: normal; font-size: 1em; } + #sidebar .section-micro { + font-size: .8em; + color: #888; + border-top: 1px solid #c9ccce; + padding-top: 1.063em; } + #sidebar .section-micro h1 { + font-weight: normal; + font-size: 1em; } + #sidebar .section-micro .link-list a { + color: #888; } #main-bar { width: 40em; }