equal
deleted
inserted
replaced
|
1 body {background-color: #e9e2d0;} |
|
2 |
1 h1 {text-align: center;} |
3 h1 {text-align: center;} |
2 .navbar-brand {font-weight: 800; font-size: 24px;} |
4 .navbar-brand {font-weight: 800; font-size: 24px;} |
3 .container { |
5 .container { |
4 |
6 |
5 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
7 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); |
9 |
11 |
10 /* for the Epidemic */ |
12 /* for the Epidemic */ |
11 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30); |
13 filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30); |
12 -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)"; |
14 -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)"; |
13 zoom: 1;}} |
15 zoom: 1;}} |
|
16 |
|
17 .dropdown-menue {background-color: #9f9a8b;} |
|
18 .navbar { |
|
19 background-color: #e9e2d0; |
|
20 } |
|
21 .navbar-default .navbar-nav > .active > a, |
|
22 .navbar-default .navbar-nav > .active > a:hover, |
|
23 .navbar-default .navbar-nav > .active > a:focus { |
|
24 |
|
25 background-color: transparent; |
|
26 border-bottom: 1px solid #bf1339; |
|
27 } |
|
28 |
|
29 .jumbotron { |
|
30 |
|
31 background-color: #01e9ff; |
|
32 /*background-color: #ce4b68;*/ |
|
33 /*background-color: #9f998c;*/ |
|
34 } |