ProleWiki:Main page/styles.css: Difference between revisions

From ProleWiki, the proletarian encyclopedia
m (Added margin for better centering when viewed in Mobile)
mNo edit summary
Line 20: Line 20:
     display: flex;
     display: flex;
margin: 2em 5em;
margin: 2em 5em;
align-items:baseline;
}
}


Line 49: Line 50:
.mainpage-header {
.mainpage-header {
flex-direction: column;
flex-direction: column;
padding:0 2em;
}
.header-stats {
padding:2em 0;
}
}
}
}


 
.mainpage-frame {
/***************
box-shadow: 0 0 .3em #999;
* General CSS
border-radius: 1em;
****************/
width:100%;
 
#pw-mp-banner span
{
display: inline-block;
width: 100%;
content: url(https://shared.prolewiki.org/uploads/f/f9/Mainpageheader.png);
border-radius:12px;
}
}
 
.mainpage-frame:after {
/******************************
display: block;
* CSS for mobile main page
content: "";
******************************/
clear: both;
 
@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;
}
}
}
 
.separator {
body.action-view .firstHeading {
width:5%;
display: none;
margin:1em auto;
}
}
 
.frame-header {
body.action-view #contentSub {
background-color:#b50014;
display: none;
border-radius: 1em 1em 0.25em 0.25em;
color: #fff;
padding: .4em .8em .5em;
font-weight: bold;
}
}
 
.frame-header:before {
#firstHeading {
display: inline-block;
display: none;
/* Add some content in order to get normal line height, then make it transparent */
content: "x";
color: transparent;
width: 40px;
opacity: .7;
/*[[File:Hamsickwhite.svg]]*/
background-image: url(https://shared.prolewiki.org/uploads/3/3d/Hamsickwhite.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
}
}
 
.frame-body {
.firstHeading {
padding: 1em;
display: none;
}
}

Revision as of 15:24, 4 February 2022

.mainpage-body {
	margin:auto;
}

#mainpage-banner span
{
	display: inline-block;
	width: 100%;
	content: url(https://shared.prolewiki.org/uploads/1/11/Mainpageheader2.png);
	border-radius:12px;
	
}
.mainpage-banner-overlay {
	position: absolute;
	top: 65px;
	width: 100%;
}

.mainpage-header {
    display: flex;
	margin: 2em 5em;
	align-items:baseline;
}

.header-intro {
    flex: 2;
}

.header-intro h1 {
    font-size: 2.5em;
    border: none;
    margin: 0 0 .15em;
}

.header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}

.header-stats {
    display: flex;
    align-items: center;
    margin:auto;
}
.header-stats ul {
        list-style: none;
}

@media screen and (max-width: 800px) {
	.mainpage-header {
		flex-direction: column;
	}
}

.mainpage-frame {
	box-shadow: 0 0 .3em #999;
	border-radius: 1em;
	width:100%;
}
.mainpage-frame:after {
	display: block;
	content: "";
	clear: both;
}
.separator {
	width:5%;
	margin:1em auto;
}
.frame-header {
	background-color:#b50014;
	border-radius: 1em 1em 0.25em 0.25em;
	color: #fff;
	padding: .4em .8em .5em;
	font-weight: bold;
}
.frame-header:before {
	display: inline-block;
	/* Add some content in order to get normal line height, then make it transparent */
	content: "x";
	color: transparent;
	width: 40px;
	opacity: .7;
	/*[[File:Hamsickwhite.svg]]*/
	background-image: url(https://shared.prolewiki.org/uploads/3/3d/Hamsickwhite.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.frame-body {
	padding: 1em;
}