Holby Wiki - Casualty and Holby City

Attention Monobook Users
Casualty Wiki has not been coded to fully support Monobook. Some elements of the wiki may not display correctly when using the theme.
It is recommended that you switch to Oasis.

READ MORE

Holby Wiki - Casualty and Holby City
Holby Wiki - Casualty and Holby City
No edit summary
Tag: Source edit
No edit summary
Tag: Source edit
Line 105: Line 105:
   
 
.mw-references-wrap {
 
.mw-references-wrap {
clear: none;
+
clear: none !important;
 
}
 
}
   

Revision as of 17:15, 24 October 2020

/* ----------------------- HOLBY WIKI OASIS CSS ----------------------- */

/*  ===================
    CSS IMPORTS 
    ===================
    These imports must be above 
    everything else in order to work
    =================== */

/* @import url("/load.php?debug=false&&allinone=0&lang=en&mode=articles&articles=MediaWiki:Common.css|MediaWiki:Editor.css|MediaWiki:EpisodeThemes.css|MediaWiki:FluidCast.css|MediaWiki:Infobox.css|MediaWiki:Mainpage.css|MediaWiki:Maintenance.css|MediaWiki:Quotes.css|u:dev:MediaWiki:FandomizedAchievementsSystems/code.css|MediaWiki:Rail.css|u:dev:MediaWiki:ModernProfile/Masthead.css|u:dev:MediaWiki:ModernProfile/Wall.css&only=styles"); */

/* Hex #         Description                                               */
/* #042646 ..... Header colour                                      */
/* #370205 ..... Button / link colour                                      */
/* #3A3A3A ..... Colour of all 'black' text on Wikia                       */


body.background-dynamic.skin-oasis::after,
body.background-dynamic.skin-oasis::before {
    background-image: url("https://vignette.wikia.nocookie.net/casualty/images/3/3f/BackgroundConnieJac1.png/revision/latest");
}

/*
body.background-dynamic.skin-oasis::after,
body.background-dynamic.skin-oasis::before {
    background-image: url("https://vignette.wikia.nocookie.net/casualty/images/c/c8/BackgroundCharlieRic1.png/revision/latest") !important;
}
*/

@media only screen and (max-width: 1595px) {
    body.background-dynamic.skin-oasis::before {
        margin-left: -920px !important;
    }
    
    body.background-dynamic.skin-oasis::after {
        background-position: -1070px 0 !important;
    }
}

:not(.editor) .WikiaMainContent {
  margin-bottom: 15px;
}

.WikiaPage {
    border: 0 !important;
}

.WikiaSiteWrapper {
    box-shadow: 0 0 20px #000000;
}

/* Fixing eras/banner alignment */
header#WikiaPageHeader { 
	margin: 0 0 20px 0; 
}

/* Body styling ala the monobook skin */
body.mediawiki, .Chat .inline-alert, .Chat .inline-alert, .ChatHeader .User .username, .Chat .message, .Chat .username, .Chat .time, .WikiaMainContent, body.cke_panel_frame, #EditPageEditorWrapper, .WikiaArticle {
	font-family: arial, sans-serif;
}
 
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="reset"], input[type="button"], .button, button, a.wikia-button.secondary, .wikia-single-button a.secondary, .wikia-menu-button.secondary, input[type="submit"].secondary, input[type="reset"].secondary, input[type="button"].secondary, .button.secondary, button.secondary, .wikia-menu-button.active, div.neutral.modalToolbar a#ok.wikia-button, #EditPage .module_page_controls .wikia-menu-button, #EditPage .module_page_controls input[type="submit"], #wpSave, #wpPreview, #wpDiff, #wpSave a:hover, #wpDiff a:hover, #wpPreview a:hover, #wpSave:hover, #wpDiff:hover, #wpPreview:hover .tabbernav li a, .css-side-bar .css-edit-box .css-publish-button {
    font-family: Arial;
}

.WikiaArticle pre,
.pre { 
    word-break: break-all; 
    word-wrap: break-word;
    white-space: pre;
    white-space: -moz-pre-wrap; 
    white-space: pre-wrap;
}

.wds-community-header__sitename {
    visibility: hidden;
}

.WikiaMainContent {
    line-height: 1.6;
}

.WikiaMainContent h2 {
    padding-bottom: 10px;
}

.WikiaMainContent h3 {
    padding-bottom: 6px;
}

.thumb {
    border: 1px solid rgba(230,230,230,0.6);
    padding: 5px 3px 5px 5px;
}

.wikia-gallery-item .thumb,
.LightboxModal .LightboxCarousel .LightboxCarouselContainer .thumb {
	border: none;
	padding: 0;
}

.WikiaMainContent .thumbcaption {
    padding-top: 5px;
}

.mw-references-wrap {
    clear: none !important;
}

.mw-selflink {
	color: #FFFFFF;
	font-weight: 600;
}

.mw-selflink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navbox .mw-selflink,
.navbox .mw-selflink:hover {
	color: #3A3A3A;
	text-decoration: none;
}

.WikiaBarWrapper {
	z-index: 999999;
}

/* Administrator Identification Tags */
a[href="/wiki/User:Lythronax"] {
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href="/wiki/User:BBC_Casualty"] {
    font-weight: bold !important;
    font-family: Arial !important;
}

/* Bot Identification Tags */
a[href="/wiki/User:Lythrobot"] {
    text-transform: lowercase;
    font-family: monospace !important;
    color: #012c57;
}

/* Main Page columns */

@media only screen and (max-width: 1023px) {
.WikiaRail, .main-page-tag-rcs {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    clear: both;
    float: none;
    padding: 10px 0 0 0;
    width: auto;
}
}

.WikiaArticle a.external:after, .WikiaArticle a[href^='gopher://']:after {
    display: none !important;
}

.mw-contributions-form {
    background-image: none !important;
}
 
/* References Text Size */
.references-small {
  font-size: 85%;
}
 
/* Superscript */
sup {
  line-height: 1em;
}

/* TOC */
.toc {
    width: 258px !important;
    margin: 0 0 15px 15px !important;
    float: right;
    clear: both;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  color: #3A3A3A;
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background: #FFFFFF;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background: #CCCCFF;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#DDDDFF;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background:#F7F7F7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}
 
.collapseButton {         /* 'show'/'hide' buttons created dynamically by the        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal;  /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;           /* [[Template:Tnavbar]], so they need to be the same width.      */
}


/* ========== ACHIEVEMENTS ========== */

.LeaderboardTable .rank span {
    background-image: none;
    border: none;
    text-align: center;
}

.LeaderboardTable .tally span {
    display: none;
}

/*  ===============
    TIMELINE
    Original code sourced from Tardis Data Core
    =============== */
 
 .timeline {
    overflow: visible;
    border: 1px solid #CCC;
    text-align: center;
    font-size: 0.85em;
    float: right;
    clear: right;
    width: 250px!important;
    min-width:250px!important;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*  ===============
    DAY-NAV HEADER
    =============== */

#dnh {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: bold;
}

/* INACTIVE USER TAG */

.inactive-user {
    margin-left: 5px !important;
}

/* ==========
   DISAMBIGUATION (Template:You may)
   Adapted from w:c:tardis
   ========== */
   
.dabtag,
#dabtag {
    border:1px solid #cccccc;
    overflow: hidden;
    font-size: 0.80em;
    line-height: .95em;
    display: inline-block;
    width: calc(100% - 2px);
    margin: 0 0 5px 0 !important;
    float: left;
    line-height: 130%;
}

/* WELCOME */

.welcome {
    background: #FFFFFF;
    background-image: url(https://vignette.wikia.nocookie.net/casualty/images/2/2f/WelcomeBackground.png/revision/latest);
	background-repeat: no-repeat;
	background-size: 450px;
	box-shadow: 0 5px 5px #cccccc;
	width: 90%;
	margin: 20px auto;
}

.welcome a {
    color: #0072CE !important; 
}

.welcome .container {
    padding: 40px;
    position: relative;
}

.welcome .logo {
    display: block;
    width: 100%;
    height: 100px;
}

.welcome .blue {
    color: #0072CE;
    font-size: 24px;
    line-height: 48px;
    margin: 0;
}

.welcome .header {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 12px 0;
}

.welcome .text {
    color: #000000; 
    margin: 0;
}

/* =================
   NOTICE ICONS
   ================= */
   
.notice-icons {
    width: calc(100% - 277px);
    margin-bottom: 0.6em;
    display: inline-block;
}

.notice-icons .icon {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Gill Sans', 'Arial', sans-serif;
    display: inline-block;
}

.notice-icons .icon.expand {
    background-color: #b30000;
}

.notice-icons .icon.spoiler {
    background-color: #4d0000;
}

.notice-icons .icon.real {
    background-color: #595959;
}

.notice-icons .icon.conjecture {
    background-color: #284C6D;
}

.notice-icons .icon.iplayer {
    background-color: #f54997;
}

.notice-icons .icon.noncanon {
    background-color: #000000;
}

.notice-icons .icon a {
    color: #ffffff !important;
    text-decoration: none;
    width: 100%;
    display: block;
}

#WikiaNotifications {
    bottom: 25px;
}

#WikiaNotifications.hidden {
    bottom: 0;
}

.WikiaNotifications li div {
    box-shadow: 0 0 5px 0 #01070c;
    background-image: none !important;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px 40px 20px;
    overflow: visible;
}

.WikiaNotifications li div a {
    text-decoration: none;
    font-weight: bold;
}

.WikiaNotifications .WikiaBadgeNotification .notification-details {
    max-width: none !important;
}

.WikiaNotifications .WikiaBadgeNotification .notification-details a {
    text-decoration: none;
}

.WikiaNotifications .WikiaBadgeNotification img {
    left: -20px;
    top: -20px;
    width: 85px;
    height: 85px;
}

.WikiaNotifications .WikiaBadgeNotification p big {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
}