MediaWiki:Common.css
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
#slideshow {
text-align: center;
overflow: hidden;
height: 400px;
width: 950px;
margin: 0 auto;
}
.slide-wrapper {
width: 2912px;
animation: slide 18s ease infinite;
}
.slide {
float: left;
height: 400px;
width: 950px;
}
.slide-number {
color: #000;
text-align: center;
font-size: 10em;
}
@-webkit-keyframes slide {
20% {margin-left: 0px;}
30% {margin-left: -950px;}
50% {margin-left: -950px;}
60% {margin-left: -1900px;}
70% {margin-left: -1900px;}
80% {margin-left: -2850px;}
90% {margin-left: -2850px;}
}