Difference between revisions of "MediaWiki:Common.css"

From RRU Knowledge Base
Line 23: Line 23:
#mw-content-text {
#mw-content-text {
       font-size: 1.1em;
       font-size: 1.1em;
}
.thumbimage {
      border: none;
}
}

Revision as of 01:59, 13 December 2016

/* Hide Main Title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { 
      display: none; 
}

.navbar-brand {
      font-weight: bold;
      font-size: 1.6em;
}

#t-tools .glyphicon {
      top: 3px;
}
#pt-personaltools .glyphicon {
      top: 3px;
      right: 3px;
}

#t-tools .caret, #pt-personaltools .caret  {
      margin-left: 5px;
}

#mw-content-text {
      font-size: 1.1em;
}

.thumbimage {
      border: none;
}