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:Common.css: Difference between revisions

From Dalaya Wiki
Jump to navigationJump to search
No edit summary
m (Dalaya rebrand (sodwiki-migration))
Line 120: Line 120:
  text-align: center;
  text-align: center;
}
}
/* === DALAYA-REBRAND BEGIN (sodwiki-migration) === */
.ported-notice {
  margin: 1.5em 0 0.5em 0;
  padding: 0.6em 1em;
  background-color: #2e241a;            /* warm walnut, matches the new frame */
  border: 1px solid #c9a227;            /* gold accent */
  border-left: 4px solid #c9a227;
  color: #EAEAAE;                        /* preserved pale-gold text */
  font-size: 95%;
  border-radius: 0.3em;
}
.ported-notice a { color: #f0d27a; }
/* === DALAYA-REBRAND END (sodwiki-migration) === */

Revision as of 14:38, 5 June 2026

/* Text styles */
.top5 a, .top5 a:link, .top5 a.visited, .top5 a:active { color:#fff; text-decoration: none; }
.top5 a:hover { color:#333; text-decoration: none; }

.pristineStats { 
	color: lime;
}
.expableStats { 
	color: red;
}
.top5ShamanMask { 
	background: red;
}
.top5RefugeeSpell { 
	background: #99CCFF;
}
.top5MurkSpell { 
	background: lime;
}
.top5ShoutOfAgony { 
	background: purple;
}
.top5GlaciationOfBlood,
.top5TaraztuSHealingFlames, 
.top5TaraztuSInfernalTrap, 
.top5SummonSpectralSilks, 
.top5VeilOfMarlow { 
	background: grey;
}
.top5CelestialShield, 
.top5Absolution { 
	background: orange;
}
.top5VahBack { 
	background: pink;
}

/* CSS placed here will be applied to all skins */

/*Misc table width*/
.fulltable {
 width:99%;
}
/*Floats*/
.left {
 float:left;
}
.right {
 float:right;
}

/*Fonts*/
  @font-face{font-family:'EasonPro';src:url('/fonts/eason/v1/easonpro-regular-webfont.eot');src:url('/fonts/eason/v1/easonpro-regular-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/eason/v1/easonpro-regular-webfont.woff') format('woff'),url('/fonts/eason/v1/easonpro-regular-webfont.ttf') format('truetype'),url('/fonts/eason/v1/easonpro-regular-webfont.svg#EasonProregular') format('svg');font-weight:normal;font-style:normal}
  @font-face{font-family:'EasonPro';src:url('/fonts/eason/v1/easonpro-italic-webfont.eot');src:url('/fonts/eason/v1/easonpro-italic-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/eason/v1/easonpro-italic-webfont.woff') format('woff'),url('/fonts/eason/v1/easonpro-italic-webfont.ttf') format('truetype'),url('/fonts/eason/v1/easonpro-italic-webfont.svg#EasonProitalic') format('svg');font-weight:normal;font-style:italic}
  @font-face{font-family:'EasonPro';src:url('/fonts/eason/v1/easonpro-bold-webfont.eot');src:url('/fonts/eason/v1/easonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),url('/fonts/eason/v1/easonpro-bold-webfont.woff') format('woff'),url('/fonts/eason/v1/easonpro-bold-webfont.ttf') format('truetype'),url('/fonts/eason/v1/easonpro-bold-webfont.svg#EasonProBold') format('svg');font-weight:bold;font-style:normal}
  @font-face{font-family:'CronosPro';src:url('/fonts/cronos/v1/cronospro-regular-webfont.eot');src:url('/fonts/cronos/v1/cronospro-regular-webfont.eot?#iefix') format('embedded-opentype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/cronos/v1/cronospro-regular-webfont.woff') format('woff'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/cronos/v1/cronospro-regular-webfont.ttf') format('truetype'),url('https://d1h9a8s8eodvjz.cloudfront.net//fonts/cronos/v1/cronospro-regular-webfont.svg#CronosProregular') format('svg');font-weight:normal;font-style:normal;}
  
/* TOC display level limiter, will only display the TOC up to level N */
  .toc1 li.toclevel-2,
  .toc1 li.toclevel-3,.toc2 li.toclevel-3,
  .toc1 li.toclevel-4,.toc2 li.toclevel-4,.toc3 li.toclevel-4,
  .toc1 li.toclevel-5,.toc2 li.toclevel-5,.toc3 li.toclevel-5,.toc4 li.toclevel-5,
  .toc1 li.toclevel-6,.toc2 li.toclevel-6,.toc3 li.toclevel-6,.toc4 li.toclevel-6,.toc5 li.toclevel-6,
  .hide,body.page-Main_Page.ns-subject h1.firstHeading {display:none}

/**MAIN PAGE STYLESHEET**/
  .mini {
  text-align:right; font-style:italic; font-size:0.85em
  }

  #mainpagenavigation {
  display:block;
  border-collapse:collapse;
  text-align:left
  }
  
  #mainpagenavigation th {
  font-family:EasonPro,"Times New Roman", serif;
  font-size:1.7692307692em;
  color:#fff;
  text-shadow:rgba(0,0,0,0.75) 0 0 .25em;
  background-color:#444;
  background-image:url(https://sodwiki.vulc.us/w/images/3/3a/BG_gradient.jpg)!important;
  font-weight:400;
  height:48px;
  text-align:center;
  font-size-adjust:0.43
  }
    
  #mainpagenavigation td.content {vertical-align:top;padding:.5em 1.5em;}
  #mainpagenavigation td.separator {border-right:#aaa solid 1px}
  
  body.page-Main_Page.ns-subject #content,body.page-Main_Page_editcopy.ns-subject #content {padding-left:1em;padding-right:1em}
  
/*older IE hacks*/
  #mainpagenavigation td.content > * {width:88%\0/}
  #mainpagenavigation td.content > [class*=float] {width:auto\0/}
  :root #mainpagenavigation td.content > * {width:auto}

/**TABLE CLASSES**/
  .table {
  border:0 solid;
  border-collapse:collapse;
  border-spacing:0;
  font-size:.9230769231em;
  text-align:left;
  clear:none;
  position:relative;
  display:inline-block;
  vertical-align:top;
  margin:10px 10px;
  padding:0;
  }

/**SITE NOTICE**/

.notice {
 padding: 4px;
 margin-top: 6px;
 text-align: center;
}

/* === DALAYA-REBRAND BEGIN (sodwiki-migration) === */
.ported-notice {
  margin: 1.5em 0 0.5em 0;
  padding: 0.6em 1em;
  background-color: #2e241a;            /* warm walnut, matches the new frame */
  border: 1px solid #c9a227;            /* gold accent */
  border-left: 4px solid #c9a227;
  color: #EAEAAE;                        /* preserved pale-gold text */
  font-size: 95%;
  border-radius: 0.3em;
}
.ported-notice a { color: #f0d27a; }
/* === DALAYA-REBRAND END (sodwiki-migration) === */