Difference between revisions of "MediaWiki:Common.css"

Jump to: navigation , search
Line 7: Line 7:
  
 
.mp_title {
 
.mp_title {
font-size: 2em;
+
font-size: 24px;
 
font-weight: 600;
 
font-weight: 600;
 
margin-bottom: -20px;
 
margin-bottom: -20px;
 +
}
 +
 +
.mp_imgDesc {
 +
font-size: 16px;
 +
}
 +
 +
.mp_readmore {
 +
font-size: 16px;
 
}
 
}

Revision as of 21:01, 8 December 2016

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

img.borderlessimg {
border: none;
margin: 0;
}

.mp_title {
font-size: 24px;
font-weight: 600;
margin-bottom: -20px;
}

.mp_imgDesc {
font-size: 16px;
}

.mp_readmore {
font-size: 16px;
}