MediaWiki:Monobook.css: Difference between revisions
From The Pokemon Insurgence Wiki
No edit summary |
No edit summary |
||
| Line 39: | Line 39: | ||
border-color: #5912AB; | border-color: #5912AB; | ||
} | } | ||
#p-cactions ul li a { background: # | #p-cactions ul li a { background: #C7ADE6; } | ||
#p-cactions ul li.selected a { background: #FFFFFF; } | #p-cactions ul li.selected a { background: #FFFFFF; } | ||
#p-cactions li.selected { border-color: #5912AB; } | #p-cactions li.selected { border-color: #5912AB; } | ||
#p-cactions li { border-color: #5912AB; } | #p-cactions li { border-color: #5912AB; } | ||
Latest revision as of 03:11, 28 January 2015
/* CSS placed here will affect users of the MonoBook skin */
/* content box, navigation sections */
#content {
-moz-border-radius: 1em 0 0 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
border-radius: 1em 0 0 1em;
border-top: 1px solid #5912AB;
border-left: 1px solid #5912AB;
border-bottom: 1px solid #5912AB;
}
.pBody {
-moz-border-radius: 0 1em 1em 0;
-webkit-border-top-right-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
border-radius: 0 1em 1em 0;
border-bottom: 1px solid #5912AB;
border-right: 1px solid #5912AB;
border-top: 1px solid #5912AB;
}
/* tabs */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius: 1em 1em 0 0;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
border-radius: 1em 1em 0 0;
border-color: #5912AB;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius: 1em 1em 0 0;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
border-radius: 1em 1em 0 0;
border-color: #5912AB;
}
#p-cactions ul li a { background: #C7ADE6; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #5912AB; }
#p-cactions li { border-color: #5912AB; }
