2015 not 2012!!
2015 Roblox Logo by rwqfsfasxc83
Details
Authorrwqfsfasxc83
LicenseNo License
Categoryroblox.com
Created
Updated
Size736 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 2015 Roblox Logo
@namespace USO Archive
@author CraX_e621
@description `Now also has dark mode support!`
@version 20201121.5.17
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
/* Cheez-It Logo */
.icon-logo,
.light-theme .icon-logo,
.dark-theme .icon-logo {
background-image: url("https://www.roblox.com/images/NextStyleGuide/logo_ROBLOX_120x30.svg");
}
.icon-logo-r,
.light-theme .icon-logo-r,
.dark-theme .icon-logo-r,
.icon-logo-r-95,
.light-theme .icon-logo-r-95,
.dark-theme .icon-logo-r-95 {
background-image: url("http://www.roblox.com/images/NextStyleGuide/logo_R_30X30.svg");
}
}