Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

Difference between revisions of "MediaWiki:Monobook.css"

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
Line 53: Line 53:


/* Page tabs */
/* Page tabs */
#p-cactions li.selected a{
background-color:#000000;
border-bottom:1px solid #333333;
        color:#DE032D
}
#p-cactions li a {
#p-cactions li a {
background-color:#000000;
background-color:#000000;
border:1px solid #333333;
border:3px solid #333333;
color:#DE032D;
color:#DE032D;
}
}
#p-cactions li.selected a:hover {background-color:#FFFFFF;}
#p-cactions li.selected a:hover {background-color:#FFFFFF;}
#p-cactions li a:hover {
#p-cactions li a:hover {
background-color:transparent;
background-color:#333333;
border:3px solid #DE032D
color:#000000;
color:#000000;
text-decoration:underline;
text-decoration:underline;
}
}