Template:Infobox church/styles.css: Difference between revisions

From ReformedWiki.org
(Created page with ".infobox_church { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox-table th { text-align: right; vertical-align: top; width: 120px; } .infobox-table td { vertical-align: top; }")
 
No edit summary
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
}
}
.infobox-title {
.infobox-title {
     font-size: 2em;
     font-size: 1em;
    font-weight: bold;
     text-align: center;
     text-align: center;
}
}

Latest revision as of 01:50, 21 November 2024

.infobox_church {
    background: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 400px;
}
.infobox-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
}