Changes

Jump to: navigation, search

MediaWiki:Common.css

642 bytes added, 23:13, 13 July 2015
m
Added Extractum11 code
font:bold 16px/1.1em "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; color:#fff;
box-shadow:0 0 3px rgba(0,0,0,.3);
}
 
/* Extractum11: Used as new tooltips
[tooltip]:before {
position: absolute;
opacity: 0;
content: attr(tooltip);
white-space: pre-line;
transition: all 0.15s ease;
padding: 10px;
color: #E7E6F2;
border-radius: 10px;
box-shadow: 2px 2px 1px silver;
backface-visibility: hidden;
}
 
[tooltip]:hover:before {
opacity: 1;
background: #313040;
margin-top: -50px;
margin-left: 20px;
}
 
[tooltip]:not([tooltip-persistent]):before {
pointer-events: none;
}
 
/* FOR TEST PURPOSES ONLY */
div {
border: 1px solid silver;
background: #f3f3f3;
margin: 20px;
padding: 10px;
}

Navigation menu