Difference between revisions of "MediaWiki:Common.css"

Jump to: navigation , search
Line 3: Line 3:
 
img.borderlessimg {
 
img.borderlessimg {
 
border: none;
 
border: none;
margin: 0;
+
margin-bottom: -20px;
 +
margin-top: -20px;
 
}
 
}
  
Line 9: Line 10:
 
font-size: 24px;
 
font-size: 24px;
 
font-weight: 600;
 
font-weight: 600;
margin-bottom: -20px;
 
 
}
 
}
  

Revision as of 21:01, 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: 16px;
}

.mp_readmore {
font-size: 16px;
}