MediaWiki:Theme-dark.css

From Truck Simulator Wiki
Jump to navigation Jump to search

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.
/*** ETS2 with Dark Mode theme ***/
:root {
  --theme-site-background: url(/images/a/a4/ETS2_Tanker.jpg) top center / cover no-repeat fixed;
  --theme-content-background:#000000;
  --theme-page-base-background:#1a1a1a;
}

ul {
    list-style-image: none;
}

/** Border Color Style **/
.borderimg img {
   -webkit-filter: drop-shadow(0px 0px 10px #FFF);
   filter: drop-shadow(0px 0px 3.5px #FFF) drop-shadow(0.5px 0.5px 0.5px #FFF);
}

	/* Toolbar */
.wikiEditor-ui-toolbar
{
	filter: invert(1);
}

.wikiEditor-ui-toolbar .tabs span.tab a
{
	filter: invert(1);
}

.wikiEditor-ui-toolbar .tabs span.tab a.current, 
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited
{
	filter: invert(1);
}

.wikiEditor-ui-toolbar .booklet > .index > .current 
{
	filter: invert(1);
}

.wikiEditor-ui-toolbar .booklet > .index > :hover

{
	filter: invert(1);
}

.wikiEditor-ui-toolbar .page-characters div span
{
	filter: invert(1);
}

.wikiEditor-ui-toolbar .page-characters div span:hover 
{
	filter: invert(1);
}