MediaWiki:Common.css
From Thương mại - Thuong mai
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ .card:hover {box-shadow: 0px 3px 3px 1px #888888;} /* SLIDESHOW */ #slideshow { overflow: hidden; height: 510px; width: 728px; margin: 0 auto; } .slide-wrapper { width: 2912px; -webkit-animation: slide 14s ease infinite; } .slide { float: left; height: 510px; width: 728px; } @-webkit-keyframes slide { 20% {margin-left: 0px;} 30% {margin-left: -728px;} 50% {margin-left: -728px;} 60% {margin-left: -1456px;} 80% {margin-left: -1456px;} }