Zum Inhalt springen

Vorlage:PortalKachel/styles.css

Aus Matrix of Time
Version vom 8. April 2026, 23:09 Uhr von Xineohp1506 (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „.mot-portal-card { border: 1px solid #a2a9b1; border-radius: 6px; padding: 1em; background: #f8f9fa; transition: background 0.2s, box-shadow 0.2s; } .mot-portal-card:hover { background: #eaf3fb; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .mot-card-icon { font-size: 2em; margin-bottom: 0.3em; } .mot-card-title { font-size: 1.1em; font-weight: bold; margin-bottom: 0.4em; } .mot-card-title a { text-dec…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
.mot-portal-card {
    border: 1px solid #a2a9b1;
    border-radius: 6px;
    padding: 1em;
    background: #f8f9fa;
    transition: background 0.2s, box-shadow 0.2s;
}

.mot-portal-card:hover {
    background: #eaf3fb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mot-card-icon {
    font-size: 2em;
    margin-bottom: 0.3em;
}

.mot-card-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.mot-card-title a {
    text-decoration: none;
    color: #0645ad;
}

.mot-card-title a:hover {
    text-decoration: underline;
}

.mot-card-desc {
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
}

.mot-card-featured {
    border-color: #3366cc;
    background: #f0f4ff;
}

.mot-card-featured:hover {
    background: #dce8ff;
}