helialprofile.png
Welcome to IOPWiki, Commander. You can contribute to this wiki without an account. Learn how to contribute and join our Discord server.

MediaWiki:Gadget-artTab.css

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Revision as of 06:08, 26 December 2017 by Pianoforte (talk | contribs)
Jump to navigation Jump to search

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: 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.
#artTab {
    overflow: hidden;
    position:relative;
}

/* Style the buttons inside the tab */
#artTab > div > button {
    padding: 3px 6px;
    maring: 2px 3px;
    border-radius: 15px;
    border: none;
    text-shadow:none;
    z-index:5;
    font-family: arial;
    font-weight: bold;
    font-size: 1em;
    opacity:0.5;
    background-color: #4E443C;
    color:#F0b000;

    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity:0.5;
}

/* Change background color of buttons on hover */
#artTab button:hover {
    opacity:1;
}

/* Create an active/current tablink class */
#artTab button.active {
    color:#4E443C;
    background-color: #F0b000;
    border-radius: 15px;
    border: none;
    text-shadow:none;
    z-index:5;
}