Skip to content

discord text round by eggciting

Details

Authoreggciting

LicenseNo License

Categorydiscord

Created

Updated

Size48 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

roundify for text (discord)

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           BetterRoblox 2.1 [New blog support; random fixes]
@namespace      USO Archive
@author         EpikYummeh
@description    `An overhaul of my 2.0 theme allowing users to customize an accent color, providing a more personalized Roblox theme. Enjoy!You can contact me on Twitter (<a href='https://twitter.com/EpikYummeh'>@EpikYummeh</a>) directly or <a href='http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=4418608'>send me a message</a> on Roblox.Please <a href='http://forum.userstyles.org/post/discussion?Discussion/StyleID=89494'>leave me feedback</a> here. It helps me know what you want so I can make my theme better, so please leave descriptive feedback. Avoid feedback like "the games page is broken," instead say something like "I can't read the text on the games page" or "I can't click the scroll button on the games page."`
@version        20170719.6.24
@license        CC-BY-NC-ND-4.0
@preprocessor   uso
@advanced color highlight1 "Link color" #D08000
@advanced color highlight2 "Accent color (also link hover color)" #F0C000

==/UserStyle== */
@-moz-document domain("roblox.com") {
/* Dropdown search bar/container */

.search-input-container,
.dropdown-menu {
    background-color: #252525 !important;
}
.rbx-header .rbx-navbar li a:hover,
.rbx-header .rbx-navbar li a:focus {
    border-radius: 0px;
}
.rbx-header .rbx-navbar-search .rbx-navbar-search-option.selected {
    box-shadow: 4px 0 0 0 /*[[highlight2]]*/ inset;
}
.dropdown-menu .rbx-navbar-search-option.selected,
.dropdown-menu .rbx-navbar-search-option:hover {
    background-color: #353535 !important;
}
.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0px;
    border-bottom-color: #252525 !important;
}
.popover-content > ul {
    background-color: #252525 !important;
}
.popover li:hover {
    background: none #353535 !important;
    box-shadow: 4px 0 0 0 #fc0 inset;
    box-shadow: 4px 0 0 0
    /*[[highlight2]]*/
    
    inset;
}
/* ---- GLOBAL LEADERBOARDS --------------------------- */

.rbx-leaderboard-container * {
    border-color: #303030 !important;
}
#leaderboards-body {
    color: #d0d0d0 !important;
}
#leaderboards-top {
    background: #101010 !important;
}
#leaderboards-top-container,
#leaderboards-controls,
.leaderboards-header,
.leaderboards-row {
    background: none transparent !important;
    border-color: #202020 !important;
}
#fixed-leaderboards-buttons > div {
    background: none #202020 !important;
    border-color: #050505 !important;
}
.flyout {
    background-color: #202020 !important;
    border-color: #181818 !important;
}
.flyout > div.time-filter-dropdown {
    border-color: #181818 !important;
    color: #d0d0d0 !important;
}
.flyout > div.time-filter-dropdown:hover {
    color: white !important;
}
.flyout div.notch-top {
    border-bottom-color: #202020 !important;
}
.flyout div.notch-shadow {
    border-bottom-color: #181818 !important;
}
.rbx-leaderboard-my {
    overflow: hidden !important;
}
/* ---- GLOBAL STYLING/LAYOUT CHANGES ----------------- */

html,
body,
div#MasterContainer,
div#RepositionBody,
.nav-content,
.content {
    background: #101010 !important;
    color: white !important;
}
.section-content {
    background-color: #202020;
}
/* Revert content to Arial/Helvetica and not the fancy-looking new font */

#Body,
.text,
pre {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}
a,
a:link,
a:visited,
cite,
.show-more-link {
    color: #d80 !important;
    color: /*[[highlight1]]*/ !important;
    text-shadow: 0 1px 0 #655;
}
a:hover,
a > .rbx-title:hover,
a > .friend-name:hover,
.show-more-link:hover {
    color: #fc0 !important;
    color: /*[[highlight2]]*/ !important;
    text-shadow: 0 1px 0 black;
    text-decoration: none !important;
}
a[disabled="disabled"]:hover {
    color: rgb(128, 128, 128) !important;
}
/* Selector for changing text to white */

h1,
h2,
h3,
h4,
p,
pre,
.text,
.form-label,
.details *,
.voting-details,
.stat-label,
.Label,
div.BadgesPager_Container,
.FooterPager,
.StandardBox,
.right-column .buttons div,
.stat,
.title,
td,
th,
tr,
.text,
.UserOwns,
.TotalSales,
a.btn-medium,
a.btn-medium:hover,
a.btn-small,
a.btn-small:hover,
a.btn-large,
a.btn-large:hover,
input.paging_input,
a.btn-control:hover,
.builder-name,
.checkbox-label,
li[role="tab"] > a,
.FooterNav,
.small {
    color: white !important;
}
.modal-dialog .modal-content .modal-buttons .modal-button {
	border-color: red !important;
}
	
/* Selector for setting backgrounds of global classes transparent */

.StandardPanelWhite,
.StandardBox,
.loading {
    background: transparent !important;
}
h1,
.GamesPageHeader {
    color: white !important;
    width: 100% !important;
    text-shadow: 1px 2px 0 #454545 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.normalHeader {
    top: 70px !important;
}
.tabsdiv {
    top: 140px !important;
}
.see-more-img {
    display: none;
}
.SeeMore:after,
#SeeMore > a:after {
    content: " >";
}
/* Ensure no images are getting a background (color) */

img {
    background: none !important;
}
#MasterContainer,
#Container,
footer,
#Footer,
.subMenu,
#Body,
#BodyWrapper {
    background: none transparent !important;
}
li.footer-link:hover {
    box-shadow: 0 -2px 0 0 #fc0 inset;
    box-shadow: 0 -2px 0 0
    /*[[highlight2]]*/
    
    inset;
}
/* Change border color throughout site */

.divider-top,
.divider-bottom,
.divider-left,
.divider-right,
#UserAssetsPane,
#Footer .legal {
    border-color: #050505 !important;
}
.separator {
    background-color: transparent !important;
}
/* Modal popups (e.g. sell item) */

.unifiedModal,
.Message,
.ConfirmationModalFooter {
    color: white;
}
.simplemodal-data {
    background-color: #151515 !important;
}
.titleBar,
.ConfirmationModal .Title,
.modal-header {
    background-color: #151515 !important;
    color: white !important;
    padding-top: 6px !important;
}
.PurchaseModalBody,
.unifiedModalContent,
.GenericModalBody,
.modal-content {
    background-color: #303030 !important;
}
.simplemodal-container input.robux {
    width: 100px !important;
}
.modal-dialog button.close {
    background-color: #858585 !important;
}
/* Vertical global nav menu */

#header,
.header-links {
    background-color: black !important;
}
#header ul.nav.rbx-navbar li a:hover,
.logo:hover {
    box-shadow: 0 -2px 0 0 #fc0 inset !important;
}
#navigation {
    background-color: #353535 !important;
}
.mCSB_scrollTools {
    background-color: #353535 !important;
}
.mCSB_dragger_bar {
    background-color: #858585 !important;
}
li.user {
    margin-bottom: 3px !important;
}
.nav > li > a.menu-item {
    margin-right: 0 !important;
    border-right: 1px solid transparent !important;
}
.nav > li > a.menu-item:hover {
    border-right-color: #fc0 !important;
    border-right-color: /*[[highlight2]]*/  !important;
}
.rbx-highlight {
    background-color: #fc0 !important;
    background-color: /*[[highlight2]]*/ !important;
    box-shadow: rgba(0, 0, 0, 240) 1px 1px 4px;
    color: #202020 !important;
}
.navigation-container li:hover a {
    background-color: #404040 !important;
}
.user .username,
.header-links > a > div {
    color: white !important;
}
.rbx-divider {
    background-color: #fc0 !important;
    background-color: /*[[highlight2]]*/ !important;
}
.rbx-upgrade-now a,
.membership-update-container > a {
    background-color: #303030 !important;
    border: none !important;
}
.rbx-upgrade-now a:hover,
.membership-update-container > a:hover {
    background-color: #404040 !important;
}
.content .page-content .rbx-tab-content .settings-social-networks-container .form-group p .membership-name,
.content .page-content .rbx-tab-content .settings-privacy-container .form-group p .membership-name,
.content .page-content .rbx-tab-content .settings-billing-container .form-group p .membership-name {
    color: gold;
}
/* ---- GAME/PLACE/ITEM PAGE STYLING/LAYOUT CHANGES -------- */

.BuyPriceBox {
    background-color: #131313 !important;
    border-color: #181818 !important;
}
.item {
    border-color: #050505 !important;
}
.AlternatingBadgeRow {
    background-color: #151515 !important;
}
.ajax__tab_body .ajax__tab_panel {
    background-color: #101010 !important;
}

.content-overflow-toggle .toggle-content {
    color: #fc0;
    color: /*[[highlight2]]*/;
    background-color: #202020;
}
.content-overflow-toggle:after {
    background: transparent;
    background: linear-gradient(to right, rgba(32,32,32,0) 0%, rgba(32,32,32,1) 12%);
    content: "...";
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 85px;
}

/* Comments appearance changes */

.AjaxCommentsContainer,
div.comments-container {
    width: 100% !important;
    overflow: hidden;
}
.comments-container .list-item {
    border-top: none !important;
}
.comment-content {
    border-top: 1px dashed #606060 !important;
}
.comment-body {
    border-bottom: 1px solid #050505 !important;
}
textarea.rbx-comment-input {
    resize: vertical !important;
    max-height: 300px;
}
.CommentText,
.CommentText > .Buttons,
.PostContainer .Post,
.PostContainer .PostBottom {
    background: none transparent !important;
}
.SelectedYouTubeGalleryIcon {
    border: 1px solid #fc0 !important;
    border: 1px solid
    /*[[highlight2]]*/
    
    !important;
}
.rbx-pager-prev > a,
.rbx-pager-next > a {
    background-color: #777 !important;
    border-color: black !important;
}
.rbx-pager-prev > a:hover,
.rbx-pager-next > a:hover {
    background-color: #454545 !important;
    border-color: #fc0 !important;
    border-color: /*[[highlight2]]*/ !important;
}

/* Remove ads from the loading place screen for NBC users */
#videoPrerollPanel {
    background-color: #151515 !important;
    height: auto !important;
    border: 1px solid white !important;
}
#videoPrerollPanel * {
    color: white !important;
}
#videoPrerollLoadingDiv {...

Reviews

No reviews yet.