Welcome to the Power Master Wiki! Content is being updated with data from the new demo. Enjoy your time here!

Difference between revisions of "MediaWiki:Common.css"

From Power Master Wiki
Jump to navigationJump to search
m
(*steals from MarioWiki*)
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* highlight Founder with a green (#008000) color */
img {
a[href$="/User:Alex95"] {
image-rendering: optimizeSpeed;
    color: #008000 !important;
image-rendering: -moz-crisp-edges;
    font-weight: bold !important;
image-rendering: -o-crisp-edges;
    font-family: Courier !important;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
}
}
/* highlight Bureaucrats with a pink (#FF1493) color */
/* highlight Administrators with a gold (#D0A50A) color */


#content {
#content {
Line 21: Line 20:


#footer { background-color: #FFFFF0; }
#footer { background-color: #FFFFF0; }
/* highlight Founder with a green (#008000) color */
a[href$="/User:Alex95"] {
    color: #008000 !important;
    font-weight: bold !important;
    font-family: Courier !important;
}
/* highlight Bureaucrats with a pink (#FF1493) color */
/* highlight Administrators with a gold (#D0A50A) color */

Latest revision as of 16:23, 1 September 2020

/* CSS placed here will be applied to all skins */

img {
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

#content {
    background:#FFFFF0;
}

body {
    background:#008000;
}

#footer { background-color: #FFFFF0; }

/* highlight Founder with a green (#008000) color */
a[href$="/User:Alex95"] {
    color: #008000 !important;
    font-weight: bold !important;
    font-family: Courier !important;
}

/* highlight Bureaucrats with a pink (#FF1493) color */

/* highlight Administrators with a gold (#D0A50A) color */