ProleWiki:Main page/styles.css: Difference between revisions
From ProleWiki, the proletarian encyclopedia
More languages
More actions
Sakaearisu (talk | contribs) (Correcting CSS) |
Sakaearisu (talk | contribs) (Correcting CSS) |
||
Line 18: | Line 18: | ||
} | } | ||
} | } | ||
body.action-view .firstHeading { | body.action-view .firstHeading { | ||
Line 33: | Line 26: | ||
display: none; | display: none; | ||
} | } | ||
#firstHeading { | |||
display: none; | display: none; | ||
} | } |
Revision as of 00:07, 4 January 2021
/******************************
* Styles for mobile main page
******************************/
@media all and (min-width: 768px) {
.prolewiki-mainpage-column {
float: left;
width: 50%;
}
.prolewiki-mainpage-column-first {
padding-right: 5px;
}
.prolewiki-mainpage-column-second {
padding-left: 5px;
}
.prolewiki-mainpage-sister-projects {
text-align: center;
}
}
body.action-view .firstHeading {
display: none;
}
body.action-view #contentSub {
display: none;
}
#firstHeading {
display: none;
}
.mw-body .firstHeading {
display: none;
}