Prepared for SP 4-6.
[edumed.git] / edumed / static / css / mil.scss
1 @import "vars";
2
3 header.header-mil {
4     
5     background-color: #f47b3b;
6
7     #organizer {
8         color: white;
9         float: none;
10         position: absolute;
11         top: 10px;
12         right:12px;
13     }
14     
15     nav {
16         ul {
17             margin-top: 0;
18             li {
19                 vertical-align: text-bottom;
20             }
21         }
22
23         a,a:hover {
24             color: white;
25         }
26
27         a:before {
28             content: " ";
29             display: block;
30             margin-bottom: .8em;
31             width: 88*$px;
32             height: 68*$px;
33             text-align:center;
34             margin: auto;
35             margin-bottom: .8em;
36         }
37
38         .menu-consultations:before { background: url(../img/menu/mil/consultations.png) no-repeat 0 0; background-size: 100%;}
39         .menu-takepart:before { background: url(../img/menu/mil/takepart.png) no-repeat 0 0; background-size: 100%;}
40         .menu-knowledgebase:before { background: url(../img/menu/mil/knowledgebase.png) no-repeat 0 0; background-size: 100%;}
41
42         .menu-kompetencje:before, .menu-kontakt:before {
43             width: 58*$px;
44             height: 45*$px;
45         }
46
47         .menu-kompetencje:before, .menu-kompetencje:hover:before {
48             background: url(../img/menu/mil/catalog.png) no-repeat 0 0; background-size: 100%;
49         }
50         .menu-kontakt:before, .menu-kontakt:hover:before {
51             background: url(../img/menu/mil/contact.png) no-repeat 0 0; background-size: 100%;
52         }
53
54         .lang-switcher-en:before { background: url(../img/menu/mil/lang_en.png) no-repeat 0 0; background-size: 100%;}
55         .lang-switcher-pl:before { background: url(../img/menu/mil/lang_pl.png) no-repeat 0 0; background-size: 100%;}
56     }
57 }