MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with ".infobox-healing-machine { float: right; width: 250px; background-color: #f8f8f8; border: 1px solid #ccc; padding: 10px; margin: 0 0 10px 20px; font-size: 14px; line-height: 1.5; box-shadow: 0 0 5px rgba(0,0,0,0.1); } .infobox-healing-machine .infobox-title { font-weight: bold; font-size: 16px; margin-bottom: 8px; text-align: center; } .infobox-healing-machine .infobox-image { text-align: center; margin-bottom: 8px; } .infobox-healing-mac..." |
No edit summary |
||
| Line 11: | Line 11: | ||
} | } | ||
.infobox-title { | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 16px; | font-size: 16px; | ||
| Line 18: | Line 18: | ||
} | } | ||
.infobox-image { | |||
text-align: center; | text-align: center; | ||
margin-bottom: 8px; | margin-bottom: 8px; | ||
} | } | ||
.infobox- | .infobox-data .infobox-row { | ||
padding: 6px; | |||
background-color: #ffffff; | |||
} | |||
.infobox-data .infobox-row.alt { | |||
background-color: #e8e8f0; /* light purple-gray */ | |||
} | |||
.infobox-data .label { | |||
font-weight: bold; | |||
display: inline-block; | |||
width: 120px; | |||
} | |||
.infobox-data .value { | |||
display: inline-block; | |||
} | } | ||
Revision as of 11:54, 12 December 2025
.infobox-healing-machine {
float: right;
width: 250px;
background-color: #f8f8f8;
border: 1px solid #ccc;
padding: 10px;
margin: 0 0 10px 20px;
font-size: 14px;
line-height: 1.5;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.infobox-title {
font-weight: bold;
font-size: 16px;
margin-bottom: 8px;
text-align: center;
}
.infobox-image {
text-align: center;
margin-bottom: 8px;
}
.infobox-data .infobox-row {
padding: 6px;
background-color: #ffffff;
}
.infobox-data .infobox-row.alt {
background-color: #e8e8f0; /* light purple-gray */
}
.infobox-data .label {
font-weight: bold;
display: inline-block;
width: 120px;
}
.infobox-data .value {
display: inline-block;
}