MediaWiki:Common.css: Difference between revisions
SGPolitico (talk | contribs) No edit summary |
SGPolitico (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
.infobox-container { | .infobox-container { | ||
width: 30%; | width: 30%; | ||
max-width: 350px; | max-width: 350px; | ||
margin-left: 15px; | margin-left: 15px; | ||
margin-top: 0px; | margin-top: 0px; | ||
float: right; | float: right; | ||
clear: right; | clear: right; | ||
} | } | ||
.infobox-table { | .infobox-table { | ||
width: 100%; | width: 100%; | ||
| Line 16: | Line 15: | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
| Line 22: | Line 20: | ||
} | } | ||
.infobox-header, .infobox-section { | .infobox-header, .infobox-section { | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
| Line 29: | Line 26: | ||
} | } | ||
.infobox-field { | .infobox-field { | ||
font-weight: bold; | font-weight: bold; | ||
width: 35%; | width: 35%; | ||
} | } | ||
/* Hide wiki UI elements — archive site, not community wiki */ | |||
#ca-history { display: none; } | |||
#ca-talk { display: none; } | |||
#ca-edit { display: none; } | |||
#ca-ve-edit { display: none; } /* Visual editor tab if installed */ | |||
#p-tb { display: none; } /* Toolbox sidebar */ | |||
Revision as of 22:32, 13 May 2026
/* CSS placed here will be applied to all skins */
.infobox-container {
width: 30%;
max-width: 350px;
margin-left: 15px;
margin-top: 0px;
float: right;
clear: right;
}
.infobox-table {
width: 100%;
border-collapse: collapse;
text-align: left;
}
.infobox-image {
text-align: center;
padding: 5px;
}
.infobox-header, .infobox-section {
background-color: #f2f2f2;
font-weight: bold;
text-align: center;
}
.infobox-field {
font-weight: bold;
width: 35%;
}
/* Hide wiki UI elements — archive site, not community wiki */
#ca-history { display: none; }
#ca-talk { display: none; }
#ca-edit { display: none; }
#ca-ve-edit { display: none; } /* Visual editor tab if installed */
#p-tb { display: none; } /* Toolbox sidebar */