Deprecated: Use of User::getOption was deprecated in MediaWiki 1.35. [Called from SkinScratchWikiSkin::onOutputPageBodyAttributes in /var/www/html/mediawiki/skins/ScratchWikiSkin2/ScratchWikiSkin.skin.php at line 81] in /var/www/html/mediawiki/includes/debug/MWDebug.php on line 381

Deprecated: Use of QuickTemplate::(get/html/text/haveData) with parameter `headelement` was deprecated in MediaWiki 1.39. [Called from QuickTemplate::get in /var/www/html/mediawiki/includes/skins/QuickTemplate.php at line 144] in /var/www/html/mediawiki/includes/debug/MWDebug.php on line 381

Deprecated: Use of BaseTemplate::getTrail was deprecated in MediaWiki 1.39. [Called from MediaWiki\Skins\Cosmos\CosmosTemplate::execute in /var/www/html/mediawiki/skins/Cosmos/includes/CosmosTemplate.php at line 82] in /var/www/html/mediawiki/includes/debug/MWDebug.php on line 381

Deprecated: Use of QuickTemplate::(get/html/text/haveData) with parameter `bottomscripts` was deprecated in MediaWiki 1.39. [Called from QuickTemplate::get in /var/www/html/mediawiki/includes/skins/QuickTemplate.php at line 144] in /var/www/html/mediawiki/includes/debug/MWDebug.php on line 381
Template:Homepage/styles.css - Pi Server Wiki
×
Create or edit a page
Write your page title here:
There are currently 14 pages on the wiki. Enter a name above to create a page, or check out the list of broken links.
Warning: Users creating spam pages will be blocked and have their pages moved to the trash.



    Pi Server Wiki

    Template:Homepage/styles.css

    .homepage-bar {
    	margin-top: 1em;
    	height: 4px;
    }
    .homepage-bar > div {
    	width: 25%;
    	height: 100%;
    }
    .homepage[dir="ltr"] .homepage-bar > div {
    	/* @noflip */
    	float: left;
    }
    .homepage[dir="rtl"] .homepage-bar > div {
    	/* @noflip */
    	float: right;
    }
    .homepage-bar-1 {
    	background-color: #990000;
    }
    .homepage-bar-2 {
    	background-color: #339966;
    }
    .homepage-bar-3 {
    	background-color: #0063bf;
    }
    .homepage-bar-4 {
    	background-color: #54595d;
    }
    
    .homepage-basic {
    	padding-top: 2em;
    }
    .homepage-basic:after {
    	display: block;
    	content: "";
    	clear: both;
    }
    .homepage-fullname {
    	font-size: 2.6em;
    	line-height: 1.2;
    }
    .homepage-jobtitle {
    	font-size: 1.8em;
    	line-height: 1.2;
    	padding-top: .5em;
    }
    .homepage-quote {
    	padding-top: 16px;
    }
    
    .homepage-detailed {
    	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
    	margin-top: 1em;
    }
    .homepage-detailed > div {
    	flex-basis: 250px;
    	flex-grow: 1;
    	flex-shrink: 1;
    }
    .homepage[dir="ltr"] .homepage-detailed-column {
    	/* @noflip */
    	margin-right: 2em;
    }
    .homepage[dir="rtl"] .homepage-detailed-column {
    	/* @noflip */
    	margin-left: 2em;
    }
    .homepage-detailed > div > h2 {
    	border-bottom: 0;
    }
    .homepage-disclaimer {
    	color: #555;
    	font-size: smaller;
    	margin: 1em 0;
    }
    .homepage-contact {
    	padding: 0 1em 1em 1em;
    	background: #F0F0F0;
    }
    .homepage-detailed-column h2,
    .homepage-contact h2 {
    	border-bottom:0;
    }
    .image img {
    	max-width: 100%;
    	height: auto;
    }
    
    @media screen and (max-width: 700px) {
    	.image img {
    		width: 100% !important;
    		max-height: 60vh;
    		object-fit: cover;
    	}
    	.homepage-basic .floatright,
    	.homepage-basic .floatleft {
    		margin-left: 0;
    		margin-right: 0;
    		width: 100%;
    	}
    }