MediaWiki:Common.css: Difference between revisions

From Elwiki
No edit summary
No edit summary
Line 2,720: Line 2,720:
}
}


.related-skills td[width="150"] > a:not(.image), .related-skills .skill-wrap > a:not(.image) {
.related-skills td[width="150"] > a:not(.image), .related-skills .skill-wrap-text > a:not(.image) {
     font-weight: 600;
     font-weight: 600;
     display: flex;
     display: flex;
Line 2,732: Line 2,732:
}
}


.related-skills .skill-wrap > a:not(.image) {
.related-skills .skill-wrap-text > a:not(.image) {
     width: auto;
     width: auto;
     display: inline;
     display: inline;
Line 2,746: Line 2,746:
     cursor: pointer;
     cursor: pointer;
     min-height: 54px;
     min-height: 54px;
     display: table-cell;
    place-content: center;
    place-items: center;
     display: flex;
     width: 150px;
     width: 150px;
    vertical-align: middle;
}
}