-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClean DU.styl
221 lines (174 loc) · 4.88 KB
/
Clean DU.styl
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
/* ==UserStyle==
@name Clean DU
@version 2025-02-13_1328
@namespace https://userstyles.world/user/egezenn
@description Clean utility websites, quickfixes for some stuff and theme consistency.
@author egezenn
@license MIT
@preprocessor stylus
@var checkbox force-dark-mode "force dark mode" 0
@var checkbox force-light-mode "force light mode" 0
@var checkbox obs-clutter-removal "clutter removal for obs login page. breaks announcements, use with caution" 0
==/UserStyle== */
/* ([^:])/ /.* */
i = !important
handle-mode()
if (force-dark-mode)
dark-style()
else if (force-light-mode)
light-style()
else
@media (prefers-color-scheme dark)
dark-style()
@media (prefers-color-scheme light)
light-style()
@-moz-document url-prefix("https://akademik.duzce.edu.tr")
/* util - akademik */
.orta-panel > img
.orta-panel > h3
.stats-container
.footer
display none i
.orta-panel
height 100px i
.img-container
border none i
a > .profil
.k-ad
.k-birim
.k-unvan
text-decoration none i
.k-ad
font-size 1.2rem i
.k-birim
font-size 1rem i
@-moz-document url-prefix("https://kablosuzerisim.duzce.edu.tr")
/* util - wireless network auth */
/* yoinked */
.portalButton
.formValue > input
width 100px i
height 100px i
scale 1 i
#regLoginTable
.formDiv
margin-top 15% i
scale 3 i
#copyright
color rgba(220, 220, 220, 1) i
#footerBar
background rgba(20, 20, 20, 1) i
#menubars
.topContent > p
#footer
iframe
.bottomContent > br
.submitMessageDiv
.requiredField
display none i
@-moz-document regexp("https?://duzce\\.edu\\.tr/sayfa/1B29/yemek-menusu")
/* proper alignment of table food menu */
.content-container > .xl-container > .content > table
width 100% i
.xl-container
margin 0 i
width 100% i
border none i
.content-container
margin 0 i
width 100% i
.content
padding 0 i
@-moz-document regexp("https://obs\\.duzce\\.edu\\.tr/[Aa]ccount/[Ll]ogin.*")
/* obs login */
.d-flex.flex-column.flex-lg-row-fluid.py-10
background-image none i
.d-flex.flex-column.flex-lg-row-fluid.py-10
padding 0 i
if (obs-clutter-removal)
/* this also disables announcements on the left ¯\_(ツ)_/¯ */
.d-flex.flex-column.flex-lg-row-auto.w-xl-400px.positon-xl-relative
.d-flex.flex-center.flex-wrap.fs-6.p-5.pb-0
.container
#myModal
.modal-backdrop
display none i
@-moz-document url-prefix("https://obs.duzce.edu.tr/student"), url-prefix("https://obs.duzce.edu.tr/transcript"), url-prefix("https://obs.duzce.edu.tr/message"), regexp("https://obs\\.duzce\\.edu\\.tr/[Aa]ccount/([Ee]dit)")
/* obs pages */
/* https://obs.duzce.edu.tr/student */
/* info about the student */
.dropdown-menu.scroller.active-dept
width 30vw i
.dropdown-menu.scroller.active-dept > li.selected-dept > a > .row > *
font-size 1.5rem i
/* no */
.img-circle
display none i
/* readable exam results */
#confirmationReport-list > .row > div > .portlet > .portlet-title > .caption > .caption-helper > span
font-size 1.5rem i
color #7090a6
#confirmationReport-list > .row > div > .portlet > .portlet-title > .caption > .caption-helper > span > b
color #3598DC
@-moz-document url-prefix("https://duzce.edu.tr")
/* homepage */
body
margin 0 i
.out-container
border 0px i
.head-bar.gb-lr
display none i
@-moz-document regexp("https?://duzce\\.edu\\.tr/?(.*)?"), url-prefix("https://haber.duzce.edu.tr/")
/* useless search filter inputs */
.search
display none i
@-moz-document url-prefix("https://akademik.duzce.edu.tr"), url-prefix("https://kablosuzerisim.duzce.edu.tr")
/* background replacement */
dark-style()
html
body
background black i
light-style()
html
body
background white i
handle-mode()
@-moz-document url-prefix("https://ogr.duzce.edu.tr")
/* student mail bg rm */
.cont
background-image none i
@-moz-document url-prefix("https://ebs.duzce.edu.tr/"), url-prefix("https://bbs.duzce.edu.tr/")
/* ebs bg rm */
body
background-image none i
@-moz-document regexp("https?://(.*\\.)?duzce\\.edu\\.tr/?(.*)?")
/* scrollbar(s) */
dark-style()
html
body
scrollbar-width thin i
scrollbar-color #33CCCC #2C2C2C i
/* for non-mozilla */
/* not tested, fingers crossed */
::-webkit-scrollbar
width 6px i
::-webkit-scrollbar-track
background #2C2C2C i
::-webkit-scrollbar-thumb
background #33CCCC i
::-webkit-scrollbar-thumb:hover
background #0FA6A6 i
light-style()
html
body
scrollbar-width thin i
scrollbar-color #33CCCC lightgray i
::-webkit-scrollbar
width 6px i
::-webkit-scrollbar-track
background lightgray i
::-webkit-scrollbar-thumb
background #33CCCC i
::-webkit-scrollbar-thumb:hover
background #0FA6A6 i
handle-mode()