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