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
Advertisement
Holby Wiki - Casualty and Holby City

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

  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Chrome: press Ctrl+F5 or Shift+F5
  • Opera users have to clear their caches through Tools→Preferences
  • Konqueror and Safari users can just click the Reload button.
/* -------- CASUALTY WIKI CSS ---- COMPILED AND TESTED BY ELADKSE -------- */

/* ----------------------------- CSS IMPORTS ----------------------------- */

/* Navigation Bar */
@import url("http://casualty.wikia.com/index.php?title=MediaWiki:Navigation.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

/* Blog Comments */
@import url("http://casualty.wikia.com/index.php?title=MediaWiki:Comments.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

/* Editor Tweaks */
@import url("http://casualty.wikia.com/index.php?title=MediaWiki:Editor.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");



/* ---------------------------- COLOUR GUIDE ----------------------------- */

/* Hex #         Description                                               */
/* #3B7577 ..... Main wiki colour - Extracted from Casualty Titles         */
/* #0F1A1A ..... Wiki background colour - Extracted from Casualty Titles   */
/* #3A3A3A ..... Colour of all 'black' text on Wikia                       */

/* #F2F2F2 ..... Background color of infoboxes, navboxes and tables        */
/* #CEDBEB ..... Template:Out of universe                                  */
/* #E1FFD9 ..... Template:Stub                                             */
/* #FFBCA0 ..... Template:Spoiler                                          */
/* #DBB7FF ..... Template:Construction                                     */
/* #FFE3A3 ..... Template:Disambig                                         */
/* #FFA3A3 ..... Template:Delete / Template:Speedydelete                   */



/* ------------------------- REMOVABLE FEATURES -------------------------- */

/* Hide "Image added by" on articles */
.picture-attribution { 
  display:none !important; 
}

/* Hide "Read more" on articles */
.RelatedPagesModule { 
  display:none !important;
}
.WikiaArticleCategories {
  margin-top: 25px;
}



/* ------------------- PROJECT HOLBY / HOLBY CITY WIKI ------------------- */

/* Interwiki Link Colour */
#bodyContent a[href*="holbycity"],
#WikiaArticle a[href*="holbycity"] {
  color: #006E94;
}



/* -------------------------------- LINKS -------------------------------- */

/* External Link */
a.external::after {
  background-image: url("http://images3.wikia.nocookie.net/__cb20110702165107/casualty/images/b/bd/ExternalLink.png") !important;
}

/* Plainlinks */
.plainlinks a.external::after {
  background-image: none !important;
  padding: 0 !important;
  width: 0px !important;
}

/* Black Links */
.blacklink a {
  color: #3A3A3A !important;
  text-decoration: none !important;
}

/* White Links */
.whitelink a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}


/* --------------------------- ADMIN CONTROLS ---------------------------- */

/* Hide Admin-Only Controls */
.admin {
  display: none;
}



/* ------------------------ GENERAL DESIGN TWEAKS ------------------------ */

/* Navigation (Do not move to Navigation.css) */
.WikiHeader nav ul li a[href="/wiki/Casualty_Wiki"] {
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.WikiHeader .subnav a:hover {
  background: none repeat scroll 0 0 #FFFFFF !important;
}
}

/* Reduce Sprite Shadow */
.WikiaHeader nav:before {
  background: url("http://images2.wikia.nocookie.net/casualty/images/d/d7/Sprite.png") no-repeat scroll 0 -32px transparent;
  bottom: -12px;
  content: " ";
  height: 12px;
  left: 5px;
  position: absolute;
  width: 1000px;
}
.WikiHeader img.shadow-mask {
  opacity: 1;
}

/* Header Divider */
.WikiaPageHeader {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.WikiaPageHeader.separator {
  padding-bottom: 10px;
}

/* Footer Padding */
#WikiaMainContent,
#WikiaRail {
  margin-bottom: 20px;
}

/* Twitter Line Spacing */
.cfUserTweetsTag li {
  margin-bottom:10px;
}

/* References Text Size */
.references-small {
  font-size: 85%;
}
#infobox .reference {
  font-size: 85% !important;
  font-family: Helvetica, Arial, sans-serif !important;
}



/* ------------------------ CUSTOM WIKIA BUTTONS ------------------------- */

/* Normal */
.cc2-wikia-button a {
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#3B7577;
background-image: -moz-linear-gradient(top, #748A8A 35%, #3B7577 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #748A8A), color-stop(65%, #3B7577));
border:1px
solid #3B7577;
color:white;
cursor:pointer;
display:inline-block;
font-family:Helvetica,Arial,sans-serif;
font-size:12px;height:19px;
line-height:20px;
margin:0;
padding:0
7px;
text-decoration:none;
white-space:nowrap;
}

/* Hover */
.cc2-wikia-button a:hover {
background-color:#346869;
background-image: -moz-linear-gradient(top, #6B7F7F 35%, #346869 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #6B7F7F), color-stop(65%, #346869));
text-decoration:none;
}
Advertisement