MediaWiki:Fandomdesktop.css

From Dying Light 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.
.mainpage-box-about  {
    margin-bottom:20px;
    border-radius: 3px;
    font-size: 14px;
    padding:25px;
    background:#0b0b0b;
    padding:1.2em;
}

.headingA {
	 padding:			0.2em 0.4em;
	 background:		#bd501a;
	 width:				97%;
	 border-radius:		10px;
	 clear:				both;
	 margin:			0 0 10px 0;
	 border:			1px solid #8f010d;
	 color:				white;
	 font-size:			120%;
	 font-weight:		bold;
	 text-align:		center;
}

.headingA a {
	color:				white;
}

/* Drop-shadow to make community name and top-level nav readable against full-size background image */
.main-container .fandom-community-header__community-name-wrapper,
.main-container .fandom-community-header__local-navigation .wds-tabs__tab-label {
    filter: drop-shadow(0px 0px 2px black)
    		drop-shadow(0px 0px 2px black)
    		drop-shadow(0px 0px 2px black);
}
.main-container .fandom-community-header__top-container .page-counter,
.main-container .fandom-community-header__top-container .wds-button,
.main-container .fandom-community-header__top-container .wds-button .wds-icon,
.main-container .fandom-community-header__image {
	filter: drop-shadow(0px 0px 1px black)
			drop-shadow(0px 0px 1px black)
			drop-shadow(0px 0px 1px black);
}