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
(color update)
(updating)
Line 2: Line 2:


div#globalWrapper {
div#globalWrapper {
background:#FFFF89
background:#36592D
}
}


body {
body {
background:#FFFF89 repeat;
background:#36592D repeat;
}
}


Line 13: Line 13:
}
}


#p-navigation { background-color: #FFFF89; }
#footer {
 
    background-color: #FFFFE8;
#p-search { background-color: #FFFF89; }
}
 
#p-tb { background-color: #FFFF89; }


/* active tabs */
/* active tabs */
Line 40: Line 38:
#p-cactions li.selected a {
#p-cactions li.selected a {
     background:#FFFFE8;
     background:#FFFFE8;
}
/* link colors */
a:visited {color:#3E8F33;}
a:hover {color:#52A338;}
a {color:#3E8F33;}
a.new:visited {color:#C12A2B;}
a.new:hover {color:#C12A2B;}
/* user links */
#p-personal ul a {
    background-color:#36592D;
    color:#FFF;
}
#p-personal ul a:hover {
    text-decoration: underline;
    background-color:#36592D;
}
#p-personal ul a.new {
    color:#FFD700;
}
}

Revision as of 05:18, March 15, 2019

/* dark yellow */

div#globalWrapper {
	background:#36592D
}

body {
	background:#36592D repeat;
}

#content { 
    background-color: #FFFFE8;
}

#footer {
    background-color: #FFFFE8;
}

/* 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;
}

/* link colors */

a:visited {color:#3E8F33;}
a:hover {color:#52A338;}
a {color:#3E8F33;}
a.new:visited {color:#C12A2B;}
a.new:hover {color:#C12A2B;}

/* user links */

#p-personal ul a {
    background-color:#36592D;
    color:#FFF;
}

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

#p-personal ul a.new {
    color:#FFD700;
}