Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
}
}


.infobox-image { text-align: center; }
.infobox-table { margin: 0.5rem; }
.infobox-table th {
.infobox-table th {
    min-width: 5rem;
     padding-right: 1rem;
     padding-right: 1rem;
}
.infobox-table {
    margin: 0.5rem;
}
}


Line 33: Line 32:
}
}


.projectbox-Tool {
.projectbox-Romhack { --infobox-color: forestgreen; }
    --infobox-color: forestgreen;
.projectbox-Tool { --infobox-color: darkslateblue; }
}
 
.projectbox-Tool {
    --infobox-color: darkslateblue;
}