ProleWiki:Main page/styles.css: Difference between revisions
From ProleWiki, the proletarian encyclopedia
More languages
More actions
m (FelipeForte moved page ProleWiki:Main Page/styles.css to ProleWiki:Main page/styles.css without leaving a redirect: OCD) |
Sakaearisu (talk | contribs) (CSS that hides the title) |
||
Line 31: | Line 31: | ||
body.action-view #contentSub { | body.action-view #contentSub { | ||
display: none; | |||
} | |||
/* | |||
.page-ProleWiki_Main_page .firstHeading { | |||
display: none; | |||
} | |||
*/ | |||
div#content.mw-body h1#firstHeading.firstHeading { | |||
display: none; | display: none; | ||
} | } |
Revision as of 23:57, 3 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;
}
}
/**
* Hide title on main pages, village pumps and project chats
*
* @author
* @maintainer
*/
body.action-view .firstHeading {
display: none;
}
body.action-view #contentSub {
display: none;
}
/*
.page-ProleWiki_Main_page .firstHeading {
display: none;
}
*/
div#content.mw-body h1#firstHeading.firstHeading {
display: none;
}