MediaWiki:Vector.css: Difference between revisions

Jump to: navigation, search
Undo revision 106092 by Screamer1234 (talk)
No edit summary
(Undo revision 106092 by Screamer1234 (talk))
Tag: Undo
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin (WIP)*/
/* CSS placed here will affect users of the Vector skin (WIP)*/
/* Basic elements */
/* Basic elements */
body, #mw-head, #mw-page-base, #mw-head-base {background-color:2a2a2a;background-image:linear-gradient(to top, #2a2a2a, #333)!important;}
body, #mw-head, #mw-page-base, #mw-head-base {background-color:#2a2a2a;background-image:linear-gradient(to top, #2a2a2a, #333)!important;}
#mw-page-base {position:relative;z-index:0;}
#mw-page-base {position:relative;z-index:0;}
body #pageWrapper {margin-right:10px;}
body #pageWrapper {margin-right:10px;}
Line 7: Line 7:
div {color:#c1c1c1;}
div {color:#c1c1c1;}
/* Content and footer */
/* Content and footer */
.mw-footer {background-color:#2a2a2a;padding-bottom:45px;border-bottom-left-radius:0.2em;border:1px solid #e87057;}
.mw-footer {background-color:#333;padding-bottom:45px;border-bottom-left-radius:0.2em;border:1px solid #e87057;}
#content {background-color:#333;border-left:1px solid #e87057;border-top:1px solid #e87057;position:relative;z-index:1;}
#content {background-color:#333;border-left:1px solid #e87057;border-top:1px solid #e87057;position:relative;z-index:1;}
/* Sidebar */
/* Sidebar */

Navigation menu