User:Argenti Aertheri/common.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Argenti Aertheri/common.js. |
/* 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;}