-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDevForumCondensed.user.css
More file actions
232 lines (217 loc) · 16 KB
/
Copy pathDevForumCondensed.user.css
File metadata and controls
232 lines (217 loc) · 16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
/* ==UserStyle==
@name DevForum Condensed
@version v1.7
@namespace userstyles.world/user/ThatOneUnoriginal
@description Increases the width of topic posts, removes the margins and padding from multiple elements, and slightly changes the appearance.
@author ThatOneUnoriginal
@license MIT License
@preprocessor stylus
@var checkbox Config "❌ Disable Condensing of Elements" 0
@var select LogoType "🎨 Logo Type" ["Default", "Light", "RobloxLight", "Dark", "DarkAlt", "GreyAmber", "RobloxDark", "Pride"]
@var checkbox FixDarkMode "Change Dark Mode Colouring" 0
@var checkbox DevForumPlus "Make Combatiable With DevForum+" 0
@var checkbox FCust "Modify Font" 0
@var number FSize "🔠 Font Size" [17, 0, 30, 1, 'px']
@var number FWeight "🔠 Font Weight" [600, 300, 1000, 10]
@var text FType "Font Type" Source Sans 3
@var select FootType "❌ Footer" ["Default", "RemoveRecommended", "RemoveExternalLinks", "RemoveBoth"]
@var checkbox Slider "❌ Topic Slider" 0
@var checkbox SubCat "❌ Remove Sub Categories From List" 0
@var select CatInfo "❌ Category Information" ["Default", "RemoveDescriptions", "RemoveSubcatecorgyListings", "RemoveBoth"]
@var select CatTopInfo "❌ Category Topic Information" ["Default", "RemoveLatest", "RemoveTopics", "RemoveBoth"]
@var select TopInfo "❌ Topic Information" ["Default", "RemoveOriginalFrequentPosters", "RemoveRepliesViewsAndActivity", "RemoveBoth"]
@var select TopTag "❌ Topic Tags" ["Default", "RemoveNonSubcategoryTags", "RemoveCategoryTags", "RemoveBoth"]
@var checkbox Creator "❌ Remove Creator Topbar" 0
==/UserStyle== */
@-moz-document domain("devforum.roblox.com"){ @import url('https://fonts.cdnfonts.com/css/open-dyslexic'); @import url('https://fonts.googleapis.com/css?family=Source+Sans+3')
:root {--topic-body-width: 500000px;--d-max-width: 5110px; }
#reply-control{max-width: 99%;}
if FCust == 1{
body{font-size: FSize !important; font-weight: FWeight !important;
--font-family: FType !important, sans-serif !important;
--heading-font-family: FType, sans-serif !important;}}
if LogoType=="Light"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Big_LightMode.png?raw=true);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Small_LightMode.png?raw=true);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
if LogoType=="RobloxLight"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Big_RobloxLightt.png?raw=true);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small{display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Small_RobloxLight.png?raw=true) !important;width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
if LogoType=="GreyAmber"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;
box-sizing: border-box;background: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Big_GreyAmebr.png?raw=true);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small {display: block;-moz-box-sizing: border-box;
box-sizing: border-box;background-image: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Small_GreyAmebr.png?raw=true);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
if LogoType=="RobloxDark"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumsCondensed_Big_RobloxDark.png?raw=true);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Small_RobloxDark.png?raw=true);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
if LogoType=="Pride"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Big_Pride.png?raw=true);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://github.com/ThatOneUnoriginal/DevForum-Condensed/blob/main/Images/DevForumCondensed_Small_Pride.png?raw=true);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
if LogoType=="Dark"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background: url(https://i.imgur.com/RVSMHNq.png);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://i.imgur.com/zRrDyEU.png);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
if LogoType=="DarkAlt"{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://i.imgur.com/SnYF7hI.png);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;}
.logo-small {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://i.imgur.com/B7XqvNZ.png);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}
body{--topic-body-width-padding: 4px;}
if FCust = 1{body, h1, h2, h3, h4, h5, h6, span{font-family: FType !important;}}
if Config=="0"{
header{height: 4em !important;}
.MuiGrid-spacing-xs-1 > .MuiGrid-item{padding: 0px;}
.jss3{padding: 0px 24px;}
.MuiGrid-container{width: 100%;}
[class*="archetype-"]{--below-topic-margin: 0em;}
#topic-footer-buttons .pinned-button, #topic-footer-buttons .topic-notifications-button{margin: 0.4em 0em;}
#topic-footer-buttons .topic-footer-main-buttons button, #topic-footer-buttons .topic-footer-main-buttons details{margin-right: 0.3em;}
button, select{text-transform: lowercase;}
.topic-list .topic-list-data:first-of-type{padding-left: 0px}
.topic-list-item td:first-child, .topic-post{padding: 1px 0px;}
.category-list .featured-topic:first-of-type{margin-top: 0px;}
.category-list .featured-topic{margin: 0px 0 0;}
.category-list tbody .latest{padding: 0 0 0px 5px;}
.latest .featured-topic{padding-left: 0px;}
.category-list .subcategories .subcategory{margin-right: -0.3em;}
.category-list .subcategories{margin-top: 0em;}
.list-cell, .table-heading, .category-list td, .category-list th{padding: 0px 0px;}
.categories-list .category h3, .categories-list .category h4{margin-bottom: -0.7rem;}
.navigation-container{--nav-space: 0em;}
.category-breadcrumb>li{margin-right: 0.2em;}
.nav-pills>li{margin-right: 0.2em;}
.user-menu .quick-access-panel li a, .user-menu .quick-access-panel li .profile-tab-btn{margin: 0.2em 0em 0em 0em;}
div.menu-links-header .menu-links-row .glyphs{width: 25%;}
.topic-list .topic-list-data {padding: 0px 0px;}
.menu-panel .widget-link, .menu-panel .categories-link{padding: 0em 0em;}
.menu-panel li.category-link{padding: 0em 0em;}
.nav-pills>li>a, .nav-pills>li button{padding: 1px 5px;}
.top-sub-section li{padding:0px 3px; margin: 0px 0;}
.stats-section li{padding:0px 0px 0px 0; margin: 0 0px 0px 0;}
.stats-section li.linked-stat a{padding: 0px 0px 0px;}
.top-section, .top-sub-section{margin-bottom: 0px;}
.stats-title{margin-bottom: 0px;}
.top-categories-section table td, .top-categories-section table th{padding: 0.01em;}
.badge-card .badge-contents .badge-icon{margin-right: 0em;}
.badge-card{height: 6em}
.badge-card .badge-contents {min-height: 0em; padding: 0 0em;}
.badge-group-list{grid-gap: 0.2em; margin-bottom: 0em;}
.nav-stacked a{padding:0.1em;}
.user-content-wrapper{grid-template-columns: 0fr 1fr;}
.topic-list .num .badge-posts{padding: 0px 0px;}
.form-vertical .control-group{margin-bottom: 0em;}
.user-additional-controls{padding-top: 0px;}
.user-stream .item, .user-stream .user-stream-item{padding: 0em 0em;}
.user-stream .excerpt{margin: 0em 0 0 0;}
.user-stream .avatar-link{margin-right: 0.1em;}
.topic-list-main-link a.title, .topic-list .main-link a.title, .latest-topic-list-item .main-link a.title{padding: 0px 0;}
label{margin-bottom: 0px;}
.user-preferences .instructions{margin-bottom: 0px; margin-top: 0px;}
form{padding: 0 0 0px;}
.pref-auth-tokens .row{margin: 0px 0px;}
.pref-auth-tokens .auth-token-icon{margin-right: 5px;}
.controls-dropdown{margin-bottom: 0px;}
.form-vertical .controls:not(.controls-dropdown)+.controls{margin-top:0em;}
.user-preferences .tracking-controls{margin-top: 0px;}
.topic-map .map li{padding: 0px 2px;}
.topic-map{margin: 0px 0px var(--topic-body-width-padding)}
.post-links-container .post-links li:last-of-type{margin-bottom: 1em;}
.post-links-container ul li{margin-bottom: 0em;}
.post-links-container{margin-left: 0em;}
.post-menu-area{margin: -3px 0;}
#topic-title{margin-bottom: 0em;}
.timeline-container .topic-timeline .timeline-footer-controls{margin-top: 0em;}
.timeline-container .topic-timeline .timeline-scrollarea{margin-top:0.5em;}
.timeline-container .topic-timeline .timeline-scroller .back-button{margin-top: 0em;}
.timeline-container .topic-timeline .timeline-footer-controls .reply-to-post{margin-right: 0.3em;}
nav.post-controls .actions button.create{margin-left: -0.4em}
nav.post-controls .actions button{margin-left: -0.5em}
blockquote{margin-left:0; margin-right: 0; padding: 6px;}
.post-actions{margin-bottom: 10px;}
.topic-body{padding: 0 0 0 0;}
div.poll .results>li{padding: 0 0;}
div.poll .poll-title{padding: 0; margin-bottom: 0em;}
div.poll .poll-container{padding: 0.2em 0.2em;}
div.poll .poll-buttons{padding: 0.3em;}
div.poll .poll-info{vertical-align: top; padding: 0em 0;}
div.poll .poll-voters:not(:empty){min-height:0;margin-bottom:0;}
.topic-body .cooked{padding: 0;}
div.topic-avatar{padding: 0 0px 0px 0}
div.topic-avatar > div > div{display: none !important;}
p{margin-block-end: 0.5em; margin-block-start: 0.5em}
.user-menu .quick-access-panel{padding-top: 0em;}
.menu-panel{padding: 0em;}
.wrap{padding: 5px 10px}
h1, h2, h3, h4, h5, h6{margin-bottom: 0rem;}
div.menu-links-header .menu-links-row .glyphs button{padding: 0.4em;}
.embedded-posts .collapse-down, .embedded-posts .collapse-up{margin: 0px 0px 0px -20px;}
.badge-card .badge-contents .badge-info{padding: 0 0;}
.user-card .card-row:not(.first-row), .group-card .card-row:not(.first-row){margin-top: 0em;}
.user-card-metadata-outlet.accepted-answers{display: none;}
.user-card .card-content, .group-card .card-content{padding: 5px}
.user-main{margin-bottom: 0;}
.select-kit .select-kit-row{padding: 0.2em;}
aside.onebox{padding: 0em 0em 0.5em 1em;}
.topic-map .avatars, .topic-map .links, .topic-map .information{padding: 2px;}
.fixed-modal:not(.history-modal) .modal-body:not(.reorder-categories):not(.poll-ui-builder):not(.poll-breakdown){padding:0.3em}
.controls>.radio:first-child, .controls>.checkbox:first-child{padding-top: 2px}
.modal-footer{padding: 6px 0px 0px 5px}
.modal-header{padding: 4px 4px}
.badge-wrapper .badge-category .category-name{text-overflow: unset; overflow: visible;}
if LogoType != "Default"{
.topic-list .link-bottom-line .discourse-tags{padding-left: 3em;}
if FixDarkMode{
:root{--quaternary: var(--tertiary);--highlight-medium: #063648;--quaternary-low: #0b103a !important;}
if LogoType !=Default{
.logo-big, #site-logo:not(.logo-small) {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://i.imgur.com/SnYF7hI.png);width: 187px !important;height: 40px !important;padding-left: 487px;background-size: 487px 40px;
}}
.logo-small {display: block;-moz-box-sizing: border-box;box-sizing: border-box;background-image: url(https://i.imgur.com/B7XqvNZ.png);width: 40px !important;height: 40px !important;padding-left: 50px;background-size: 50px 40px;}}}
if FootType=="RemoveRecommended"{#suggested-topics{display:none;}}
if FootType=="RemoveExternalLinks"{#footer_rbx > div{display:none;}}
if FootType=="RemoveBoth"{#footer_rbx > div{display:none;}#suggested-topics{display:none;}}
td.main-link.clearfix.topic-list-data > a{display: none;}if Slider{.timeline-container{display:none;}#topic-progress{display:none;}}
if CatInfo=="RemoveDescriptions"{.categories-list .category h3, .categories-list .category h4{margin-bottom: 0.1em;}div.category-description{display: none;}}
if CatInfo=="RemoveSubcatecorgyListings"{div.subcategories{display:none;}}
if CatInfo=="RemoveBoth"{div.category-description{display: none;}div.subcategories{display:none;}}
if CatTopInfo=="RemoveLatest"{td.latest{display:none;}th.latest{display: none;}}
if CatTopInfo=="RemoveTopics"{td.topics{display: none;}th.topics{display: none;}}
if CatTopInfo=="RemoveBoth"{td.topics{display: none;}td.latest{display:none;}th.latest{display: none;}th.topics{display: none;}}
if TopInfo=="RemoveOriginalFrequentPosters"{.topic-list .topic-list-data.posters{display: none;}}
if TopInfo=="RemoveRepliesViewsAndActivity"{td.num.topic-list-data.age.activity{display:none;}
td.num.views.heatmap-high.topic-list-data{display: none;}
td.num.posts-map.posts.heatmap-high.topic-list-data{display: none;}
td.num.views.heatmap-med.topic-list-data{display: none;}
td.num.posts-map.posts.topic-list-data{display: none;}
th.posts.sortable.num.topic-list-data{display: none;}
th.views.sortable.num.topic-list-data{display: none;}
th.activity.sortable.num.topic-list-data{display: none;}
td.num.views.topic-list-data{display:none;}}
if TopInfo=="RemoveBoth"{
td.num.topic-list-data.age.activity{display:none; }
td.num.views.heatmap-high.topic-list-data{display: none;}
td.num.posts-map.posts.heatmap-high.topic-list-data{display: none;}
td.num.views.heatmap-med.topic-list-data{display: none;}
td.num.posts-map.posts.topic-list-data{display: none;}
th.posts.sortable.num.topic-list-data{display: none;}
th.views.sortable.num.topic-list-data{display: none;}
th.activity.sortable.num.topic-list-data{display: none;}
td.num.views.topic-list-data{display:none;}
.topic-list .topic-list-data.posters{display: none;}}
if TopTag=="RemoveNonSubcategoryTags"{td.main-link.clearfix.topic-list-data > div > div{display:none;}}
if TopTag=="RemoveCategoryTags"{td.main-link.clearfix.topic-list-data > div > a{display:none;}}
if TopTag=="RemoveBoth"{td.main-link.clearfix.topic-list-data > div > div{display:none;}
td.main-link.clearfix.topic-list-data > div > a{display:none;}}
if CatInfo=="RemoveBoth"{if CatTopInfo=="RemoveBoth"{.categories-list .category h3, .categories-list .category h4{margin-bottom: 0.15em;}}}
/*Does about the same thing as DevForum Plus Compatability Option*/
if DevForumPlus = 1{
.badge-card:hover{scale: 100% !important;}
.user-card .badge-section .user-badge:hover, .user-card .badge-section .more-user-badges a:hover{scale: 100% !important;margin-right:0px !important;margin-left:0px !important}
}}
.onebox.video-onebox, .video-container{
padding: 0 0 25.25% 0px;
width: 50%
}
.group-details-container{padding:5px;}
if Creator == 1{
#creator_hub_navigation_rbx{
display: none;
}
}}
@-moz-document url-prefix("https://devforum.roblox.com/c/"){if SubCat{table:nth-child(1){display:none;}}}