Wiki KanColle
Sin resumen de edición
 
Sin resumen de edición
Etiqueta: sourceedit
Línea 1: Línea 1:
 
.WikiaPage {color:#000000;}
 
.WikiaPage {color:#000000;}
  +
*/
  +
  +
/* 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;
  +
}
  +
  +
/*

Revisión del 17:27 4 mar 2017

.WikiaPage {color:#000000;}
 */
 
/* 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;
}
 
/*