MediaWiki:Monobook.css: Difference between revisions
From The Pokemon Insurgence Wiki
And still more tests |
No edit summary |
||
| 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 #c48199; | ||
border-left: 1px solid # | border-left: 1px solid #c48199; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #c48199; | ||
} | } | ||
| 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 #c48199; | ||
border-right: 1px solid # | border-right: 1px solid #c48199; | ||
border-top: 1px solid # | border-top: 1px solid #c48199; | ||
} | } | ||
| Line 29: | Line 29: | ||
-webkit-border-top-right-radius: 1em; | -webkit-border-top-right-radius: 1em; | ||
border-radius: 1em 1em 0 0; | border-radius: 1em 1em 0 0; | ||
border-color: # | border-color: #c48199; | ||
} | } | ||
| Line 37: | Line 37: | ||
-webkit-border-top-right-radius: 1em; | -webkit-border-top-right-radius: 1em; | ||
border-radius: 1em 1em 0 0; | border-radius: 1em 1em 0 0; | ||
border-color: # | border-color: #c48199; | ||
} | } | ||
#p-cactions ul li a { background: #A1CF31; } | #p-cactions ul li a { background: #A1CF31; } | ||
#p-cactions ul li.selected a { background: #FFFFFF; } | #p-cactions ul li.selected a { background: #FFFFFF; } | ||
#p-cactions li.selected { border-color: # | #p-cactions li.selected { border-color: #c48199; } | ||
#p-cactions li { border-color: # | #p-cactions li { border-color: #c48199; } | ||
Revision as of 02:48, 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 #c48199;
border-left: 1px solid #c48199;
border-bottom: 1px solid #c48199;
}
.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 #c48199;
border-right: 1px solid #c48199;
border-top: 1px solid #c48199;
}
/* 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: #c48199;
}
#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: #c48199;
}
#p-cactions ul li a { background: #A1CF31; }
#p-cactions ul li.selected a { background: #FFFFFF; }
#p-cactions li.selected { border-color: #c48199; }
#p-cactions li { border-color: #c48199; }
