Don't like the ads? Then create an account! Users with accounts have more options than anonymous users.

Difference between revisions of "MediaWiki:Monobook.css"

From Triforce Wiki, a The Legend of Zelda wiki
Jump to navigationJump to search
(added light yellow-like color)
 
(color update)
Line 1: Line 1:
/* dark yellow */
div#globalWrapper {
div#globalWrapper {
background:#FFFFE8
background:#FFFF89
}
 
body {
background:#FFFF89 repeat;
}
}
#p-cactions li {
 
     background:#003366;
#content {  
     background-color: #FFFFE8;
}
}
#p-navigation { background-color: ##FFFFE8; }


#p-search { background-color: ##FFFFE8; }
#p-navigation { background-color: #FFFF89; }
 
#p-search { background-color: #FFFF89; }
 
#p-tb { background-color: #FFFF89; }
 
/* active tabs */


#p-tb { background-color: ##FFFFE8; }
.portlet .pBody {
    background-color: #FFFFE8;
}
 
#p-cactions li:hover {
    background:#FFFFE8;
}
#p-cactions li a {
    background:#FFFFE8;
}
#p-cactions li a:hover {
    background:#FFFFE8;
}
 
#p-cactions li.selected {
    background:#FFFFE8;
}
#p-cactions li.selected a {
    background:#FFFFE8;
}

Revision as of 04:48, March 15, 2019

/* dark yellow */

div#globalWrapper {
	background:#FFFF89
}

body {
	background:#FFFF89 repeat;
}

#content { 
    background-color: #FFFFE8;
}

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

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

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

/* active tabs */

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

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

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