MediaWiki:Common.css: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
     font: 1em/1.2em monospace,monospace;
     font: 1em/1.2em monospace,monospace;
     font-size: 1.25em;
     font-size: 1.25em;
}
.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 19:46, 24 July 2016

/* CSS placed here will be applied to all skins */
.css.source-css .de1, .css.source-css .de2 {
    font: 1em/1.2em monospace,monospace;
    font-size: 1.25em;
}
.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;
}