Changes

Jump to navigation Jump to search
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 {

Navigation menu