MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Further fixes to editor and diff displays)
mNo edit summary
Line 39: Line 39:
     font-family: "Rodin", "Arial";
     font-family: "Rodin", "Arial";
}
}
/* Portable infoboxes (soon to be deprecated) */
.portable-infobox {
.portable-infobox {
     background-color: #000B10;
     background-color: #000B10;
Line 63: Line 65:
color: var(--theme-accent-color);
color: var(--theme-accent-color);
}
}
/* Color the links */
/* Color the links */
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited {
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited {
Line 108: Line 111:
   background-color: #1c1c1c;
   background-color: #1c1c1c;
}
}
.oo-ui-iconElement-icon, .wikiEditor-ui-toolbar .tabs span.tab a::before {
.oo-ui-iconElement-icon, .wikiEditor-ui-toolbar .tabs span.tab a::before, .wikiEditor-ui-toolbar .group .tool-select {
   filter: invert(1) hue-rotate(180deg);
   filter: invert(1) hue-rotate(180deg);
}
}
Line 117: Line 120:
   color: #999fff;
   color: #999fff;
}
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
   background-color: #000;
   background-color: #000;
Line 129: Line 131:
     background-color: #575757;
     background-color: #575757;
     color: #fff;
     color: #fff;
}
.wikiEditor-ui-toolbar .page-characters div span, .wikiEditor-ui-toolbar .page-table td {
  color: #fff;
}
}


Navigation menu