MediaWiki:Common.css

From Casualty Wiki
Jump to: navigation, search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* MAIN PAGE ELEMENTS */

.mainpage-image {
    background: #000;
    background-image: url(http://images.shoutwiki.com/casualty/4/4e/MainPageImage.jpg);
    background-size: 100%;
    background-position: center;
    width: 100%;
    border: 1px solid #CCC;
    height: 300px;
}

/* ========================================
   EPISODE HEADER STYLES AND SERIES TABLES
   Based on Template:EpisodeHeader @ eladkse.wikia.com
   ========================================
*/

.episodeinfobox {
  font-size: 89%;
  width: 100%;
  float: none;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
  border: 1px solid #CCC;
  border-spacing: 0px;
}
 
.episodeinfobox .header td {
  padding: 2px 0 3px 7px;
  background-color :#FFE0A1;
  color: #3A3A3A;
  border-bottom: 1px solid #CCC;
}
 
.episodeinfobox .nav > td {
  border-top: 1px solid #CCC;
}

.mw-content-ltr dd, .mw-content-rtl .mw-content-ltr dd {
    margin-left: 0;
}

/* */

/* Series Table */
.seriestable {
  width: 100%;
  text-align: center;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #CCC;
  border-spacing: 0px;
}
 
.seriestable .header {
  background: #FFE0A1;
  color: #3A3A3A;
}
 
.seriestable .info {
  background: #F2F2F2;
}
 
.seriestable .description td {
  text-align: left;
}
 
.seriestable td,
.seriestable th {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #CCC;
  padding: 2px;
}