MediaWiki:Monobook.css: Difference between revisions
From The Pokemon Insurgence Wiki
More tests |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
-webkit-border-bottom-left-radius: 1em; | -webkit-border-bottom-left-radius: 1em; | ||
border-radius: 1em 0 0 1em; | border-radius: 1em 0 0 1em; | ||
border-top: 1px solid # | border-top: 1px solid #5912AB; | ||
border-left: 1px solid # | border-left: 1px solid #5912AB; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #5912AB; | ||
} | } | ||
| Line 17: | Line 17: | ||
-webkit-border-bottom-right-radius: 1em; | -webkit-border-bottom-right-radius: 1em; | ||
border-radius: 0 1em 1em 0; | border-radius: 0 1em 1em 0; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #5912AB; | ||
border-right: 1px solid # | border-right: 1px solid #5912AB; | ||
border-top: 1px solid # | 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; } | |||
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; }
