More languages
More actions
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
* Super hacky way to get transclusion and hover works | * Super hacky way to get transclusion and hover works | ||
**/ | **/ | ||
.oswald { | |||
font-family: "Oswald", sans-serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
.block { | .block { | ||
background-color: rgba(0, 0, 0, 0.2); | |||
border-radius: 25px; | border-radius: 25px; | ||
padding-bottom: 20px; | padding-bottom: 20px; | ||
| Line 10: | Line 18: | ||
padding-left: 10px; | padding-left: 10px; | ||
padding-right: 10px; | padding-right: 10px; | ||
border-style: solid; | |||
border-color: #00000017; | |||
border-width: medium; | |||
} | } | ||
.blockbackground{ | .blockbackground{ | ||
background-color: | background-color: rgba(217, 217, 217, 0.2); | ||
border-radius: 25px; | border-radius: 25px; | ||
padding-bottom: 20px; | padding-bottom: 20px; | ||
Latest revision as of 20:05, 2 June 2025
/**
* EXTREMELY HACKY
* Super hacky way to get transclusion and hover works
**/
.oswald {
font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;
}
.block {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 25px;
padding-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
border-style: solid;
border-color: #00000017;
border-width: medium;
}
.blockbackground{
background-color: rgba(217, 217, 217, 0.2);
border-radius: 25px;
padding-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}
#home-card-latestpatch .wikitable {
display: block;
overflow: visible;
}
.mw-parser-output .home-link__button img {
width:16px;
height:16px;
}
.home-link__button img{
width:16px;
height:16px;
}
#home-card-latestpatch .wikitable tbody {
display: block;
}
#home-card-latestpatch .wikitable th {
display: none;
}
#home-card-latestpatch .wikitable tr {
position: relative;
display: flex;
}
#home-card-latestpatch .wikitable tr > td:first-child {
width: 100%;
}
#home-card-latestpatch .wikitable tr > td:first-child:hover ~ td {
visibility: visible;
}
#home-card-latestpatch .wikitable tr > td:last-child {
position: absolute;
z-index: 2;
bottom: 100%;
padding: 15px var( --padding-page );
margin-bottom: 10px;
background: var( --color-surface-1 );
border-radius: var( --border-radius--medium );
box-shadow: var( --box-shadow-dialog );
user-select: none;
visibility: hidden;
}
#home-card-latestpatch .wikitable tr > td:last-child .thumb {
width: 100%;
margin: 0;
margin-bottom: 0.5rem;
}