MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
/* Category Tiles Grid */ | /* Category Tiles Grid */ | ||
.category-tiles-container { | .category-tiles-container { | ||
Line 64: | Line 62: | ||
} | } | ||
/* Style the link inside the tile */ | |||
.category-tile a { | .category-tile a { | ||
color: var(--color-base); | color: var(--color-base); | ||
Line 69: | Line 68: | ||
display: block; | display: block; | ||
height: 100%; | height: 100%; | ||
} | |||
/* Hide the underline that MediaWiki adds to links */ | |||
.category-tile a:hover { | |||
text-decoration: none; | |||
} | |||
.tile-content { | |||
display: block; /* Ensures the content fills the link */ | |||
} | } | ||