X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/c3955dfd70abab4db001b0d0ad3298747e168be8..e470363329ca19f0ed74f7e6d420badcd83408c6:/edumed/static/css/base.css diff --git a/edumed/static/css/base.css b/edumed/static/css/base.css index 24cc530..27f9ccf 100644 --- a/edumed/static/css/base.css +++ b/edumed/static/css/base.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; @import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext); a { text-decoration: none; @@ -44,12 +45,12 @@ header.main { text-align: center; /*position:relative;*/ } header.main nav a { - color: #ed7831; + color: #363a3e; display: block; vertical-align: bottom; font-size: .85em; } header.main nav a:hover { - color: #363a3e; } + color: #ed7831; } header.main nav a:before { display: block; margin-bottom: .8em; } @@ -116,11 +117,11 @@ footer.main { width: 13.75em; } footer.main .footer-item p { font-size: .75em; } - footer.main .footer-item-half { + footer.main .sponsors-column { float: left; - margin-right: 1.25em; + margin-left: 1.25em; width: 6.25em; } - footer.main .footer-item-half p { + footer.main .sponsors-column p { font-size: .75em; } #search { @@ -152,3 +153,14 @@ footer.main { text-transform: uppercase; } #search input::-ms-placeholder { text-transform: uppercase; } + +.link-list { + list-style: none; + padding: 0; } + .link-list a:before { + content: "→"; + margin-right: .5em; } + .link-list a { + color: #363a3e; } + .link-list a:hover { + color: #ed7831; }