MediaWiki:Cathedral.css: Difference between revisions

MediaWiki interface page
m (patch NOL-tabs to be more flexible)
m (change Media Viewer link colors from gold to blue)
Line 20: Line 20:
     background-color: #222;
     background-color: #222;
     text-align: left;
     text-align: left;
}
/* Have Media Viewer use the default link colors */
.mw-mmv-wrapper a {
color: #0645ad; /* blue */
}
.mv-mmv-wrapper a:visited {
color: #0b0080; /* dark blue */
}
}

Revision as of 19:19, 2 March 2018

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

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

.NOL-tabs p .mw-selflink {  
    background-color: #333; /*var(--NOL-black);*/
	border-bottom: 1.6px solid #333; /*var(--NOL-black);*/
	color: #ccc; /*var(--NOL-lightgrey);*/
}

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

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

/* Have Media Viewer use the default link colors */

.mw-mmv-wrapper a {
	color: #0645ad; /* blue */
}
.mv-mmv-wrapper a:visited {
	color: #0b0080; /* dark blue */
}