X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76acb4ea49713c4390342ccbdf8f3a5a71f8aee..db036d174ce735bb5d9d4b7f8848fd2d4affe797:/edumed/static/css/base.css?ds=sidebyside diff --git a/edumed/static/css/base.css b/edumed/static/css/base.css index c59a82d..2d17d6e 100644 --- a/edumed/static/css/base.css +++ b/edumed/static/css/base.css @@ -1,5 +1,5 @@ @charset "UTF-8"; -@import url(http://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext); +@import url(//fonts.googleapis.com/css?family=Dosis:400,700&subset=latin,latin-ext); a { text-decoration: none; color: #ed7831; } @@ -9,22 +9,33 @@ a { body { font-family: Dosis; - margin: 0; background: white; - color: #363a3e; } + color: #363a3e; + margin: 0; } .clr { clear: both; } +#banners { + margin: 0 auto; + width: 58.75em; } + #banners > a { + display: block; + width: 100%; } + #banners img { + display: block; + margin: 0 auto; + width: 100%; } + #header-wrapper { background-image: url(../img/header-bar.png); background-repeat: repeat-x; background-position: 0 100%; } header.main { - margin: 0 auto 1.438em; + margin: 0 auto 1.4375em; width: 58.75em; - padding: 1.813em 0.625em 0; } + padding: 1.8125em 0.625em 0; } header.main #logo { float: left; margin-bottom: 1.25em; } @@ -203,5 +214,5 @@ footer.main { margin: 1em 0; } .flatpage img { - border: 0.313em solid #eeeeee; + border: 0.3125em solid #eeeeee; margin: 1.3em; }