-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbonk-ubert-2.css
231 lines (197 loc) · 10.2 KB
/
bonk-ubert-2.css
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
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
@import url("https://bonkmaykrq.github.io/gbubers/snippets/oldalertsdark.css");
{ /*Anything pixel art related goes here*/
image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
image-rendering: pixelated; /* Chrome */
image-rendering: optimize-contrast; /* CSS3 Proposed */
-ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}
:root{
--SecondaryNavBackgroundColor: #000636;
--PrimaryNavBottomBorder: #5367ff;
--PrimaryNavBackgroundColor:#000b5e;
--InputFieldColorPrimary:#000b5e;
--InputFieldColorPrimaryHover:#000636;
--InputValueColor:#ffffff;
--NavPaneBackgroundColor:#000b5e;
--uhhhhhhhhh:linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,175,0,1) 13%, rgba(255,252,0,1) 22%, rgba(0,255,11,1) 35%, rgba(0,232,255,1) 50%, rgba(29,0,255,1) 68%, rgba(255,0,241,1) 86%, rgba(255,0,0,1) 100%);
--bruh:linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(255,175,0,1) 7%, rgba(255,252,0,1) 14%, rgba(0,255,11,1) 21%, rgba(0,232,255,1) 28%, rgba(29,0,255,1) 35%, rgba(255,0,241,1) 42%, rgba(255,0,0,1) 48%, rgba(255,175,0,1) 55%, rgba(255,252,0,1) 62%, rgba(0,255,11,1) 69%, rgba(0,232,255,1) 76%, rgba(29,0,255,1) 83%, rgba(255,0,241,1) 90%);
}
.Avatar, .Avatar img{border-radius:50px;box-shadow: 0 0 0 0.125em rgba(0,0,0,0.75);}
.Avatar.Offline{
opacity:0.5;
}
.Avatar.Online{
opacity:1;
}
.Avatar.IsRipeSupporter{
border-radius: 50px !important;
}
.Avatar.Online:after{display:none !important;}
.Identity .Avatar, .Identity .Avatar img,
#IdentityModule .Content a,
#IdentityModule .Content a img{
border-radius:0px !important;
opacity:1 !important;
/*Revert previous changes on certain elements*/
}
h1#PageTitle{
background:var(--uhhhhhhhhh);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family:Sans-serif;
}
h2#PageDescription{
background:var(--bruh);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
input[type=text], input[type=password], input[type=password], input[type=number], input[type=email], input[type=num], input[type=tel], select, .SelectLike, option, .OptionLike, optgroup, textarea, .TextareaLike{
background:var(--InputFieldColorPrimary);
color:var(--InputValueColor);
}
input[type=text]:hover, input[type=password]:hover, input[type=password]:hover, input[type=number]:hover, input[type=email]:hover, input[type=num]:hover, input[type=tel]:hover, select:hover, .SelectLike:hover, option:hover, .OptionLike:hover, optgroup:hover, textarea:hover, .TextareaLike:hover{
background:var(--InputFieldColorPrimaryHover);
}
input[type=text]:focus, input[type=password]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus, input[type=num]:focus, input[type=tel]:focus, select:focus, .SelectLike:focus, option:focus, .OptionLike:focus, optgroup:focus, textarea:focus, .TextareaLike:focus{
background:var(--InputFieldColorPrimaryHover);
}
div.Content{
background: var(--PrimaryNavBackgroundColor);
border: solid 1px teal;
border-image-source:url(https://files.gamebanana.com/bitpit/blueborder.png);
border-image-slice: 10.667;
border-image-width:8;
}
overlay#Headline{
background: url(https://files.gamebanana.com/bitpit/unnamed_2_.jpg);
background-attachment:scroll;
}
div#ContentGrid{
background:url(https://files.gamebanana.com/bitpit/1488185336075-1.png);
background-repeat:repeat repeat;
background-size:50%;
background-attachment:fixed;
}
#MainContentHeader, body.site-gamebanana,
#SubNavigator ul li ul{
background:url(https://files.gamebanana.com/bitpit/pixel-art-series-3-homage-to-window.png);
}
#SubNavigator ul li{
background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 42%, rgba(0,0,0,0) 100%);
}
#SubNavigator ul li.ActiveEntry, #SubNavigator ul li.sfHover, #SubNavigator ul li:hover{
background:linear-gradient(0deg, rgba(68,0,0,1) 0%, rgba(79,0,0,1) 42%, rgba(0,0,0,0) 100%) !important;
}
#ContentGrid module h1, #ContentGrid module h2, #ContentGrid module h3, #ContentGrid module h4{
text-shadow:0px 0px 10px black, 0px 0px 10px black, 0px 0px 10px black;
}
p.Description{
text-shadow:0px 0px 2px black, 0px 0px 2px black;
color:white !important;
}
button.IconButton, button.IconOnlyButton{
background: url(https://files.gamebanana.com/bitpit/unnamed_2_.jpg);
text-shadow: 0 0 5px white;
border:1px solid #5367ff;
border-radius:0px;
transition-duration:0.4s;
}
button.IconButton:hover, button.IconOnlyButton:hover{
background: url(https://files.gamebanana.com/bitpit/unnamed_2_.jpg);
text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white;
/*border:3px solid deeppink;
margin-top:-2px;
margin-left:-2px;*/
border-radius:10px;
transition-duration:0.18s;
}
select option{background-color: var(--PrimaryNavBottomBorder);}
/* 1995 1.1 */
li .Info .Name h4{
text-shadow:none !important;
}
/* v 1.3 */
::selection {
color: white !important;
background: #8c0000 !important;
}::-moz-selection {
color: white !important;
background: #8c0000 !important;
}
/* v 1.4 */
module#ResponsibilitiesModule div.Content dl li{
border:none;
box-shadow: none;
background:none;
margin-bottom: -8px;
}
/* v 1.5 */
:root{
--defaultCursor: url("https://files.gamebanana.com/bitpit/3dwarro.cur"),default !important;
--grabCursor: url("https://files.gamebanana.com/bitpit/hand_8765f.cur"),grab !important;
--grabbingCursor: url("https://files.gamebanana.com/bitpit/handwe.cur"),grabbing !important;
--helpCursor: url("https://files.gamebanana.com/bitpit/3dwno.cur"),help !important;
--pointerCursor: url("https://files.gamebanana.com/bitpit/harrow_a6fea.cur"),pointer !important;
--moveCursor: url('https://files.gamebanana.com/bitpit/3dwmove.cur'), move !important;
}
/* ***********CUSTOM CURSOR CODE BY RING-A-DING RAMPAGE*********** */
/* ******LIGHTLY ALTERED AND LIKELY BUTCHERED BY YELLOWJELLO****** */
body,.lg-outer #lg-dropdown-overlay
{
cursor : var(--defaultCursor);
}
.RichText .Spoiler,#MedalsModule li,.PostsListModule .Posts>li article .PostStamps:hover
{
cursor : var(--helpCursor);
}
.PostsListModule .Posts>li article .PostStamps li
{
background: #2A0C07;
}
.PostsListModule .Posts>li article .PostStamps li[data-_sCategory=positive]
{
color: #2BBF26;
border-color: #2BBF26;
}
spriteIcon.MiscIcon.ShowContentIcon, .SpriteIcon.MiscIcon.ShowContentIcon
{
width: 16px;
height: 14px;
background-position: -64px -256px;
}
a,.Linklike,button,.ButtonLike,input[type=range]::-webkit-slider-runnable-track,select,.SelectLike,.BeaconParent .Beacon,.ExpandableToggle,.PageModule>.RelatedLinksButton,.MainForm .InputsWrapper .OptionalInput>legend,fieldset#Userid .AdvancedElement_InputSuggestionsList li,.AdvancedListSettingsModule>.Content .OrderAndSortControls fieldset legend,.AdvancedElement_FloatingButtonTabs li,.AdvancedElement_InputSuggestionsList li,.AdvancedElement_Tabs li,.AdvancedElement_GraphicalSelect .OptionsWrapper .Options li,.AdvancedElement_Switch.List ul li,#MasterLog log .CloseButton,.Modal .CloseModal,.Editor .ViewModeSwitchers span,.Editor .WysiwygPalettes>h4,#PrimaryNav controls,#SecondaryNav controls,body[data-_sDeviceType=desktop][data-_sNavItemActivation=Click] #SecondaryNav module>icon:hover,body[data-_sDeviceType=desktop][data-_sNavItemActivation=Click] #SecondaryNav module>widget:hover,body[data-_sDeviceType=desktop][data-_sNavItemActivation=Click] #PrimaryNav module>icon:hover,body[data-_sDeviceType=desktop][data-_sNavItemActivation=Click] #PrimaryNav module>widget:hover,#HiddenColumnToggleButton,#AlertsNavModule pane .Controls .MarkAllAsSeen,#ActivityNavModule pane .Controls .MarkAllAsSeen,#AlertsNavModule pane .Broadcasts .Unseen .BroadcastStatusWrapper,#ActivityNavModule pane .Broadcasts .Unseen .BroadcastStatusWrapper,#GamesNavModule widget ul li,#BuddiesNavModule pane #BuddyChatInitiators li,.RichText .TableOfContents ul li,#FeaturesSliderModule .Slides .Slide,#FeaturesSliderModule .Slides .ExpandedSlide,#FeaturesSliderModule .Slides .Slide .Info .Name,#FeaturesSliderModule .Slides .ExpandedSlide .Info .Name,#SubmissionsListAdvancedListSettingsModule .RecentGames li,#SubmissionsListAdvancedListSettingsModule .SelectedGames li,#ThanksToggleModule .Content #ShowThanksOptionsToggle.ModalLauncher,#UpdatesModule .ToggleContentButton,.lg-actions .lg-next,.lg-actions .lg-prev,.lg-toolbar .lg-icon,.lg-outer .lg-thumb-item,.lg-outer .lg-toogle-thumb,.lg-outer .lg-video .lg-video-play,.lg-outer .lg-pager-cont
{
cursor : var(--pointerCursor);
}
/* ***********END CUSTOM CURSOR CODE*********** */
/* v 1.6 */
::-webkit-scrollbar-track {
background: var(--PrimaryNavBackgroundColor) !important;
}
::-webkit-scrollbar-thumb {
background: var(--SecondaryNavBackgroundColor) !important;
border-radius:0px !important;
}
::-webkit-scrollbar-thumb:hover {
background: var(--PrimaryNavBottomBorder) !important;
}
/* i stopped tracking version numbers here. *
* refer to github repo for version history */
div.PostReplies module div.Content ul.Posts li.Post{
padding:5px;
}