User:Argenti Aertheri/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-maint {display: inline;} 
/* display hidden Citation Style 1 error messages */
.mw-parser-output span.cs1-hidden-error {display: inline;}
/* Flag bad code for cleanup */
/* - To include this in your own user CSS, add the following to the TOP of
     your Special:MyPage/common.css or meta:Special:MyPage/global.css:
      @import url("https://meta.wikimedia.org/w/index.php?title=User:SMcCandlish/lint.css&action=raw&bcache=1&maxage=86400&ctype=text/css");
     including the ending ";" character.  All @import statements must be at
     the top, before any other CSS declarations.
*/
tt, center, dir, font, menu, xmp, strike {
	color: DarkRed !important;
	background: Pink !important;
}
/* Warning: If you are not going to be actively fixing up old HTML4 crap,
   you will very likely find this snippet annoying to include in your CSS! */

/* change the logo */
nav.vector-main-menu-landmark + a.mw-logo img.mw-logo-icon { 
	display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  padding-top: 50px;
  overflow: hidden;
  background:
    url(https://upload.wikimedia.org/wikipedia/commons/thumb/d/d9/NROL_39_Logo.pdf/page1-600px-NROL_39_Logo.pdf.jpg)
    no-repeat;
  background-size: contain;
  margin-top: 15px;
}

#mw-indicator-vital-article {border: 1px solid cyan;}