Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 2,371: Line 2,371:
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
gap: 9px;
box-sizing: border-box;
box-sizing: border-box;
width: 100%;
width: 100%;
margin: 18px 0 10px !important;
margin: 18px 0 10px !important;
padding: 0 0 6px !important;
padding: 0 42px 6px !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
background-image: none !important;
background-image: none !important;
color: var(--wiz-heading, #e7e1d4);
color: var(--wiz-heading, #e7e1d4);
cursor: pointer;
cursor: pointer;
}
.skin-citizen .wizlords-mobile-class-category-heading-inner {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
min-width: 0;
}
}


Line 2,401: Line 2,408:
.skin-citizen .wizlords-mobile-class-category-heading .mf-icon {
.skin-citizen .wizlords-mobile-class-category-heading .mf-icon {
position: static !important;
position: static !important;
inset: auto !important;
flex: 0 0 auto;
flex: 0 0 auto;
margin: 0 !important;
margin: 0 !important;
transform: none;
color: var(--wiz-heading, #e7e1d4);
color: var(--wiz-heading, #e7e1d4);
}
}
Line 2,419: Line 2,428:
width: 32px;
width: 32px;
height: 32px;
height: 32px;
}
.skin-citizen .wizlords-mobile-class-category-heading .mw-editsection {
position: absolute;
right: 0;
bottom: 7px;
margin: 0;
}
}