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.)
(heres)
Line 18: Line 18:


div#content {
div#content {
     background:#f7f2b9;
     background:#f5deb3;
}
}


body {
body {
  background: url(https://rarewiki.com/w/images/8/8a/Wiki-background.jpg) repeat;
    background: #934600;
}
 
a {
color: #D4A910 !important;
}
a:hover {
color: #D4A910 !important;
}
a.new {
color: #DF3F3F !important;
}
}


#footer { background-color: #f7f2b9; }
#footer { background-color: #f5deb3; }

Revision as of 04:23, 17 February 2019

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

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

/* highlight Bureaucrats with a gold color */

/* highlight Administrators with a silver color */
a[href$="/User:PowerMasterRMV"] {
    color: silver !important;
    font-weight: bold !important;
    font-family: Courier !important;
}

div#content {
    background:#f5deb3;
}

body {
    background: #934600;
}

#footer { background-color: #f5deb3; }