Jump to content

Template:Tt/sandbox: Difference between revisions

From Detective Conan Wiki
No edit summary
Classes are renamed so that we can test the JS again; minor fix to chevron positioning
Line 1: Line 1:
<includeonly><span class="ttt-target">{{{1}}}<span class="ttt-container ttt-container-above"><span class="ttt-tooltip">{{{2}}}<span class="ttt-chevron"></span></span></span></span>{{code
<includeonly><span class="tt-target">{{{1}}}<span class="tt-container tt-container-above" style="display: none;"><span class="tt-tooltip">{{{2}}}<span class="tt-chevron"></span></span></span></span>{{code
|css=
|css=
     /* Target word for the tooltip to focus on */
     /* Target word for the tooltip to focus on */
     .ttt-target {
     .tt-target {
         position: relative;
         position: relative;
         display: inline-block;
         display: inline-block;
Line 12: Line 12:
     /* CONTAINER CLASSES */
     /* CONTAINER CLASSES */
     /* A so-called 'container' for the tooltip to work around in */
     /* A so-called 'container' for the tooltip to work around in */
     .ttt-container {
     .tt-container {
         position: absolute;
         position: absolute;
         left: 50%;
         left: 50%;
Line 29: Line 29:
      
      
     /* Container appear above target */
     /* Container appear above target */
     .ttt-container-above {
     .tt-container-above {
         bottom: 90%;
         bottom: 90%;
         transform: translate(-50%, 3px);
         transform: translate(-50%, 3px);
Line 35: Line 35:
      
      
     /* Container appear below target */
     /* Container appear below target */
     .ttt-container-below {
     .tt-container-below {
         top: 90%;
         top: 90%;
         transform: translate(-50%, -3px);
         transform: translate(-50%, -3px);
Line 43: Line 43:
      
      
     /* The TOOLTIP itself */
     /* The TOOLTIP itself */
     .ttt-tooltip {
     .tt-tooltip {
         background: #fff;
         background: #fff;
         border-radius: 4px;
         border-radius: 4px;
Line 58: Line 58:
     /* CHEVRON CLASSES */
     /* CHEVRON CLASSES */
     /* Shared class */
     /* Shared class */
     .ttt-chevron {
     .tt-chevron {
         position: absolute;
         position: absolute;
         left: 50%;
         left: 50%;
Line 69: Line 69:
      
      
     /* When tooltip is above */
     /* When tooltip is above */
     .ttt-container-above .ttt-chevron {
     .tt-container-above .tt-chevron {
         top: 95%;
         top: calc(100% - 2px);
         border-width: 9px 9px 0 9px;
         border-width: 9px 9px 0 9px;
         border-color: #fff transparent transparent transparent;
         border-color: #fff transparent transparent transparent;
Line 76: Line 76:
      
      
     /* When tooltip is below */
     /* When tooltip is below */
     .ttt-container-below .ttt-chevron {
     .tt-container-below .tt-chevron {
         bottom: 95%;
         bottom: calc(100% - 2px);
         border-width: 0 9px 9px 9px;
         border-width: 0 9px 9px 9px;
         border-color: transparent transparent #fff transparent;
         border-color: transparent transparent #fff transparent;
Line 86: Line 86:
     /* HOVER ANIMATION CLASSES */
     /* HOVER ANIMATION CLASSES */
     /* Tooltip fade-in */
     /* Tooltip fade-in */
     .ttt-target:hover .ttt-container {
     .tt-target:hover .tt-container {
         opacity: 1;
         opacity: 1;
         transform: translate(-50%, 0);
         transform: translate(-50%, 0);
Line 96: Line 96:


     /* Text bold on hover */
     /* Text bold on hover */
     .ttt-target:hover {
     .tt-target:hover {
         border-bottom: 0.0625em dashed;
         border-bottom: 0.0625em dashed;
     }
     }

Revision as of 20:58, 10 June 2025

We love DC[2][3]

  1. ^ wjdid
  2. ^ qwoidjqwoi
  3. ^ e9qjr