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
(change wiki table colors)
(this makes more sense)
Line 54: Line 54:
#p-personal ul a {
#p-personal ul a {
     background-color:#36592D;
     background-color:#36592D;
     color:#FFF;
     color:gold;
}
}


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


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



Revision as of 19:25, March 16, 2019

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 {color:#3E8F33;}
a:visited {color:#9B870C;}
a:visited:hover {color:#9B870C;}
a:hover {color:#52A338;}
a.external {color:#3E8F33;}
a.external:visited {color:#9B870C;}
a.new {color:#C12A2B;}
a.new:visited {color:#C12A2B;}
a.new:hover {color:#C12A2B;}

/* user links */

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

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

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

/* tables */
table.wikitable {
    background:gold;
    border:1px solid black;
}
table.wikitable > caption {
    background:gold;
    border-top-left-radius:1em;
    border-top-right-radius:1em;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
    background:gold;
    border:1px solid #000;
}
table.wikitable > * > tr:nth-child(odd) > td {background:#FFF; border:1px solid #000}
table.wikitable > * > tr:nth-child(even) > td {background:#FFF; border:1px solid #000}