Midsomer Murders Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import url("/load.php?mode=articles&only=styles&articles=MediaWiki:Mbox.css");

#wpTextbox1.highlighted {
    padding-left:3px;
}

/* Header Styling */
.wds-community-header .wds-community-header__sitename a {
    color: #a1d9ff;
    transition: color .2s;
}

.wds-community-header .wds-tabs__tab-label {
    color: #a1d9ff;
}

/*.wds-community-header .wds-community-header__counter {
    color: #a1d9ff;
}*/


/* Portable InfoBoxes */
/*.portable-infobox .portable-infobox {
    width: 250px;
}*/

.portable-infobox .pi-image-thumbnail {
    max-width: 250px; /* Typically, use the same width as your infobox, minus borders */
    height: auto; /* Preserves the image ratio */
}

.portable-infobox {
    background-color: #dbecfb;
    padding: 5px;
    width: 250px;
    border: 1px solid dimgrey;
    border-radius: 10px;
}

.portable-infobox .pi-title {
    text-align: center;
    background-color: #a1d9ff;
}

.portable-infobox .pi-item-spacing {
    border-bottom: 1px solid darkgray;
}

.portable-infobox .pi-data-label {
    border-right: 1px solid darkgray;
}

.portable-infobox .pi-data-value {
    padding-left: 1em;
}

.portable-infobox .pi-item-spacing {
    padding: 5px 5px;
}

.portable-infobox .pi-image img {
    width: 100%; 
    height: auto; 
}

.pi-horizontal-group .pi-header {
    background-color: #a1d9ff;
    font-weight: normal;
    text-align: center;
}

.portable-infobox .pi-header {
    text-align: center;
    margin: .25em;
}

.MPgallery .wikia-gallery-caption .lightbox-caption {
    background-color: #275b47 !important;
    padding-left: 5px !important;
}

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

.quote {
    background-color: #dbecfb;
    width: 430px;
    /*width: 90%; */
    /*margin: 0 auto 0; */
    padding: 5px;
    border: 1px solid #7aa9d4;
}

.WikiaBlogListingBox H2 {
    font-size: 14px;
}

.blog-listing__title {
    font-size: 16px;
    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;
}

div.hide-video-names > div.wikia-gallery > div.wikia-gallery-item > div.title { 
    display: none;
}

.wikia-gallery-item .title + .lightbox-caption {
    margin-top: 4px;
    padding-top: 0;
    font-size: large;
    color: black;
}
Advertisement