• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 1,833: Line 1,833:  
   
 
   
 
.tooltiptext {
 
.tooltiptext {
   visibility: hidden;
+
   /*visibility: hidden;*/
 +
  display: none;
 
   padding: 12px 14px;
 
   padding: 12px 14px;
 
   
 
   
Line 1,883: Line 1,884:  
   pointer-events: none;
 
   pointer-events: none;
 
}
 
}
+
 
 +
/*
 
.tooltip .tooltip .tooltiptext {
 
.tooltip .tooltip .tooltiptext {
 
   bottom: auto;
 
   bottom: auto;
Line 1,909: Line 1,911:  
   border-color: transparent transparent #888 transparent;
 
   border-color: transparent transparent #888 transparent;
 
}
 
}
 +
*/
    
.tooltiptext span.hr {
 
.tooltiptext span.hr {
Line 1,937: Line 1,940:  
.tooltip:hover > .tooltiptext,
 
.tooltip:hover > .tooltiptext,
 
.tooltip.hover > .tooltiptext {
 
.tooltip.hover > .tooltiptext {
   visibility: visible;
+
   /*visibility: visible;*/
 +
  display: block;
 
}
 
}
+
 
 +
/*
 
.tooltiptext {
 
.tooltiptext {
 
   opacity: 0;
 
   opacity: 0;
Line 1,956: Line 1,961:  
   transform: translate(-50%, 0);
 
   transform: translate(-50%, 0);
 
}
 
}
+
*/
 +
 
 
.tooltiptext a { color: #0645ad; border-bottom: 0; }
 
.tooltiptext a { color: #0645ad; border-bottom: 0; }
 
.tooltiptext a:visited { color: #0b0080; }
 
.tooltiptext a:visited { color: #0b0080; }
7,212

edits

Navigation menu