Jump to content

MediaWiki:Common.css: Difference between revisions

From WikiGence
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 22: Line 22:
}
}


.page-Main_Page main .mw-body-header {
.page-Main_Page main .firstHeading {
display:none !important;
}
 
.page-Main_Page main .vector-page-toolbar{
display:none !important;
display:none !important;
}
}

Revision as of 20:57, 17 April 2025

/* CSS placed here will be applied to all skins */

/* InfoBox */

.infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 5px;
  float: right;
  margin: 0 0 1em 1em;
  width: 250px;
  font-size: 90%;
  line-height: 1.4em;
}
.infobox th {
  background-color: #efefef;
  text-align: left;
  padding: 4px;
}
.infobox td {
  padding: 4px;
}

.page-Main_Page main .firstHeading {
	display:none !important;
}