Wikia

EverQuest 2 Wiki

Wikia.css

MediaWiki page

76,461 pages on
this wiki
Talk 0

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

  • Chrome - Windows: Hold the Ctrl key and press the F5 key. OS X: Hold both the ⌘ Cmd and ⇧ Shift keys and press the R key.
  • Safari - Hold down the ⇧ Shift key and click the Reload toolbar button.
  • Firefox - Windows: Hold the Ctrl key, and press F5 . OS X: Hold the ⌘ Cmd and ⇧ Shift keys, and then press R .
  • Internet Explorer - Hold the Ctrl key, and press F5 (or click the Refresh button).
/***** CSS placed here will be applied to the "Wikia" skin (aka 'oasis'). *****/
/* 23:33, September 7, 2011 (UTC) 
 */
/***************************************/
/********** css includes ***************/
@import "/index.php?title=MediaWiki:Common.css/admin&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:HarvestSprites.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:ExamineWindow.css&action=raw&ctype=text/css";
/***************************************/
 
.cataz
{
border:1px solid #aaa;
background-color:#f9f9f9;
color:black;
padding:2px;
font-size:90%;
}
 
#undodot li
{
list-style-type: disc;
list-style-image: none;
list-style-position: inside;
}
 
#WikiaArticle code
{
white-space: normal;
  display: inline;
  padding-left: .2em;
  padding-right: .2em;
  color:      inherit;
  font-family: Monaco, "Courier New", monospace;
  border: 1px dotted #ccc;
}
 
div.tleft, div.tright {
  border:none;
}
 
.DEVbutton
{
 display:none;
}
 
#siteSub
{
  font-size:80%;
}
 
.preload_table
{
text-align:center;
padding:1px;
border-spacing: 4px 2px;
}
 
.preload_button, .preload_button2
{
background-color:#ddddee;
border:2px outset #9999bb;
text-align:center;
padding:2px 4px;
}
 
.preload_button2
{
font-size: 110%;
background-color: #E0BF1C;
border:2px outset #BFb428;
}
 
/* end global skinn stuff */
 
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }
 
/* Infobox template style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 
 
/* Recent changes byte indicators */
.mw-plusminus-pos { color: #008b00; }
.mw-plusminus-neg { color: #ff0000; }
 
/* Standard Navigationsleisten, aka box hiding thingy german wikipedia. Documentation here */
 
div.Boxmerge,
div.NavFrame {
       margin: 0px;
       padding: 4px;
       border: 1px solid #aaa;
       text-align: center;
       border-collapse: collapse;
       font-size: 95%;
}
div.Boxmerge div.NavFrame {
       border-style: none;
       border-style: hidden;
}
div.NavFrame + div.NavFrame {
       border-top-style: none;
       border-top-style: hidden;
}
div.NavPic {
       background-color: #fff;
       margin: 0px;
       padding: 2px;
       float: left;
}
div.NavFrame div.NavHead {
       height: 1.6em;
       font-weight: bold;
       background-color: #ccccff;
       position:relative;
}
div.NavFrame p {
       font-size: 100%;
}
div.NavFrame div.NavContent {
       font-size: 100%;
}
div.NavFrame div.NavContent p {
       font-size: 100%;
}
div.NavEnd {
       margin: 0px;
       padding: 0px;
       line-height: 1px;
       clear: both;
}
a.NavToggle {
       position:absolute;
       top:0px;
       right:3px;
       font-weight:normal;
       font-size:smaller;
}
/* End of Navigation */
 
/* Extra button at bottom left of footer */
/* save this for later... -Flo
#footer { background-color: white; background: url(URL of extra button image);
clear: right;
background-repeat: no-repeat; background-position:  3px 2px; padding-bottom: 1.24em; padding-left: 102px;} */
 
/* CSS for new design elements start here */
 
/* a custom background for the RoK infobox */
table.rokbox {
    background: url(http://images1.wikia.nocookie.net/eq2/images/2/2d/RoK_background_screen.jpg) 
        center left no-repeat;
}
/* a custom background for the LoN infobox */
table.lonbox {
    background: url(http://images1.wikia.nocookie.net/eq2/images/4/41/LoN_background_screen.jpg) 
        center left no-repeat;
}
/* a custom background */
table.bg-parchment-yellow {
    background: url(http://images1.wikia.nocookie.net/eq2/images/b/b1/Parchment_yellowed.jpg) 
    repeat;
}
 
/* Link Quality Colors (on default background) */ 
.qc-mythical, .qc-mythical a:link, .qc-mythical a:visited { color: #CC0066; }
.qc-fabled, .qc-fabled a:link, .qc-fabled a:visited { color: #FF9999; }
.qc-mastercrafted, .qc-mastercrafted a:link, .qc-mastercrafted a:visited { color: #FF9900; }
.qc-handcrafted, .qc-handcrafted a:link, .qc-handcrafted a:visited { color: #33CC00; }
.qc-legendary, .qc-legendary a:link, .qc-legendary a:visited { color: #FF9900; }
.qc-treasured, .qc-treasured a:link, .qc-treasured a:visited { color: #BDEDFF; }
.qc-uncommon, .qc-uncommon a:link, .qc-uncommon a:visited { color: #33CC00; }
.qc-common, .qc-common a:link, .qc-common a:visited { color: #EEEEEE; }
.qc-unknown, .qc-unknown a:link, .qc-unknown a:visited { color: #BBBBBB; }
 
/* Link Prestige Color (on default background) */ 
.eq-prestige, .eq-prestige a:link, .eq-prestige a:visited { color: #00FF00; }
 
/* for [[Template:UpdateLinks]] */
table.updatelinks-html {
   border-collapse: collapse;
   padding: 3px;
}
table.updatelinks-html td {
   width:8%;
   border: 1px solid #000000;
   text-align: center;
   font-weight: bold;
}
table.updatelinks-html caption {
   font-weight: bold;
   font-style: italic;
}
 
/* Link Archetype Colors for {{Spell|}} */
.lc-spell-scout, .ac-scout a { color: #ABD473; }
.lc-spell-mage, .ac-mage a { color: #69CCF0; }
.lc-spell-priest, .ac-priest a { color: #FFFFFF; }
.lc-spell-fighter, .ac-fighter a { color: #C79C6E; }
 
/* Link Tag Colors for {{Quest|}} */
.lc-quest-solo, .tc-quest-solo a { color: #336600; }
.lc-quest-heroic, .tc-quest-heroic a { color: #FF9900; }
.lc-quest-epic, .tc-quest-epic a { color: #CC0000; }
 
/* Coin Colors */
span.coin-platinum { color: #A0A0A0; }
span.coin-gold { color: #FFBB00; }
span.coin-silver { color: #606060; }
span.coin-copper { color: #CC8800; }
span.coin-status, span.coin-status  a:link, span.coin-status a:visited { color: #0099FF; }
span.coin-guild, span.coin-guild a:link, span.coin-guild a:visited { color: #32CD32; }
 
/* Timeline Templates */
table.timeline-sidebar {
    float: right;
    border: 1px solid #8888aa;
    background-color: #f7f8ff;
    padding: 5px;
    margin: 0 0 1em 1em;
}
.ts-break {
    border-bottom: 1px solid #8888aa;
}
table.timeline-sidebar td, .ts-line {
    vertical-align: top;
    font-size: 90%;
    line-height:120%;
}
.ts-subheader {
    background-color: #b7b7e8;
    line-height:120%;
    font-size: 100%;
}
.ts-subheader2 {
    background-color: #c7c7f8;
    line-height:120%;
    font-size: 90%;
}
.ts-header {
    background-color: #a7a7d8;
    line-height:150%;
    font-size: 120%;
}
 
table.mainpagebox { border-width: 1px; border-style: solid; 
    padding: 5px; margin: 3px; color:#000000;
}
table.mainpagebox th {
    margin:0;
    font-family:sans-serif;
    font-size:120%;
    font-weight:bold;
    text-align:left;
    padding-left:0.4em;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
 
/* Color Schemes */
.cs-fighter { border-color: #a1a1b3; background-color: #f5faff; }
.cs-fighter th { background-color:#cedff2; border:1px solid #a3b0bf; }
 
.cs-mage { border-color: #bfa3b1; background-color: #fff5f5; }
.cs-mage th { background-color: #f2e0e0; border:1px solid #bfa3b1; }
 
.cs-scout { border-color: #a1a180; background-color: #fffff0; }
.cs-scout th { background-color: #f0f0d0; border:1px solid #a1a180; }
 
.cs-priest { border-color: #a1b3a1; background-color: #f5fffa; }
/* background-color for priest th was cef2df, adjusted to conform to Main_Page colors */
.cs-priest th { background-color:#cef2e0; border:1px solid #a3bfb1; }
 
.cs-artisan { border-color: #c0c0f0; background-color: #f7f8ff; }
.cs-artisan th { background-color: #d5d5f5; border:1px solid #c0c0f0;}
 
.cs-eq2news { font-family: sans-serif; font-weight: bold; font-size: 120%; }
.cs-eq2news li { font-family: sans-serif; font-weight: normal; font-size: 80%; }
 
 
.cls_fighter_cell, .cls_fighter_head { border: 1px solid #A1A1B3; }
.cls_fighter_cell { background-color:#F5FAFF; }
.cls_fighter_head { background-color:#CEDFF2; }
 
.cls_mage_cell, .cls_mage_head { border: 1px solid #BFA3B1; }
.cls_mage_cell { background-color:#FFF5F5; }
.cls_mage_head { background-color:#F2E0E0; }
 
.cls_scout_cell, .cls_scout_head { border: 1px solid #A1A180; }
.cls_scout_cell { background-color:#FFFFF0; }
.cls_scout_head { background-color:#F0F0D0; }
 
.cls_priest_cell, .cls_priest_head { border: 1px solid #A1B3A1; }
.cls_priest_cell { background-color:#F5FFFA; }
.cls_priest_head { background-color:#CEF2DF; }
 
.cls_artisan_cell, .cls_artisan_head { border: 1px solid #C0C0F0; }
.cls_artisan_cell { background-color:#F7F8FF; }
.cls_artisan_head { background-color:#E6E6FA; }
 
.cls_orange_cell, .cls_orange_head { border: 1px solid #E69961; }
.cls_orange_cell { background-color:#FAF4EB; }
.cls_orange_head { background-color:#FAEBD7; }
 
.cls_fighter_head, .cls_mage_head,
.cls_priest_head, .cls_scout_head,
.cls_artisan_head, .cls_orange_head
{
margin:0; padding:0.2em 0.4em; font-family:sans-serif; font-size:120%; text-align:left; color:#000; 
}
 
 
 
 
/* end of Flo's new CSS */
 
/**
 * Easy Copy Input
 * Author: Dantman
 */
 
span.cpinput { display: none; }
input.cpinput {
	background: url('http://images1.wikia.nocookie.net/eq2/images/8/8c/Copy.png') top left no-repeat;
	width: 1px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	color: transparent;
	padding-left: 16px;
	overflow: hidden;
	border-style:dashed;
}
 
/*stuff*/
.userbox {
	width: 250px;
	height: 50px;
	padding: 0px;
	border: 1px solid black;
	border-spacing: 0px;
}
.userbox .id {
	width: 65px;
	height: 50px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.userbox .info {
	height: 50px;
	margin: 0px;
	padding: 5px;
	font-size: 10px;
}
 
/***************************************/
 
/****************************/
/*   stuff for main page thin box links */
div.obox
{
 clear: both;
 border: 1px solid #aaaaaa;
 border-collapse: collapse;
 font-size: 80%;
 margin: 0;
 padding: 0;
 margin-bottom: 1em;
 background-color: #ffffff;
 text-align: center
}
 
span.ibox
{
 background: #F5F5F5;
 margin: 0;
 margin-right: 0.5em;
 padding-left: 0.25em;
 white-space: nowrap;
 border-right: 1px solid #aaaaaa;
 border-bottom: 1px solid #aaaaaa;
 float: left; width: auto;
 vertical-align: top;
}
 
/****************************/
/*** standard alignment colors ***/
.deity-good { background-color: #9999FF; }
.deity-neutral { background-color: #DCDCDC; }
.deity-evil { background-color: #FF7777; }
 
#PI_table td
{
 padding-left: 3px;
 padding-right: 3px;
}
 
/* progress bar */
div.pb-inner
{
  background-image: url(http://images1.wikia.nocookie.net/eq2/images/c/c4/Pb.png);
  background-repeat: repeat-x;
}
 
div.pb-outer
{
  background: silver;
  padding:2px 0px; 
}
 
/* de-dot the li elements in the timeline pre/next boxes */
.ListDotOff ul
{
margin-left:0pt;
list-style-image:none;
list-style-type:none;
}
 
/***********************/
table.leftpad td, td.leftpad
{
padding-left: 0.5em;
}
 
/*******************************/
table.thin_template
{
 width:65%;
 border:1px solid black;
 border-collapse: collapse;
}
 
table.thin_template th
{
 width: 9em;
 background-color: #eeeeee;
 text-align: left;
 color: black;
}
 
table.thin_template tr
{
vertical-align: top;
}
 
table.thin_template td, table.thin_template th
{
 padding: 1px 2px 1px 4px;
}
 
table.thin_template caption
{
 font-weight: bold;
}
 
/***********************************/
table.cell_buttons td
{
 color: black;
 background-color: #cccccc;
 border-width: 1px 2px 2px 1px;
 border-style: solid;
 border-color: #eee #999 #999 #eee;
 text-align: center;
}
 
table.cell_buttons td:hover
{
 border-width: 2px 1px 1px 2px;
 border-color: #999 #eee #eee #999;
}
 
body.ns-2 .hideonuser, body.ns-3 .hideonuser {  display:none; } 
body.ns-2 .showononuser {  display:block !important; }
 
body.ns-1 .hideontalk, body.ns-3 .hideontalk, body.ns-5 .hideontalk,
body.ns-7 .hideontalk, body.ns-9 .hideontalk, body.ns-11 .hideontalk,
body.ns-13 .hideontalk, body.ns-15 .hideontalk {  display:none; } 
 
.alartbox
{
  -moz-border-radius: 0px 15px 15px 0px;
  border: 1px solid black;
  border-left: 8px solid;
}
 
.red_alart { border-left-color: red !important; }
.yellow_alart { border-left-color: yellow !important; }
/* 
*/
    div.talkicon { width:16px; height:16px; display:inline; background-image: url('http://images4.wikia.nocookie.net/eq2/images/d/df/User_comment.png'); }   /* add this to a table, to make all the cells inside align to the top, not middle */ .cellaligntop td { vertical-align:top; }       .references-small { font-size: 90%; }   .update_infobox .toc { width: 100%; }   /* so things right align to the header>details bar correctly */ .WikiaArticle { padding-right: 0px; } .WikiaArticleCategories { margin-right: 0px; }   span.sc-logo img { vertical-align:text-bottom; }   /* for template:achievement */ div.achieve-back-blank { background-image: url('http://images1.wikia.nocookie.net/__cb20090927214622/eq2/images/8/8f/Icon_Achievement_blank_gold.png'); width: 61px; height:64px; }     .newcategory { color: red !important; }     /* Attempting to fix the nav in the in-game browser */ header, nav, article, footer, address { display: block; }   /* Header background */ .WikiaHeader, .toolbar { background:url("http://images3.wikia.nocookie.net/markvanalphen/images/a/a0/EverQuest_Header.jpg") !important; }   /* stuff for paperdoll hijinks */ div.soepaperdoll, div.soepaperdoll img { width:250px; height:359px; }   /* SOE footer */ .mainpage-footer-soe { background: none repeat scroll 0% 0% #000000; color: white; height: 211px; width: 100%; }   .mainpage-footer-soe a { color: white; }   .mainpage-footer-soe .background { -moz-box-sizing: border-box; box-sizing: border-box; background: url("http://static.wikia.com/planetside2/images/8/8a/SOE_footer_background.png") no-repeat scroll 0 0 transparent; float: left; height: 100%; padding-left: 100px; padding-top: 61px; width: 50%; }   .mainpage-footer-soe .logo { background: url("http://static.wikia.com/planetside2/images/9/94/SOE_footer_logo.png") no-repeat scroll 0% 0% transparent; float: right; height: 168px; width: 205px; margin-top: 22px; margin-right: 20px; }   /* Item Icon backgrounds for Census icons */ .IIcon {background-repeat:no-repeat; background-position:right top; display:inline-block} .IC_Common {background-image:url("http://img3.wikia.nocookie.net/__cb20140321202801/eq2/images/8/8f/IIconBG_Common.png"); } .IC_Uncom {background-image:url("http://img2.wikia.nocookie.net/__cb20140321211826/eq2/images/1/1d/IIconBG_Uncommon.png"); } .IC_Treas {background-image:url("http://img2.wikia.nocookie.net/__cb20140321211016/eq2/images/e/e0/IIconBG_Treasured.png"); } .IC_Lego {background-image:url("http://img2.wikia.nocookie.net/__cb20140321212212/eq2/images/6/60/IIconBG_Legendary.png"); } .IC_Fable {background-image:url("http://img3.wikia.nocookie.net/__cb20140321212406/eq2/images/f/fa/IIconBG_Fabled.png"); } .IC_Eth {background-image:url("http://img2.wikia.nocookie.net/__cb20140321212530/eq2/images/8/8a/IIconBG_Ethereal.png"); } .IC_Myth {background-image:url("http://img3.wikia.nocookie.net/__cb20140321212700/eq2/images/f/f1/IIconBG_Mythical.png"); }

Around Wikia's network

Random Wiki