Difference between revisions of "MediaWiki:Common.css"

From Reallusion Wiki!
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .fancytree ul { background: none; border: none; font-size: 12px; } ul.fancytree-container { outline: 0;...")
(No difference)

Revision as of 22:48, 6 May 2020

/* 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: 0px;
}

.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;
}
*/