/* Custom CSS by cracked.to/Mastiff. */ /* - - - - - - - - - - GENERAL - - - - - - - - - - */ /* Applies the Arial font. You can find more fonts at: https://www.tutorialbrain.com/css_tutorial/css_font_family_list/ */ * { font-family: 'Arial'; } /* Removes sparkles from the Supreme rank. Don't use it on the Heaven usergroup, because it will make names unreadable. */ .supreme_rank { background-image: url(); } /* Removes sparkles from Reverser and Godlike ranks. */ .reverser_rank, .godlike_rank { background: url(); } /* Hides ad banners and removes the space they used to take. */ .responsive-banner, .post_image { visibility: hidden; margin-bottom: -100%; } /* Hides usertitles and removes some of the space they used to take. */ .post-usertitle { visibility: hidden; margin-bottom: -50px; } /* Adds smooth border effect to buttons. */ .button { border-radius: 25px !important; } /* Smoothens the angles of notifications, private messages and the profile's drop down menus. */ .drop-menu-inner, .drop-nav, .alerts-drop-menu * { border-radius: 15px 15px 0px 0px !Important; } /* Adds a gold border to the Credits counter on the index. */ .credits { border: 1px solid #9E8553; } /* - - - - - - - - - - ONLINE USERS LIST - - - - - - - - - - */ /* Removes the online users list. */ #boardstats_e { visibility: hidden; position: absolute; } /* Removes the button to expand the online users list. */ #boardstats_img.expander { visibility: hidden; } /* - - - - - - - - - - FORUM STRUCTURE - - - - - - - - - - */ /* .thead CSS, comment it out to understand which parts of the site are affected. */ .thead { border-radius: 15px 15px 0px 0px; border-bottom-width: 3px; border-bottom-color: #FFF; background: linear-gradient(to right, #1B1B1B, #202020); } /* .tborder CSS, comment it out to understand which parts of the site are affected. */ .tborder { border: 1px solid #333333; border-radius: 15px 15px 15px 15px; } /* Forum tabs spacing, lower margin-left if additional tabs get added and they break the alignment. */ .ftab { margin-top: 10px; margin-left: 3%; margin-bottom: 20px; border: 1px solid #333333; } /* - - - - - - - - - - SHOUTBOX - - - - - - - - - - */ /* Adds a smoothed border to the shoutbox. */ #shoutbox { border: 1px solid rgba(51, 51, 51, 15); border-radius: 15px; } /* Removes the huge Sellix previews from the Marketplace chat. */ .sellix_template { visibility: hidden; margin-bottom: -100%; } /* - - - - - - - - - - SUBFORUMS - - - - - - - - - - */ /* Removes the background image and description from inside a subforum. */ .fd-bg-inner, .fd-bg { visibility: hidden; } /* Because .fd-bg-inner and .fd-bg are removed, this saves some space. */ .users-browsing { margin-top: -50px; } /* Removes the Font Awesome's fa-caret-down icon from subforums, which doesn't work anyway. */ .fa-caret-down { visibility: hidden; } /* Removes the thread legend from the bottom of all subforums. */ .thread_legend { visibility: hidden; margin: -100%; } /* Smoothens the angles for "Important Threads" and "Normal Threads" in all subforums. */ .trow_sep { border-radius: 15px 15px 15px 15px; } /* Smoothens the angles for forumdisplay_filters in all subforums. */ .forumdisplay_filters { border-radius: 15px 15px 15px 15px !important; } /* - - - - - - - - - - USER PROFILES - - - - - - - - - - */ /* Makes the Likes counter bolder to match the other counters. */ .x-largetext { font-size: 20px; font-weight: bolder; } /* Adds a border to popup items, i.e. when you click the information icon below someone's likes.*/ .popup_item { border: 1px solid rgba(51, 51, 51, 15); border-radius: 5px 5px 5px 5px; } /* Sets the border for the menu where popup items appear. */ .tyl_menu_popup { border-radius: 5px 5px 5px 5px; } /* - - - - - - - - - - THREADS - - - - - - - - - - */ /* Adds a darker border to leak_rating_working. */ .leak_rating_working { border-radius: 5px 5px 5px 5px !Important; border: 1px solid #091C11; } /* Adds a darker border to leak_rating_notworking. */ .leak_rating_notworking { border-radius: 5px 5px 5px 5px !Important; border: 1px solid #756207; } /* Adds a darker border to leak_rating_infected. */ .leak_rating_infected { border-radius: 5px 5px 5px 5px !Important; border: 1px solid #331512; } /* Adds a green border to Like buttons. */ .add_tyl_button { border: 1px solid #1B790D !Important; } /* Adds a grey border to Quote blocks.*/ .mycode_quote { border-radius: 15px 15px 15px 15px !Important; border: 1px solid #AAAAAA; } /* Adds a grey border to Spoiler blocks.*/ .spoiler { border-radius: 15px 15px 15px 15px !Important; border: 1px solid #333333; } /* Adds a grey border to Code blocks.*/ .codeblock { border-radius: 15px 15px 15px 15px !Important; border: 1px solid #4C4C4C; } /* Adds a red border to Hidden Content blocks. */ .hidden-content { border-radius: 15px 15px 15px 15px !Important; border: 1px solid #DD4030; }