MediaWiki:Vector.css — различия между версиями

Материал из Энциклопедия EverQuest II
Перейти к: навигация, поиск
(Новая страница: «**** CSS placed here will be applied to all skins on the entire site. ****: <pre>: **** Переопределение MonoBook. ****: /***************...»)
 
Строка 295: Строка 295:
 
.preload_button, .preload_button2
 
.preload_button, .preload_button2
 
{
 
{
background-color:#ddddee;
+
 
border:2px  outset #9999bb;
+
background-color:#ECE7D9;
 +
 
 +
border:2px  outset #336633;
 
text-align:center;
 
text-align:center;
 
padding:2px 4px;
 
padding:2px 4px;

Версия 18:12, 18 июля 2010

/***** CSS placed here will be applied to all skins on the entire  site. *****/
/* <pre> */

/*****  Переопределение MonoBook. *****/
/***************************************/
#content  {
    background-color: #FAF6EC;
}
div#bodyContent {

    
background:  url("http://norrath.ru/w/images/9/9a/Parchment1.jpg") no-repeat scroll  right top #FAF6EC;
}
body {
    background: #EFECDF;

}
table  {
    background-color: transparent;
}

a,
a:visited  {
    color: #194FA4;
}
a:hover {
    color:  #194FA4;
}
code {
    background-color: #ECEFDF;
}
pre  {
    background-color: #ECEFDF;
}
.catlinks {
    background-color: transparent;
}
.pBody {
     background-color: #FAF6EC;
}

ul {
     list-style-image: url(http://norrath.ru/w/images/7/7a/Bullet.png);
}

.portal  a:hover,
#p-tb li a:hover,
#p-editors li a:hover,
#p-tools  li a:hover,
#p-services  li a:hover,
#p-navigation li  a:hover {
 color: #7D3314 !important;
}

#p-tb  li a,
#p-editors li a,
#p-tools li a,
#p-services li  a,
#p-navigation li a {
    color: #336633 !important;
}

#p-personal  ul,
#p-personal li,
#p-personal li a {
    color:  black;
}

.firstHeading {
    color:  #7D3314;
}
#toc,
.toc,
.mw-warning,
div.thumbinner,
.toccolours,
#preftoc  li.selected,
#preferences,
.prefsection table, .prefsection  legend,
div#userloginForm form,
div#userlogin  form#userlogin2,
div#userloginForm table,
div#userlogin  form#userlogin2 table,
table.gallery td,
table.mw_metadata  th,
ul#filetoc {
    background-color: #ECEFDF;
}

div.pBody  {
  -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
   -webkit-border-top-right-radius: 1em;
   -webkit-border-bottom-right-radius: 1em;
}
 
/* same  following the css3 draft specs, any browsers supporting this? */
#content  { 
  border-radius-topleft: 1em;
   border-radius-bottomleft: 1em;
}
div.pBody {
   border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/*  Hide title and tagline on Main Page */
body.page-Заглавная_страница  h1.firstHeading,
body.page-Заглавная_страница #siteSub { 
   display:none;
}

body.page-Служебная_NWER  h1.firstHeading,
body.page-Служебная_NWER #siteSub { 
   display: none;
}

body.page-Служебная_EQ2Atlas  h1.firstHeading,
body.page-Служебная_EQ2Atlas #siteSub { 
   display: none;
}

/***************************************/

/*  Вместо инклюда - тот почему-то не заработал */
/* namely  EquipInformation and ItemInformation **** */

.examinewindow  li
{
list-style-image:  url(http://norrath.ru/w/images/design/Eq2bullet.gif);
}

.examinewindow  a:link { color: #8da0b7; }
.examinewindow a:visited { color:  #6666FF; }
.examinewindow a.new { color: #FF3333; }

span.itemquality  {
    font-weight: bold;
    font-size: 130%;
     font-family: Times;
    margin-top: 20px;
}

/*  Link Quality Colors (for Examine Windows) */ 
.xqc-mythical,  .xqc-mythical a:link, .xqc-mythical a:visited { color: #CC0066; }
.xqc-fabled,  .xqc-fabled a:link, .xqc-fabled a:visited { color: #FF9999; }
.xqc-mastercrafted,  .xqc-mastercrafted a:link, .xqc-mastercrafted a:visited { color:  #FF9900; }
.xqc-legendary, .xqc-legendary a:link, .xqc-legendary  a:visited { color: #FF9900; }
.xqc-treasured, .xqc-treasured  a:link, .xqc-treasured a:visited { color: #BDEDFF; }
.xqc-handcrafted,  .xqc-handcrafted a:link, .xqc-handcrafted a:visited { color: #33CC00; }
.xqc-uncommon,  .xqc-uncommon a:link, .xqc-uncommon a:visited { color: #33CC00; }
.xqc-common,  .xqc-common a:link, .xqc-common a:visited { color: #EEEEEE; }
.xqc-unknown,  .xqc-unknown a:link, .xqc-unknown a:visited { color: #BBBBBB; }

table.examinewindow  { 
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial;
}
table.ew-extras, td.ew-extras {
    background-color: #DDDDDD;
    color: #000000;
}
td.ew-title-block  {
    color: #FFFFFF;
    padding-bottom: 10px; 
}

.ew-low  { color: #BBBBBB; }
.ew-high { font-weight: bold; color: #FFFFFF;  }
.ew-effects { color: #FFFF00; }
.ew-flags { font-weight:  bold; color: #FFFF00; }
.ew-title { font-size: 125%; font-weight:  bold;}
.ew-desc { font-size: 90% }
.ew-effectlist,  font.ew-effectlist a:link, font.ew-effectlist a:visited  { color:  #99ccff; }
.ew-effectdesc { color: #ffffff; }

.ew-stats  { 
    color: #33CC00;
    font-weight: bold;
}

/*  for use by [[Template:RecipeBook]] */
td.ew-recipe ul li a:link,  td.ew-recipe ul li a:visited,
td.ew-recipe a, td.ew-recipe  a:visited
{
    color: yellow;
}

td.ew-recipe  ul li a.new:link, td.ew-recipe ul li a.new:visited,
td.ew-recipe  a.new, td.ew-recipe a.new:visited
{
    color: red;
}

td.ew-recipe  ul, td.ew-recipe ul li
{
margin-left:0pt;
list-style-image:  none;
list-style-type: none;
}

/* for use  by [[Template:GreenRed]] */
.xc-green, .xc-green a:link, .xc-green  a:visited { color: #33CC00; }
.xc-red, .xc-red a:link, .xc-red  a:visited { color: #CC0000; } 

/* end of Examine Window  */

/* ganking halopedia's admin highlight code */

span.ICON  img {
display:block;
background-color: transparent;
background-repeat:no-repeat;
overflow:hidden;
width:  40px;
height: 40px;
line-height:40px;
}
span.FRAG   img{background-image:url(http://images.wikia.com/eq2/images/1/18/Sprite_fragment.gif);}
span.IMBUE   img{background-image:url(http://images.wikia.com/eq2/images/8/85/Sprite_imbue.gif);}

span.ROOT   img{background-image:url(http://images.wikia.com/eq2/images/b/b3/Sprite_root.gif);}
span.ROOT_RARE   img{background-image:url(http://images.wikia.com/eq2/images/6/6c/Sprite_roots_rare.gif);}

span.WOOD   img{background-image:url(http://images.wikia.com/eq2/images/e/e7/Sprite_wood.gif);}
span.WOOD_RARE   img{background-image:url(http://images.wikia.com/eq2/images/b/bc/Sprite_wood_rare.gif);}

span.ORE   img{background-image:url(http://images.wikia.com/eq2/images/8/83/Sprite_ore.gif);}
span.ORE_RARE   img{background-image:url(http://images.wikia.com/eq2/images/3/32/Sprite_ore_rare.gif);}

span.LEATHER   img{background-image:url(http://images.wikia.com/eq2/images/0/0b/Sprite_leather.gif);}
span.LEATHER_RARE   img{background-image:url(http://images.wikia.com/eq2/images/a/ae/Sprite_leather_rare.gif);}

span.GEM   img{background-image:url(http://images.wikia.com/eq2/images/b/bd/Sprite_gem.gif);}
span.GEM_RARE   img{background-image:url(http://images.wikia.com/eq2/images/2/26/Sprite_gem_rare.gif);}

span.METAL   img{background-image:url(http://images.wikia.com/eq2/images/5/5a/Sprite_metal.gif);}
span.METAL_RARE   img{background-image:url(http://images.wikia.com/eq2/images/7/7e/Sprite_metal_rare.gif);}

span.LOAM   img{background-image:url(http://images.wikia.com/eq2/images/c/c9/Sprite_loam.gif);}
span.LOAM_RARE   img{background-image:url(http://images.wikia.com/eq2/images/f/f6/Sprite_loam_rare.gif);}


span.t1  img {background-position: -1px -1px;}
span.t2 img  {background-position: -44px -1px;}
span.t3 img  {background-position: -87px -1px;}
span.t4 img  {background-position: -130px -1px;}
span.t5 img  {background-position: -173px -1px;}
span.t6 img  {background-position: -216px -1px;}
span.t7 img  {background-position: -259px -1px;}
span.t8 img  {background-position: -303px -1px;}

/***********************************/

 
.cataz
{
border:1px solid #aaa;
background-color:#f9f9f9;
color:black;
padding:2px;
font-size:90%;
}
 
div#undodot li
{
list-style-type: disc;
list-style-image:  none;
list-style-position: inside;
}
 

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:#ECE7D9;

border:2px  outset #336633;
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
   from .de.  Documentation at  [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
     text-align: center;
    border-collapse: collapse;
     font-size: 95%;
}
div.NavFrame + div.NavFrame {
     border-top-style: none;
    border-top-style: hidden;
}
div.NavPic  {
    background-color: #fff;
    margin: 0;
     padding: 2px;
    float: left;
}
div.NavFrame  div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame  p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent  p {
    font-size: 100%;
}
div.NavEnd {
     margin: 0;
    padding: 0;
    line-height: 1px;
     clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
     font-size: 90%;
}

/* 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://images.wikia.com/eq2/images/2/2d/RoK_background_screen.jpg) 
        center left no-repeat;
}
/* a custom background for  the LoN infobox */
table.lonbox {
    background:  url(http://images.wikia.com/eq2/images/4/41/LoN_background_screen.jpg) 
        center left no-repeat;
}
/* a custom background */
table.bg-parchment-yellow  {
    background:  url(http://images.wikia.com/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; }
 
/*  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 #B2B6A4;
     background-color: #F0F0F0;
    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: 0.95em;
     line-height:120%;
}
.ts-subheader {
     background-color: #D7D1BF;
    line-height:120%;
     font-size: 100%;
}
.ts-subheader2 {
     background-color: #C0C0C0;
    line-height:120%;
     font-size: 90%;
}
.ts-header {
    background-color:  #B2B6A4;
    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://images.wikia.com/eq2/images/8/8c/Copy.png') top left  no-repeat;
    width: 0px;
    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;
  font-size: 80%;
 margin: 0;
 padding: 0;
 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: center;
}
 
/****************************/
/***  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://images.wikia.com/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; }


/***  Стили для форм ***/
textarea.FormInput, input.FormInput
{
  font-family: Arial;
  font-size: 11px;
  line-height:  12px;
  border: 1px dashed #000;
  padding: 2px 2px 2px 2px;
}

input.FormInputBold
{
  font-family: Arial;
  font-weight: bold;
  font-size:  11px;
  line-height: 12px;
  border: 1px dashed #000;
  padding: 2px 2px 2px 2px;
  width-min: 34px;
  width-max:  34px;
  width: 34px;
}

select.FormSelect
{
  font-family: Arial;
  font-size: 11px;
  line-height:  12px;
  border: 1px dashed #000;
  padding: 1px 1px 1px 1px;
}

input[type$="checkbox"].FormCheckbox
{
  -moz-appearance: none !important;
  clear: both;
  cursor:  pointer;
  padding: 2px 1px 2px 2px !important;
   -moz-border-bottom-colors: #7F8F98 #F9F9F9 !important;
   -moz-border-left-colors: #7F8F98 #F9F9F9 !important;
   -moz-border-right-colors: #7F8F98 #F9F9F9 !important;
   -moz-border-top-colors: #7F8F98 #F9F9F9 !important;
}

div.vectorMenu  ul {


background: #FBF6EB  url("http://norrath.ru/w2/skins/vector/images/tab-revert-fade.png");
background-position:  left top;
background-repeat: repeat-x;

}
#p-personal   li.active {
font-weight:bold;
}
#preferences {
     background-image: none;
}
#page-base {

     background-color: #FBF6EB;
}
li.selected {
border:0px;
}
.lqt-newmessages-left   {
width:15em;
}
.lqt-thread-toolbar-menu  ul {
background-color:#FBF6EB;
}

#toc,  .toc,  .mw-warning, 
#p-editors, #p-tb
 {
font-size:90%;
}
#bodyContent  {
font-size:0.76em;
}
#panel div.portal  h5 {
font-size:12px;}
#pagehistory   li.selected {
background:#F9F9F9;
border:1px solid  #A7D7F9;
}

.wikiEditor-ui,
.wikiEditor-ui-controls,
.wikiEditor-ui-tabs,
.wikiEditor-ui-buttons  {
background-color:transparent;
}

.wikiEditor-ui  {
border-top: 0px;
border-left: 1px solid silver;
border-right:  1px solid silver;
border-bottom: 1px solid silver;
}

.wikiEditor-ui-buttons   {
border-top:0px;
}

/***** CSS placed here will be applied to all skins on the entire site. *****/

/*
 */

/*****  Переопределение MonoBook. *****/
/***************************************/
#content  {
    background-color: #FAF6EC;
}
div#bodyContent {

    
background:  url("Parchment1.jpg") no-repeat scroll  right top #FAF6EC;
}
body {
    background: #EFECDF;

}
table  {
    background-color: transparent;
}

a,
a:visited  {
    color: #194FA4;
}
a:hover {
    color:  #194FA4;
}
code {
    background-color: #ECEFDF;
}
pre  {
    background-color: #ECEFDF;
}
.catlinks {
    background-color: transparent;
}
.pBody {
     background-color: #FAF6EC;
}

ul {
     list-style-image: url(Bullet.png);
}

.portal  a:hover,
#p-tb li a:hover,
#p-editors li a:hover,
#p-tools  li a:hover,
#p-services  li a:hover,
#p-navigation li  a:hover {
 color: #7D3314 !important;
}

#p-tb  li a,
#p-editors li a,
#p-tools li a,
#p-services li  a,
#p-navigation li a {
    color: #336633 !important;
}

#p-personal  ul,
#p-personal li,
#p-personal li a {
    color:  black;
}

.firstHeading {
    color:  #7D3314;
}
#toc,
.toc,
.mw-warning,
div.thumbinner,
.toccolours,
#preftoc  li.selected,
#preferences,
.prefsection table, .prefsection  legend,
div#userloginForm form,
div#userlogin  form#userlogin2,
div#userloginForm table,
div#userlogin  form#userlogin2 table,
table.gallery td,
table.mw_metadata  th,
ul#filetoc {
    background-color: #ECEFDF;
}

div.pBody  {
  -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
   -webkit-border-top-right-radius: 1em;
   -webkit-border-bottom-right-radius: 1em;
}
 
/* same  following the css3 draft specs, any browsers supporting this? */
#content  { 
  border-radius-topleft: 1em;
   border-radius-bottomleft: 1em;
}
div.pBody {
   border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/*  Hide title and tagline on Main Page */
body.page-Заглавная_страница  h1.firstHeading,
body.page-Заглавная_страница #siteSub { 
   display:none;
}

body.page-Служебная_NWER  h1.firstHeading,
body.page-Служебная_NWER #siteSub { 
   display: none;
}

body.page-Служебная_EQ2Atlas  h1.firstHeading,
body.page-Служебная_EQ2Atlas #siteSub { 
   display: none;
}

/***************************************/

/*  Вместо инклюда - тот почему-то не заработал */
/* namely  EquipInformation and ItemInformation **** */

.examinewindow  li
{
list-style-image:  url(Eq2bullet.gif);
}

.examinewindow  a:link { color: #8da0b7; }
.examinewindow a:visited { color:  #6666FF; }
.examinewindow a.new { color: #FF3333; }

span.itemquality  {
    font-weight: bold;
    font-size: 130%;
     font-family: Times;
    margin-top: 20px;
}

/*  Link Quality Colors (for Examine Windows) */ 
.xqc-mythical,  .xqc-mythical a:link, .xqc-mythical a:visited { color: #CC0066; }
.xqc-fabled,  .xqc-fabled a:link, .xqc-fabled a:visited { color: #FF9999; }
.xqc-mastercrafted,  .xqc-mastercrafted a:link, .xqc-mastercrafted a:visited { color:  #FF9900; }
.xqc-legendary, .xqc-legendary a:link, .xqc-legendary  a:visited { color: #FF9900; }
.xqc-treasured, .xqc-treasured  a:link, .xqc-treasured a:visited { color: #BDEDFF; }
.xqc-handcrafted,  .xqc-handcrafted a:link, .xqc-handcrafted a:visited { color: #33CC00; }
.xqc-uncommon,  .xqc-uncommon a:link, .xqc-uncommon a:visited { color: #33CC00; }
.xqc-common,  .xqc-common a:link, .xqc-common a:visited { color: #EEEEEE; }
.xqc-unknown,  .xqc-unknown a:link, .xqc-unknown a:visited { color: #BBBBBB; }

table.examinewindow  { 
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial;
}
table.ew-extras, td.ew-extras {
    background-color: #DDDDDD;
    color: #000000;
}
td.ew-title-block  {
    color: #FFFFFF;
    padding-bottom: 10px; 
}

.ew-low  { color: #BBBBBB; }
.ew-high { font-weight: bold; color: #FFFFFF;  }
.ew-effects { color: #FFFF00; }
.ew-flags { font-weight:  bold; color: #FFFF00; }
.ew-title { font-size: 125%; font-weight:  bold;}
.ew-desc { font-size: 90% }
.ew-effectlist,  font.ew-effectlist a:link, font.ew-effectlist a:visited  { color:  #99ccff; }
.ew-effectdesc { color: #ffffff; }

.ew-stats  { 
    color: #33CC00;
    font-weight: bold;
}

/*  for use by Template:RecipeBook */
td.ew-recipe ul li a:link,  td.ew-recipe ul li a:visited,
td.ew-recipe a, td.ew-recipe  a:visited
{
    color: yellow;
}

td.ew-recipe  ul li a.new:link, td.ew-recipe ul li a.new:visited,
td.ew-recipe  a.new, td.ew-recipe a.new:visited
{
    color: red;
}

td.ew-recipe  ul, td.ew-recipe ul li
{
margin-left:0pt;
list-style-image:  none;
list-style-type: none;
}

/* for use  by Template:GreenRed */
.xc-green, .xc-green a:link, .xc-green  a:visited { color: #33CC00; }
.xc-red, .xc-red a:link, .xc-red  a:visited { color: #CC0000; } 

/* end of Examine Window  */

/* ganking halopedia's admin highlight code */

span.ICON  img {
display:block;
background-color: transparent;
background-repeat:no-repeat;
overflow:hidden;
width:  40px;
height: 40px;
line-height:40px;
}
span.FRAG   img{background-image:url(http://images.wikia.com/eq2/images/1/18/Sprite_fragment.gif);}
span.IMBUE   img{background-image:url(http://images.wikia.com/eq2/images/8/85/Sprite_imbue.gif);}

span.ROOT   img{background-image:url(http://images.wikia.com/eq2/images/b/b3/Sprite_root.gif);}
span.ROOT_RARE   img{background-image:url(http://images.wikia.com/eq2/images/6/6c/Sprite_roots_rare.gif);}

span.WOOD   img{background-image:url(http://images.wikia.com/eq2/images/e/e7/Sprite_wood.gif);}
span.WOOD_RARE   img{background-image:url(http://images.wikia.com/eq2/images/b/bc/Sprite_wood_rare.gif);}

span.ORE   img{background-image:url(http://images.wikia.com/eq2/images/8/83/Sprite_ore.gif);}
span.ORE_RARE   img{background-image:url(http://images.wikia.com/eq2/images/3/32/Sprite_ore_rare.gif);}

span.LEATHER   img{background-image:url(http://images.wikia.com/eq2/images/0/0b/Sprite_leather.gif);}
span.LEATHER_RARE   img{background-image:url(http://images.wikia.com/eq2/images/a/ae/Sprite_leather_rare.gif);}

span.GEM   img{background-image:url(http://images.wikia.com/eq2/images/b/bd/Sprite_gem.gif);}
span.GEM_RARE   img{background-image:url(http://images.wikia.com/eq2/images/2/26/Sprite_gem_rare.gif);}

span.METAL   img{background-image:url(http://images.wikia.com/eq2/images/5/5a/Sprite_metal.gif);}
span.METAL_RARE   img{background-image:url(http://images.wikia.com/eq2/images/7/7e/Sprite_metal_rare.gif);}

span.LOAM   img{background-image:url(http://images.wikia.com/eq2/images/c/c9/Sprite_loam.gif);}
span.LOAM_RARE   img{background-image:url(http://images.wikia.com/eq2/images/f/f6/Sprite_loam_rare.gif);}


span.t1  img {background-position: -1px -1px;}
span.t2 img  {background-position: -44px -1px;}
span.t3 img  {background-position: -87px -1px;}
span.t4 img  {background-position: -130px -1px;}
span.t5 img  {background-position: -173px -1px;}
span.t6 img  {background-position: -216px -1px;}
span.t7 img  {background-position: -259px -1px;}
span.t8 img  {background-position: -303px -1px;}

/***********************************/

 
.cataz
{
border:1px solid #aaa;
background-color:#f9f9f9;
color:black;
padding:2px;
font-size:90%;
}
 
div#undodot li
{
list-style-type: disc;
list-style-image:  none;
list-style-position: inside;
}
 

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
   from .de.  Documentation at  Wikipedia:NavFrame. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
     text-align: center;
    border-collapse: collapse;
     font-size: 95%;
}
div.NavFrame + div.NavFrame {
     border-top-style: none;
    border-top-style: hidden;
}
div.NavPic  {
    background-color: #fff;
    margin: 0;
     padding: 2px;
    float: left;
}
div.NavFrame  div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame  p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent  p {
    font-size: 100%;
}
div.NavEnd {
     margin: 0;
    padding: 0;
    line-height: 1px;
     clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
     font-size: 90%;
}

/* 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(RoK_background_screen.jpg) 
        center left no-repeat;
}
/* a custom background for  the LoN infobox */
table.lonbox {
    background:  url(LoN_background_screen.jpg) 
        center left no-repeat;
}
/* a custom background */
table.bg-parchment-yellow  {
    background:  url(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; }
 
/*  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 [[|]] */
.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 [[|]] */
.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 #B2B6A4;
     background-color: #F0F0F0;
    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: 0.95em;
     line-height:120%;
}
.ts-subheader {
     background-color: #D7D1BF;
    line-height:120%;
     font-size: 100%;
}
.ts-subheader2 {
     background-color: #C0C0C0;
    line-height:120%;
     font-size: 90%;
}
.ts-header {
    background-color:  #B2B6A4;
    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://images.wikia.com/eq2/images/8/8c/Copy.png') top left  no-repeat;
    width: 0px;
    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;
  font-size: 80%;
 margin: 0;
 padding: 0;
 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: center;
}
 
/****************************/
/***  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(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; }


/***  Стили для форм ***/
textarea.FormInput, input.FormInput
{
  font-family: Arial;
  font-size: 11px;
  line-height:  12px;
  border: 1px dashed #000;
  padding: 2px 2px 2px 2px;
}

input.FormInputBold
{
  font-family: Arial;
  font-weight: bold;
  font-size:  11px;
  line-height: 12px;
  border: 1px dashed #000;
  padding: 2px 2px 2px 2px;
  width-min: 34px;
  width-max:  34px;
  width: 34px;
}

select.FormSelect
{
  font-family: Arial;
  font-size: 11px;
  line-height:  12px;
  border: 1px dashed #000;
  padding: 1px 1px 1px 1px;
}

input[type$="checkbox"].FormCheckbox
{
  -moz-appearance: none !important;
  clear: both;
  cursor:  pointer;
  padding: 2px 1px 2px 2px !important;
   -moz-border-bottom-colors: #7F8F98 #F9F9F9 !important;
   -moz-border-left-colors: #7F8F98 #F9F9F9 !important;
   -moz-border-right-colors: #7F8F98 #F9F9F9 !important;
   -moz-border-top-colors: #7F8F98 #F9F9F9 !important;
}

div.vectorMenu  ul {


background: #FBF6EB  url("tab-revert-fade.png");
background-position:  left top;
background-repeat: repeat-x;

}
#p-personal   li.active {
font-weight:bold;
}
#preferences {
     background-image: none;
}
#page-base {

     background-color: #FBF6EB;
}
li.selected {
border:0px;
}
.lqt-newmessages-left   {
width:15em;
}
.lqt-thread-toolbar-menu  ul {
background-color:#FBF6EB;
}

#toc,  .toc,  .mw-warning, 
#p-editors, #p-tb
 {
font-size:90%;
}
#bodyContent  {
font-size:0.76em;
}
#panel div.portal  h5 {
font-size:12px;}
#pagehistory   li.selected {
background:#F9F9F9;
border:1px solid  #A7D7F9;
}

.wikiEditor-ui,
.wikiEditor-ui-controls,
.wikiEditor-ui-tabs,
.wikiEditor-ui-buttons  {
background-color:transparent;
}

.wikiEditor-ui  {
border-top: 0px;
border-left: 1px solid silver;
border-right:  1px solid silver;
border-bottom: 1px solid silver;
}

.wikiEditor-ui-buttons   {
border-top:0px;
}