Midsomer Murders Wiki
No edit summary
No edit summary
Line 1: Line 1:
CSS code added here applies only to the FandomDesktop skin
+
/*CSS code added here applies only to the FandomDesktop skin*/
   
 
/* Remove "Home" from main page */
 
/* Remove "Home" from main page */

Revision as of 14:34, 27 June 2021

/*CSS code added here applies only to the FandomDesktop skin*/

/* Remove "Home" from main page */
.mainpage h1.page-header__title {
    display: none;
}

/* Add background image */
body.skin-fandomdesktop { 
    background-image: url(https://midsomermurders.fandom.com/wiki/Special:FilePath/Midsomer-Wiki-background.jpg);
    background-attachment: fixed;
    background-size: cover;
}

/* Remove the gradient from the background of the wiki header */
.fandom-community-header__background::before {
    background-image: none;
}

.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;
}