MediaWiki:Gadget-Slideshow.css

From Elwiki

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.
.slideshow > .controls > .nav {
    margin: 0;
    padding: 0;
    height: 50px;
    background-color: red;
    float: right;
}

.slideshow > .controls > .nav > li {
    float: left;
    background-color: yellow;
    width: 80px;
    height: 100%;
    cursor: pointer;
    list-style: none;
}

.slideshow > .controls > .nav > li.prev {
    background-color: blue;
}

.slideshow > .controls > .clear {
    clear: both;
}

.slideshow > .contents > .content_list {
    margin: 0;
    padding: 0;
}

.slideshow > .contents > .content_list > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow.slideshow-flip-effects-fade > .contents > .content_list > li {
    display: none;
}

.slideshow.slideshow-flip-effects-fade > .contents > .content_list > li.active {
    display: block;
}