There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Monobook.css"

From Rare Wiki
Jump to navigationJump to search
(ffffe8)
(updated link to undeline)
Line 22: Line 22:
#p-cactions li.selected a {
#p-cactions li.selected a {
     background:#003366;
     background:#003366;
}
.portlet .pBody {
    background-color: #FFFFE8;
}
}


Line 30: Line 34:
#p-tb { background-color: #f7f2b9; }
#p-tb { background-color: #f7f2b9; }


.portlet .pBody {
#p-personal ul a:hover {
     background-color: #FFFFE8;
    text-decoration: underline;
     background-color:transparent;
}
}

Revision as of 19:23, March 16, 2019

div#globalWrapper {
	background-image: url(/w/images/8/8a/Wiki-background.jpg);
}
#p-cactions li {
    background:#003366;
    border:1px solid gold;
}

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

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

.portlet .pBody {
    background-color: #FFFFE8;
}

#p-navigation { background-color: #f7f2b9; }

#p-search { background-color: #f7f2b9; }

#p-tb { background-color: #f7f2b9; }

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}