-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDarkRedTheme.css
327 lines (293 loc) · 6.06 KB
/
DarkRedTheme.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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
/**
* Neopets Format Red
* created by sophie (https://www.neopets.com/userlookup.phtml?user=fujophie)
*
* ask before copying (if I don't respond in a week, feel free)
* will sell a color shifted blue and green if interested for NC items
*
* I have over 500 free characters for the text of my profile
* after putting this through https://www.toptal.com/developers/cssminifier,
* and allowing Neopets to reformat it.
**/
TD {
font-family: "Courier New", Courier, monospace, serif !important;
}
body, #main {
width: 100%;
border: 0px;
background: #080000;
}
.randomEvent {
border-radius: 16px;
overflow: hidden;
color: black;
}
/* This is for scrolling the neopets */
.bx-wrapper {
margin-left: auto;
margin-right: auto;
max-width: 575px !important;
}
.bx-viewport {
height: 272px !important;
}
.bx-controls {
display: none;
}
/* Hide the footer */
#layer2 + div, #footer {
display: none;
}
/** HEADER **/
ul.dropdown {
border: 1px solid #611;
background: #FAA;
border-radius: 1px;
font-size: 9pt !important;
}
#header {
position: fixed;
/* since we cut the arrows that have index of 9999, we can reduce this number to marginally save on characters */
z-index: 1;
background: transparent;
}
/** Neopets Logo **/
#header > table >tbody>tr>td>a>img {
position: fixed;
top: 6px;
left: 12px;
background: url("http://i.imgur.com/hvOZTsI.png");
height: 28px;
width: 28px;
/* since we cut the arrows that have index of 9999, we can reduce this number to marginally save on characters */
z-index: 2;
}
/** Ban **/
#ban {
background: transparent;
}
/** Navigation **/
#navigation {
position: fixed;
top: 0px;
left: 0px;
border-bottom: 1px solid #e88;
border-right: 1px solid #e88;
padding-left: 40px;
border-radius: 0 0 4px 0;
background: #fcc;
width: 725px !important;
}
/** User Header **/
.user {
position: fixed;
top: 0px;
right: 0px;
padding: 4px 12px 0 16px;
height: 20px !important;
border-bottom: 1px solid #e88;
border-left: 1px solid #e88;
border-radius: 0 0 0 4px;
background: #fcc;
/* since we cut the arrows that have index of 9999, we can reduce this number to marginally save on characters */
z-index: 2;
}
.user a, .user a:visited, .user a:link {
color: #d55;
}
.user a:hover {
color: #a55;
}
/* Time */
#navigation >table>tbody>tr>td+td {
position: fixed;
bottom: 0px;
right: 16px;
border-color: #e88;
border-style: solid;
border-width: 1px 1px 0 1px;
border-radius: 4px 4px 0 0;
padding: 4px;
background: #fcc;
font-size: 11px !important;
}
/** CONTENT **/
#content {
color: #fdd;
width: 100%;
margin-top: 60px;
}
.medText hr {
color: #422;
margin: 12px 0 12px 0;
}
.medText {
font-size: 14px;
}
/* Custom profile */
h1 {
color: #fee;
font-size: 36px;
}
p {
color: #eaa;
font-size: 16px;
}
/* Content Modules */
.contentModule {
border: 2px solid #300;
}
.contentModuleContent {
background: #100;
}
.contentModuleTable {
border: 2px solid #511;
}
.contentModule tr + tr {
color: #ebb;
}
.contentModuleHeaderAlt, .contentModuleHeader {
background: #200;
color: #fdd;
padding-left: 8px;
font-size: 16px;
}
.contentModuleContent b {
font-size: 15px;
color: #e88;
}
/* link */
.contentModule a, .contentModule a b {
color: #fdd;
font-size: 16px;
font-style: italic;
}
.contentModule a:hover, .contentModule a b:hover {
color: #fbb;
}
/* img */
.contentModuleContent img {
border-radius: 8px;
margin-bottom: 4px;
border: 2px solid #422;
}
.contentModuleContent a img {
border: 3px solid #422;
}
.contentModuleContent a img:hover {
border: 3px solid #544;
}
/* User info */
#userinfo, #usercollections, #usershop {
height: 343px !important;
}
#userinfo .medText > br+ table {
border-top: 1px solid #422 !important;
padding-top: 8px;
}
#userinfo .contentModuleContent, #usertrophies .contentModuleContent {
padding: 8px;
}
/* gender color */
#userinfo b+b {
color: #FF69B4 !important;
}
/* User shop */
#usershop img {
margin: 10px;
}
/* User Neopets */
#userneopets b {
font-size: 16px;
color: #fee;
}
#userneopets br + b {
font-size: 14px;
color: #e88;
}
#userneopets hr {
margin-top: -20px;
}
#userneopets a img {
border: 3px solid #211;
}
#userneopets a img:hover {
border: 3px solid #322;
}
/* NC Mall */
#ncmall >br {
display: none;
}
/* User Collections */
#usercollections tr + tr td {
background: #200;
color: #fdd;
font-size: 14px;
}
#usercollections .contentModuleHeaderAlt {
background: #100;
color: #ebb;
}
#usercollections a b, #usercollections b+ br + a + br + b {
display: inline;
}
#usercollections br + br + br + img + br + b + br + a + br + b, #usercollections a + br + b + b {
display: inline;
font-size: 15px;
}
#usercollections b {
display: none;
}
#usercollections td + td img {
display: none;
}
/* battledome image */
#usercollections td + td b+br+br+ img {
display: inherit;
margin-top: 24px;
}
#usercollections .contentModuleContent table {
margin-top: 10px;
}
#usercollections td + td {
overflow: hidden;
}
#usercollections td + td a img {
margin: -70px;
display: block;
}
#usercollections img {
margin-bottom: -10px;
border: 2px solid #522;
}
#usercollections a img {
margin-bottom: -10px;
border: 3px solid #522;
}
#usercollections a img:hover {
margin-bottom: -10px;
border: 3px solid #644;
}
#usercollections td + td a img + br + b {
display: block;
margin: 10px;
font-size: 0px;
}
#usercollections td + td br + br + br + img + br + b + br + a {
display: inline-block;
width: 80px;
overflow: hidden;
margin-top: -30px;
}
#usercollections td + td br + br + br + img + br + b + br + a b {
height: 76px;
background-image: url("https://i.imgur.com/KSNUKPN.png");
display: block;
border-radius: 8px;
font-size: 0;
border: 3px solid #422;
margin-bottom: 6px;
}
#usercollections td + td br + br + br + img + br + b + br + a b:hover {
border: 3px solid #533;
}