MediaWiki:Common.css: Difference between revisions

From Kyria Thanatos Wiki
Jump to navigation Jump to search
m add some space around the vertical rule
m background color for infobox-title
Line 11: Line 11:
     font-size: 2em;
     font-size: 2em;
     text-align: center;
     text-align: center;
    background-color: #CCCCFF;
    margin-bottom: 8px;
}
}
.infobox-image {
.infobox-image {

Revision as of 05:50, 24 March 2024

/* CSS placed here will be applied to all skins */
.infobox {
    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;
    background-color: #CCCCFF;
    margin-bottom: 8px;
}
.infobox-image {
    text-align: center;
}
.infobox-table {
	border-spacing: 0px;
	margin-top: 1em;
	width: 400px;
}
.infobox-table th {
    text-align: right;
    vertical-align: top;
    width: 120px;
    border-right: 1px solid #999;
    padding-right: 8px;
}
.infobox-table td {
    vertical-align: top;
    border-left: 1px solid #999;
    padding-left: 8px;
}