Skip to content

JoW Blu by pandevmonium

Details

Authorpandevmonium

LicenseNo License

Categoryjourneyofwrestling.com

Created

Updated

Code size3.4 kB

Code checksumd581014d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Style for journeyofwrestling.com, not suitable for mobile devices but with bigger boxes for PC.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           JoW Blu
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Pandevmonium
==/UserStyle== */
@-moz-document domain("journeyofwrestling.com") {
	#widescreen .container.main-container {
		width: 95%;
	}

	#widescreen .game-content-left-column {
		width: 55%;
		margin-left: 0;
	}

	#widescreen .game-content-right-column {
		width: 44%;
		margin-right: 0;
		margin-left: 0;
		float: right;
	}

	html {
		background-color: #113;
	}

	p {
		max-width: unset;
	}

	.main-menu {
		position: relative;
		display: block;
		top: -55px;
		background: none;
		padding: 10px 0;
		margin: 0px;
		border: none;
		box-shadow: none;
		width: 56%;
		left: 22%;
	}

	.margin-bottom-30,
	.margin-bottom-25,
	.margin-bottom-20 {
		margin-bottom: 10px;
	}

	.margin-top-30,
	.margin-top-25,
	.margin-top-20 {
		margin-top: 10px;
	}

	.superstar-menu-buttons {
		width: 82%;
		margin: 0;
		height: 70px;
	}

	.select-company-for-view-roster {
		max-width: 240px;
	}

	#match-graphics {
		width: 434px;
		margin: auto;
		margin-bottom: 20px;
	}

	#gimmick-matches-container .gimmick-match-item {
		margin-right: 2px !important;
	}

	.match-finishes-item-container {
		margin-right: 2px !important;
	}

	#indie {
		height: 70%;
	}

	.inner-box-item.buyout-competitor-selection-item,
	.inner-box-item.brand-selection-item,
	.annual-tournament-selection-item {
		width: 95%;
	}

	.inner-box.unavailable-indie {
		min-height: 60%;
	}
	
	.inner-box-item.compact {
		width: 20.9%;
		border-right: 1px solid #191919 !important;
		border-bottom: 1px solid #191919;
	}

	.messages-container-column-left,
	.messages-container-column-right {
		height: 700px;
	}

	.message-preview-container,
	.message-content-container {
		height: 100%
	}

	#game-content {
		position: relative;
		top: -55px;
	}

	.feud-container.item-container.compact {
		width: 190px;
		height: 125px;
		vertical-align: top;
		margin-right: 3px;
		margin-left: 0px !important;
	}

	.feud-container.item-container {
		padding: 5px 6px;
	}

	.feud-container .feud-participants {
		height: unset;
		display: inline-block;
	}

	.feud-items-container-scroll {
		max-height: 418px;
	}

	#feud-items-container .feud-item-container {
		width: 160px;
		height: 160px;
		vertical-align: top;
		margin-right: 4px !important;
	}

	#feuds-container {
		max-height: 325px;
	}

	#superstar_info {
		height: 195px;
	}

	.superstar-information-container {
		max-height: 240px;
	}

	.trade-offer-available-superstar-item {
		width: 96%;
	}

	.superstar-column-right {
		float: right;
		margin-right: 2%;
	}

	.superstar-column-left {
		width: 80%;
	}

	.inner-box.add-brand-selection-superstars {
		max-height: 535px;
		height: 535px;
	}

	view-roster-member-details-button {
		position: absolute;
		bottom: 140px;
		right: 180px;
	}

	#event-calendar {
		border: none;
		box-shadow: none;
	}

	.event-calendar-box {
		width: 22.6% !important;
		border-bottom: 2px solid #1b1b1b !important;
		border-right: 2px solid #1b1b1b !important;
	}

	.trade-offer-company-container {
		display: inline-block;
		width: 320px;
	}

	.trade-offer-available-superstars-container {
		max-height: 420px;
	}

	.trade-offer-help-container {
		display: none !important;
	}
	
	.superstar-info-match-container {
		max-height: 200px;
	}
	
	.information-box {
		height: 210px;
	}
}

Reviews

No reviews yet.