MediaWiki:Cathedral.css: Difference between revisions

MediaWiki interface page
(add support for autogenerated lists of subpages with more than 3 items)
 
m (patch NOL-tabs to be more flexible)
Line 1: Line 1:
/* CSS placed here will affect users of the Cathedral skin */
/* CSS placed here will affect users of the Cathedral skin */
/* NOL-tabs */
.NOL-tabs p .mw-selflink {
    background-color: #222; /*var(--NOL-darkblack);*/
    border-radius: 0 !important;
    border: 1px solid #aaa; /*var(--NOL-grey);*/
}


/* dropdown colors - main code is in /wiki/MediaWiki:Common.css */
/* dropdown colors - main code is in /wiki/MediaWiki:Common.css */

Revision as of 05:56, 2 March 2018

/* CSS placed here will affect users of the Cathedral skin */

/* NOL-tabs */

.NOL-tabs p .mw-selflink {
    background-color: #222; /*var(--NOL-darkblack);*/
    border-radius: 0 !important;
    border: 1px solid #aaa; /*var(--NOL-grey);*/
}

/* dropdown colors - main code is in /wiki/MediaWiki:Common.css */

.dropdown ul,
.dropdown div ul {
    background-color: #222;
    text-align: left;
}