MediaWiki:Common.css: Difference between revisions

From Tael
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
font-size: 1.5em;
font-size: 1.5em;
text-align: center;
text-align: center;
background: rgba(0, 0, 0, .65);
}
}
.infobox-subtitle {
.infobox-subtitle {
font-size: 1em;
font-size: 1em;
text-align: center;
text-align: center;
background: rgba(0, 0, 0, .65)
}
}
.infobox-image {
.infobox-image {

Revision as of 11:58, 3 March 2024

.infobox {
border: 2px solid #008600;
float: right;
padding: 1em;
width: 200px;
}      
.infobox-title {
font-size: 1.5em;
text-align: center;
background: rgba(0, 0, 0, .65);
}
.infobox-subtitle {
font-size: 1em;
text-align: center;
background: rgba(0, 0, 0, .65)
}
.infobox-image {
text-align: center;
max-width:200px;
}