Difference between revisions of "MediaWiki:Common.css"

From Frictional Wiki
Jump to navigation Jump to search
m (Darkened border for thumbnail images)
(Darken VisualEditor pop-up box arrow)
Line 6: Line 6:
 
}
 
}
  
 +
/* Darken image thumbnail border */
 
html .thumbimage {
 
html .thumbimage {
 
   border-color: #484848;
 
   border-color: #484848;
 +
}
 +
 +
/* Darken VisualEditor pop-up box arrow */
 +
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after {
 +
  border-bottom-color: #292929 !important;
 
}
 
}

Revision as of 21:49, 15 August 2020

/* CSS placed here will be applied to all skins */

/* class keyword color */
.mw-highlight .nc {
  color: #6A6AFF;
}

/* Darken image thumbnail border */
html .thumbimage {
  border-color: #484848;
}

/* Darken VisualEditor pop-up box arrow */
.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor::after {
  border-bottom-color: #292929 !important;
}