Difference between revisions of "MediaWiki:Common.css"

From Electrical Age
Jump to: navigation, search
(Custom styles added.)
(No difference)

Revision as of 21:33, 1 July 2014

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

.div-header {
  background-color: #2F8EED;
  border: 1px solid #2F8EED;
  color: white;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0px 8px 0px 8px;
}

.div-block {
  background: #EBEBEB;
  border: 1px solid #2F8EED;
  padding: 0px 8px 0px 8px;
  margin-bottom: 5px;
}