Difference between revisions of "MediaWiki:Vector.css"

From Inspired-Lua Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
#bodyContent h2 {
 
#bodyContent h2 {
 
   margin-top: .7em;
 
   margin-top: .7em;
 +
}
 +
 +
.thumb.tright {
 +
    clear: none !important;
 +
}
 +
 +
h4 {
 +
    font-size: 116%;
 +
    font-style: italic;
 +
    margin-left: 4px;
 +
}
 +
 +
.mw-body-content {
 +
    font-size: .82em;
 +
}
 +
 +
#pt-logout {
 +
    display: none;
 
}
 
}

Latest revision as of 23:04, 15 August 2015

/* CSS placed here will affect users of the Vector skin */
div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
}

#bodyContent h2 {
  margin-top: .7em;
}

.thumb.tright {
     clear: none !important;
}

h4 {
     font-size: 116%;
     font-style: italic;
     margin-left: 4px;
}

.mw-body-content {
    font-size: .82em;
}

#pt-logout {
    display: none;
}