Aggiustamenti alle pagine, pronta per il go-live.
This commit is contained in:
parent
464c0bac4f
commit
6018e07841
9 changed files with 116 additions and 27 deletions
|
@ -254,3 +254,11 @@ aside > h2 {
|
|||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.liveactive {
|
||||
font-weight: bold;
|
||||
animation: blinker 1.7s cubic-bezier(.5, 0, 1,1) infinite;
|
||||
-moz-animation: blinker 1s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes blinker { 50% { opacity: 0; } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue