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:Monobook.css"

From Power Master Wiki
Jump to navigationJump to search
(transparency)
(transparent)
Line 1: Line 1:
div#globalWrapper {
div#globalWrapper {
     background:linear-gradient(to bottom, #934600 0%,#934600 100%);
     background:linear-gradient(to bottom, transparent 0%, transparent 100%);
     height:80px;
     height:80px;
}
}

Revision as of 04:54, 17 February 2019

div#globalWrapper {
    background:linear-gradient(to bottom, transparent 0%, transparent 100%);
    height:80px;
}

#p-navigation .pBody { background-color: #FFFFF0; }
#p-search .pBody { background-color: #FFFFF0; }
#p-tb .pBody { background-color: #FFFFF0; }
#catlinks { background-color: transparent; }

#p-cactions li:hover {
    background:#FFFFF0;
}
#p-cactions li a {
    background:#FFFFF0;
}
#p-cactions li a:hover {
    background:#FFFFF0;
}

#p-cactions li.selected {
    background:#FFFFF0;
}
#p-cactions li.selected a {
    background:#FFFFF0;
}