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
(Actually, screw image, different idea.)
(*steals from MarioWiki*)
 
(6 intermediate revisions by the same user not shown)
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 color */
img {
a[href$="/User:PowerMasterAlex"] {
image-rendering: optimizeSpeed;
    color: green !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 gold color */
#content {
 
/* highlight Administrators with a silver color */
a[href$="/User:PowerMasterRMV"] {
    color: silver !important;
    font-weight: bold !important;
    font-family: Courier !important;
}
 
div#content {
     background:#FFFFF0;
     background:#FFFFF0;
}
}


body {
body {
     background:linear-gradient(to bottom, #007F0E 30%,#FFD800 100%);
     background:#008000;
    height:40px;
}
}


#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 */