|
|
@ -327,16 +327,18 @@ table.notimestampseconds td.time span.seconds { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#sidebar .showquickkeys .buffer .buffer-quick-key { |
|
|
|
#sidebar .showquickkeys .buffer .buffer-quick-key { |
|
|
|
transition:all linear 1s; |
|
|
|
transition: all ease 0.5s; |
|
|
|
-webkit-transition:all ease-out 1s; |
|
|
|
-webkit-transition: all ease 0.5s; |
|
|
|
|
|
|
|
transition-delay: 0.2s; |
|
|
|
|
|
|
|
-webkit-transition-delay: 0.2s; |
|
|
|
opacity: 0.7; |
|
|
|
opacity: 0.7; |
|
|
|
} |
|
|
|
} |
|
|
|
#sidebar .buffer .buffer-quick-key { |
|
|
|
#sidebar .buffer .buffer-quick-key { |
|
|
|
margin-left: -0.8em; |
|
|
|
margin-left: -0.7em; |
|
|
|
margin-right: -0.2em; |
|
|
|
margin-right: -0.2em; |
|
|
|
font-size: smaller; |
|
|
|
font-size: smaller; |
|
|
|
transition:all linear 2s; |
|
|
|
transition: all ease 0.5s; |
|
|
|
-webkit-transition:all ease-in 2s; |
|
|
|
-webkit-transition: all ease 0.5s; |
|
|
|
opacity: 0; |
|
|
|
opacity: 0; |
|
|
|
text-shadow: -1px 0px 4px rgba(255, 255, 255, 0.4), |
|
|
|
text-shadow: -1px 0px 4px rgba(255, 255, 255, 0.4), |
|
|
|
0px -1px 4px rgba(255, 255, 255, 0.4), |
|
|
|
0px -1px 4px rgba(255, 255, 255, 0.4), |
|
|
|