User:Ayato/mainpageexperiments.css: Difference between revisions

No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-parser-output * {
* {
box-sizing: border-box;
box-sizing: border-box;
}
}
Line 44: Line 44:
justify-content: space-between;
justify-content: space-between;
gap: 10px;
gap: 10px;
align-items:center;
}
}
.statistics-block * {
.statistics-block * {
Line 51: Line 52:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
object-fit: contain
object-fit: contain;
object-position: left;
}
}
.statistics-block .right {
.statistics-block .right {
Line 64: Line 66:
color: #fff;
color: #fff;
}
}
.base-block .button:hover, .base-block a:has(.button:hover) {
.base-block .button:hover {
background-color: var(--twitch-purple-2);
background-color: var(--twitch-purple-2);
text-decoration: none;
text-decoration: none;