MediaWiki:Common.css: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
     color: black;
     color: black;
}
}
#siteNotice { background-color: #ffff94; }
#siteNotice { background-color: #ffff94; color: #8a2e5c; font-size: 20px; font-family: "Courier New"; }

Revision as of 15:12, 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; color: #8a2e5c; font-size: 20px; font-family: "Courier New"; }

id=siteTree