X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9d6c41a8d4518ba851c9de7426abe49de0660077..32f1e5e6ca927cfbb8b69e87ba456db2b5eb5f89:/edumed/static/css/base.css?ds=sidebyside diff --git a/edumed/static/css/base.css b/edumed/static/css/base.css index 292a122..07cf233 100644 --- a/edumed/static/css/base.css +++ b/edumed/static/css/base.css @@ -74,48 +74,6 @@ header.main { text-align: center; margin: auto; margin-bottom: .8em; } - header.main nav .menu-lekcje:before { - background: url(../img/menu/lekcje.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-kompetencje:before { - background: url(../img/menu/katalog.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-wspolpraca:before { - background: url(../img/menu/wspolpraca.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-szkolenia:before { - background: url(../img/menu/szkolenia.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-wesprzyj:before { - background: url(../img/menu/wesprzyj.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-o-nas:before { - background: url(../img/menu/o-nas.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-kontakt:before { - background: url(../img/menu/kontakt.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-lekcje:hover:before { - background: url(../img/menu/lekcje_active.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-kompetencje:hover:before { - background: url(../img/menu/katalog_active.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-wspolpraca:hover:before { - background: url(../img/menu/wspolpraca_active.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-szkolenia:hover:before { - background: url(../img/menu/szkolenia_active.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-wesprzyj:hover:before { - background: url(../img/menu/wesprzyj_active.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-o-nas:hover:before { - background: url(../img/menu/o-nas_active.png) no-repeat 0 0; - background-size: 100%; } - header.main nav .menu-kontakt:hover:before { - background: url(../img/menu/kontakt_active.png) no-repeat 0 0; - background-size: 100%; } header.main nav .menu-oc-program:before { background: url(../img/menu/olimpiada/program.png) no-repeat 0 0; background-size: 100%; } @@ -187,12 +145,18 @@ footer.main { float: left; margin-right: 1.25em; width: 13.75em; } + footer.main .sponsors-page { + margin-bottom: 1.25em; } footer.main .sponsors-column { float: left; - margin-left: 1.25em; - width: 6.25em; } + margin-right: 1.25em; + width: 9.1875em; } footer.main .sponsors-column p { font-size: .75em; } + footer.main .sponsors-column:first-child { + margin-left: 0; } + footer.main .sponsors-column:nth-last-child(2) { + width: 6.25em; } footer.main .footer-extra p { margin-top: 0; } @@ -256,15 +220,19 @@ footer.main { ul.messages { list-style: none; } -.messages .error { +.messages li { top: 20px; left: 20px; - border: 1px solid black; - background: red; border-radius: 0.938em; padding: 5px 2px; color: white; text-align: center; font-weight: bold; } + .messages li.error { + background: red; + border: 1px solid black; } + .messages li.info { + background: #ed7831; + border: none; } /*# sourceMappingURL=base.css.map */