MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
border- | border-top: 1px solid #eee; | ||
} | } | ||
.cat-button .cat-label { | .cat-button .cat-label { | ||
display: block; | display: block; | ||
padding: | padding: 10px 4px 6px; | ||
font-size: 0.95em; | font-size: 0.95em; | ||
color: #333; | color: #333; | ||
font-weight: 500; | font-weight: 500; | ||
background: #fff; | |||
border-bottom: 1px solid #eee; | |||
} | } | ||
Revision as of 09:29, 16 November 2025
/* ---------- DULL CATEGORY BUTTONS ---------- */
.cat-button {
display: block;
width: 200px;
margin: 0 auto;
text-align: center;
text-decoration: none;
transition: box-shadow 0.2s ease;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
border-radius: 6px;
overflow: hidden;
background: #f9f9f9;
}
.cat-button:hover {
box-shadow: 0 4px 10px rgba(0,0,0,0.12);
background: #f5f5f5;
}
.cat-button img {
display: block;
width: 100%;
height: auto;
border-top: 1px solid #eee;
}
.cat-button .cat-label {
display: block;
padding: 10px 4px 6px;
font-size: 0.95em;
color: #333;
font-weight: 500;
background: #fff;
border-bottom: 1px solid #eee;
}