Skip to content

green-japan.com by KABA

Details

AuthorKABA

LicenseNo License

Categorygreen-japan

Created

Updated

Code size1.3 kB

Code checksum341602ca

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for Viewing project information.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         green-japan.com
@version      20250316.10.51
@namespace    https://userstyles.world/user/KABA
@description  for Viewing project information
@author       KABA
@license      No License
==/UserStyle== */

@-moz-document regexp("https://www.green-japan.com/company/\\d+/job/\\d+") {
/*
	NOTE: Highlight style for identification
	outline: solid #f003;
*/

:root * { font-family: revert }
header { display: none }

/* - Layout */
/* -- Container */
.css-2hiy9a {
	margin-left: 2rem;
	padding-block: 1.25rem .5rem;
	width: revert;
	max-width: revert;

	/* -- Left column */
	.css-1hbyyce { max-width: 45em }
	/* -- Right column */
	.css-1ylkiwv { max-width: 20rem;
		&& { margin-left: 1.75rem }
		.css-1taoiw9 { outline: solid 1px #ececec }
	}
}

/* - Components */
/* -- Floating box */
/* Layout Center to Right */
.css-1yct92j {
	right: 1rem;
	width: revert;
}
.css-1p5irrg {
	/* margin: revert; -- Not required */
	width: revert;
	padding: 1rem 0rem 1.25rem;

	transition: .3s;
	&:not(:hover) { opacity: .6 }

	.css-4xhrvh {
		/* Layout Horizontal to Vertical */
		flex-direction: column;
		gap: .5rem;
		align-items: revert;
		
		.css-m5ayiy { width: revert }
		.css-18y5ob8 { max-width: 45em }

		.css-1dm5g7s {
			margin-left: 0;
			padding-left: 0;

			.css-1bv670y { justify-content: revert }
		}
	}
}
}

Reviews

No reviews yet.