MediaWiki:Common.css: Difference between revisions

From Practices and Politics of Representation
Jump to navigation Jump to search
No edit summary
Tag: Reverted
Remove duplicated banner comment line
 
(100 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* ─── Flat Dark Theme – Complete Rewrite ───────────────── */
/************************************************************
* CLEAN MINIMAL THEME — BLACK & WHITE ONLY
************************************************************/


/* 1) Global reset */
 
/*----------------------------------------------------------
  0. GLOBAL RESET
----------------------------------------------------------*/
 
.mw-wiki-logo,
.mw-logo,
.mw-logo-icon,
.mw-logo-wordmark,
.vector-logo,
#p-logo,
#p-logo a,
.mw-logo-container {
    display: none !important;
    visibility: hidden !important;
}
 
html {
    font-size: 18px !important;
    -webkit-text-size-adjust: 100% !important;
}
 
body, h1, h2, h3, h4, h5, h6, p, td, th,
input, textarea, select, button {
    font-family: 'Times New Roman', Times, serif !important;
    color: rgb(0, 0, 0) !important;
    line-height: 1.2 !important;
}
 
body {
    background: rgb(255, 255, 255) !important;
    -webkit-text-size-adjust: 100% !important;
}
 
a, a:visited {
    color: rgb(0, 0, 255) !important;
    line-height: 1 !important;
}
 
a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}
 
/* Remove shadow */
* {
* {
  margin: 0 !important;
    box-shadow: none !important;
  padding: 0 !important;
    text-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
}
}


/* 2) Base body & typography */
/* Make all borders white (invisible) */
body, .mw-body, .mw-page-container {
*:not(img) {
  background-color: #000 !important;
    border-color: rgb(255, 255, 255) !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
}


/* 3) Top tab bar */
/* Images*/
.mw-body-content img,
.mw-body-content figure,
.mw-body-content .thumb {
width: auto !important;
height: auto !important;
padding-left: 0px !important;
}
 
/*----------------------------------------------------------
  1. HEADER
----------------------------------------------------------*/
 
#mw-head,
#mw-head-base,
#mw-page-base,
.vector-header,
.vector-sticky-header,
.mw-header {
    background: rgb(255, 255, 255) !important;
}
 
/* Align the top menu with the content */
#left-navigation {
  /*  margin-left: 10em !important;*/
}
 
/* Pull the login area inwards */
#p-personal {
  /*  margin-right: 1em !important; */
}
 
#right-navigation {
  /*  margin-right: 1em !important; */
}
 
 
/*----------------------------------------------------------
  2. SIDEBAR
----------------------------------------------------------*/
 
#column-one,
#mw-panel,
.vector-legacy-sidebar {
    background: transparent !important;
    padding-top: 5em !important;
    margin-top: 0 !important;
    width: 250px !important;
}
 
.portlet, .pBody {
    background: rgb(255, 255, 255) !important;
}
 
.portlet h3, .portlet h5 {
    color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
    background: rgb(255, 255, 255) !important;
}
 
 
/* Tools gizle */
#p-tb {
    display: none !important;
}
 
/* Sidebar links */
#mw-panel a,
#mw-panel a:visited,
.vector-legacy-sidebar a,
.portlet a,
.pBody a {
    color: rgb(0, 0, 255) !important;
    text-decoration: none !important;
    font-size: 20px !important;
    -webkit-text-size-adjust: 100% !important;
}
 
#mw-panel a:hover,
.vector-legacy-sidebar a:hover,
.portlet a:hover,
.pBody a:hover {
    text-decoration: underline !important;
}
 
/*----------------------------------------------------------
  3. TABS
----------------------------------------------------------*/
 
#p-namespaces,
#p-views,
#p-cactions,
.vector-tabs,
.vector-menu-tabs {
.vector-menu-tabs {
  position: fixed;
    background: transparent !important;
  top: 0; left: 0; right: 0;
    border: none !important;
  background-color: #111 !important;
    box-shadow: none !important;
   border-bottom: 1px solid #222 !important;
}
   z-index: 1000;
 
#p-namespaces ul,
#p-views ul,
#p-cactions ul {
    background: rgb(255, 255, 255) !important;
}
 
 
 
#p-namespaces li.selected a,
#p-views li.selected a {
    font-weight: bold !important;
}
 
#p-namespaces li a:hover,
#p-views li a:hover,
#p-cactions li a:hover {
    background: rgb(240, 240, 240) !important;
}
 
/* Remove tab underline */
#p-namespaces li.selected a::after,
#p-views li.selected a::after,
.vector-menu-tabs li.selected a::after {
    display: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
 
 
/*Menu tabs*/
.vector-menu-tabs-legacy li a {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    color: rgb(0, 0, 255) !important;
}
 
.vector-menu-tabs-legacy li {
    background: transparent !important;
    border: none !important;
}
 
/*----------------------------------------------------------
   4. PERSONAL MENU (Login vs)
----------------------------------------------------------*/
 
#p-personal {
    background: rgb(255, 255, 255) !important;
}
 
#p-personal ul {
    background: rgb(255, 255, 255) !important;
}
 
 
 
 
/*----------------------------------------------------------
   5. CONTENT
----------------------------------------------------------*/
 
#content {
    background: rgb(255, 255, 255) !important;
    font-size: 38px !important;
    margin-left: 250px !important;
}
}
.vector-menu-tabs ul {
 
  margin: 0 180px !important; /* reserve space for sidebar */
.mw-body, .mw-body-content {
    background: rgb(255, 255, 255) !important;
    font-size: 38px !important;
}
}
.vector-menu-tabs li {
 
  display: inline-block !important;
/* Headings */
h1, h2, h3, h4, h5, h6, .firstHeading {
    color: rgb(0, 0, 0) !important;
}
}
.vector-menu-tabs li a {
 
  padding: 10px 12px !important;
h1 { font-size: 50px !important; }
  color: #ff66cc !important;
h2 { font-size: 42px !important; }
  text-decoration: none !important;
h3 { font-size: 47px !important; }
  background: none !important;
h4 { font-size: 43px !important; }
 
/* Links */
a, a:visited {
    color: rgb(0, 0, 255) !important;
}
}
.vector-menu-tabs li a:hover {
 
  background-color: #222 !important;
a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}
}


/* 4) Sidebar */
 
#mw-panel {
/*----------------------------------------------------------
   position: fixed !important;
   6. SEARCH
  top: 40px; bottom: 0; left: 0;
----------------------------------------------------------*/
  width: 180px;
 
  background-color: #111 !important;
#p-search,
  overflow-y: auto !important;
#simpleSearch,
  padding: 10px !important;
#searchInput {
  z-index: 900;
    background: rgb(255, 255, 255) !important;
}
}
.mw-body {
 
  margin-left: 190px !important;
 
/*----------------------------------------------------------
  7. TABLES
----------------------------------------------------------*/
 
table, th, td {
    background: rgb(255, 255, 255) !important;
}
}
#mw-panel .portal h3 {
 
   color: #ff66cc !important;
 
  margin-bottom: 8px !important;
/*----------------------------------------------------------
  font-weight: 600 !important;
   8. IMAGES
  font-size: 14px !important;
----------------------------------------------------------*/
  border-bottom: 1px solid #222 !important;
 
  padding-bottom: 4px !important;
.thumb,
.thumbinner,
.thumbimage,
.gallerybox,
figure,
figcaption {
    background: transparent !important;
}
 
.thumbcaption, .gallerytext {
    color: rgb(0, 0, 0) !important;
}
}
#mw-panel .portal ul {
 
  list-style: none !important;
 
  padding-left: 0 !important;
/*----------------------------------------------------------
  9. INFOBOX
----------------------------------------------------------*/
 
.infobox, .infobox th, .infobox td {
    background: rgb(255, 255, 255) !important;
}
}
#mw-panel .portal ul li a {
 
  display: block !important;
 
  padding: 4px 0 !important;
/*----------------------------------------------------------
  color: #fff !important;
  10. FOOTER
  text-decoration: none !important;
----------------------------------------------------------*/
 
#footer, #catlinks {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}
}
#mw-panel .portal ul li a:hover {
 
  text-decoration: underline !important;
 
 
 
/*----------------------------------------------------------
  11. VISUAL EDITOR
----------------------------------------------------------*/
 
.ve-ui-toolbar,
.ve-ui-toolbar-bar,
.oo-ui-toolbar,
.oo-ui-toolbar-bar,
.oo-ui-toolGroup,
.oo-ui-tool,
.oo-ui-buttonElement-button {
    background: rgb(255, 255, 255) !important;
}
}


/* 5) Main content area */
.oo-ui-tool:hover,
#content, #bodyContent, .mw-page-container {
.oo-ui-buttonElement-button:hover {
  background: transparent !important;
    background: rgb(240, 240, 240) !important;
  border: none !important;
  padding: 60px 20px 20px 20px !important; /* top for tabs */
}
}


/* 6) Headings without borders */
.oo-ui-menuSelectWidget,
h1, h2, h3, h4, h5, h6 {
.oo-ui-popupWidget-popup,
  color: #fff !important;
.oo-ui-optionWidget,
  background: none !important;
.oo-ui-menuOptionWidget {
  border-bottom: none !important;
    background: rgb(255, 255, 255) !important;
  margin: 1em 0 0.5em 0 !important;
    color: rgb(0, 0, 0) !important;
  padding: 0 !important;
}
}


/* 7) Links – pink & underlines on hover */
.oo-ui-optionWidget:hover {
a, a:link, a:visited {
    background: rgb(240, 240, 240) !important;
  color: #ff66cc !important;
  text-decoration: none !important;
}
}
a:hover {
 
   color: #ff99dd !important;
.ve-ui-surface,
   text-decoration: underline !important;
.ve-ce-surface {
    background: rgb(255, 255, 255) !important;
}
 
.wikiEditor-ui,
.wikiEditor-ui-toolbar {
    background: rgb(255, 255, 255) !important;
}
 
 
/*----------------------------------------------------------
   12. DROPDOWN MENUS
----------------------------------------------------------*/
 
.vector-menu-dropdown .vector-menu-content,
.vector-dropdown-content,
#p-cactions .vector-menu-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
 
 
 
/*----------------------------------------------------------
  13. FORMS
----------------------------------------------------------*/
 
input, textarea, select {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}
 
.hover-word {
  position: relative;
   text-decoration: underline dotted;
  cursor: help;
}
.hover-word .hover-pop {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.hover-word:hover .hover-pop {
  display: block;
}
 
/* ============================================================
  14. ALIGN TOP TABS + FOOTER WITH THE HEADING
  The sidebar is 250px wide, so the heading/body sit to its
  right (the large content font adds extra left padding, so the
  heading text starts around 305px). By default the top tabs
  ("Page" / "Discussion") and the footer don't follow, so they
  look misaligned. These rules push both to the heading's edge.
 
  NOTE: #left-navigation ignores the `left` property (it is
  floated), so we must use margin-left here, not left.
 
  >>> ONE KNOB: tune --rep-left until "Page" and the footer
      line up with the first letter of the heading.
  ============================================================ */
 
:root {
    --rep-left: 305px;
}
 
/* Top-left tabs (Page / Discussion) */
#left-navigation {
    margin-left: var(--rep-left) !important;
}
 
/* Let "Page" sit flush at the column edge (remove tab indent) */
#p-namespaces li:first-child {
    margin-left: 0 !important;
}
#p-namespaces li:first-child a {
    padding-left: 0 !important;
}
 
/* Footer text block */
#footer {
    margin-left: var(--rep-left) !important;
    padding-left: 0 !important;
}
}
/* ============================================================
  15. EDITOR INTERFACE FIX
  The large content font (38px) was leaking into the editor
  toolbar and menus. These rules reset the editor UI to a
  normal size. The reading view is not affected.
  ============================================================ */


/* 8) Tables, infoboxes & navboxes transparent */
/* VisualEditor + OOUI: toolbar, menus, popups, dialogs */
table, th, td, .infobox, .navbox, .wikitable {
.ve-ui-toolbar,
  background: transparent !important;
.ve-ui-context,
  border: none !important;
.ve-ui-contextSelectWidget,
  color: #fff !important;
.oo-ui-toolbar,
.oo-ui-popupWidget,
.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget,
.oo-ui-window,
.oo-ui-dialog,
.oo-ui-defaultOverlay {
    font-size: 14px !important;
    line-height: normal !important;
}
}


/* 9) Forms & buttons */
/* Classic (source) editor toolbar */
input, textarea, select, button {
.wikiEditor-ui-toolbar {
  background-color: #111 !important;
    font-size: 14px !important;
  color: #fff !important;
    line-height: normal !important;
  border: 1px solid #222 !important;
  padding: 6px 8px !important;
  font-family: Arial, sans-serif !important;
}
}


/* 10) Search box styling */
/* Source editing textarea stays readable */
#p-search { margin: 10px 0 !important; }
#wpTextbox1 {
#searchInput {
    font-size: 15px !important;
  width: calc(100% - 60px) !important;
    line-height: 1.5 !important;
  background: #222 !important;
  color: #fff !important;
  padding: 6px 8px !important;
  border: 1px solid #222 !important;
}
}
#searchButton {
 
  background: #333 !important;
/* Give popups/menus a visible border
  color: #fff !important;
  (the "white border" rule had made them invisible) */
  border: 1px solid #222 !important;
.oo-ui-popupWidget-popup,
  padding: 6px 12px !important;
.oo-ui-menuSelectWidget {
    border: 1px solid rgb(0, 0, 0) !important;
}
}


/* 11) Code editor & textarea */
/* Editor labels in black instead of blue */
textarea#wpTextbox1, .CodeMirror, .ace_editor {
.oo-ui-tool .oo-ui-tool-title,
  background: #111 !important;
.oo-ui-labelElement-label,
  color: #fff !important;
.ve-ui-toolbar a,
  font-family: Consolas, monospace !important;
.oo-ui-popupWidget a {
    color: rgb(0, 0, 0) !important;
}
}


/* 12) Hide logos & footer icons */
 
#p-logo, .mw-wiki-logo,
/* Hover popup opening downwards - for words on the first line */
#footer, #footer-info, #footer-icons,
.hover-word .hover-pop.below {
.mw-footer-logo, .printfooter,
    top: 100%;
.ccicons, .license {
    bottom: auto;
  display: none !important;
}
}

Latest revision as of 12:19, 7 September 2026

/************************************************************
 * CLEAN MINIMAL THEME — BLACK & WHITE ONLY
 ************************************************************/


/*----------------------------------------------------------
  0. GLOBAL RESET
----------------------------------------------------------*/

.mw-wiki-logo,
.mw-logo,
.mw-logo-icon,
.mw-logo-wordmark,
.vector-logo,
#p-logo,
#p-logo a,
.mw-logo-container {
    display: none !important;
    visibility: hidden !important;
}

html {
    font-size: 18px !important;
    -webkit-text-size-adjust: 100% !important;
}

body, h1, h2, h3, h4, h5, h6, p, td, th,
input, textarea, select, button {
    font-family: 'Times New Roman', Times, serif !important;
    color: rgb(0, 0, 0) !important;
    line-height: 1.2 !important;
}

body {
    background: rgb(255, 255, 255) !important;
    -webkit-text-size-adjust: 100% !important;
}

a, a:visited {
    color: rgb(0, 0, 255) !important;
    line-height: 1 !important;
}

a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}

/* Remove shadow */
* {
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Make all borders white (invisible) */
*:not(img) {
    border-color: rgb(255, 255, 255) !important;
}

/* Images*/
.mw-body-content img,
.mw-body-content figure,
.mw-body-content .thumb {
width: auto !important;
height: auto !important;
padding-left: 0px !important;
}

/*----------------------------------------------------------
  1. HEADER
----------------------------------------------------------*/

#mw-head,
#mw-head-base,
#mw-page-base,
.vector-header,
.vector-sticky-header,
.mw-header {
    background: rgb(255, 255, 255) !important;
}

/* Align the top menu with the content */
#left-navigation {
  /*  margin-left: 10em !important;*/
}

/* Pull the login area inwards */
#p-personal {
   /*  margin-right: 1em !important; */
}

#right-navigation {
   /*  margin-right: 1em !important; */
}


/*----------------------------------------------------------
  2. SIDEBAR
----------------------------------------------------------*/

#column-one,
#mw-panel,
.vector-legacy-sidebar {
    background: transparent !important;
    padding-top: 5em !important;
    margin-top: 0 !important;
    width: 250px !important;
}

.portlet, .pBody {
    background: rgb(255, 255, 255) !important;
}

.portlet h3, .portlet h5 {
    color: rgb(0, 0, 0) !important;
    font-weight: bold !important;
    background: rgb(255, 255, 255) !important;
}


/* Tools gizle */
#p-tb {
    display: none !important;
}

/* Sidebar links */
#mw-panel a,
#mw-panel a:visited,
.vector-legacy-sidebar a,
.portlet a,
.pBody a {
    color: rgb(0, 0, 255) !important;
    text-decoration: none !important;
    font-size: 20px !important;
    -webkit-text-size-adjust: 100% !important;
}

#mw-panel a:hover,
.vector-legacy-sidebar a:hover,
.portlet a:hover,
.pBody a:hover {
    text-decoration: underline !important;
}

/*----------------------------------------------------------
  3. TABS
----------------------------------------------------------*/

#p-namespaces,
#p-views,
#p-cactions,
.vector-tabs,
.vector-menu-tabs {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#p-namespaces ul,
#p-views ul,
#p-cactions ul {
    background: rgb(255, 255, 255) !important;
}



#p-namespaces li.selected a,
#p-views li.selected a {
    font-weight: bold !important;
}

#p-namespaces li a:hover,
#p-views li a:hover,
#p-cactions li a:hover {
    background: rgb(240, 240, 240) !important;
}

/* Remove tab underline */
#p-namespaces li.selected a::after,
#p-views li.selected a::after,
.vector-menu-tabs li.selected a::after {
    display: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/*Menu tabs*/
.vector-menu-tabs-legacy li a {
    background: transparent !important;
    background-image: none !important;
    border: none !important;
    color: rgb(0, 0, 255) !important;
}

.vector-menu-tabs-legacy li {
    background: transparent !important;
    border: none !important;
}

/*----------------------------------------------------------
  4. PERSONAL MENU (Login vs)
----------------------------------------------------------*/

#p-personal {
    background: rgb(255, 255, 255) !important;
}

#p-personal ul {
    background: rgb(255, 255, 255) !important;
}




/*----------------------------------------------------------
  5. CONTENT
----------------------------------------------------------*/

#content {
    background: rgb(255, 255, 255) !important;
    font-size: 38px !important;
    margin-left: 250px !important;
}

.mw-body, .mw-body-content {
    background: rgb(255, 255, 255) !important;
    font-size: 38px !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .firstHeading {
    color: rgb(0, 0, 0) !important;
}

h1 { font-size: 50px !important; }
h2 { font-size: 42px !important; }
h3 { font-size: 47px !important; }
h4 { font-size: 43px !important; }

/* Links */
a, a:visited {
    color: rgb(0, 0, 255) !important;
}

a:hover {
    color: rgb(0, 0, 255) !important;
    text-decoration: underline !important;
}


/*----------------------------------------------------------
  6. SEARCH
----------------------------------------------------------*/

#p-search,
#simpleSearch,
#searchInput {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  7. TABLES
----------------------------------------------------------*/

table, th, td {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  8. IMAGES
----------------------------------------------------------*/

.thumb,
.thumbinner,
.thumbimage,
.gallerybox,
figure,
figcaption {
    background: transparent !important;
}

.thumbcaption, .gallerytext {
    color: rgb(0, 0, 0) !important;
}


/*----------------------------------------------------------
  9. INFOBOX
----------------------------------------------------------*/

.infobox, .infobox th, .infobox td {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  10. FOOTER
----------------------------------------------------------*/

#footer, #catlinks {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}




/*----------------------------------------------------------
  11. VISUAL EDITOR
----------------------------------------------------------*/

.ve-ui-toolbar,
.ve-ui-toolbar-bar,
.oo-ui-toolbar,
.oo-ui-toolbar-bar,
.oo-ui-toolGroup,
.oo-ui-tool,
.oo-ui-buttonElement-button {
    background: rgb(255, 255, 255) !important;
}

.oo-ui-tool:hover,
.oo-ui-buttonElement-button:hover {
    background: rgb(240, 240, 240) !important;
}

.oo-ui-menuSelectWidget,
.oo-ui-popupWidget-popup,
.oo-ui-optionWidget,
.oo-ui-menuOptionWidget {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.oo-ui-optionWidget:hover {
    background: rgb(240, 240, 240) !important;
}

.ve-ui-surface,
.ve-ce-surface {
    background: rgb(255, 255, 255) !important;
}

.wikiEditor-ui,
.wikiEditor-ui-toolbar {
    background: rgb(255, 255, 255) !important;
}


/*----------------------------------------------------------
  12. DROPDOWN MENUS
----------------------------------------------------------*/

.vector-menu-dropdown .vector-menu-content,
.vector-dropdown-content,
#p-cactions .vector-menu-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}



/*----------------------------------------------------------
  13. FORMS
----------------------------------------------------------*/

input, textarea, select {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.hover-word {
  position: relative;
  text-decoration: underline dotted;
  cursor: help;
}
.hover-word .hover-pop {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  z-index: 100;
}
.hover-word:hover .hover-pop {
  display: block;
}

/* ============================================================
   14. ALIGN TOP TABS + FOOTER WITH THE HEADING
   The sidebar is 250px wide, so the heading/body sit to its
   right (the large content font adds extra left padding, so the
   heading text starts around 305px). By default the top tabs
   ("Page" / "Discussion") and the footer don't follow, so they
   look misaligned. These rules push both to the heading's edge.

   NOTE: #left-navigation ignores the `left` property (it is
   floated), so we must use margin-left here, not left.

   >>> ONE KNOB: tune --rep-left until "Page" and the footer
       line up with the first letter of the heading.
   ============================================================ */

:root {
    --rep-left: 305px;
}

/* Top-left tabs (Page / Discussion) */
#left-navigation {
    margin-left: var(--rep-left) !important;
}

/* Let "Page" sit flush at the column edge (remove tab indent) */
#p-namespaces li:first-child {
    margin-left: 0 !important;
}
#p-namespaces li:first-child a {
    padding-left: 0 !important;
}

/* Footer text block */
#footer {
    margin-left: var(--rep-left) !important;
    padding-left: 0 !important;
}
/* ============================================================
   15. EDITOR INTERFACE FIX
   The large content font (38px) was leaking into the editor
   toolbar and menus. These rules reset the editor UI to a
   normal size. The reading view is not affected.
   ============================================================ */

/* VisualEditor + OOUI: toolbar, menus, popups, dialogs */
.ve-ui-toolbar,
.ve-ui-context,
.ve-ui-contextSelectWidget,
.oo-ui-toolbar,
.oo-ui-popupWidget,
.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget,
.oo-ui-window,
.oo-ui-dialog,
.oo-ui-defaultOverlay {
    font-size: 14px !important;
    line-height: normal !important;
}

/* Classic (source) editor toolbar */
.wikiEditor-ui-toolbar {
    font-size: 14px !important;
    line-height: normal !important;
}

/* Source editing textarea stays readable */
#wpTextbox1 {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

/* Give popups/menus a visible border
   (the "white border" rule had made them invisible) */
.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget {
    border: 1px solid rgb(0, 0, 0) !important;
}

/* Editor labels in black instead of blue */
.oo-ui-tool .oo-ui-tool-title,
.oo-ui-labelElement-label,
.ve-ui-toolbar a,
.oo-ui-popupWidget a {
    color: rgb(0, 0, 0) !important;
}


/* Hover popup opening downwards - for words on the first line */
.hover-word .hover-pop.below {
    top: 100%;
    bottom: auto;
}