MediaWiki:Common.css: Difference between revisions

From Boktai Hacking Wiki
No edit summary
No edit summary
Line 5: Line 5:
}
}


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


/* Project boxes (Template:Project) */
/* Project boxes (Template:Project) */

Revision as of 20:30, 11 August 2024

.infobox-title {
    text-align: center;
    flex: 1;
    padding: 0.5rem 0;
}

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

/* Project boxes (Template:Project) */
.projectbox {
    border: 5px solid var(--infobox-color);
    border-radius: 5px;
}

@media screen and (min-width: 720px) {
    .projectbox {
        max-width: 40rem;
        margin: 0 auto;
    }
}

.projectbox .infobox-header {
    background: var(--infobox-color);
    color: white;
    font-weight: bold;
    display: flex;
}

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