Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Portal Tile/styles.css

Template page
/* Template:Small-portal-tile/styles.css */



.small-portal-tile {
    background: var(--color-surface-2);
    border: 3px solid var(--accent-color-base);
    border-radius: var(--border-radius-medium);
    overflow: hidden;
    transition: all 0.15s ease;
    text-align: center;
    height: 100%; /* makes grid rows even */
}

.small-portal-tile:hover {
    transform: translateY(-3px);
    box-shadow: var(--box-shadow-small);
}

.small-portal-tile a {
    display: block;
    padding: var(--space-sm) var(--space-xs);
    text-decoration: none;
    color: inherit;
    height: 100%;
}