Difference between revisions of "MediaWiki:Common.css"

From SHA2017
Jump to: navigation, search
(Undo revision 3276 by Stitch (talk))
Line 9: Line 9:
 
}
 
}
  
.mentioneduser span {display: none; z-index: 1000;}
+
.mentioneduser span span {display: none; z-index: 1000;}
  
.mentioneduser span:hover {
+
.mentioneduser span:hover span {
 
display: block;
 
display: block;
 
position: absolute;  
 
position: absolute;  
Line 27: Line 27:
 
}
 
}
  
.mentioneduser span:hover {
+
.mentioneduser a:hover {
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Revision as of 18:25, 4 March 2016

/* CSS placed here will be applied to all skins . LOLHAX */
.mw-wiki-logo {
    background-image: url('/images/5/52/Shawiki.png') !important;
}

/* Mentioneduser, user information boxes on mouse over. */
.mentioneduser span {
position: relative;
}

.mentioneduser span span {display: none; z-index: 1000;}

.mentioneduser span:hover span {
display: block;
position: absolute; 
top: 5px; 
left: -50%; 
width: 200px;
padding: 5px; 
margin: 10px; 
z-index: 1000;
color: #AAA; 
background: white;
font: 10px Verdana, sans-serif; 
border: 1px solid silver;
text-decoration: none;
}

.mentioneduser a:hover {
    text-decoration: none;
}