Skip to content

RoInvis by krakensimpson

Details

Authorkrakensimpson

LicenseCC Zero

Categoryroblox

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

download to add transparency to your roblox

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         RoInvis
@version      20211205.19.48
@namespace    userstyles.world/user/krakensimpson
@description  download to add transparency to your roblox
@author       krakensimpson
@license      CC Zero
==/UserStyle== */

@-moz-document domain("roblox.com") {
	/*i really want this to be global*/
	:root {
		--common_position: 420px;
	}

	.profile-header .profile-header-content {
		background-color: transparent !important;
	}
	.profile-avatar-left,
	.profile-avatar-right,
	.dark-theme .profile,
	.profile-container .asset-item img,
	.profile-avatar-left,
	.profile-avatar-right,
	.dark-theme .profile,
	.profile-container .asset-item img,
	.rbx-left-col .rbx-scrollbar .left-col-list,
	.gotham-font .div,
	.dark-theme .profile-avatar-right .profile-avatar-mask {
		background: transparent !important;
	}

	/*.container-header {
		padding: 5px;
		padding-left: 400px;
	}

	/*.profile-about .container-header h3 {
		border-spacing: 10px;
		position: relative !important;
		padding-right: 400px;
	}*/
	.profile-about .container-header .icon-edit {
		position: initial !important;
	}

	h2,
	h3,
	class,
	div,
	span,
	body {
		font-family: "Comic Sans MS";
		font-size: 20px;
	}

	.profile-header .header-caption .header-title .profile-name {
		font-size: 44px;
		padding: 5px;
	}

	/* top-nav bar adjust*/
	.container-fluid {
		border-spacing: 2.5px;
	}

	.dark-theme .rbx-header {
		border-bottom-width: 50px;
	}

	/* item name adjust*/
	.dark-theme .item-card-container .item-card-name,
	.rplus-quick-info-widget .rplus-quick-info-widget-inventory .item-card .item-card-price .text-robux {
		margin-bottom: 0.5px;
		border-top-width: 5px;
		border-bottom-width: 4px;
		font-size: 17.2px;
		padding-top: 0.5px;
	}

	/* roblox logo alter
	.dark-theme .icon-default-logo,
	.dark-theme .icon-logo,
	.icon-default-logo,
	.icon-logo {
		color: transparent !important;
		background-image: url("https://upload.wikimedia.org/wikipedia/commons/b/b5/ROBLOX_Studio_icon.png");
		background-size: 30px;
		background-position-x: 50px;
		image-rendering: optimizeQuality;
	}
	.dark-theme .icon-default-logo,
	.dark-theme .icon-logo,
	.icon-default-logo,
	.icon-logo::after {
		content: "io";
	}*/
	.btr-no-hamburger #header .icon-logo {
		border-width: 5px;
		box-sizing: content-box !important;
	}
	.rbx-header .rbx-navbar li .nav-menu-title,
	.rbx-header .rbx-navbar-icon-group .age-bracket-label .age-bracket-label-username {
		font-size: 20px;
	}

	.people-list .friend .place-name,
	.friend-list .friend .friend-name,
	.people-list .friend .friend-name,
	.dark-theme .game-card-container .game-card-name {
		font-family: "sans-serif";
		outline-color: red;
		font-size: 16.5px;
	}
	.profile-container,
	.container-main {
		background-image: url("https://media4.giphy.com/media/9d1Fo0XyIYXzW/200.gif");
		background-repeat: round !important;
		background-size: cover !important;
		image-rendering: optimizeSpeed !important;
	}
	.people-list .friend .place-name {
		padding-top: 1px;
	}
	/*.container-main {
		background-color: #2988D8 !important;
	}*/
}

Reviews

No reviews yet.