Difference between revisions of "MediaWiki:Vector.css"

From EEWiki
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 */
 +
 +
#mw-panel .body {
 +
  width: 140px;
 +
  padding: 20px !important;
 +
}
  
 
#mw-panel h3 {
 
#mw-panel h3 {
Line 8: Line 13:
  
 
#mw-panel .body {
 
#mw-panel .body {
  width: 140px;
 
 
   margin: 0px !important;
 
   margin: 0px !important;
  padding: 20px !important;
 
 
}
 
}
  

Revision as of 14:33, 22 April 2024

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

#mw-panel .body {
  width: 140px;
  padding: 20px !important;
}

#mw-panel h3 {
  display: block !important;
  padding: 6px 0px 6px !important;
  font-size: 1.1em !important;
}

#mw-panel .body {
  margin: 0px !important;
}

#mw-panel .body ul li {
  font-size: 0.9em !important;
  padding: 3px 3px 3px 0px !important
}

#mw-panel .portal {
  background-image: none !important;
  margin: 0px !important;
  padding: 0px !important;
}