Skip to content

green-japan.com by KABA

Details

AuthorKABA

LicenseNo License

Categorygreen-japan

Created

Updated

Size1.2 kB

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      20250312.11.35
@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-top: 1rem;
	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 */
.css-1p5irrg {
	/* Layout Center to Right */
	margin-right: 1rem;
	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: 40em }

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

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

Reviews

No reviews yet.