MediaWiki:Common.css: Difference between revisions

fix tooltips with new font
(change font to use the good one)
(fix tooltips with new font)
Line 1,459: Line 1,459:
background-color: #100010;
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
background-color: rgba(16, 0, 16, 0.94);
padding: 8px 4px 4px 4px;
padding: 4px 4px 6px 4px;
font-family: minecraftia, sans-serif;
font-family: minecraftia, sans-serif;
font-size: 16px;
font-size: 16px;
Line 1,465: Line 1,465:
text-shadow: 0.125em 0.125em 0 #3F3F3F;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
white-space: nowrap;
white-space: nowrap;
    word-spacing: -5px;
line-height: 1.25em;
line-height: 1.25em;
margin: 0.125em 0.25em;
margin: 0.125em 0.25em;
Line 1,619: Line 1,620:
/*                                                                          */
/*                                                                          */
/* ========================================================================= */
/* ========================================================================= */
.tooltip {
color: #FFF;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
}


.format-0 {
.format-0 {
Line 1,701: Line 1,698:
font-style: italic;
font-style: italic;
     position: relative;
     position: relative;
     left: -5px;
     left: -3px;
}
}
184

edits