Skip to content

yes by luvqli444

Details

Authorluvqli444

LicenseNo License

Categoryroblox

Created

Updated

Size96 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

qqqqq

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name           ali is cool
@namespace      USO Archive
@author         Blevarian
@description    `ali is cool brings new styles to the Roblox Platform with new sets of UI, rounded corners, smooth naviation, animations, customizable options, and more for an amazing experience.`
@version        20210609.18.51
@license        CC-BY-NC-ND-4.0
@preprocessor   uso
@advanced color colorfull " Color Scheme " #32b9ef
@advanced dropdown Avatars "Avatars" {
Avatars2 "Standard" <<<EOT .avatar,
.avatar-headshot-lg,
.profile-container .profile-header-top .avatar img,
.profile-container .section-content .avatar img{
    border-radius: 300px;
}
.section .avatar img,
.avatar-card-fullbody,
.player-avatar, .avatar-card-container, .avatar-card-btns, .section-content .avatar img, .avatar-card-fullbody, .section-content .avatar img, .list-header, .comments-container .comment-item .avatar img, .comments-container .comment-item .avatar-headshot-md {
	border-radius: 200px;
}
.home-container .section-content .avatar img, .avatar-cards .avatar-card-content .avatar-card-link img,
.avatar-card-fullbody,
.a.avatar.avatar-headshot-lg, img#home-avatar-thumb.avatar-card-image, .avatar-card-link, div.avatar.avatar-card-fullbody, .friends-container .avatar-card-image{
	border-radius: 300px!important;
}
.home-container .game-card-avatar-slots .avatar img,
.avatar-headshot,
.home-container .game-card-avatar-slots .avatar-card-link{
	border-radius: 100px!important;
} EOT;
Avatars3 "Blocky" <<<EOT .avatar,
.avatar-headshot-lg,
.profile-container .profile-header-top .avatar img,
.profile-container .section-content .avatar img{
    border-radius: 0px;
}
.section .avatar img,
.avatar-card-fullbody,
.player-avatar, .avatar-card-container, .avatar-card-btns, .section-content .avatar img, .avatar-card-fullbody, .section-content .avatar img, .list-header, .comments-container .comment-item .avatar img, .comments-container .comment-item .avatar-headshot-md {
	border-radius: 0px;
}
.home-container .section-content .avatar img, .avatar-cards .avatar-card-content .avatar-card-link img,
.avatar-card-fullbody,
.a.avatar.avatar-headshot-lg, img#home-avatar-thumb.avatar-card-image, .avatar-card-link, div.avatar.avatar-card-fullbody, .friends-container .avatar-card-image{
	border-radius: 0px!important;
}
.home-container .game-card-avatar-slots .avatar img,
.avatar-headshot,
.home-container .game-card-avatar-slots .avatar-card-link{
	border-radius: 0px!important;
} EOT;

}
@advanced dropdown RobloxImage "Roblox logo" {
	RobloxImage "Standard" <<<EOT /*Normal Roblox Logo*\/ EOT;
RobloxImage2 "Original" <<<EOT .icon-logo {
    background-image: url(https://www.roblox.com/images/Logo/roblox_logo.svg) !important;
} EOT;

}

}

}

==/UserStyle== */
@-moz-document domain("www.roblox.com"), domain("web.roblox.com") {

:root {
    --color: /*[[colorfull]]*/;
    --left-nav-width: 215px;
    --game-card-padding: 8px;
    --game-card-hover-height: 10px;
}
  
 body
  {
    background: transparent !important;
  }

  .content
  {
    background: transparent !important;
  }
    /*
  .container-footer
  {
    position:static; 
  } 
    */
    
   .dark-theme, .light-theme, .nav-content {
       width: 100% !important;
       height: 100% !important;
    background: none !important;
 

/* Smart Bar */
.dark-theme .rbx-upgrade-now .btn-secondary-md:link {
    width: 150px !important;
    margin: 8px !important;
}
.text-nav { 
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 5px;
    padding-left: 8px;
    transition: 0.2s;
}
.text-nav:hover { 
    background: #00000021;
    border-radius: 4px;
    margin-left: 10px;
    transition: 0.2s;
}      
    
/* Ad removal*/
a.ad img {
    display: none
}
.dark-theme .details-container {
    border-radius: 15px;
}
.left-abp, .right-abp {
    visibility: hidden
}
.abp .ad-identification-text {
    display: none
}
.dark-theme .dialogs .dialog-container .dialog-message-container.message-cluster-master .dialog-triangle:before {
    border-color: transparent transparent transparent #65666800;
}
.text-nav {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}  

.rbx-header .rbx-navbar-icon-group li .rbx-menu-item, .rbx-header .rbx-navbar-right-nav li .rbx-menu-item {
    color: white;
    }
.content {
    background: transparent !important;
}
.dark-theme .notification, .dark-theme .notification-blue, .dark-theme .notification-red, .light-theme .notification, .light-theme .notification-blue, .light-theme .notification-red {
    margin-left: 5px;
}
.game-item-container {
    border-radius: 10px;
    background: #bdbebe;
    background-color: #bdbebe;
    color: white;
}
/* Search Bar Fixes */
.rbx-navbar-search {
    width: 6%;
    left: 6%;
    border-radius: 14px;
    transition: 0.5s ease-in-out;
}
.rbx-navbar-search:hover {
    width: 25%;
    left: 0%;
}
/* Optimizing the size of the search bar on the top screen*/
.rbx-header .navbar-search .input-addon-btn .icon-common-search-sm, .rbx-header .navbar-search .input-field .icon-common-search-sm {
    height: 18px;
    width: 18px;
}
.rbx-nav-sponsor img {
    margin-right: -9px;
}
.rbx-left-col li .text-nav .font-header-2 {
    margin: 3px
}
.dark-theme .btn-primary-xs {
    background-color: var(--color);
    border-color: var(--color);
    color: white;
}
 .dark-theme .btn-primary-xs:hover {
    background-color: var(--color);
    border-color: var(--color);
    color: white;
}

 /* Avatar on left menu */
#navigation > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1) > span:nth-child(1) {  /* user icon */
    height: 0px;
    width: 0px;
    margin-right: -10px;
}

div.dynamic-ellipsis-item {
    font-size: 20px !important;
    margin-left: 10px !important;
}

#navigation > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1):hover { /* profile holder hover */
    margin-left: 5px;
}

#nav-shop { /* hide official store */
    display: none;
}

#btr-blogfeed { /* hide blog details */
    display: none;
}   
.dark-theme .rbx-header .rbx-navbar-icon-group>li>button .notification-red {
    border-color: var(--color) !important;
}

    
/* !IMPORTANT MAJOR FIX DO NOT REMOVE! */
.dark-theme .avatar-card-container, .light-theme .avatar-card-container {
    border-radius: 25px;
    size: scale(1)
}
/* The fix above this repairs the avatar containers that you would see on the "Friends" page */
.chat-windows-header .chat-header-label span {
    color: white !important
}
.chat-container.collapsed .chat-header .chat-header-title, .rbx-header .rbx-navbar-icon-group .age-bracket-label .age-bracket-label-username, .light-theme .text-secondary {
    color: white!important
} 
.light-theme .people-list .friend .place-name {
    color: #111;
    font-size: 11px;
}
    
 svg text, .highcharts-markers path
{
	fill: white;
}
.line
{
	background: white !important;
}
.line.volume
{
	background: var(--text-dark) !important;
}
.highcharts-grid path
{
	stroke: var(--text-dark) !important;
}
.highcharts-series-group g path 
{
	stroke: white !important;
	stroke-width: 2 !important;
}   
    

/* For Chat Search box to not be rounded, and to change the old chat icon cancel button */
.chat-search .chat-search-input {
    border-radius: 1px
}
.chat-search .icon-chat-search-cancel {
    background-position: 0 -112px  
}
.dark-theme .avatar .avatar-card-image, .light-theme .avatar .avatar-card-image {
    border-radius: 100px
}
.see-all-link-icon
{
    padding: 1px 25px 1px 1px !important;
}
.see-all-link-icon:after
{
    margin: 1px !important;
}
.rbx-nav-sponsor img, .dark-theme .rbx-upgrade-now .btn-secondary-md:link, .light-theme .rbx-upgrade-now .btn-secondary-md:link {
    border-radius: 10px
}
.dark-theme .btn-toggle.on, .light-theme .btn-toggle.on {
    background-color: var(--color) !important;
}
.dark-theme #header .btr-nav-notif, .light-theme #header .btr-nav-notif {
    border-color: var(--color);
    color: white;
    background-color: var(--color)
}
.dark-theme .rbx-tabs-horizontal .nav-tabs, .light-theme .rbx-tabs-horizontal .nav-tabs  {
    background-color:#393b3d00      
}   
.dark-theme .rbx-tabs-horizontal .rbx-tab .rbx-tab-heading.active, .light-theme .rbx-tabs-horizontal .rbx-tab .rbx-tab-heading.active {
    background-color: var(--color) !important;
}
.dark-theme #header .btr-nav-notif, .light-theme #header .btr-nav-notif {
    border-color: #fff
}
.message-reply .messages-reply-box {
    border-radius: 10px
}
#game-details-play-button-container .btn-common-play-game-lg {
    background-color:#1bcf7d;
    border-radius: 14px
}
#build-dropdown-menu {
    border-radius: 8px  
}

.redraw-avatar .text-link, .scaling-placeholder .text-link {
  float: left;      
}
.dark-theme .text, .dark-theme .text-date-hint, .dark-theme .text-default, .dark-theme .text-description, .dark-theme .text-footer, .dark-theme .text-info, .dark-theme .text-label, .dark-theme .text-secondary, .dark-theme p, .dark-theme .rbx-upgrade-now .btn-secondary-md:link, .dark-theme .abp .BadAdButton:hover, .dark-theme .text-alert, .dark-theme .text-error, .light-theme .abp .BadAdButton:hover, .light-theme .text-alert {
    color: #fff;
}
.promo-codes-container .result-success-box {
    border: 2px solid var(--color) !important;
    border-radius: 10px
}
.dark-theme .details-btns-fixed .btn-secondary-sm, .light-theme .details-btns-fixed .btn-secondary-sm {
    color: white
}
.dark-theme .create-chat-container .details-header-container, .dark-theme .select-friends-container .details-header-container, .light-theme .create-chat-container .details-header-container, .light-theme .select-friends-container .details-header-container {
    background-color: #0000
}
.dark-theme .btn-growth-md {
    background-color: #1bcf7d
}
.dark-theme .horizontal-scroller .scroller .spacer {
    background-color: #23252700
}
.dark-theme .content {
     background-color: #4273a5   
}  
.dark-theme .notification-stream-header, .notification-stream-header.dark-theme, .light-theme .notification-stream-header, .notific...

Reviews

No reviews yet.