Changes
Jump to navigation
Jump to search
← 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
Navigation menu
Personal tools
Log in
Namespaces
Message
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version