ProleWiki:Main page/styles.css: Difference between revisions
From ProleWiki, the proletarian encyclopedia
More languages
More actions
(FelipeForte changed the content model of the page ProleWiki:Main Page/styles.css from "wikitext" to "Sanitized CSS") Tag: content model change |
(FelipeForte changed the content model of the page ProleWiki:Main Page/styles.css from "Sanitized CSS" to "CSS") Tag: content model change |
(No difference)
|
Revision as of 21:34, 16 November 2020
/******************************
* Styles for mobile main page
******************************/
@media all and (min-width: 768px) {
.wikidata-mainpage-column {
float: left;
width: 50%;
}
.wikidata-mainpage-column-first {
padding-right: 5px;
}
.wikidata-mainpage-column-second {
padding-left: 5px;
}
.wikidata-mainpage-sister-projects {
text-align: center;
}
}
/**
* Hide title on main pages, village pumps and project chats
*
* @author
* @maintainer
*/
body.action-view .firstHeading {
display: none;
}
body.action-view #contentSub {
display: none;
}