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
(Unaltered Rare Wiki stuff at the moment.)
(*steals from MarioWiki*)
 
(12 intermediate revisions by 2 users 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 {
 
     background:#FFFFF0;
/* highlight Administrators with a silver color */
a[href$="/User:PowerMasterRMV"] {
     color: silver !important;
    font-weight: bold !important;
    font-family: Courier !important;
}
}


div#content {
body {
     background:#f7f2b9;
     background:#008000;
}
}


body {
#footer { background-color: #FFFFF0; }
  background: url(https://rarewiki.com/w/images/8/8a/Wiki-background.jpg) repeat;
}


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


#footer { background-color: #f7f2b9; }
/* 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 */