hr@12
|
1 |
@font-face {
|
hr@12
|
2 |
font-family: 'afta_serifitalic';
|
hr@12
|
3 |
src: url('/fonts/aftaserifthin-italic-webfont.eot');
|
hr@12
|
4 |
src: url('/fonts/aftaserifthin-italic-webfont.eot?#iefix') format('embedded-opentype'),
|
hr@12
|
5 |
url('/fonts/aftaserifthin-italic-webfont.woff') format('woff'),
|
hr@12
|
6 |
url('/fonts/aftaserifthin-italic-webfont.ttf') format('truetype'),
|
hr@12
|
7 |
url('/fonts/aftaserifthin-italic-webfont.svg#afta_serifitalic') format('svg');
|
hr@12
|
8 |
font-weight: normal;
|
hr@12
|
9 |
font-style: normal;
|
hr@12
|
10 |
}
|
hr@12
|
11 |
@font-face {
|
hr@12
|
12 |
font-family: '/fonts/afta_serifregular';
|
hr@12
|
13 |
src: url('/fonts/aftaserifthin-regular-webfont.eot');
|
hr@12
|
14 |
src: url('/fonts/aftaserifthin-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
hr@12
|
15 |
url('/fonts/aftaserifthin-regular-webfont.woff') format('woff'),
|
hr@12
|
16 |
url('/fonts/aftaserifthin-regular-webfont.ttf') format('truetype'),
|
hr@12
|
17 |
url('/fonts/aftaserifthin-regular-webfont.svg#afta_serifregular') format('svg');
|
hr@12
|
18 |
font-weight: normal;
|
hr@12
|
19 |
font-style: normal;
|
hr@12
|
20 |
}
|
hr@12
|
21 |
|
hr@7
|
22 |
body {background-color: #e9e2d0;}
|
hr@7
|
23 |
|
peter@3
|
24 |
h1 {text-align: center;}
|
hr@12
|
25 |
.navbar-brand {
|
hr@12
|
26 |
font-weight: 800; font-size: 24px;
|
hr@12
|
27 |
font-family: 'afta_serifitalic';}
|
hr@6
|
28 |
.container {
|
hr@6
|
29 |
|
hr@6
|
30 |
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
|
hr@6
|
31 |
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
|
hr@6
|
32 |
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
|
hr@6
|
33 |
-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
|
hr@8
|
34 |
border: 1px solid #9f998c;
|
hr@6
|
35 |
/* for the Epidemic */
|
hr@6
|
36 |
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
|
hr@6
|
37 |
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
|
hr@6
|
38 |
zoom: 1;}}
|
hr@7
|
39 |
|
hr@8
|
40 |
.dropdown-menue {
|
hr@8
|
41 |
background-color: #9f9a8b;}
|
hr@7
|
42 |
.navbar {
|
hr@7
|
43 |
background-color: #e9e2d0;
|
hr@8
|
44 |
border: 1px solid transparent;
|
hr@7
|
45 |
}
|
hr@7
|
46 |
.navbar-default .navbar-nav > .active > a,
|
hr@7
|
47 |
.navbar-default .navbar-nav > .active > a:hover,
|
hr@7
|
48 |
.navbar-default .navbar-nav > .active > a:focus {
|
hr@7
|
49 |
|
hr@7
|
50 |
background-color: transparent;
|
hr@7
|
51 |
border-bottom: 1px solid #bf1339;
|
hr@7
|
52 |
}
|
hr@7
|
53 |
|
hr@7
|
54 |
.jumbotron {
|
hr@7
|
55 |
|
hr@11
|
56 |
background-color: #e5edf1;
|
hr@10
|
57 |
/*background-color: #01e9ff;*/
|
hr@7
|
58 |
/*background-color: #ce4b68;*/
|
hr@7
|
59 |
/*background-color: #9f998c;*/
|
hr@8
|
60 |
}
|
hr@8
|
61 |
|
hr@8
|
62 |
.flags {
|
hr@8
|
63 |
padding: 5px 0 0 5px;
|
hr@8
|
64 |
float: right;} |