Open main menu
Home
Random
Log in
Settings
About Starlight Wiki
Disclaimers
Starlight Wiki
Search
Changes
← Older edit
Newer edit →
MediaWiki:Common.css
(view source)
Revision as of 05:33, 22 November 2018
415 bytes added
,
05:33, 22 November 2018
no edit summary
Line 1:
Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
+
+
.tooltip {
+
position: relative;
+
display: inline-block;
+
border-bottom: 1px dotted black;
+
}
+
+
.tooltip .tooltiptext {
+
visibility: hidden;
+
width: 120px;
+
background-color: black;
+
color: #fff;
+
text-align: center;
+
border-radius: 6px;
+
padding: 5px 0;
+
+
/* Position the tooltip */
+
position: absolute;
+
z-index: 1;
+
}
+
+
.tooltip:hover .tooltiptext {
+
visibility: visible;
+
}
.specpar {
.specpar {
Stylo
Bureaucrats
,
Interface administrators
,
Administrators
2,287
edits