MediaWiki:Cathedral.css

MediaWiki interface page
Revision as of 19:55, 15 March 2018 by Chao (talk | contribs) (TOOLTIP - add CSS for dark theme)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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);
}