MediaWiki:Cathedral.css: Difference between revisions

MediaWiki interface page
m (add styling for concept pages)
m (SMW styling: override default styles)
Line 43: Line 43:


/* SMW Styling */
/* SMW Styling */
.smw-column-header  { color: inherit; }
.smw-column-header  { color: inherit !important; } /*override default styling*/
.smwfact { background-color: inherit; }
.smwfact { background-color: inherit !important; } /*override default styling*/

Revision as of 06:19, 4 April 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 */
}

/* Tooltip */
.tooltip {
  border-bottom-color: var(--NOL-grey);
}

.tooltiptext,
.tooltiptext:after,
.tooltip .tooltip .tooltiptext:after {
  background: var(--NOL-black);
}

/* SMW Styling */
.smw-column-header  { color: inherit !important; } /*override default styling*/
.smwfact { background-color: inherit !important; } /*override default styling*/