[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 |
No edit summary |
||
Line 21: | Line 21: | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
margin-right: 0.75em !important; | |||
} | } | ||
.containerTem { | .containerTem { |
Revision as of 14:13, March 6, 2022
/* CSS styling and responsive support for the main page */
/* Responsive fixes */
@media all and (max-width: 719px) {
#mp-container {
overflow: visible !important;
}
#mp-container > tbody > tr > td,
.mp-community > tbody > tr > td {
display: block !important;
width: 100% !important;
}
body .containerContent .floatleft,
body .containerContent .floatright {
margin-top: 0 !important;
}
.containerContent input.mw-ui-input {
width: 75% !important;
}
.containerContent > ul {
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0.75em !important;
}
.containerTem {
width: auto !important;
}
}