Skip to content

Rick Griffin Studios: Clean UI by LoaneTheTrash

Screenshot of Rick Griffin Studios: Clean UI

Details

AuthorLoaneTheTrash

LicenseNo License

Categoryhttps://www.rickgriffinstudios.com

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A more open and usable UI without the clutter

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Rick Griffin Studios: Clean UI 
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A more open and usable UI without the clutter
@author         LoaneTheTrash
==/UserStyle== */

@-moz-document url-prefix("https://www.rickgriffinstudios.com") {
    
	/* Remove Dummy */
	.horrid-practice
	{
		display: none;
	}
	
	.ceo_thumbnail_widget
	{
		display: none;
	}
	
	/* Expand comic */
	#comic
	{
		width: 100%;
		height: 100%;
	}
	
	/* Expand main section  */
	.site
	{
		max-width: 100%;
	}
	body.x-sidebar-content-active, body[class*="page-template-template-blank"].x-sidebar-content-active.x-blank-template-sidebar-active
	{
		padding-left: 0;
	}
	aside.x-sidebar
	{
		display: none;
		width: 0;
	}
	
	/* Widen right sidebar*/
	#sidebar-right-of-comic
	{
		width: 350px;
	}
	
	/* Remove archive */
	.widget_archive
	{
		display: none;
	}
	
	/*Shrink the images on the right sidebar to make them inline*/
	.menu-image-title-hide .menu-image
	{
		width: 180px;
	}
	
	/* Widen */
	.x-container.max
	{
		max-width: 1900px;
	}
	/* Only show the first three Recent Posts*/
	div + div + div + .srp-widget-singlepost
	{
		display:none;
	}
}

Reviews

No reviews yet.