2017-04-12 11:12:05 +02:00
|
|
|
#support-navigator-banner {
|
2016-12-02 16:04:23 +01:00
|
|
|
position: fixed;
|
2017-04-12 10:33:16 +02:00
|
|
|
text-align: center;
|
2016-12-02 16:04:23 +01:00
|
|
|
line-height: 2em;
|
2017-04-11 16:36:03 +02:00
|
|
|
color: #FFFFFF;
|
2016-12-02 16:04:23 +01:00
|
|
|
background-color: #990000;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
2017-04-11 17:06:30 +02:00
|
|
|
|
2017-04-12 10:42:48 +02:00
|
|
|
a {
|
2017-04-11 18:40:01 +02:00
|
|
|
color: #C3D9FF;
|
2016-12-02 16:04:23 +01:00
|
|
|
}
|
2017-04-04 15:27:04 +02:00
|
|
|
}
|