Midsomer Murders Wiki
No edit summary
No edit summary
Line 36: Line 36:
 
}
 
}
 
.MPgallery .wikia-gallery-item {
 
.MPgallery .wikia-gallery-item {
text-align: center;
+
text-align: center !important;
 
}
 
}
   

Revision as of 12:58, 27 June 2021

CSS code added here applies only to the FandomDesktop skin

.WikiaBlogListingBox H2 {
    font-size: 14px;
}
.blog-listing__summary p {
	font-size: 16px ;
	line-height: 20px ;
}
.blog-listing__post {
	padding: 10px;
}
H2.blog-listing__title{
    font-size: 18px;
    font-weight: bold;
}
.WikiaBlogListingBox details span, .WikiaBlogListingBox details a, .WikiaBlogListingBox .author-details span, .WikiaBlogListingBox .author-details a {
    font-size: 14px;
}
.WikiaBlogListingBox .post-summary p {
    line-height: 14px;
    font-size: 13px;
}
.blog-listing__title {
	margin-top: 0 !important;
}
.blog-listing__post-details, .blog-listing__timestamp, .blog-listing__comment-count, .blog-listing__bullet {
	display: none;
}

/* Main Page Gallery */
.MPgallery .wikia-gallery-caption .lightbox-caption {
    background-color: #275b47 !important;
    padding-left: 5px !important;
    text-align: center !important;
}
.MPgallery .wikia-gallery-item {
	text-align: center !important;
}

#MPgallery a {
    color: white;
    background-color: grey;
}