Difference between revisions of "MediaWiki:Vector.css"

From CodeForLife
Jump to: navigation, search
 
Line 1: Line 1:
 +
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 
html,body{
 
html,body{
 +
 
   height:100%;
 
   height:100%;
 
   margin:0;
 
   margin:0;
 
   padding:0;
 
   padding:0;
 
   font-family:sans-serif
 
   font-family:sans-serif
 +
 
}
 
}
 
.mw-body h2{
 
.mw-body h2{
 +
 
     font-family:sans-serif, "Linux Libertine",Georgia,Times,serif;
 
     font-family:sans-serif, "Linux Libertine",Georgia,Times,serif;
 
     line-height:1.3;
 
     line-height:1.3;
 
     margin-bottom:0.25em;
 
     margin-bottom:0.25em;
 
     padding:0
 
     padding:0
 +
 +
}
 +
 +
#content, #footer {
 +
    margin-left: 11em;
 +
}
 +
#left-navigation {
 +
    left: 11em;
 
}
 
}

Latest revision as of 16:50, 14 November 2017


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

html,body{

   height:100%;
   margin:0;
   padding:0;
   font-family:sans-serif

}
.mw-body h2{

    font-family:sans-serif, "Linux Libertine",Georgia,Times,serif;
    line-height:1.3;
    margin-bottom:0.25em;
    padding:0

}

#content, #footer {
    margin-left: 11em;
}
#left-navigation {
    left: 11em;
}