imported>DupingToaster
No edit summary
imported>DupingToaster
No edit summary
Line 3: Line 3:
   <div class="tooltip-contents" style="
   <div class="tooltip-contents" style="
         visibility:hidden;
         visibility:hidden;
         width:180px;
         width:200px;
         background-color:#333; /* dark grey */
         background-color:#333 !important; /* dark grey */
         color:white;
         color:white;
         padding:10px;
         padding:8px;
         border-radius:6px;
         border-radius:6px;
         text-align:left;
         text-align:left;
Line 16: Line 16:
         box-shadow:0 0 5px rgba(0,0,0,0.5);
         box-shadow:0 0 5px rgba(0,0,0,0.5);
         line-height:1.4em;
         line-height:1.4em;
        /* reset MediaWiki default tooltip styles */
        border:none !important;
        background:none !important;
        box-shadow:none !important;
       ">
       ">
     <div style="font-weight:bold; color:#faa701; text-shadow: 1px 1px 1px black;">Skill Name</div>
     <span style="font-weight:bold; color:#faa701; text-shadow:1px 1px 1px black;">Skill Name</span>:
     <div style="color:#54fb53;">General description here</div>
     <span style="color:#54fb53;">This is general description</span>,
     <div style="color:#55faf4;">Specific numbers or percentages</div>
     <span style="color:#55faf4;">numbers, percentages, or specific highlights</span>
   </div>
   </div>
</div>
</div>

Revision as of 15:53, 1 September 2025