MediaWiki:Timeless.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
/* CSS for all infoboxes */
.infobox {
.infobox {
    background: #eee;
border: 2px solid #a2a9b1;
    border: 1px solid #aaa;
    float: right;
    margin: 0 0 1em 1em;
    padding: 1em;
    width: 300px;
}
.infobox-title {
    font-size: 2em;
    text-align: center;
}
.infobox-tag {
text-align: center;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}
}

Latest revision as of 20:02, 18 May 2022

/* CSS placed here will affect users of the Timeless skin */
.infobox {
	border: 2px solid #a2a9b1;
}