[dismiss]
Spoilers — Please keep the spoiler policy in mind while editing the wiki.
Citations — Please cite your sources when adding information to the wiki! Use our handy guide for assistance.
MediaWiki:Gadget-MainPageStyle.css: Difference between revisions
From Destinypedia, the Destiny wiki
No edit summary |
mNo edit summary |
||
Line 13: | Line 13: | ||
overflow: visible !important; | overflow: visible !important; | ||
} | } | ||
#mp-container | :is(#mp-container, .mp-community) > * > tr > td { | ||
display: block !important; | display: block !important; | ||
width: auto !important; | width: auto !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
body .containerTem .floatleft, | body .containerTem :is(.floatleft, .floatright) { | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
} | } |
Latest revision as of 10:39, March 20, 2025
/* CSS styling and responsive support for the main page */
/* Site styles */
.containerContent > ul:first-of-type {
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0.75em !important;
}
/* Responsive fixes */
@media all and (max-width: 719px) {
#mp-container {
overflow: visible !important;
}
:is(#mp-container, .mp-community) > * > tr > td {
display: block !important;
width: auto !important;
padding: 0 !important;
}
body .containerTem :is(.floatleft, .floatright) {
margin-top: 0 !important;
}
.containerContent input.mw-ui-input {
width: 70% !important;
}
.containerTem {
width: auto !important;
}
}