MediaWiki:Common.css: Difference between revisions

From Yggenyk
Jump to navigation Jump to 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 edit summary
Line 19: Line 19:
     color: black;
     color: black;
}
}
#siteNotice { background-color: #ffff94; }

Revision as of 15:11, 19 August 2015

/* 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: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}
#siteNotice { background-color: #ffff94; }

id=siteTree