Wiki KanColle
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* <source lang="css"> */

/* Main CSS class of the WikiaPageHeader */
body{font-family:'微軟正黑體', '微软雅黑', sans-serif;}

.WikiaPageHeader h1{background:url(https://vignette.wikia.nocookie.net/kancolle/images/2/28/Title_bgv2.png/revision/latest?cb=20170319053829&path-prefix=es) no-repeat center right;padding:10px 30px ;height:50px !important;line-height:45px !important;font-family:'華康新特明體','方正特雅宋','華康細明體(P)-UN','微软雅黑', sans-serif;color:#ffd863;font-weight:normal;font-size:30pt !important;position:relative;left:-22px}
.move{display:none}
/* Main CSS class of the tooltip */
.main-tooltip {
    border: 1px solid #cac4b5;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #fbeecb;
}

/* Adds padding to the wrapper to make space for a shadow + z-index so tooltips are visible over edit preview screen */
#tooltip-wrapper {
    padding: 3px 7px 2px 3px;
    z-index: 6000000;
}

/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}

.tooltips-init-complete {
    cursor: help;
}

/* </source> */
.WikiaPage {color:#000000;}

/*Tabber custom*/
.tabbernav {
    font-family: inherit !important;
    font-weight: normal !important;
    font-size: 13px !important;
    border-bottom: 3px solid #003193 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #003193 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(42,161,152, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}

#lportada{
    list-style-type:none;
}

/*Rarity background image*/
.rarity1 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle/images/d/d1/Rarity-1.png/revision/latest?cb=20170427222329&path-prefix=es") no-repeat center !important;
}
.rarity2 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle/images/1/1f/Rarity-2.png/revision/latest?cb=20170427224046&path-prefix=es") no-repeat center !important;
}
.rarity3 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle/images/f/f2/Rarity-3.png/revision/latest?cb=20170427224057&path-prefix=es") no-repeat center !important;
}
.rarity4 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle/images/b/bf/Rarity-4.png/revision/latest?cb=20170427224114&path-prefix=es") no-repeat center !important;
}
.rarity5 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle/images/c/cd/Rarity-5.png/revision/latest?cb=20170427220718&path-prefix=es") no-repeat center !important;
}
.rarity6 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle-viet/images/d/de/Rarity6.png/revision/latest?cb=20160717075348") no-repeat center !important;
}
.rarity7 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle-viet/images/b/b0/Rarity7.png/revision/latest?cb=20160717075350") no-repeat center !important;
}
.rarity8 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle-viet/images/e/e1/Rarity8.png/revision/latest?cb=20160717075352") no-repeat center !important;
}
.rarity9 { 
   background: url("https://vignette.wikia.nocookie.net/kancolle/images/f/f7/Rarity_9.png/revision/latest?cb=20170430063258&path-prefix=es") no-repeat center !important;
}
Advertisement