.omeka-plugin-interno-border{ border: 1px dashed rgb(78, 78, 78); padding: 10px; } .omeka-plugin-interno-comentario{ font-size: 0.7em; color: red; font-weight: bold; } .omeka-loop{ display: none; } .getod-miniloop-empty, .getod-itemsetloop-empty{ display: none; } /* dot pulse https://codepen.io/nzbin/pen/GGrXbp */ .dot-pulse { position: relative; left: -9999px; width: 10px; height: 10px; border-radius: 5px; background-color:#000; color: #000; box-shadow: 9999px 0 0 -5px #000; animation: dotPulse 1.5s infinite linear; animation-delay: .25s; } .dot-pulse::before, .dot-pulse::after { content: ''; display: inline-block; position: absolute; top: 0; width: 10px; height: 10px; border-radius: 5px; background-color: #000; color: #000; } .dot-pulse::before { box-shadow: 9984px 0 0 -5px #000; animation: dotPulseBefore 1.5s infinite linear; animation-delay: 0s; } .dot-pulse::after { box-shadow: 10014px 0 0 -5px #000; animation: dotPulseAfter 1.5s infinite linear; animation-delay: .5s; } @keyframes dotPulseBefore { 0% { box-shadow: 9984px 0 0 -5px #000; } 30% { box-shadow: 9984px 0 0 2px #000; } 60%, 100% { box-shadow: 9984px 0 0 -5px #000; } } @keyframes dotPulse { 0% { box-shadow: 9999px 0 0 -5px #000; } 30% { box-shadow: 9999px 0 0 2px #000; } 60%, 100% { box-shadow: 9999px 0 0 -5px #000; } } @keyframes dotPulseAfter { 0% { box-shadow: 10014px 0 0 -5px #000; } 30%{ box-shadow: 10014px 0 0 2px #000; } 60%, 100% { box-shadow: 10014px 0 0 -5px #000; } } /* END dot pulse https://codepen.io/nzbin/pen/GGrXbp */