Open main menu
Home
Random
Log in
Settings
About Drawn to Life Wiki
Disclaimers
Drawn to Life Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.css
(view source)
Revision as of 03:24, 6 December 2020
855 bytes added
,
03:24, 6 December 2020
no edit summary
Line 249:
Line 249:
color: #E4E4E4;
color: #E4E4E4;
text-decoration: underline;
text-decoration: underline;
+
}
+
+
/*Tooltip template*/
+
.tooltip-template {
+
position: relative;
+
display: inline-block;
+
border-bottom: 1px dotted #ccc;
+
}
+
+
.tooltip-template .tooltiptext-template {
+
visibility: hidden;
+
width: 120px;
+
background-color: white;
+
color: #3a3a3a;
+
text-align: center;
+
border-radius: 6px;
+
border: 1px #ccc solid;
+
padding: 5px 0;
+
position: absolute;
+
z-index: 1;
+
bottom: 150%;
+
left: 50%;
+
margin-left: -60px;
+
opacity: 0;
+
transition: opacity 0.5s;
+
}
+
+
.tooltip-template .tooltiptext-template::after {
+
content: "";
+
position: absolute;
+
top: 100%;
+
left: 50%;
+
margin-left: -5px;
+
border-width: 5px;
+
border-style: solid;
+
border-color: #ccc transparent transparent transparent;
+
}
+
+
.tooltip-template:hover .tooltiptext-template {
+
visibility: visible;
+
opacity: 1;
}
}
BakiDance
Bureaucrats
, content-mod,
Forum administrators
,
Interface administrators
, staff,
Suppressors
,
Administrators
6,234
edits