„style.css“ ändern
parent
0164f7b78d
commit
f78fdcad50
22
style.css
22
style.css
|
@ -58,6 +58,28 @@ body{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#CandleID{
|
||||||
|
opacity: 1;
|
||||||
|
pointer-events: auto;
|
||||||
|
}
|
||||||
|
#abmelden{
|
||||||
|
|
||||||
|
position: fixed;
|
||||||
|
left: auto;
|
||||||
|
right: 60px;
|
||||||
|
top: 149px;
|
||||||
|
width: 120px;
|
||||||
|
height: 35px;
|
||||||
|
background-color:#664220 ;
|
||||||
|
color:rgb(255, 255, 255);
|
||||||
|
padding-right:10px;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-top: 15px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#buecher{
|
#buecher{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue