MediaWiki:Common.css: Difference between revisions

From Riverview Legal Group
Access restrictions were established for this page. If you see this message, you have no access to this page.
No edit summary
No edit summary
Line 4: Line 4:
     background: none;
     background: none;
     border: none;
     border: none;
     font-size: 12px;
     font-size: 14px;
}
}
ul.fancytree-container {
ul.fancytree-container {

Revision as of 18:36, 5 April 2020

/* CSS placed here will be applied to all skins */

.fancytree ul {
    background: none;
    border: none;
    font-size: 14px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}