MediaWiki:Monobook.css: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Reduce intensity of .damage and .upgrade)
(Fix flowers)
Line 2: Line 2:
body {
body {
background-color: #ffffff; /* fur */
background-color: #ffffff; /* fur */
background-image: url(https://huntertur.net/flowers.png);
background-image: url(//huntertur.net/flowers.gif);
background-position: center top;
background-position: center top;
background-repeat: repeat-x;
background-repeat: repeat-x;

Revision as of 20:23, 31 May 2022

/* All CSS here will be loaded for users of the MonoBook skin */
body {
	background-color: #ffffff; /* fur */
	background-image: url(//huntertur.net/flowers.gif);
	background-position: center top;
	background-repeat: repeat-x;
	margin-top: 32px; /* height of image */
}

.pBody, .mw-body {
	background-color: #ffffb0; /* belly, eyes */
}

code, pre, .catlinks, .toc, .wikitable, div.thumbinner {
	background-color: #ffffe0;
	border-color: #e0e0e0;
}

pre {
	width: fit-content;
}

.wikitable th {
	background-color: #ffffd0 !important;
}

/* Template:Damage */
.damage {
	background-color: #ffe0e0;
}

/* Template:Upgrade */
.upgrade {
	background-color: #e0ffe0;
}

/* Template:Downgrade */
.downgrade {
	background-color: #e0e0ff;
}