Difference between revisions of "MediaWiki:Common.css"

Jump to: navigation , search
Line 13: Line 13:
  
 
.mp_imgDesc {
 
.mp_imgDesc {
font-size: 16px;
+
font-size: 14px;
 
}
 
}
  
 
.mp_readmore {
 
.mp_readmore {
font-size: 16px;
+
font-size: 14px;
 +
text-align: right;
 
}
 
}

Revision as of 21:03, 8 December 2016

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

img.borderlessimg {
border: none;
margin-bottom: -20px;
margin-top: -20px;
}

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

.mp_imgDesc {
font-size: 14px;
}

.mp_readmore {
font-size: 14px;
text-align: right;
}