Module:Hatnote/styles.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Coppersalts changed the content model of the page Module:Hatnote/styles.css from "Scribunto" to "Sanitized CSS")
Tag: content model change
No edit summary
 
Line 1: Line 1:
/* {{pp|small=y}} */
.hatnote {
font-style: italic;
}


/* Limit structure CSS to divs because of [[Module:Hatnote inline]] */
div.hatnote {
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
}
/* mobile skin yay */
.skin-minerva .hatnote{
    padding: 5px 7px;
    color: #54595d;
    font-size: 0.8125rem;
    background-color: #f8f9fa;
    margin-bottom: 1px;
    overflow: hidden;
}
.hatnote i {
font-style: normal;
}
/* The templatestyles element inserts a link element before hatnotes.
* TODO: Remove link if/when WMF resolves T200206 */
.hatnote + link + .hatnote {
margin-top: -0.5em;
}
334

edits

Navigation menu