MediaWiki:Mobile.css: Difference between revisions

413 bytes added ,  17:00, 8 November 2020
add infobox version styles
m (adjust code style in tooltips)
(add infobox version styles)
Line 392: Line 392:
b {
b {
   font-weight: 700; /* fix for firefox additive bolding when there are multiple nested <b> tags */
   font-weight: 700; /* fix for firefox additive bolding when there are multiple nested <b> tags */
}
/*
*  QUD INFOBOX VERSION INFO
*  ========================
*/
.qud-infobox-version {
    border-top: var(--infobox-border);
    padding-top: 7px;
    margin-top: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    font-family: var(--qud-font-infobox-content);
    color: var(--qud-color-y-dark);
    opacity: 0.8;
}
.qud-infobox-version > .qud-version-num {
    font-weight: bold;
}
}
/*  
/*