Skip to content

ribbonfarm no sidebar centered layout by jannismain

Details

Authorjannismain

LicenseCC Zero

Categoryribbonfarm.com

Created

Updated

Size493 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the sidebar and center the layout

Notes

  • Tweets and images are centered

Source code

/* ==UserStyle==
@name         ribbonfarm no sidebar centered layout
@version      20230630.09.09
@namespace    ?
==/UserStyle== */

@-moz-document domain("ribbonfarm.com") {
@media (min-width: 961px) {
	#sidebar {
		display: none;
	}
	#wrap {
		max-width: 650px !important;
	}
	#content {
		margin: auto;
		max-width: 650px !important;
	}
}
/* center tweets */
.twitter-tweet {
	margin: auto;
}
/* center images */
img.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

Reviews

No reviews yet.