Final Fantasy Wiki
Advertisement

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
/******************/
/**  Инфобоксы  ***/
/******************/

/*** Вкладки инфобокса (FD) ***/
.portable-infobox .wds-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 2px ridge #bbb;
} /* Выравнивание вкладок в инфобоксе */

.wds-tabs__arrow-left, .wds-tabs__arrow-right {
  display: none;
} /* Скрытие стрелок прокрутки */

.portable-infobox .wds-tabs__tab-label {
    height: 20px;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 12px;
    font-family: Noto Sans, sans-serif;
} /* Высота и шрифт вкладок в инфобоксе */

.portable-infobox .wds-tabs__tab.wds-is-current {
    margin-bottom: 2px;
} /* Отступ активных вкладок в инфобоксе */

/*** Рамка и фон инфобокса ***/
.portable-infobox {
    border: 2px ridge #bbb !important;
    border-radius: 7px;
    width: 280px;
    background-color: transparent;
}
/******/
/*** Границы инфобокса ***/
.portable-infobox .pi-secondary-font, .portable-infobox .pi-font, .portable-infobox .pi-title, .pi-image, .pi-image-collection-tabs {
    border-top: 2px ridge #bbb;
}
.portable-infobox .pi-horizontal-group .pi-font, .portable-infobox .pi-horizontal-group .pi-secondary-font {
    border-top: 2px ridge #bbb !important;
}
.portable-infobox .pi-data-label, .portable-infobox .pi-horizontal-group .pi-data-label, .portable-infobox .pi-horizontal-group .pi-data-value {
    border-right: 2px ridge #bbb !important;
}
/******/
/*** Отступы инфобокса ***/
.pi-item-spacing {
    padding: 0 !important;
}
.pi-data {
    grid-column-gap: 0;
    border: 0;
}

/*** Изображение ***/
.pi-image-thumbnail {
    max-height: 400px;
    width: auto;
    padding: 3px 0;
}
/*** Горизонтальные группы ***/
.pi-horizontal-group .pi-header {
    text-align: center;
}
.portable-infobox .pi-horizontal-group-item.pi-data-label, .portable-infobox .pi-horizontal-group-item.pi-data-value {
    text-align: center !important;
}
.portable-infobox .pi-horizontal-group-item.pi-data-label:last-child, .portable-infobox .pi-horizontal-group-item.pi-data-value:last-child {
    border-right: none !important;
}
/******/

/*** Составной инфобокс ***/
.portable-infobox.type-multi {
    width: 100%;
    float: none;
    clear: none;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    /*justify-content: space-around;*/
    align-items: flex-start;
    align-content: space-around;
    border: none !important;
}
.portable-infobox.type-multi .pi-panel {
    width: 45%;
    margin: 5px auto;
    border: 2px ridge #bbb !important;
    border-radius: 7px;
}
.portable-infobox.type-multi .pi-section-navigation {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none;
}
.portable-infobox.type-multi .pi-header:first-child {
    border-top: none;
}
/******/

/*** Заголовок инфобокса ***/
.portable-infobox .pi-title {
    display: table;
    vertical-align: middle;
    line-height: 1.2;
    width: 276px;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    padding: 5px 0 !important;
    background-color: #82b5f0;
}
.portable-infobox.type-character .pi-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none !important;
}
/******/
/*** Подзаголовки ***/
.pi-header {
    text-align: center;
    font-size: 14px !important;
    line-height: 1.2;
    margin: 0;
    padding: 4px !important;
}
.pi-navigation {
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.2;
    margin: 0;
    padding: 4px !important;
}
/*** Навигация ***/
.pi-navigation:first-child {
    text-align: center;
    font-weight: bold !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: none !important;
}
.portable-infobox.type-character .pi-navigation:first-child {
    text-align: left;
    font-weight: normal !important;
}
.pi-navigation:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 !important;
    height: 2px;
    color: transparent !important;
}
.portable-infobox.type-character .pi-navigation:last-child {
    text-align: center;
    font-weight: bold !important;
    height: inherit;
    padding: 5px !important;
}
/*** Строки инфобокса ***/
.pi-data-label, .pi-data-value {
    margin: 0;
    padding: 5px 3px !important;
    text-align: left;
    font-size: 13px !important;
    line-height: 1.2;
}
/* Ширина левой и правой колонки */
.pi-data-label {
    min-width: 110px;
}
.pi-data-value:not(:first-child) {
    flex-basis:100%;
}
/******/
/*** Описание изображений ***/
.pi-caption {
    text-align: center !important;
}
/******/
/*** Покраска ссылок в инфобоксах ***/
.pi-header a, .pi-navigation a, .pi-header a.external, .pi-navigation a.external {
 color:#fff !important;
 text-shadow: 2px 0 2px #000, -2px -0 2px #000, -2px 0 2px #000;
 transition:color 0ms;
}
.pi-header a:hover, .pi-navigation a:hover, .pi-header a.external:hover, .pi-navigation a.external:hover {
 color:#000 !important;
 text-shadow: 2px 0 2px #fff, -2px -0 2px #fff, -2px 0 2px #fff;
}
.pi-data-label a {
 color:#b8adfb;
 text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000;
}
/* Покраска ссылок в таблицах и навбоксах */
.ffnav th a, .fftable th a, .ftable th a, .fftable td:first-child a {
 color:#b8adfb;
 text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000;
}
.cell a {
 color:#b8adfb;
 text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000;
}
.ffnav th a.new, .fftable th a.new, .ftable th a.new, .fftable td:first-child a.new, .cell a.new {
 color: lightcoral !important;
}
.head a {
 color:#b8adfb;
 text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000;
}
.mw-collapsible-toggle {
 font-weight: normal;
 color: inherit;
}

/*** ff16 ***/
.pi-theme-ff16 .pi-title, .pi-theme-ff16 .pi-secondary-font, .pi-theme-ff16 .pi-section-navigation, .ff16 th, .ff16_h {
    background-color: #e67543;
    color: #000;
}
.pi-theme-ff16 .pi-data-label, .pi-theme-ff16 .pi-navigation:first-child, .ff16 td:first-child, .ff16_d {
    background-color: #c498c7;
    color: #000
}
/******/
/*** ff15 ***/
.pi-theme-ff15 .pi-title, .pi-theme-ff15 .pi-secondary-font, .pi-theme-ff15.type-character .pi-image, .pi-theme-ff15.type-character .pi-image-collection-tabs, .pi-theme-ff15 .pi-section-navigation, .ff15 th, .ff15_h {
    background-color: #121122;
    color: #fff;
}
.pi-theme-ff15 .pi-data-label, .pi-theme-ff15 .pi-navigation:first-child, .ff15 td:first-child, .ff15_d {
    background-color: #aabaca;
    color: #000
}
/******/
/*** ff14 ***/
.pi-theme-ff14 .pi-title, .pi-theme-ff14 .pi-secondary-font, .pi-theme-ff14 .pi-section-navigation, .ff14 th, .ff14_h {
    background-color: #16487a;
    color: #fff
}
.pi-theme-ff14 .pi-data-label, .pi-theme-ff14 .pi-navigation:first-child, .ff14 td:first-child, .ff14_d {
    background-color: #9c2334;
    color: #fff;
}
/******/
/*** ff13 ***/
.pi-theme-ff13 .pi-title, .pi-theme-ff13 .pi-secondary-font, .pi-theme-ff13 .pi-section-navigation, .ff13 th, .ff13_h {
    background-color: #5c2f5d;
    color: #fff
}
.pi-theme-ff13 .pi-data-label, .pi-theme-ff13 .pi-navigation:first-child, .ff13 td:first-child, .ff13_d {
    background-color: #666699;
    color: #fff
}
/******/
/*** ff13-2 ***/
.pi-theme-ff13-2 .pi-title, .pi-theme-ff13-2 .pi-secondary-font, .pi-theme-ff13-2 .pi-section-navigation, .ff13-2 th, .ff13-2_h {
    background-color: #5c2f5d;
    color: #fff
}
.pi-theme-ff13-2 .pi-data-label, .pi-theme-ff13-2 .pi-navigation:first-child, .ff13-2 td:first-child, .ff13-2_d {
    background-color: #666699;
    color: #fff;
}
/******/
/*** ff13lr ***/
.pi-theme-ff13lr .pi-title, .pi-theme-ff13lr .pi-secondary-font, .pi-theme-ff13lr .pi-section-navigation, .ff13lr th, .ff13lr_h {
    background-color: #5c2f5d;
    color: #fff
}
.pi-theme-ff13lr .pi-data-label, .pi-theme-ff13lr .pi-navigation:first-child, .ff13lr td:first-child, .ff13lr_d {
    background-color: #666699;
    color: #fff;
}
/******/
/*** ff12 ***/
.pi-theme-ff12 .pi-title, .pi-theme-ff12 .pi-secondary-font, .pi-theme-ff12 .pi-section-navigation, .ff12 th, .ff12_h {
    background-color: #3300cc;
    color: #fff;
}
.pi-theme-ff12 .pi-data-label, .pi-theme-ff12 .pi-navigation:first-child, .ff12 td:first-child, .ff12_d {
    background-color: #ffcc99;
    color: #000
}
/******/
/*** ff12rw ***/
.pi-theme-ff12rw .pi-title, .pi-theme-ff12rw .pi-secondary-font, .pi-theme-ff12rw .pi-section-navigation, .ff12rw th, .ff12rw_h {
    background-color: #00008b;
    color: #fff
}
.pi-theme-ff12rw .pi-data-label, .pi-theme-ff12rw .pi-navigation:first-child, .ff12rw td:first-child, .ff12rw_d {
    background-color: #33ccff;
    color: #000
}
/******/
/*** ff11 ***/
.pi-theme-ff11 .pi-title, .pi-theme-ff11 .pi-secondary-font, .pi-theme-ff11 .pi-section-navigation, .ff11 th, .ff11_h {
    background-color: #4169e1;
    color: #fff
}
.pi-theme-ff11 .pi-data-label, .pi-theme-ff11 .pi-navigation:first-child, .ff11 td:first-child, .ff11_d {
    background-color: #87cefa;
    color: #000
}
/******/
/*** ff10 ***/
.pi-theme-ff10 .pi-title, .pi-theme-ff10 .pi-secondary-font, .pi-theme-ff10 .pi-section-navigation, .ff10 th, .ff10_h {
    background-color: #00bfff;
    color: #000
}
.pi-theme-ff10 .pi-data-label, .pi-theme-ff10 .pi-navigation:first-child, .ff10 td:first-child, .ff10_d {
    background-color: #ffd700;
    color: #000
}
/******/
/*** ff10-2 ***/
.pi-theme-ff10-2 .pi-title, .pi-theme-ff10-2 .pi-secondary-font, .pi-theme-ff10-2 .pi-section-navigation, .ff10-2 th, .ff10-2_h {
    background-color: #ee82ee;
    color: #000
}
.pi-theme-ff10-2 .pi-data-label, .pi-theme-ff10-2 .pi-navigation:first-child, .ff10-2 td:first-child, .ff10-2_d {
    background-color: #1e90ff;
    color: #fff;
}
/******/
/*** ff9 ***/
.pi-theme-ff9 .pi-title, .pi-theme-ff9 .pi-secondary-font, .pi-theme-ff9 .pi-section-navigation, .ff9 th, .ff9_h {
    background-color: #ffd700;
    color: #000
}
.pi-theme-ff9 .pi-data-label, .pi-theme-ff9 .pi-navigation:first-child, .ff9 td:first-child, .ff9_d {
    background-color: #eee8aa;
    color: #000
}
/******/
/*** ff8 ***/
.pi-theme-ff8 .pi-title, .pi-theme-ff8 .pi-secondary-font, .pi-theme-ff8 .pi-section-navigation, .ff8 th, .ff8_h {
    background-color: #800000;
    color: #fff
}
.pi-theme-ff8 .pi-data-label, .pi-theme-ff8 .pi-navigation:first-child, .ff8 td:first-child, .ff8_d {
    background-color: #ffa500;
    color: #000
}
/******/
/*** ff7 ***/
.pi-theme-ff7 .pi-title, .pi-theme-ff7 .pi-secondary-font, .pi-theme-ff7 .pi-section-navigation, .ff7 th, .ff7_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-ff7 .pi-data-label, .pi-theme-ff7 .pi-navigation:first-child, .ff7 td:first-child, .ff7_d {
    background-color: #5c9daf;
    color: #000
}
/******/
/*** ff7r ***/
.pi-theme-ff7r .pi-title, .pi-theme-ff7r .pi-secondary-font, .pi-theme-ff7r .pi-section-navigation, .ff7r th, .ff7r_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-ff7r .pi-data-label, .pi-theme-ff7r .pi-navigation:first-child, .ff7r td:first-child, .ff7r_d {
    background-color: #5c9daf;
    color: #000;
}
/******/
/*** ff7ac ***/
.pi-theme-ff7ac .pi-title, .pi-theme-ff7ac .pi-secondary-font, .pi-theme-ff7ac .pi-section-navigation, .ff7ac th, .ff7ac_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-ff7ac .pi-data-label, .pi-theme-ff7ac .pi-navigation:first-child, .ff7ac td:first-child, .ff7ac_d {
    background-color: #5c9daf;
    color: #000
}
/******/
/*** ff7bc ***/
.pi-theme-ff7bc .pi-title, .pi-theme-ff7bc .pi-secondary-font, .pi-theme-ff7bc .pi-section-navigation, .ff7bc th, .ff7bc_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-ff7bc .pi-data-label, .pi-theme-ff7bc .pi-navigation:first-child, .ff7bc td:first-child, .ff7bc_d {
    background-color: #5c9daf;
    color: #000
}
/******/
/*** ff7cc ***/
.pi-theme-ff7cc .pi-title, .pi-theme-ff7cc .pi-secondary-font, .pi-theme-ff7cc .pi-section-navigation, .ff7cc th, .ff7cc_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-ff7cc .pi-data-label, .pi-theme-ff7cc .pi-navigation:first-child, .ff7cc td:first-child, .ff7cc_d {
    background-color: #5c9daf;
    color: #000
}
/******/
/*** ff7dc ***/
.pi-theme-ff7dc .pi-title, .pi-theme-ff7dc .pi-secondary-font, .pi-theme-ff7dc .pi-section-navigation, .ff7dc th, .ff7dc_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-ff7dc .pi-data-label, .pi-theme-ff7dc .pi-navigation:first-child, .ff7dc td:first-child, .ff7dc_d {
    background-color: #5c9daf;
    color: #000;
}
/******/
/*** hwmo ***/
.pi-theme-hwmo .pi-title, .pi-theme-hwmo .pi-secondary-font, .pi-theme-hwmo .pi-section-navigation, .hwmo th, .hwmo_h {
    background-color: #236b8e;
    color: #fff
}
.pi-theme-hwmo .pi-data-label, .pi-theme-hwmo .pi-navigation:first-child, .hwmo td:first-child, .hwmo_d {
    background-color: #5c9daf;
    color: #000
}
/******/
/*** ff6 ***/
.pi-theme-ff6 .pi-title, .pi-theme-ff6 .pi-secondary-font, .pi-theme-ff6 .pi-section-navigation, .ff6 th, .ff6_h {
    background-color: #cc0011;
    color: #fff
}
.pi-theme-ff6 .pi-data-label, .pi-theme-ff6 .pi-navigation:first-child,.ff6 td:first-child, .ff6_d {
    background-color: #8b0000;
    color: #fff;
}
/******/
/*** ff5 ***/
.pi-theme-ff5 .pi-title, .pi-theme-ff5 .pi-secondary-font, .pi-theme-ff5 .pi-section-navigation, .ff5 th, .ff5_h {
    background-color: #800080;
    color: #fff
}
.pi-theme-ff5 .pi-data-label, .pi-theme-ff5 .pi-navigation:first-child, .ff5 td:first-child, .ff5_d {
    background-color: #ccccff;
    color: #000
}
/******/
/*** ff4 ***/
.pi-theme-ff4 .pi-title, .pi-theme-ff4 .pi-secondary-font, .pi-theme-ff4 .pi-section-navigation, .ff4 th, .ff4_h {
    background-color: #191970;
    color: #fff
}
.pi-theme-ff4 .pi-data-label, .pi-theme-ff4 .pi-navigation:first-child, .ff4 td:first-child, .ff4_d {
    background-color: #afb5d7;
    color: #000
}
/******/
/*** ff4tay ***/
.pi-theme-ff4tay .pi-title, .pi-theme-ff4tay .pi-secondary-font, .pi-theme-ff4tay .pi-section-navigation, .ff4tay th, .ff4tay_h {
    background-color: #191970;
    color: #fff
}
.pi-theme-ff4tay .pi-data-label, .pi-theme-ff4tay .pi-navigation:first-child, .ff4tay td:first-child, .ff4tay_d {
    background-color: #afb5d7;
    color: #000
}
/******/
/*** ff3 ***/
.pi-theme-ff3 .pi-title, .pi-theme-ff3 .pi-secondary-font, .pi-theme-ff3 .pi-section-navigation, .ff3 th, .ff3_h {
    background-color: #68dc78;
    color: #000
}
.pi-theme-ff3 .pi-data-label, .pi-theme-ff3 .pi-navigation:first-child, .ff3 td:first-child, .ff3_d {
    background-color: #33ccff;
    color: #000
}
/******/
/*** ff2 ***/
.pi-theme-ff2 .pi-title, .pi-theme-ff2 .pi-secondary-font, .pi-theme-ff2 .pi-section-navigation, .ff2 th, .ff2_h {
    background-color: #c773a7;
    color: #fff
}
.pi-theme-ff2 .pi-data-label, .pi-theme-ff2 .pi-navigation:first-child, .ff2 td:first-child, .ff2_d {
    background-color: #e9cddc;
    color: #000
}
/******/
/*** ff1 ***/
.pi-theme-ff1 .pi-title, .pi-theme-ff1 .pi-secondary-font, .pi-theme-ff1 .pi-section-navigation, .ff1 th, .ff1_h {
    background-color: #00bfff;
    color: #000
}
.pi-theme-ff1 .pi-data-label, .pi-theme-ff1 .pi-navigation:first-child, .ff1 td:first-child, .ff1_d {
    background-color: #00ffff;
    color: #000
}
/******/
/*** series ***/
.pi-theme-series .pi-title, .pi-theme-series .pi-secondary-font, .pi-theme-series .pi-section-navigation, .series th, .series_h {
    background-color: #222;
    color: #fff
}
.pi-theme-series .pi-data-label, .pi-theme-series .pi-navigation:first-child, .series td:first-child, .series_d {
    background-color: #ddd;
    color: #000
}
/******/
/*** type0 ***/
.pi-theme-type0 .pi-title, .pi-theme-type0 .pi-secondary-font, .pi-theme-type0 .pi-section-navigation, .type0 th, .type0_h {
    background-color: #8d1016;
    color: #fff
}
.pi-theme-type0 .pi-data-label, .pi-theme-type0 .pi-navigation:first-child, .type0 td:first-child, .type0_d {
    background-color: #efa877;
    color: #000
}
/******/
/*** dissidia ***/
.pi-theme-dissidia .pi-title, .pi-theme-dissidia .pi-secondary-font, .pi-theme-dissidia .pi-section-navigation, .dissidia th, .dissidia_h {
    background-color: #2e1c45;
    color: #fff
}
.pi-theme-dissidia .pi-data-label, .pi-theme-dissidia .pi-navigation:first-child, .dissidia td:first-child, .dissidia_d {
    background-color: #bababa;
    color: #000
}
/******/
/*** d012 ***/
.pi-theme-d012 .pi-title, .pi-theme-d012 .pi-secondary-font, .pi-theme-d012 .pi-section-navigation, .d012 th, .d012_h {
    background-color: #2e1c45;
    color: #fff
}
.pi-theme-d012 .pi-data-label, .pi-theme-d012 .pi-navigation:first-child, .d012 td:first-child, .d012_d {
    background-color: #bababa;
    color: #000
}
/******/
/*** dffnt ***/
.pi-theme-dffnt .pi-title, .pi-theme-dffnt .pi-secondary-font, .pi-theme-dffnt .pi-section-navigation, .dffnt th, .dffnt_h {
    background-color: #2e1c45;
    color: #fff
}
.pi-theme-dffnt .pi-data-label, .pi-theme-dffnt .pi-navigation:first-child, .dffnt td:first-child, .dffnt_d {
    background-color: #bababa;
    color: #000
}
/******/
/*** dffoo ***/
.pi-theme-dffoo .pi-title, .pi-theme-dffoo .pi-secondary-font, .pi-theme-dffoo.pi-section-navigation, .dffoo th, .dffoo_h {
    background-color: #2e1c45;
    color: #fff
}
.pi-theme-dffoo .pi-data-label, .pi-theme-dffoo .pi-navigation:first-child, .dffoo td:first-child, .dffoo_d {
    background-color: #bababa;
    color: #000
}
/******/

/*** Стили таблиц и навбоксов ***/
/* Основной стиль */
.fftable, .ftable {
  width: 100%;
  font-size: 13px;
  border: 2px ridge #999;
  border-collapse: collapse;
  margin: 5px 0;
}
.fftable th, .fftable td, .ftable th, .ftable td {
  border: 1px solid #999;
  padding: 0 2px;
}
.fftable td:first-child {
  text-align: center;
  font-weight: bold;
}
.ftable td:first-child {
  background-color: transparent !important;
  color: inherit !important;
}
.ffnav {
  width: 100%;
  font-size: 11.5px;
  border: 2px ridge #bbb;
  border-spacing: 1px;
  margin: 5px 0;
}
.head {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
}
.ffnav th, .ffnav td {
  border: 1px solid #999;
  padding: 2px 4px;
}
.ffnav th {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  width: 17%;
}
.cell {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.clear {
  background-color: transparent !important;
  color: inherit !important;
  font-weight: normal !important;
}
.clear a {
    text-shadow: none !important;
    color: #0000cd !important;
}
.clear a:hover {
    color: darkgreen !important;
}
/*.clear a:visited {
    color: #5649a6 !important;
}*/

/*** Стили подсказок ***/
.main-tooltip {
 border:2px ridge lightslateblue;
 box-shadow:0 0 5px rgba(255,255,255,0.5);
 border-radius:4px;
 margin-bottom:5px;
 padding:2px 5px;
 background-color:slateblue;
 color:white;
}
#tooltip-wrapper {
 padding:3px 7px 2px 3px;
 z-index:6000000
}
.has-redlinks,
.tooltip-loading,
.advanced-tooltip .tooltip-contents {
 display:none
}
.tooltips-init-complete,
abbr {
 background:#ffffff3f;
 border-bottom: 1px dotted #1F3438;
 cursor:help;
}
/******/
Advertisement