Fixed top side buttons
This commit is contained in:
parent
153c9af38c
commit
d008caf432
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user