Difference between revisions of "MediaWiki:Common.css"
From SF3
(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;...") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .fancytree ul { | + | .fancytree ul, .suckerfish ul { |
background: none; | background: none; | ||
border: none; | border: none; | ||
Revision as of 11:52, 25 August 2016
/* CSS placed here will be applied to all skins */
.fancytree ul, .suckerfish 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;
}