MediaWiki:SidebarTree: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "$wgHooks['BeforePageDisplay'][] = 'wfAddSidebarTree'; function wfAddSidebarTree( $out, $skin ) { $title = Title::newFromText( 'SidebarTree', NS_MEDIAWIKI ); $article = new A...") |
No edit summary |
||
Line 1: | Line 1: | ||
.fancytree ul { | |||
background: none; | |||
border: none; | |||
font-size: 12px; | |||
} | |||
ul.fancytree-container { | |||
outline: 0; | |||
border: none; | |||
overflow: hidden; | |||
} | |||
.fancytree p { | |||
display: none; | |||
} | |||
span.fancytree-title { | |||
cursor: default; | |||
} | |||
span.fancytree-title a { | |||
color: black; | |||
} | } |
Revision as of 21:28, 28 March 2020
.fancytree ul {
background: none; border: none; font-size: 12px;
} ul.fancytree-container {
outline: 0; border: none; overflow: hidden;
} .fancytree p {
display: none;
} span.fancytree-title {
cursor: default;
} span.fancytree-title a {
color: black;
}