Diferencia entre revisiones de «MediaWiki:Common.css»

De Wiki The-West ES
Ir a la navegación.
Sin resumen de edición
Sin resumen de edición
Línea 1101: Línea 1101:
height: 70px;
height: 70px;
width: 48px;
width: 48px;
}
//Titulos marcables
div.tbbox-rafter {
display: none;
}
}

Revisión del 21:56 17 jul 2018

/* CSS placed here will be applied to all skins */
/* Wiki */
body {
background-image: url(https://wiki.the-west.pl/skins/thewest/images/bg-cover-right.png),url(https://wiki.the-west.pl/skins/thewest/images/bg-cover-left.png),url(https://wiki.the-west.pl/images/f/f1/NewCoverBgBottom.png),url(https://wiki.the-west.pl/images/6/63/NewMainBg10.jpg);
} 
/* Items shop */
.shop_container {
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/0/05/Shop_container.png);
    width: 149px;
    height: 176px;
    margin: 0px;
    text-align: center;
    display:inline-block;
}
.shop_container .shop_name {
    display: inline-block;
    width: 114px;
    color: white;
    text-shadow: 0.1em 0.1em 0.2em #000000;
    font-size: 12px;
    position: absolute;
    line-height: 1.1;
    left: 18px;
    top: 20px;
    font-size: 13px;
}
.shop_container .shop_item {
    top: 40px;
    left: 35px;
    position: absolute;
}
.shop_container .shop_price {
    background-image: url(https://wiki.the-west.fr/images/0/0b/Shop_price.png);
    width: 100%;
    height: 32px;
    position: absolute;
    top: 132px;
    line-height:32px;
    font-size:12px;
    font-weight:bold;
    color:white;
    text-shadow:0.1em 0.1em 0.2em #333333;
}
.shop_container .shop_border {
    width: 133px;
    height: 162px;
    position: absolute;
    left: 9px;
    top: 5px;
    background: url(https://wiki.the-west.fr/images/b/b1/Shop_frame.png) no-repeat;
}
.shop_container #verde {background-position: -133px 0;}
.shop_container #azul {background-position: -266px 0;}
.shop_container #rojo {background-position: -399px 0;}
.shop_container #naranja {background-position: -532px 0;}
.shop_container #marron {background-position: -665px 0;}
.shop_container #violeta {background-position: -798px 0;}
.shop_container #cyan {background-position: -931px 0;}
.shop_container #gris {background-position: -1064px 0;}

.mw-body a {
    color: #804000;
    font-weight: bold;
}
.mw-body a.external {
    color: #804000 !important;
}
#document-wrapper {
    max-width: none;
  padding-right:100px;
}
.tribal-button {
    width: 190px !important;
}
.with-button .tbbox-headline {
    width: 100% !important;
}
#toc{
   display:inline-block;
   width: auto;
}
/*
table {
    width: auto;
}
*/
.mw-collapsible {
    display:inline-block;
}
.mw-collapsible-toggle {
    margin-left:10px;
}
table.transparent, table.transparent > tbody > tr > td {
   border:none;
   background:none !important;
}
table.transparent { width:100%;}
div.tbbox-logo {z-index:100;}
@media screen and (max-width: 1100px) {
  table.transparent > tbody > tr > td {
    display:block;
  }
}
/* Item Popup */
div.tw_bg_tl,
div.tw_bg_tr,
div.tw_bg_bl,
div.tw_bg_br {
    background-image: url(https://wiki.the-west.net/images/6/68/Popup.png);
    position: absolute;
    z-index: -1;
}
.tw_bg_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tw_bg_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tw_bg_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tw_bg_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
div.popup_window {
    position: absolute;
    display: none;
    margin: 0px;
    min-width: 200px;
    white-space: nowrap;
    z-index:1000;
}
div.item_container {
    height: 79px;
    width: 79px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear {
    height: 93px;
    width: 94px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/8/82/Item_box_wear.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.wear2 {
    height: 138px;
    width: 95px;
    position: relative;
    background-image: url(https://wiki.the-west.net/images/5/54/Item_box_wear2.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_container.empty {
    background-image: none;
}
div.item_container > img {
    position: absolute;
    top: 3px;
    left: 3px;
}

div.item_container.item_off > img {
    filter:sepia(1) opacity(35%);
}

div.item_border div.item_container > img,
div.item_container.wear > img,
div.item_container.wear2 > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_container:hover div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
/*Para popups que no sean items*/
div.item_ddb{
    height: 80px;
    width: 80px;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_border div.item_ddb > img,
div.item_ddb.wear > img,
div.item_ddb.wear2 > img {
    top: 0px !important;
    left: 0px !important;
}}
div.item_border div.item_ddb.empty {
    width: 74px;
    height: 74px;
}
div.item_ddb:hover div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
div.item_contenedor{
    height: 50px;
    width: 50px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/a/a9/Case_inventaire.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_contenedor.empty {
    background-image: none;
}
div.item_contenedor> img {
    position: absolute;
    top: 3px;
    left: 3px;
}
div.item_contenedor.wear2 {
    height: 138px;
    width: 95px;
    position: relative;
    background-image: url(https://wiki.the-west.fr/images/5/54/Item_box_wear2.png);
    background-repeat: no-repeat;
    display: inline-block;
}
div.item_contenedor.empty {
    background-image: none;
}
div.item_border div.item_contenedor > img,
div.item_contenedor.wear > img,
div.item_contenedor.wear2 > img {
    top: 0px !important;
    left: 0px !important;
}
div.item_border div.item_contenedor.empty {
    width: 74px;
    height: 74px;
}
div.item_contenedor:hover div.popup_window {
    left: 120%;
    top: 10px;
    z-index: 10;
    display: block;
}
.item_contenedor[data-lvl="0"] .item_level {
	display:none;
}
.item_contenedor:hover .item_level {
	display:block;
}
.item_contenedor.upgrade, .item_contenedor .downgrade {
	display:none;
}
.item_contenedor:hover .upgrade, .item_contenedor:hover .downgrade {
	display:inline-block;
}


div.popup_contents {
    margin: 25px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}
div.popup_contents * {
    margin: 0;
}
div.popup_image {
    background-image: url(https://wiki.the-west.net/images/e/ec/Item_box.png);
    background-repeat: no-repeat;
    width: 79px;
    height: 79px;
    margin: auto;
}
.popup_divider {
    width:124px;
    height:6px;
    margin-top:4px !important;
    background-image: url(https://wiki.the-west.net/images/c/c1/Divider.png);
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
div.popup_image img {
    padding-top: 3px;
    padding-left: 4px;
}
.popup_attribute {
    text-align: left;
    padding-left: 7px;
    font-size: 12px;
    color: #070;
    font-weight: bold;
}
.popup_skill {
    text-align: left;
    padding-left: 18px;
    font-size: 11px;
    color: #070;
}
.popup_type {
    font-style: italic;
    font-size: 8pt;
    text-align: center;
}
.popup_name {
    font-size: 13px;
    color: #070;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
}
.popup_infos {
    text-align: center;
}
.popup_id {
    color: blue;
}
.popup_set {
    color: #800080 !important;
    font-weight: bold !important;
}
.popup_speed {
    color: #8b4513;
}
.popup_fb {
    color: #8b4513;
    font-weight: bold;
}
	
.popup_buff {
    text-align: left;
    color: #8b4513;
    font-size: 11px;
}
.popup_fb_stats {
    color: #8b4513;
    font-weight: bold;
}
.popup_dmg {
    font-weight: bold;
    text-align: center;
}
.popup_text {
    color: #000000;
    white-space: normal;
    max-width: 200px;
}
.item_number {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 3;
    font-size: 16pt;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}
.popup_bonus {
    color:#8b4513;
}
.popup_job {
    display:inline-block;
    border-radius: 3px;
    border: 1px solid #804000;
    padding-top: 3px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_job img {
    width:50px;
    height:50px;
}
.popup_crafteditem {
    display:inline-block;
    background: none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.popup_crafteditem table {
    border-radius: 3px;
    border: 1px solid #804000;
    text-align: center;
}
.popup_txtgreen {
    color: green;
}
.popup_txtred {
    color: #900;
}
/*Para items unicos*/
.popup_txtvioleta {
 color: #ef21ff;
}
/* Sets */
.set_container {
    position:relative;
    width: 276px;
    height: 395px;
    box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;
    border-radius: 10px;
}
.infoSet {
    width:auto;
    margin-top:10px;
    padding: 0;
    text-align:center;
    border: 1px solid #806D47;
    box-shadow: 1px 1px 5px #000;;
}

.infoSet {
    border: 1px solid #806D47;
    box-shadow: 1px 1px 5px #000;;
    padding: 0;
    width:auto;
    text-align:center;
}
table.infosetatt {
    border: 1px solid #806D47;
    background-color: #EBEBCF;
    padding: 0;
    height: 44px;
    width:auto;
}
table.infosetatt td {
    padding: 0;
    vertical-align: middle;
}
div.set_bonus {
    border:1px solid #997146;
    width:40px;
    text-align:center;
    background-color:#4E3E26;
    color:#fff;
    font:12px arial;
    float:left;
}
/* Set bonus tooltip */

div.tt_bg_tl,
div.tt_bg_tr,
div.tt_bg_bl,
div.tt_bg_br {
    background-image: url(https://wiki.the-west.net/images/f/fc/Tooltip_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}
.tt_bg_tl {
    background-position: left top;
    bottom: 50%;
    right: 50%;
    left: 0;
    top: 0;
}
.tt_bg_tr {
    background-position: right top;
    width: 50%;
    bottom: 50%;
    right: 0;
    top: 0;
}
.tt_bg_bl {
    background-position: left bottom;
    height: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
}
.tt_bg_br {
    background-position: right bottom;
    height: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
}
.tooltip_outer {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 8px;
    z-index: -1;
}
.tooltip {
    position: relative;
    padding: 10px 13px 12px 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .15s ease-in-out;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -moz-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    white-space: nowrap;
    max-width: 350px;
    left: -50%;
    color: black;
}
.tooltip::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -4px;
    margin-left: -11px;
    background-image: url(https://wiki.the-west.net/images/3/32/Tooltip_arrow.png);
    width: 22px;
    height: 11px;
}
.tooltip_container {
    position: relative;
}
.tooltip_container:hover .tooltip {
    visibility: visible;
    -webkit-transition: opacity .15s ease-in-out 0.4s;
    -moz-transition: opacity .15s ease-in-out 0.4s;
    transition: opacity .15s ease-in-out 0.4s;
    opacity: 1;
}
.tooltip_container:hover > .tooltip_outer {
    z-index: 1000;
}
.per_level:after {
    content: "(por Nivel)";
}
/* Quest templates */

.item_border {
    position: relative;
    display: inline-block;
    margin: 5px;
    background-color: #917F63;
    width: 74px;
    height: 74px;
    border-right: outset 2px;
    border-bottom: outset 2px;
    border-color: #000000;
    border-radius: 8px;
    text-align: left;
}
.number {
    position: absolute;
    top: 40px;
    left: 5px;
    text-shadow: black 1px 1px 1px;
    font-size: 18px;
    color: white;
    font-weight: 40;
}
/* Set switch duel weapon */

#switch {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}
#switch_prod {
    position: absolute;
    top: 30px;
    left: 195px;
    cursor: pointer;
}
/* Inputs */

#input_level,
#input_search {
    display: inline-block;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top left no-repeat;
    height: 30px;
    width: 12px;
}
#input_search {
    position: absolute;
    right: 250px;
}
#searchText {
    width: 80%;
    z-index: 10;
}
div.oo-ui-menuSelectWidget {
    margin-top: 40px;
}
input.oo-ui-inputWidget-input {
    width: 65%;
}
input.west {
    background: url(https://westzz.innogamescdn.com/images/tw2gui/textfield/textfield.png) top right no-repeat;
    height: 30px;
    width: 180px;
    margin-left: 12px;
    padding: 0px 8px 0px 0px;
    border: 0;
    outline: none;

}
/* Set icon */
.set_icon_sprite {
    display:inline-block;
    position: relative;
    margin-top:3px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 5px;
    background:url(https://wiki.the-west.es/images/4/46/Set_icons_sprite.png);
}
.set_icon_sprite:hover {
     background-color: #FFEECC;
}
.warning_message {
    color: white;
    display: inline-block;
    padding: 12px 12px 12px 12px;
    border: 1px solid black;
    background: red;
    background: -webkit-linear-gradient(#db1616, #831919);
    background: -o-linear-gradient(#db1616, #831919);
    background: -moz-linear-gradient(#db1616, #831919);
    background: linear-gradient(#db1616, #831919);
}
/* Upgrade */
.item_level {
    position: absolute;
    display:block;
    top: 4px;
    left: 3px;
    height: 13px;
    line-height: 13px;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    font-size: 12px;
    padding: 1px 2px 0 2px;
    color: #ffffff;
    font-weight: normal;
    box-shadow: 1px 1px 3px #000000;
    border-radius: 0 0 2px 0;
    text-shadow: black -1px 0 1px, black 0 1px 1px, black 1px 0 1px, black 0 -1px 1px;
    white-space: nowrap;
    z-index: 1;
}
.icon_level {
    display: inline-block;
    width: 15px;
    height:12px;
    background:url(https://westzz.innogamescdn.com/images/items/item_level.png);
    margin-right: 3px;
}
.level {
    vertical-align: top;
}
.upgrade {
    display: inline-block;
    width:12px;
    height: 12px;
    background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 0px 12px;
    margin: 0px 3px 0 1px;
    cursor: pointer;
}
.upgrade:hover {
    background-position-y:0px;
}
.downgrade {
    display: inline-block;
    width:12px;
    height:12px;
    background: url(https://wiki.the-west.net/images/c/ca/Upgrade_icons.png) 12px 12px;
    margin: 0px 3px 0 3px;
    cursor: pointer;
}
.downgrade:hover {
    background-position-y:0px;
}

.item_container[data-lvl="0"] .item_level {
	display:none;
}
.item_container:hover .item_level {
	display:block;
}
.item_container .upgrade, .item_container .downgrade {
	display:none;
}
.item_container:hover .upgrade, .item_container:hover .downgrade {
	display:inline-block;
}

div.set_container div.item_container > img {
    cursor:pointer;
}
div.mw-collapsible > b {
    color:#5e321a;
    font-size:16px;
}

.navbar_items {
    width: 434px;
    height: 89px;
    padding: 10px;
    background: url(https://wiki.the-west.es/images/b/ba/Navbar_items.png) no-repeat;
}
.navbar_items .link_icon {
    display:inline-block;
    position: relative;
    width: 42px;
    height: 43px;
    cursor: pointer;
    background:url(https://wiki.the-west.es/images/8/87/Navbar_items_icons.png);
}
.navbar_items .link_icon:hover, .navbar_items .active{
     background-position-y:-43px;
}
div#dock {
    position: fixed;
    right: 0 ;
    top: 190px;
    margin: 10px;
    width: 104px;
    height: auto;
    padding: 5px;
    background: url(/skins/thewest/images/headline-bgtile.png?1cd53) repeat ;
    box-shadow: inset 0em 0em 1.2em 0.2em #140a05, 0px 0px 2px 1px #000000b3;
    z-index: 500;
}
div.dock-btn {
    display: inline-block;
    width: 52px;
    height: 52px;
    float: left;
    background: url(https://wiki.the-west.net/images/a/a2/Dock_buttons.png) no-repeat;
}
div.dock-btn:hover {
   background-position-x:-52px !important;
}
div.dock-btn > a > span {
    display: block;
    width: 52px;
    height: 52px;
    background: url(https://wiki.the-west.net/images/a/a7/Dock_icons.png);
}
div.wiki-title {
    position:relative;
    max-width: 800px;
    height: 49px;
    background: url(https://wiki.the-west.net/images/b/b3/Title.png) no-repeat;
    background-size: 100% 100%;
}
#popup_plain {
    position:relative;
    display:inline-block;
}
div.achievement {
    display: inline-block;
    position: relative;
    vertical-align:top;
    font-family: Arial, Verdana, sans-serif;
    width:424px;
    min-height: 120px;
    text-align: center;
    text-shadow: black 1px 1px 1px;
    font-weight: bold;
    color: white;
    z-index: 3;
    margin:2px -1px 2px -1px;
}
div.ach-background {
    width: 100%;
    position: absolute;
    background-image: url(https://wiki.the-west.net/images/c/c8/Achievement_Background.png);
    left: 0;
    z-index: -1;
}
div.ach-top{
    top: 0;
    bottom: 10px;
    background-position: top;
}
div.ach-btm {
    bottom: 0;
    height: 10px;
    background-position: bottom;
}
.tw2gui_button {
    display: inline-block;
    position: relative;
    height: 36px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    cursor: pointer;
    min-width:150px;
    max-width:330px;
}
.tw2gui_button_left_cap,.tw2gui_button_right_cap {
    position: absolute;
    width: 50%;
    height: 36px;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_normal.png) 0 0;
    left: 0;
}
.tw2gui_button_right_cap {
    left: 50%;
    background-position: right top;
}
.tw2gui_button_middle_bg {
    position: absolute;
    width: 18px;
    height: 36px;
    margin-left: -9px;
    left: 50%;
    background: url(https://westzz.innogamescdn.com/images/tw2gui/button/button_mid_normal.png) 0 0 no-repeat;
}
.textart_title {
    position: relative;
    color: #FFE7B1;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 9px;
    text-align: center;
    height: 19px;
    white-space: nowrap;
    font: bold 10pt Arial;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*Todo lo relacionado con la barra lateral*/
.survol {
  position:relative;
  display: inline-table;
}
.survol:hover {
  opacity:0.75;
  filter:alpha(opacity=75);
}
.clignote {
  animation-name: pulse;
  -webkit-animation-name: pulse;	
  animation-duration: 1.5s;	
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
#localNotice div {
    background-color: transparent !important;
    height: auto !important;
}
#localNotice td {
    padding: 0px;
}

/* Item buff icon */
div.item_buff::after{
      content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAL4SURBVHjafJJRbFN1FIe/W7rcuxbb3ru2W2nHaJsJbEJ0DsE5B8l4wOCDhMQHs4wXCMTwUBFiTIxKfDBGh4uGxJolKCbwICYOkBQmbGHBTNQRSDpghJbZpr10XTc6a/vX3c4HXe1i4klOcs7D73e+nHMkquLyOzs/jj+cDvnrXf3dR797bakHUFwqHpO5f3ze+dmRY1/eXdKsqDYIrFoZyYsyiRJbRsanjnatVyPdPXsJbGzDrnkxTPkthV/vHNz9Umv62yv3fwGQ+J8YOPDMYnfPXu5O3Ka9YzMAyViCny98TY3PsX/PW5c+l6rRFZdKz3sXpWO9Ty06u55zZ69ey7zQuw9HfRM10jzJWAJfoLFiMmtZv84EcDOeCm3vDZGZygBw6OQNaVGf3OVucgNQI81z6dwFBo4fJxlLYNfsWJrW0fZY9oAJwFJQRsP972IpKKMAHx7as/bP5FzY2diCopj5LV/m2ec76djWhcPpRTKtxOv1EX84HVq2g5MDB12L+uSumcnpsLvJzRObtuNwehmKDNLZtRVFMVMqLXDjpzFaWjdw5cwpTNUnzF69ljGKhbD/6c00b+zErtkZigzy45lhpmL3eJR7BEDH1h2Voeal4mY8FWrp3Iaqasiygq6nsKl1bGpvx1mn0tCwqiIq/j6HrqcA/iWwFJTRbGICAF1P8eknX3AnegshSvj9QYQoAXBu8Dz52RmyiQksBWW08kiuJ9ui5Vx6n7OhHlXVaH58NX5/EMNYwDAW/sY1mwkG/WSzGW6NR4mu8LxcIThx+uz12jWBvrHhEWZnc8umRi4OASBECV1PMTY8Qu2aQN+J02ev/+cTP3hz90fFB7HX63yr8fk8aKqG3aESj98nmUyTmrqNI7ih7433vzkMIL2y/8XGU+HzicNvv2qduZdsLQgR0Gy2QD6XPKKJtKPaPCd75v4war8yyTU/WGU5Vtfsi5rlvMkDJIxSUQhbOW3NywghYrLV9X3B6lpGJ/+TAMJWThulovhrAOGQNXfJZsPQAAAAAElFTkSuQmCC);
      position:absolute;
      bottom:5px;
      right:5px;
      width:16px;
      height:15px;
}

/*Lista de trabajos y tiempos y usos*/
.work_container {
    height:50px;
    width:50px;
    position: relative;
    background-image:none !important;
}


.work_time {
    background: rgba(0, 0, 0, 0) url("https://wiki.the-west.es/images/6/6f/Workhour.png") no-repeat scroll right top;
    color: #523f30;
    font-size: 10px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 0px;
    margin-left: -57px;
    margin-top: 50px;
    padding-left: 31px;
    padding-right: 10px;
    text-align: right;
    width: 65px;
}

/* barra de navegacion de cabeza de bufalos*/

#navbar {
	position:relative;
	top:29px;
	font-family:Calibri;
	width:800px;
	height:85px;
	margin:0;
	padding:0;
	background-image : url('https://wiki.the-west.fr/images/0/0d/Barre.png');
	text-align:center;
}
#navbar > #bull1 , #navbar > #bull2{
	position:absolute;
	top:20px;
	z-index:1;
	width:104px;
	height:64px;
	pointer-events: none;
}
#navbar > #bull1{
	left:40px;
	background-image : url('https://wiki.the-west.fr/images/2/20/Bull1.png');
}
#navbar > #bull2{
	right:40px;
	background-image : url('https://wiki.the-west.fr/images/9/91/Bull2.png');
}
#navbar ul {
	list-style-type: none;
	font-size:0;
	padding:0;
	overflow: hidden;
	position:relative;
	top:42px;
	height:37px;
}
#navbar li {
	font-size:18px;
	display:inline;
}
#navbar li a {
	position:relative;
	display:inline-block;
	color: white;
	font-weight:normal;
	text-align: center;
	padding: 8px 10px;
	line-height:20px;
	text-decoration: none;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#navbar li a:hover {
	color:#FFDEAD;
}
#navbar .selflink {
	background-color: #FFDEAD;
	color:black;
	position:relative;
	display:inline-block;
	text-align: center;
	padding: 8px 10px;
	line-height:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2) inset;
	z-index:1;
}
#navbar li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #FFDEAD;
	-webkit-transition: width .25s;
	-moz-transition: width .25s;
	-ms-transition: width .25s;
	-o-transition: width .25s;
	transition: width .25s;
}
#navbar li a:hover:before {
	width:100%;
}
#navbar li a:after, #navbar .selflink:after{
	content: "";
	display: block;
	position: absolute;
	left: -2px;
	top: 17px;
	height: 4px;
	width: 4px;
	background: #ffffff;
	opacity: 0.5;
}
#navbar .selflink:after{
	width: 2px;
}
#navbar li:first-child *:after{
	opacity:0;
}
/*Dejar bonito los recuadros explicativos*/

.cdrjob{
  border: 10px solid #74563D;
  border-radius: 20px;
  width: 86%;
  background-color: #D4BA91;
  align-content: center;
  margin-left: 40px;
  padding: 3px;
  box-shadow: 1px 1px 10px #000;"
}

.xdrjobT{
  text-shadow: 1px 1px 2px rgba(26, 26, 203, 0.51); 
  color:#404040; 
  font-size:30px; 
  width:100%; 
  text-align:center; 
  line-height:26px;
  border: 0; 
  font-weight: bold;
  font-family: System;text-decoration: underline;
}
/* Circo*/

#cirkusKarty img {
	height: 119px;
	width: 86px;
}
#cirkusKarty a:hover img {
	background-image: url('http://wiki.the-west.cz/images/9/99/Cirkus_mapa_karty_hover.png');
}
#cirkusKolo img {
	height: 80px;
	width: 132px;
}
#cirkusKolo a:hover img {
	background-image: url('http://wiki.the-west.cz/images/c/cc/Cirkus_mapa_kolo_hover.png');
}
#cirkusSkorapky img {
	height: 146px;
	width: 158px;
}
#cirkusSkorapky a:hover img {
	background-image: url('http://wiki.the-west.cz/images/2/25/Cirkus_mapa_sko%C5%99%C3%A1pky_hover.png');
}
#cirkusDostihy img {
	height: 121px;
	width: 108px;
}
#cirkusDostihy a:hover img {
	background-image: url('http://wiki.the-west.cz/images/d/d2/Cirkus_mapa_dostihy_hover.png');
}
#cirkusOdmeny img {
	height: 54px;
	width: 54px;
}
#cirkusOdmeny a:hover img {
	background-image: url('http://wiki.the-west.cz/images/0/09/Cirkus_mapa_odm%C4%9Bny_hover.png');
}
#cirkusInfo img {
	height: 58px;
	width: 58px;
}
#cirkusInfo a:hover img {
	background-image: url('http://wiki.the-west.cz/images/c/c3/Cirkus_mapa_info_hover.png');
}
#cirkusVystavba img {
	height: 58px;
	width: 58px;
}
#cirkusVystavba a:hover img {
	background-image: url('http://wiki.the-west.cz/images/f/f1/Cirkus_mapa_v%C3%BDstavba_hover.png');
}
#cirkusOpice img {
	height: 30px;
	width: 21px;
}
#cirkusOpice a:hover img {
	background-image: url('http://wiki.the-west.cz/images/2/2c/Cirkus_mapa_opice_hover.png');
}
#cirkusNuggety a:hover img {
	background-image: url('http://wiki.the-west.cz/images/c/c3/Cirkus_mapa_nuggety_hover.png');
}
#cirkusNuggety img {
	height: 70px;
	width: 48px;
}

//Titulos marcables
div.tbbox-rafter {
 display: none;
}