MediaWiki:Common.css: Difference between revisions

From ReformedWiki.org, the wiki for Reformed Christianity
added infobox
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.infobox {
#siteSub {
     background: #eee;
     display: block;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
}
.infobox-title {
 
    font-size: 2em;
<div class="notes-list">
    text-align: center;
<references group="note" />
</div>
 
.notes-list ol {
  font-size: 0.9em;
  color: #555;
}
}
.infobox-image {
 
     text-align: center;
 
.hatnote {
    font-style: italic;
    padding-left: 1.6em;
     margin-bottom: 0.5em;
}
}
.infobox-table th {
 
    text-align: right;
.hatnote a {
    vertical-align: top;
     font-style: normal;
    width: 120px;
}
.infobox-table td {
     vertical-align: top;
}
}

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;
}