Difference between revisions of "MediaWiki:Common.css"

From Electrical Age
Jump to: navigation, search
(Custom styles added.)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
td {
 +
  padding: 0;
 +
  margin: 0;
 +
}
 
.div-header {
 
.div-header {
 
   background-color: #2F8EED;
 
   background-color: #2F8EED;
Line 6: Line 10:
 
   color: white;
 
   color: white;
 
   font-weight: bold;
 
   font-weight: bold;
   height: 20px;
+
   height: 28px;
   line-height: 20px;
+
   line-height: 28px;
 
   padding: 0px 8px 0px 8px;
 
   padding: 0px 8px 0px 8px;
 
}
 
}
Line 14: Line 18:
 
   background: #EBEBEB;
 
   background: #EBEBEB;
 
   border: 1px solid #2F8EED;
 
   border: 1px solid #2F8EED;
   padding: 0px 8px 0px 8px;
+
   padding: 8px 8px 0px 8px;
   margin-bottom: 5px;
+
   margin-bottom: 10px;
 
}
 
}

Latest revision as of 21:52, 1 July 2014

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

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

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