Vorlage:PortalKachel/styles.css
Erscheinungsbild
.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;
}
.mot-portal-card a {
text-decoration: none;
color: inherit;
display: block;
}
.mot-card-title {
font-size: 1.1em;
font-weight: bold;
margin-bottom: 0.4em;
color: #0645ad;
}
.mot-portal-card:hover .mot-card-title {
text-decoration: underline;
}