Fixed top side buttons

This commit is contained in:
Joachim Nielandt 2018-03-24 12:41:44 +01:00
parent 153c9af38c
commit d008caf432

View File

@ -15,10 +15,11 @@
margin-top: 25px;
padding-bottom: 9px;
font-size: 80%;
transition: font-size 0.15s ease-out;
transition: font-size 0.15s ease;
}
#topname.active {
font-size: 100%;
transition: font-size 0.15s ease;
}
#topname #first {
@ -31,7 +32,7 @@
}
#topname #last {
font-size: 20pt;
font-size: 150%;
}
#topmenubuttons, #topname {
@ -62,7 +63,6 @@
}
#highlightedlink {
transition: opacity 0.15s ease-out;
color: gray;
opacity: 0;
//background-color: aqua;
@ -72,8 +72,10 @@
left: 0px;
font-size: 89%;
text-align: center;
transition: opacity 0.5s ease-in-out;
}
#highlightedlink.active {
opacity: 1;
transition: opacity 0.5s ease-in-out;
}