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
(updated)
(updated color)
Line 3: Line 3:
}
}
#p-cactions li {
#p-cactions li {
     background:#FFFFE8;
     background:#F8EEBB;
     color:#000 !important;
     color:#000 !important;
     border:1px solid gold;
     border:1px solid gold;
Line 9: Line 9:


#p-cactions li:hover {
#p-cactions li:hover {
     background:#FFFFE8;
     background:#F8EEBB;
     color:#000 !important;
     color:#000 !important;
}
}
#p-cactions li a {
#p-cactions li a {
     background:#FFFFE8;
     background:#F8EEBB;
     color:#000 !important;
     color:#000 !important;
}
}
#p-cactions li a:hover {
#p-cactions li a:hover {
     background:#FFFFE8;
     background:#F8EEBB;
     color:#000 !important;
     color:#000 !important;
}
}


#p-cactions li.selected {
#p-cactions li.selected {
     background:#FFFFE8;
     background:#F8EEBB;
     color:#000 !important;
     color:#000 !important;
}
}
#p-cactions li.selected a {
#p-cactions li.selected a {
     background:#FFFFE8;
     background:#F8EEBB;
     color:#000 !important;
     color:#000 !important;
}
}
Line 35: Line 35:


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



Revision as of 15:03, February 18, 2020

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

#p-cactions li:hover {
    background:#F8EEBB;
    color:#000 !important;
}
#p-cactions li a {
    background:#F8EEBB;
    color:#000 !important;
}
#p-cactions li a:hover {
    background:#F8EEBB;
    color:#000 !important;
}

#p-cactions li.selected {
    background:#F8EEBB;
    color:#000 !important;
}
#p-cactions li.selected a {
    background:#F8EEBB;
    color:#000 !important;
}

#p-cactions .new a {
    color: #c00 !important;
}

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

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

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

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

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

/* search button (thanks to super mario wiki) */

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #003466; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid #003466;
}