2017-05-17 15:11:35 +02:00
|
|
|
#beta {
|
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
position: fixed;
|
2024-03-25 15:58:55 +01:00
|
|
|
top: 26px;
|
2017-05-17 15:11:35 +02:00
|
|
|
right: -35px;
|
2024-03-25 15:58:55 +01:00
|
|
|
transform: rotate(45deg);
|
2017-05-17 15:11:35 +02:00
|
|
|
width: 150px;
|
|
|
|
background-color: #008CBA;
|
|
|
|
color: #FFFFFF;
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 700;
|
2024-03-25 15:58:55 +01:00
|
|
|
z-index: 1000;
|
2017-05-17 15:11:35 +02:00
|
|
|
}
|