MediaWiki:Gadget-MobileStyle.css: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 108: Line 108:
table.forum {
table.forum {
display: block !important;
display: block !important;
}
.succession-box {
width: 100% !important;
}
}
#whosonline {
#whosonline {
Line 146: Line 149:
border: none !important;
border: none !important;
}
}
.featurelist td > .mw-collapsible:first-child > h3:first-of-type {
.featurelist td > p {
padding-top: 0 !important;
display: none;
}
body.user .featurelist td > .mw-collapsible:first-child > h3:first-of-type {
margin-top: 1px !important;
margin-top: 1px !important;
padding-top: 1px !important;
}
@media all and (max-width: 719px) {
body.anon .featurelist td:first-child > .mw-collapsible:first-child > h3:first-of-type {
margin-top: 1px !important;
padding-top: 1px !important;
}
}
}
.featurelist td > p {
@media all and (min-width: 720px) {
display: none;
body.anon .featurelist td > .mw-collapsible:first-child > h3:first-of-type {
margin-top: 1px !important;
padding-top: 1px !important;
}
}
}
.scrollbox {
.scrollbox {
Line 163: Line 178:
margin-bottom: 0 !important;
margin-bottom: 0 !important;
}
}
.col-begin {
.col-begin, .content .col-begin ul {
border-collapse: collapse;
margin: 0 !important;
}
.col-begin td {
padding: 0 !important;
}
.content .col-begin ul {
margin: 0 !important;
margin: 0 !important;
}
}