MediaWiki:Common.css: Difference between revisions

From ReformedWiki.org, the wiki for Reformed Christianity
No edit summary
No edit summary
 
Line 12: Line 12:
   font-size: 0.9em;
   font-size: 0.9em;
   color: #555;
   color: #555;
}
.hatnote {
    font-style: italic;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
.hatnote a {
    font-style: normal;
}
}

Latest revision as of 02:34, 7 April 2026

/* CSS placed here will be applied to all skins */

#siteSub {
    display: block;
}

<div class="notes-list">
<references group="note" />
</div>

.notes-list ol {
  font-size: 0.9em;
  color: #555;
}


.hatnote {
    font-style: italic;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}

.hatnote a {
    font-style: normal;
}