Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:InfoboxCss.css: Difference between revisions

Template page
Created page with ".infobox { background: rgba(155, 155, 155, .2); border: 1px solid #f50057; float: right; margin: 0 0 1em 1em; padding: 1em; width: 325px; } .infobox-title { font-size: 1.5em; line-height: 1.5em; font-weight: 800; text-align: center; } .infobox-subtitle { font-size: 1em; font-style: italic; line-height: 1.5em; font-weight: 300; text-align: center; } .infobox-image { text-align: center; width: 200px; disp..."
 
Ff6a74a2-b93e-4876-9bb6-c92ce5a3fdbf changed the content model of the page Template:InfoboxCss.css from "wikitext" to "Sanitised CSS"
Tag: content model change
 
(No difference)

Latest revision as of 14:18, 25 October 2024

.infobox {
    background: rgba(155, 155, 155, .2);
    border: 1px solid #f50057;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 325px;
}
.infobox-title {
    font-size: 1.5em;
    line-height: 1.5em;
font-weight: 800;
    text-align: center;
}
.infobox-subtitle {
    font-size: 1em;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}

.infobox-image {
    text-align: center;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 1.5em;
}
.infobox-table {
margin-top: 1em;
}
.infobox-table th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox-table td {
    vertical-align: top;
    text-align: left;
}