change menu icons to backgrounds
[edumed.git] / edumed / static / css / base.css
index e29f770..4d807d7 100644 (file)
@@ -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;
@@ -31,7 +32,10 @@ header.main {
       vertical-align: middle; }
   header.main #organizer {
     float: right;
-    margin-top: 1.3em; }
+    font-size: .75em;
+    color: #777; }
+    header.main #organizer img {
+      margin-top: .5em; }
   header.main nav ul {
     padding: 0;
     position: absolute;
@@ -44,43 +48,62 @@ 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 {
+    content: " ";
     display: block;
-    margin-bottom: .8em; }
+    margin-bottom: .8em;
+    width: 2.75em;
+    height: 2.125em;
+    text-align: center;
+    margin: auto; }
   header.main nav .menu-lekcje:before {
-    content: url(../img/menu/lekcje.png); }
+    background: url(../img/menu/lekcje.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-kompetencje:before {
-    content: url(../img/menu/katalog.png); }
+    background: url(../img/menu/katalog.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-wspolpraca:before {
-    content: url(../img/menu/wspolpraca.png); }
+    background: url(../img/menu/wspolpraca.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-szkolenia:before {
-    content: url(../img/menu/szkolenia.png); }
+    background: url(../img/menu/szkolenia.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-wesprzyj:before {
-    content: url(../img/menu/wesprzyj.png); }
+    background: url(../img/menu/wesprzyj.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-o-nas:before {
-    content: url(../img/menu/o-nas.png); }
+    background: url(../img/menu/o-nas.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-kontakt:before {
-    content: url(../img/menu/kontakt.png); }
+    background: url(../img/menu/kontakt.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-lekcje:hover:before {
-    content: url(../img/menu/lekcje_active.png); }
+    background: url(../img/menu/lekcje_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-kompetencje:hover:before {
-    content: url(../img/menu/katalog_active.png); }
+    background: url(../img/menu/katalog_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-wspolpraca:hover:before {
-    content: url(../img/menu/wspolpraca_active.png); }
+    background: url(../img/menu/wspolpraca_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-szkolenia:hover:before {
-    content: url(../img/menu/szkolenia_active.png); }
+    background: url(../img/menu/szkolenia_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-wesprzyj:hover:before {
-    content: url(../img/menu/wesprzyj_active.png); }
+    background: url(../img/menu/wesprzyj_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-o-nas:hover:before {
-    content: url(../img/menu/o-nas_active.png); }
+    background: url(../img/menu/o-nas_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main nav .menu-kontakt:hover:before {
-    content: url(../img/menu/kontakt_active.png); }
+    background: url(../img/menu/kontakt_active.png) no-repeat 0 0;
+    background-size: 100%; }
   header.main #tagline {
     clear: both;
     float: left;
@@ -92,10 +115,9 @@ header.main {
     color: #363a3e; }
   header.main #search {
     float: right;
-    padding: 0 0.625em;
     background-color: white;
     /* Extend padded background .*/
-    padding: 0 0.625em;
+    padding: 2px 0.625em 0;
     margin-right: -0.625em; }
 
 #content {
@@ -117,9 +139,59 @@ 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 {
+  font-size: .8em; }
+  #search input, #search button {
+    font-family: Dosis;
+    font-size: .9em;
+    vertical-align: bottom;
+    border: 1px solid #c9ccce;
+    padding: 0;
+    margin: 0;
+    line-height: .9em; }
+  #search input {
+    border-right-width: 0;
+    height: 16px;
+    width: 16em;
+    padding-left: 1.3em; }
+  #search button {
+    height: 18px;
+    width: 1.8em; }
+    #search button span {
+      position: relative;
+      top: -1px; }
+  #search input::-webkit-input-placeholder {
+    text-transform: uppercase; }
+  #search input:-moz-placeholder {
+    text-transform: uppercase; }
+  #search input::-moz-placeholder {
+    text-transform: uppercase; }
+  #search input::-ms-placeholder {
+    text-transform: uppercase; }
+
+.link-list {
+  list-style: none;
+  padding: 0; }
+  .link-list li {
+    margin-bottom: .5em; }
+  .link-list a:before {
+    content: "→";
+    margin-right: .5em; }
+  .link-list a {
+    color: #363a3e; }
+  .link-list a:hover {
+    color: #ed7831; }
+
+.plain {
+  margin: 0;
+  padding: 0;
+  list-style: none; }
+  .plain li {
+    margin: 1em 0; }