Skip to content

Trixxed's VRC Forum by TrixxedBit

Details

AuthorTrixxedBit

LicenseNo License

Categoryask.vrchat.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A style for the VRC forum, please use "Zeronoise" for it to work properly.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Trixxed's VRC Forum
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         TrixxedHeart
@var color tertiary "Color" #1778ff
==/UserStyle== */
@-moz-document url-prefix("https://ask.vrchat.com/") {
	.wrap {
		max-width: var(--d-max-width);
		margin-right: auto;
		margin-left: unset;
		padding: 0 10px;
	}
	body.has-sidebar-page #main-outlet-wrapper {
		grid-template-columns: var(--d-sidebar-width) minmax(0, 1fr);
		gap: 0 0em;
		padding-left: 0;
	}
	:root {
		--d-max-width: ;
	}
	.sidebar-wrapper .sidebar-section-header-text {
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: .03em;
	}
	.nav-pills > li:hover {
		transform: scale(1.05, 1.05);
		transition: all .15s ease-in-out;
		font-weight: bold;
		border-bottom: 0px;
	}
	.d-header-icons .header-dropdown-toggle {
		scale: 115%;
	}
	.list-controls .btn {
		position: relative;
		background-color: var(--tertiary);
	}
	.container.posts>.row {
    padding: 1.5rem 20.5rem;
	}
	.staff {
		color: #ff3165;
		gap: 5px;
	}
}

Reviews

No reviews yet.