Poste dein STRG-V - Druckversion +- Bronies.de (https://www.bronies.de) +-- Forum: Off-Topic (https://www.bronies.de/forumdisplay.php?fid=11) +--- Forum: Forenspielchen (https://www.bronies.de/forumdisplay.php?fid=16) +--- Thema: Poste dein STRG-V (/showthread.php?tid=3033) Seiten:
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
|
RE: Poste dein STRG-V - Rapti - 08.04.2015, 15:04 $("#content > div:first").css("background", "red"); RE: Poste dein STRG-V - Flare Fire FX - 08.04.2015, 15:18 http://img-9gag-ftw.9cache.com/photo/aKPWqE3_460sv.mp4 RE: Poste dein STRG-V - FlaK - 08.04.2015, 15:20 NU-Hardtsyle RE: Poste dein STRG-V - Rapti - 08.04.2015, 15:28 href.match(/^(https?:\/\/(www\.)?bronies\.de/) && !href.match("/^[^\/]*:/") RE: Poste dein STRG-V - Noizogeddon - 08.04.2015, 15:32 Your knife my back, my gun your head RE: Poste dein STRG-V - Piet.Lu - 08.04.2015, 15:33 (08.04.2015)Rapti schrieb: href.match(/^(https?:\/\/(www\.)?bronies\.de/) && !href.match("/^[^\/]*:/") lang lebe König Regex b2t: http://41.media.tumblr.com/89f508ed31aa6153a387653b25d98589/tumblr_n5u6ibBKWj1tubczoo1_400.jpg RE: Poste dein STRG-V - Rapti - 08.04.2015, 15:53 $(document).click(function(e) { if(!$(e.target).is("a, a *")) return; var a = $(e.target); if(!a.is("a")) a = a.parents("a").first(); var href = a.attr("href"); console.log(href); console.log(href.match(/^(https?:\/\/(www\.)?bronies\.de/) && !href.match(/^[^\/]*:/)); //if(href.match(/^(https?:\/\/(www\.)?bronies\.de/) && !href.match("/^[^\/]*:/")) return; e.preventDefault(); }); (08.04.2015)Piet.Lu schrieb: lang lebe König RegexRegEx sind der Hammer. RE: Poste dein STRG-V - Dominik - 08.04.2015, 17:46 RE: Poste dein STRG-V - FlaK - 08.04.2015, 19:20 Technisch / handwerklich begabt. RE: Poste dein STRG-V - Laser Gurke - 08.04.2015, 19:29 Heyho ^^ ihr Geschmack der handy wahl scheint ziehmlich ausgefallen... Ich würde wohl gegen mein Amazon Fire Phone tauschen, das übrigens die gleichen Daten wie ihr handy Hat: Lte Fähig, snapdragon 800 Cpu mit 4x 2,2 GHz und 2GB Ram mit 32 GB internen Speicher... dazu kommt das auf Android basierte Betriebssystem FireOS, das mich wirklich begeistert sowie die ganzen ,,motion“ Spielereien... ich würde mich nur schwer trennen können, aber da die Handys sich nur vom Display (4,7zoll 1280x720)und Futures unterscheiden, ist das kein Problem...hoffe ich... Sim ist auch mi Man kann alle Apps installieren, ich zeige ihnen dann auch gerne wie es geht und die brauchbarsten sind sowieso im Amazon App Shop... RE: Poste dein STRG-V - Labra - 08.04.2015, 19:32 19:27 - Labra: Ich weiß nicht, ob ich weinen oder lachen soll. Egal was du nimmst, nimm weniger davon. RE: Poste dein STRG-V - Root - 08.04.2015, 22:27 _ _ _ _ RE: Poste dein STRG-V - Deexistenz - 08.04.2015, 22:52 [*spacer2]╠═════════════════════╣ RE: Poste dein STRG-V - Laser Gurke - 08.04.2015, 22:55 * { border-radius: 0px !important; border-width: 0 !important; text-shadow: none !important; } button, input.button, input[type="submit"], select, fieldset, .postbit_buttons > a, a.button, a[class^="pagination"], .go_page, .big_button { background: #2D2D30 !important; color: rgb(78, 201, 176) !important; border-width: 0px !important; padding: 5px 7px !important; } button:hover, button:focus, input.button:hover, input.button:focus, input[type="submit"]:hover, input[type="submit"]:focus, .postbit_buttons > a:hover, .postbit_buttons > a:focus, a.button:hover, a.button:focus, a[class^="pagination"]:hover, a[class^="pagination"]:focus, .go_page:hover, .go_page:focus, .big_button:hover, .big_button:focus { background: #1e1e1e !important; } form[action$="search.php"] > input.button { height: auto !important; padding: 4px !important; } .smileyList > img, #smiley-sidebar img { transition: 0ms; opacity: 0.5; } .smileyList > img:hover, #smiley-sidebar img:hover { opacity: 1 !important; } body { background: #0F0F0F !important; } #header { background-color: rgb(78, 201, 176); } #logo, #logo a { background: transparent; color: rgba(0, 0, 0, 0.5) !important; } #menu { background: rgba(0, 0, 0, 0.5); } #smiley-sidebar { color: rgba(255,255,255,0.6) !important; background: #3F3F46 !important; background: rgba(224, 224, 255, 0.23) !important; } #container, #smiley-sidebar:hover, body > .navigation { background: rgba(224, 224, 255, 0.23) !important; color: white !important; border: none; } .logo ~ #container { /*Desktop*/ width: calc(100% - 50px) !important; max-width: 1000px !important; } .navigation ~ #container { /*Mobile*/ padding: 0px; } .navigation, .navigation .active, #copyright { color: white !important; } a { color: rgb(78, 201, 176) !important; } .pagination { background: none; border: none; } .pagination a.pagination_current { color: white !important; } .pagination span.pagination_current { background: #333337; border: none; color: white !important; } .go_page { position: relative; } .go_page img { opacity: 0 !important; } .logo ~ #container .go_page:before { /*Desktop only*/ content: ""; position: absolute; top: 5px; left: 7px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 6px solid rgb(78, 201, 176); margin: 5px 1px; } .drop_go_page { padding-left: 7px; } .drop_go_page[style*="display: block;"] + .go_page:before { border-top-color: white; } .navigation > img { border-left: 7px transparent; border-right: 7px transparent; border-top: 6px rgb(78, 201, 176); } table { color: white !important; border-spacing: 0px !important; } table[id^="post_"] { margin: 0px !important; } .tborder, .trow1, .trow2, .trow3, div.post_content, .post_manage { background: #1E1E1E !important; color: white !important; } .pollbar { background: white !important; } .forumbit_depth2_forum_description { background: transparent !important; border: none !important; } tr[class*="new"] > td { background: rgba(78, 201, 176, 0.1) !important; } tr[class*="dot"][class*="new"] > td { background: rgba(78, 201, 176, 0.2) !important; } .highlight { background: rgb(78, 201, 176) !important; color: #2D2D30 !important; } .tcat, .tfoot, .trow_sep, .post_author { background: #333337 !important; color: white !important; } .thead { background: #2D2D30 !important; color: white; } [class*="postbit_"] span, .new_reply_button span, .new_thread_button span, .closed_button span { background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/buttons_sprite.png") !important; } .postbit_totop span { background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/jump_up.png) !important; position: relative; top: 2px; } .welcomeblock_bar1, .welcomeblock_bar2, #panel, .bottommenu, #newsmessagebar { background: #333337 !important; border: none !important; padding: 3px !important; color: white !important; box-sizing: border-box; } #panel, .bottommenu { padding: 8px !important; } .spoiler_header, .spoiler_body, blockquote, .codeblock, cite { background: #2D2D30 !important; color: white !important; border-color: #1E1E1E !important; border-width: 2px !important; padding: 8px !important; } .logo ~ #container cite { /*Desktop only*/ padding: 0px !important; } .post_body > div > .spoiler_header, .signature > div > .spoiler_header, .post_body > div > .spoiler_body, .signature > div > .spoiler_body, .post_body > blockquote, .signature > blockquote, .post_body > .codeblock, .signature > .codeblock { border-width: 2px 0 !important; } .spoiler_header:hover { background: #3F3F46 !important; } hr { background: white !important; } #quickreply_multiquote { color: white !important; background: #282828 !important; border-width: 0px !important; margin: 0px !important; } #message, #quickreply_multiquote, #quickreply_e div[style="width: 95%"], textarea[id^="quickedit_"] { box-sizing: border-box !important; width: 100% !important; } textarea, input[type="text"], .textbox, .select2-container, .select2-choices, .sceditor-container textarea { border-color: #282828 !important; border-width: 3px !important; border-style: solid; background-color: #0F0F0F !important; color: white !important; padding: 3px 7px; } .select2-input, .select2-container-multi .select2-choices .select2-search-field input.select2-active { border: none !important; background-color: #0F0F0F !important; } .select2-choice, .select2-arrow { background: #2D2D30 !important; color: white !important; border-width: 0px !important; box-shadow: none !important; padding: 4px !important; padding-left: 9px !important; } .select2-search-choice { background: #2D2D30 !important; color: white !important; border-width: 0px !important; box-shadow: none !important; padding: 7px !important; padding-left: 19px !important; } .select2-search-choice-close { top: 8px !important; left: 5px !important; } .select2-search-field { margin-top: 3px !important; margin-left: 3px !important; } .select2-drop { margin-top: 0px !important; } .select2-drop, .select2-no-results, .select2-searching { color: white !important; background: #282828 !important; border-width: 0px !important; } .select2-results { padding: 0px !important; margin: 0px !important; } .select2-highlighted { background: #3F3F46 !important; } a:hover { opacity: 0.7 !important; } .usercp_container { border: none !important; } .usercp_container > img { width: 150px !important; height: 150px !important; } .popup_menu { background: #2D2D30 !important; border: none !important; } .popup_item_container { margin: 0px !important; } .popup_item { background: #2D2D30 !important; padding: 5px !important; } .popup_item:hover { background: #1e1e1e !important; } .sceditor-container, .sceditor-toolbar, .sceditor-group { background: #2D2D30 !important; border: none !important; } .sceditor-container iframe { background-color: #282828 !important; } body .sceditor-container.wysiwygMode > iframe > body *{ color: white !important; } .sceditor-dropdown, .sceditor-button { background: #333337 !important; border: none !important; color: white !important; } .sceditor-button:hover { background: #3F3F46 !important; } .sceditor-dropdown label { color: white !important; } .sceditor-button div {background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/famfamfam.png") !important;} .sceditor-button-video div {background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/video.png") !important;} .sceditor-button-soundcloud div {background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/soundcloud.png") !important;} .sceditor-button-mixcloud div {background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/mixcloud.png") !important;} .sceditor-button-spoiler div {background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/spoiler.png") !important;} .sceditor-button-php div {background-image: url("http://files.raptilic.us/themes/darkbroniesde/images/php.png") !important; } .posticons_label img { opacity: 0.5; } img[src^="images/icons/"], .stars > img { width: 0; height: 0; padding: 8px; } td:nth-child(2n) .posticons_label input { display: none; } .posticons_label:hover img, .posticons_label input:checked + img { opacity: 1; } img[src="images/icons/wink.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/wink.png);} img[src="images/icons/video.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/video.png);} img[src="images/icons/tongue.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/tongue.png);} img[src="images/icons/thumbsup.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/thumbsup.png);} img[src="images/icons/thumbsdown.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/thumbsdown.png);} img[src="images/icons/star.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/star.png);} img[src="images/star.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/star.png);} img[src="images/icons/smile.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/smile.png);} img[src="images/icons/shocked.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/shocked.png);} img[src="images/icons/sad.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/sad.png);} img[src="images/icons/rainbow.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/rainbow.png);} img[src="images/icons/question.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/question.png);} img[src="images/icons/photo.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/photo.png);} img[src="images/icons/music.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/music.png);} img[src="images/icons/lightbulb.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/lightbulb.png);} img[src="images/icons/information.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/information.png);} img[src="images/icons/heart.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/heart.png);} img[src="images/icons/exclamation.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/exclamation.png);} img[src="images/icons/bug.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/bug.png);} img[src="images/icons/brick.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/brick.png);} img[src="images/icons/biggrin.gif"] {background: url(http://files.raptilic.us/themes/darkbroniesde/images/icons/biggrin.png);} .thread_status { background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/folders_sprite.png) !important; } a[href*="showthread.php"][href*="action=newpost"] > img { width: 0; height: 0; padding: 8px; } .lastpost > a > img { /*Mobile only*/ padding: 0px 8px !important;; } .quick_jump, a[href*="showthread.php"][href*="action=newpost"] > img { background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/jump.png); } img[src*="stufe"][src$=".png"] { width: 0px; height: 0px; padding-bottom: 30px; margin: 5px 0px; } img[src$="stufe01.png"], img[src$="stufe02.png"], img[src$="stufe03.png"], img[src$="stufe04.png"], img[src$="stufe05.png"], img[src$="stufe06.png"] {padding-right: 16px;} img[src$="stufe01.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe01.png);} img[src$="stufe02.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe02.png);} img[src$="stufe03.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe03.png);} img[src$="stufe04.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe04.png);} img[src$="stufe05.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe05.png);} img[src$="stufe06.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe06.png);} img[src$="stufe07.png"], img[src$="stufe08.png"], img[src$="stufe09.png"], img[src$="stufe10.png"], img[src$="stufe11.png"], img[src$="stufe12.png"] {padding-right: 36px;} img[src$="stufe07.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe07.png);} img[src$="stufe08.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe08.png);} img[src$="stufe09.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe09.png);} img[src$="stufe10.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe10.png);} img[src$="stufe11.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe11.png);} img[src$="stufe12.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe12.png);} img[src$="stufe13.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe13.png); padding-right: 57px;} img[src$="stufe14.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe14.png); padding-right: 75px;} img[src$="stufe15.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe15.png); padding-right: 93px;} img[src$="stufe16.png"] {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/rank/stufe16.png); padding-right: 114px;} .usercp_navigation { /*Mobile only*/ background: rgb(78, 201, 176); } div.usercp_nav_item { background: rgba(0, 0, 0, 0.5); } .usercp_nav_home {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/home.png) !important;} .usercp_nav_composepm {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/composepm.png) !important;} .usercp_nav_pmfolder {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/pmfolder.png) !important;} .usercp_nav_sub_pmfolder {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/sub_pmfolder.png) !important;} .usercp_nav_trash_pmfolder {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/trash_pmfolder.png) !important;} .usercp_nav_pmtracking {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/pmtracking.png) !important;} .usercp_nav_pmfolders {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/editfolders.png) !important;} .usercp_nav_profile {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/profile.png) !important;} .usercp_nav_password {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/password.png) !important;} .usercp_nav_email {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/email.png) !important;} .usercp_nav_avatar {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/avatar.png) !important;} .usercp_nav_editsig {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/editsig.png) !important;} .usercp_nav_options {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/options.png) !important;} .usercp_nav_usergroups {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/usergroups.png) !important;} .usercp_nav_editlists {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/editlists.png) !important;} .usercp_nav_attachments {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/attachments.png) !important;} .usercp_nav_drafts {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/drafts.png) !important;} .usercp_nav_subscriptions {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/subscriptions.png) !important;} .usercp_nav_fsubscriptions {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/fsubscriptions.png) !important;} .usercp_nav_socialsites {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/group_link.png) !important;} .usercp_nav_viewprofile {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/usercp/viewprofile.png) !important;} /*Desktop only*/ .float_left .thread_tools .printable {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/printable.png) !important;} .float_left .thread_tools .sendthread {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/send.png) !important;} .float_left .thread_tools .subscription_add {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/subscribe.png) !important;} .float_left .thread_tools .subscription_remove {background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/unsubscribe.png) !important;} /*Mobile only*/ #container > .thread_tools > .subscription_add > a {background: rgb(78, 201, 176) !important; color: #2D2D30 !important;} #container > .thread_tools > .subscription_remove > a {background: #2D2D30 !important; color: rgb(78, 201, 176) !important;} img[src*="gender_"][src$=".gif"] { width: 0px; height: 0px; padding: 0 0 16px 16px; position: relative; } img[src*="gender_Filly"][src$=".gif"] { background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/female.png); } img[src*="gender_Colt"][src$=".gif"] { background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/male.png); bottom: 4px; } img[src*="gender_Sonstiges"][src$=".gif"] { background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/undisclosed.png); bottom: 2px; } img.buddy_status[src$=".png"] { width: 0px; height: 0px; padding: 6px; border-radius: 8px !important; position: relative; bottom: 2px; } img.buddy_status[src$="offline.png"] { background-color: #5F5F74; } img.buddy_status[src$="online.png"] { background-color: rgb(78, 201, 176); } a[title="Abwesend"] { border-radius: 8px !important; overflow: hidden; position: relative; bottom: 0px; } img.buddy_status[src$="away.png"] { background-color: #5F5F74; } a[title="Abwesend"]:after { content:""; background-color: white; width: calc(100% - 6px); height: 2px; left: 0px; top: 3px; margin: 0px 3px; position: absolute; } div.error { background-color: #E83636 !important; border: none !important; } div.error > p > em { color: white !important; background-image: url(http://files.raptilic.us/themes/darkbroniesde/images/error.png) !important; } #pm_notice { background-color: rgb(78, 201, 176) !important; border: none !important; padding: 8px !important; color: #2D2D30 !important; } #pm_notice a { color: #2D2D30 !important; } #quickreply_spinner { display: none !important; } #quick_reply_form { position: relative; overflow: hidden; } #quick_reply_form:before { content: ""; position: absolute; left: 0px; top: -3px; width: calc(100% + 450px); height: 3px; border-width: 450px; border-color: rgb(78, 201, 176); border-style: none solid none; animation: marquee 1.5s linear infinite; box-sizing: border-box; } #quickreply_spinner[style*="display: block;"] ~ #quick_reply_form:before { top: 0px; transform: scaleX(1); } #smoothEnd, .barSegment { background: rgb(78, 201, 176); } #submitButtonWrapper { color: rgb(78, 201, 176) !important; border-width: 0px !important; padding: 0px !important; position: relative; } #submitButtonWrapper > #quick_reply_submit { padding: 5px 7px !important; margin: 0px !important; } #submitButtonWrapper.waiting > #quick_reply_submit { padding-left: 27px !important; } #submitButtonWrapper.waiting:before { content: ""; display: inline-block; width: 13px; height: 13px; position: absolute; top: 0px; left: 6px; margin-right: 5px; border-radius: 100%; border-color: transparent rgb(78, 201, 176); border-width: 2px; border-style: solid; animation: spin linear infinite 3s; } @keyframes marquee { from {left: -450px;} to {left: calc(100% - 450px)} } @keyframes spin { from {transform: rotate(0deg);} to {transform: rotate(360deg);} } ::selection { background: rgb(78, 201, 176) !important; color: #2D2D30 !important; } ::-moz-selection { background: rgb(78, 201, 176) !important; color: #2D2D30 !important; } RE: Poste dein STRG-V - Deexistenz - 08.04.2015, 23:27 2Pac ft. Eminem, Notorious B.I.G., Game, 50 Cent - When We Ride [DJ Nabz Remix] RE: Poste dein STRG-V - WarPic - 09.04.2015, 01:32 http://www.amazon.de/L%C3%B6wenkind-Premium-Edition-Liont/dp/B00S773M7G/ref=cm_cr_pr_product_top Es ist nicht so wie es aussieht schaut am besten auf die Bewertung RE: Poste dein STRG-V - FlaK - 09.04.2015, 03:02 http://www.bahn.de/p/view/bahncard/ueberblick/sta-travel.shtml RE: Poste dein STRG-V - Dead Puffy - 09.04.2015, 20:32 https://www.youtube.com/watch?v=-q9oTL43FBc RE: Poste dein STRG-V - Noizogeddon - 09.04.2015, 20:39 The Deadfaced Dimension RE: Poste dein STRG-V - FlaK - 09.04.2015, 20:43 https://www.facebook.com/*i****e***** |