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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(trying to update infobox image sizing)
(style updates)
Line 16: Line 16:


.infobox-title {
.infobox-title {
background-color: #f7aa33;
color: black;
font-size: 22px;
font-size: 22px;
}
}
Line 21: Line 23:
.infobox-image {
.infobox-image {
     width: 150px;
     width: 150px;
}
.infobox-caption {
text-align: center;
font-style: italic;
}
}



Revision as of 15:53, 20 September 2024

/* CSS placed here will be applied to all skins */
.infobox {
    border: 1px solid #a2a9b1;
    border-spacing: 3px;
    /*background-color: #f8f9fa;*/
    text-align: left;
    /*color: black;*/
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.5em;
    width: 20em;
}

.infobox-title {
	background-color: #f7aa33;
	color: black;
	font-size: 22px;
}

.infobox-image {
    width: 150px;
}

.infobox-caption {
	text-align: center;
	font-style: italic;
}

.infobox-header {
	background-color: #f7aa33;
	color: black;
	text-align: left;
	font-size: 18px;
}

.inbox-label {
	width: 33%;	
}
MediaWiki Appliance - Powered by TurnKey Linux