Difference between revisions of "MediaWiki:Common.css"

From Electrical Age
Jump to: navigation, search
Line 6: Line 6:
 
   color: white;
 
   color: white;
 
   font-weight: bold;
 
   font-weight: bold;
   height: 23px;
+
   height: 22px;
   line-height: 23px;
+
   line-height: 22px;
   padding: 8px 8px 0px 8px;
+
   padding: 0px 8px 0px 8px;
 
}
 
}
  

Revision as of 21:37, 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: 22px;
  line-height: 22px;
  padding: 0px 8px 0px 8px;
}

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