MediaWiki:Common.css

From Reallusion Wiki!
Revision as of 23:04, 6 May 2020 by Eric (Talk | contribs)

Jump to: navigation, 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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}

ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: auto;
}

ul.fancytree-container ul {
    padding: 10px;
}

.fancytree p {
    display: none;
}

span.fancytree-title {
    cursor: default;
}

span.fancytree-title a {
    color: black;
}

.fancytree-treefocus span.fancytree-selected span.fancytree-title, .fancytree-treefocus span.fancytree-active span.fancytree-title {
    background: transparent;
    color: black;
}


/*
.fancytree-exp-n span.fancytree-expander, .fancytree-exp-n span.fancytree-expander:hover {
    width: 0px;
}

.fancytree-exp-nl span.fancytree-expander, .fancytree-exp-nl span.fancytree-expander:hover {
    width: 0px;
}
*/