Notice something wrong, missing, or inadequate? Feel free to edit pages yourself and make use of discussion pages.
Wiki content is created, maintained, and administrated by players. Learn how you can help!

MediaWiki:Cologneblue.css

From SoDWiki
Jump to navigationJump to search
Reload.png
Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* Infobox style */
  .infobox {margin: 0 0 0.5em 1em; float:right; font-size:90%; text-align:left; color: #000;}
  .infobox-header {font-size:110%; text-align:center;}

/* Adept style */
  .adept-bg {background-color:#fff2f2;}
  .adept-highlight {background-color:#e66;}
  .adept-border {border:solid 1px #a33;}
  .adept-deco {border-top:1px solid #a33;}

/* NPC style */
  .npc-bg {background-color:#f6e9fe;}
  .npc-highlight {background-color:#DAF;}
  .npc-border {border:solid 1px #80A;}
  .npc-deco {border-top:1px solid #80A;}

/* Race style */
  .race-bg {background-color:e4f0fe;}
  .race-highlight {background-color:#ABC;}
  .race-border {border:solid 1px #9dccd1;}
  .race-deco {border-top:1px solid #9dccd1;}

/* Class style */
  .class-bg {background-color:#FEF;}
  .class-highlight {background-color:#FCE;}
  .class-border {border:solid 1px #A08;}
  .class-deco {border-top:1px solid #A08;}

/* Item style */
  .item-bg {background-color:#f8fef3;}
  .item-highlight {background-color:#CF9;}
  .item-border {border:solid 1px #5A0;}
  .item-deco {border-top:1px solid #5A0;}

 /* Zone style */
  .zone-bg {background-color:#EEF;}
  .zone-highlight {background-color:#DDF;}
  .zone-border {border:solid 1px #77C;}
  .zone-deco {border-top:1px solid #77C;}

 /* Quest style */
  .quest-bg {background-color:#FFC;}
  .quest-highlight {background-color:#FF8;}
  .quest-border {border:solid 1px #EA3;}
  .quest-diagbox {width:50%; overflow:hidden; margin-left:20px; margin-right:10px; margin-bottom:20px; margin-top:20px; padding: 10px 15px 10px 15px;}
  .quest-diag1 {font-style:italic; font-weight:bold;}
  .quest-diag2 {font-style:italic;}
  .quest-diag3 {text-align:center;}
  .quest-diag {overflow:hidden; 10px 0px 10px 0px;}
  .quest-width {width: 40%;}
  .quest-bg2 {background-color:#f2e0e0;}
  .quest-bg3 {background-color:#cedff2;}
  .quest-bg4 {background-color:#cef2df;}
  .quest-deco {border-top:1px solid #EA3;}

/* Main Page style */
 .MainPage-title1 {width: 100%; background: transparent;}
 .MainPage-title2 {width: 75%; margin: auto; background: #fffae0; border: 1px solid #AAA;}
 .MainPage-title3 {background: #fffae0; border: 1px solid #f49941; padding: 5px; margin: 3px; font-weight: bold; font-size: 1.2em; text-align:  center;}
 .MainPage-bubble {width: 33%; background: #fffae0; border: 1px solid #AAA; vertical-align: top;}
 .MainPage-bubbletitle {background: #ffdc88; border: 1px solid #f49941; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;}
 .MainPage-bubbleformat {padding-left: 1em; color: #000;}
 .MainPage-mini {text-align: right; font-size: 0.9em; font-style: italic; margin: 0.3em 1em; color: #000;}

/* Misc styles */
 .fullwidth {width:99%}
 div.test1{ font-size:90%; background-color: #444; padding: 0.5em 1em; }
 .floatright {float: right;}
 .unknown-bg {background-color:#666;}
 .unknown-highlight {background-color:#777;}
 .unknown-border {background-color:#eee;}

/* Table style */
 table.wikitable, table.sortable { margin: 1em 1em 1em 0;  background: #f9f9f9;  border: 1px #aaaaaa solid; border-collapse: collapse;  }
 table.wikitable td, table.sortable td { border: 1px #aaaaaa solid; padding: 0.2em;}
 table.wikitable th, table.sortable th { border: 1px #aaaaaa solid; background: #E6E6FA; text-align: center; }
 table.wikitable caption, table.sortable caption { margin-left: inherit;  margin-right: inherit; }
 table.wikitable tr:not(:first-child) th, table.sortable tr:not(:first-child) th { border: 1px #aaa solid; background-color: #E6E6FA; color: #000; font-size: 90%; }
 table.extrapadding td { padding-left: 4px; padding-right: 4px; }
 table.td-right td { text-align: right;