Vorlage:FahrzeugNavplate/style.css

Aus Star Citizen Wiki
.navplate {
	margin-top: 2rem;
    background: var(--color-surface-1);
    border-radius: var(--border-radius--medium);
    overflow: hidden;
    border: 1px solid var(--color-surface-2--active);
}

.navplate table {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.navplate table th,
.navplate table td {
    padding: 1rem !important;
    vertical-align: middle;
}

.navplate table th {
    background: var(--color-surface-2);
	text-align: center;
}

.navplate table th:hover {
    background: var(--color-surface-2--hover);
}

.navplate table th a.new,
.navplate table th img {
	display: block;
	margin: 0 auto;
}
Cookies helfen uns bei der Bereitstellung dieses Wikis. Durch die Nutzung des Star Citizen Wiki erklärst du dich damit einverstanden, dass wir Cookies speichern.