Difference between revisions of "MediaWiki:Vector.css"

Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
.mw-body {
 
margin-left: 10em;
 
padding: @content-padding;
 
/* Border on top, left, and bottom side */
 
border: 1px solid @content-border-color;
 
border-right-width: 0;
 
/* Merge the border with tabs' one (in their background image) */
 
margin-top: -1px;
 
/*background-color: @body-background-color;*/
 
/* color: @content-font-color; */
 
direction: ltr;
 
    color: goldenrod;
 
}
 

Revision as of 08:58, 25 August 2016

/* CSS placed here will affect users of the Vector skin */