Jetzt kostenlos Anmelden!

Fujitsu Männlich

User wurde gesperrt

Beiträge: 92

Geschlecht: Männlich

PHPKIT Version: keine

1

Donnerstag, 3. April 2008, 23:01

Einbinden

Hallo zusammen,

an dieser Stelle möchte ich mich bei den jenigen bedanken die mir bisher geholfen haben! Selbstverständliche fasse ich die ganzen Informationen auf und versuche die stehts zu behalten!

Durch das erfragen kann ich lernen, demnach habe ich auch heute wieder eine Frage:

Ich fand dieses nette "Bullet Image Link Script " und möchte dieses nun in meinem Projekt als Standard einbauen!
http://www.dynamicdrive.com/dynamicindex5/bulletlink.htm

Ich möchte das so einbinden, so dass ich nicht jeden Link extra anpassen muss.

Das wäre demnach meine style.css Datei:

MySQL-Abfrage(n)

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
/*
  The Style8 for 4images gallery
  Created by: KW
*/


/* ------------------------------ Body All over --------------------------------------------
Here you can change the colors and the background for the page.
Hier kannst Du die Farben und den Hintergrund der Page ändern.
 */


body {
  background-color: #111111;
  background-image: url(../../page_images/bgband_orange.gif);
  background-repeat: repeat-x;
  position:absolute;
  left:0px;
  color: #FF820E;
  font-size: 10px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  SCROLLBAR-FACE-COLOR: #111111;
  SCROLLBAR-HIGHLIGHT-COLOR: #FF820E;
  SCROLLBAR-SHADOW-COLOR: #FF820E;
  SCROLLBAR-3DLIGHT-COLOR: #111111;
  SCROLLBAR-ARROW-COLOR: #;
  SCROLLBAR-TRACK-COLOR: #111111;
  SCROLLBAR-DARKSHADOW-COLOR: #111111;
}

/* ----- Page Size -- PageGröße ------*/

.page_size {
  width: 700px;
  height: 480px;
  border: 1px solid rgb(30,30,30);
}

/* ----- Textcolors,sizes of the tablesheads -- Schriftfarben,Größen der Tabellenköpfe ------*/

.menue_table {
  border: 1px solid rgb(0,0,0);
  color: #FF820E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.thumb_table {
  border: 1px solid rgb(34,34,34);
  background-color: #181818;
  color: #181818;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.thumb_table_2 {
  background-image: url(../../page_images/rauschen.gif);
  border: 1px solid rgb(34,34,34);
  background-color: #181818;
  color: #181818;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.all_other_tables {
  border: 1px solid rgb(34,34,34);
  background-color: #111111;
  color: #FF820E;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.head1 {
  border: 1px solid rgb(34,34,34);
  background-color: #181818;
  color: #FF820E;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------------------------------*/





/* -------------- Textcolor of the Site Name --- Schriftfarbe des Seitennamens --------------*/

.site_name {
  color: #FF820E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
}
/* ------------------------------------------------------------------------------------------*/





/* ------------------ Color of the search formfield --- Farbe der Suchform ------------------
Here you can change the color and the background for the searchform.
Hier kannst Du die Farben und den Hintergrund der Suchform ändern.
 */

.searchinput {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 110px;
}

.searchinput_button {
  border: 1px solid rgb(0,0,0);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 60px;
}
/* ------------------------------------------------------------------------------------------*/





/* ------------------ Color of the login formfield --- Farbe der Loginform ------------------
Here you can change the color and the background for the loginform.
Hier kannst Du die Farben und den Hintergrund der Loginform ändern.
 */

.logininput {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 110px;
}

.login_input_button {
  border: 1px solid rgb(0,0,0);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 70px;
}
/* ------------------------------------------------------------------------------------------*/






/* -- Colors of the comment and ecard formfield --- Farben der Kommentar und eCard Formfelder ----
Here you can change the color and the background for the comment nad ecard formfields.
Hier kannst Du die Farben und den Hintergrund der Kommentar und eCard Formfelder ändern.
 */

.ecard_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 110px;
}

.ecard_input_big {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/form_big_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 300px;
}


.ecard_input_button {
  border: 1px solid rgb(0,0,0);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 70px;
}
/* ------------------------------------------------------------------------------------------*/




/* -- Colors of the PM formfield --- Farben der PM Formfelder ----
Here you can change the color and the background for the comment nad ecard formfields.
Hier kannst Du die Farben und den Hintergrund der Kommentar und eCard Formfelder ändern.
 */

.comment_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 110px;
}

.comment_button {
  border: 1px solid rgb(0,0,0);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 130px;
}

.comment_big_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/form_big_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 300px;
}
/* ------------------------------------------------------------------------------------------*/






/* ------------ Color of all other formfields --- Farbe aller anderen Formfelder --------------
Here you can change the color and the background for all other loginforms.
Hier kannst Du die Farben und den Hintergrund aller anderen Formfelder ändern.
 */

.all_other_input {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/login_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 110px;
}

.all_other_input_big {
  border: 1px solid rgb(0,0,0);
  background-image: url(../../page_images/form_orange.gif);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  WIDTH: 300px;
}

.all_other_button {
  border: 1px solid rgb(0,0,0);
  background-color: #FF820E;
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
}
/* ------------------------------------------------------------------------------------------*/




/* All Links */
a:link	{ text-decoration: none; color : #FF820E; background-color: #;
}
a:active  { text-decoration: none; color : #FF820E; background-color: #;
}
a:visited { text-decoration: none; color : #FF820E; background-color: #;
}
a:hover   { text-decoration: overline; color : #ffffff; background-color: #; background-image: url(../../page_images/rauschen.gif);
}

hr {
  border: 1px solid rgb(30,30,30);
}

ul, li, p, td {
  color: #FF820E;
  font-background-color: #;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

.smalltext {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}

.site_stats {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 9px;
  font-weight: normal;
}

.user_online {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 9px;
  font-weight: normal;
}

.marktext {
  background-color: #3CE100;
  border: 1px solid rgb(0,136,0);
  color: #000000;
  height: 15;
}

.cp_link {
  background-color: #;
}

.new {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #FFFF00;
}

.textarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #FF820E;
  font-size: 11px;
  width: 230px;
}

.input {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 11px;
  width: 230px;
}

.select {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #FF820E;
  color: #000000;
  font-size: 11px;
}

.setperpageselect {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  background-color: #FF820E;
  font-size: 11px;
}

.categoryselect {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #FF820E;
  color: #000000;
  font-size: 11px;
}

.dropdownmarker {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  background-color: #FF820E;
  color: #000000;
  font-size: 11px;
}

.button {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  background-color: #FF820E;
  border: 1px solid rgb(0,0,0);
  color: #000000;
  font-size: 11px;
}

/*--Categories------------------------------------------------*/

.maincat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.subcat {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
}

/*--Images----------------------------------------------------*/
.imagerow1 {
}

.imagerow2 {
}

/*--Comments--------------------------------------------------*/

.commentspacerrow {
  background-color: #;
  color: #1A1A1A;
}

.commenttextarea {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 11px;
  width: 270px;
}

.commentinput {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 11px;
  width: 270px;
}
.msg0 {
background-color: #FFCECE;
color: #2F6B9D;
}
.msg1 {
background-color: #004000;
color: #2F6B9D;
}

.msg_good {
  background-color: #004000;
  font-weight: bold;
   border: 1px solid #5E6C80;
   padding: 3px 3px 3px 3px ;
   margin: 3px 0px 3px 0px ;
}

.msg_error {
  background-color: #800000;
  font-weight: bold;
   border: 1px solid #5E6C80;
   padding: 3px 3px 3px 3px ;
   margin: 3px 0px 3px 0px ;
}

.msg_plain {
  background-color: transparent;
  font-weight: bold;
   border: 1px solid #5E6C80;
   padding: 3px 3px 3px 3px ;
   margin: 3px 0px 3px 0px ;
}
/*--BBCode--------------------------------------------------*/
input.bbcbutton {
   background-color : #EFEFEF;
   color : #000000;
   font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.helpline {
  width: 300px;
  height: 30px;
  overflow: hidden;
   background-color: transparent;
   border-style: none;
   font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
   font-size : 10px;
   color: #666666;
}
div.quotehead {
   font-size: 11px;
   color: black;
   padding: 0px 24px 0px 24px ;
}
div.quoteblock {
   border: 1px solid #5E6C80;
   font-size: 10px;
   padding: 8px 8px 8px 8px ;
}
div.codehead {
   font-size: 11px;
   color: black;
   padding: 0px 24px 0px 24px ;
}
div.codeblock {
   border: 1px solid #5E6C80;
   font-family: Courier, 'Courier New', sans-serif;
   font-size: 10px;
   padding: 8px 8px 8px 8px ;
   background-color: #F5F5F5;
   white-space: pre;
}
<!-- Smilie Mod -->
.smilie {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none; cursor:hand;
}
<!-- End Smilie Mod -->
.voted {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 9px;
}
.thanks {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  color: #0f5475;
  font-size: 9px;
}
.static {
  color:#7C6843;
  font-size: 9px;
}


Ich bedanke mich in diesem Fall im Voraus!

Ps.: Headless und Co. wäre nicht schlecht einen "Spoiler" einzubauene, ist eine Art Klapptext extra fürs WBB3
  • Zum Seitenanfang
  • Zum Seitenende

Fujitsu Männlich

User wurde gesperrt

Beiträge: 92

Geschlecht: Männlich

PHPKIT Version: keine

2

Samstag, 5. April 2008, 03:14

Sorry,

aber kann da echt keiner von euch helfen? Ich weis ich bin ungeduldig, wäre aber echt lieb, wenn das irgendwie nur geht!
  • Zum Seitenanfang
  • Zum Seitenende

Master-B Männlich

Grafiker

Beiträge: 79

Geschlecht: Männlich

PHPKIT Version: 1.6.03

3

Samstag, 5. April 2008, 05:43

Du musst jeden Link, bei dem die Grafik angezeigt werden soll, händisch anpassen.
Es geht ja um diese Parameter:

Quellcode

1
class="ddbullet" rel="bulletimg1"

Wenn dir eine einfache CSS Lösung langt, kannst du, wie z.B. in Wordpress, mit CSS 2 fähigen Browsern, externe Links kennzeichnen.
Mehr aber auch nicht.

http://fkblog.de/webdesign/mit-css-externe-links-kennzeichnen/
  • Zum Seitenanfang
  • Zum Seitenende

Fujitsu Männlich

User wurde gesperrt

Beiträge: 92

Geschlecht: Männlich

PHPKIT Version: keine

4

Samstag, 5. April 2008, 14:19

Ui, das ist aber schon hart wa :D

Also gibt es keine Lösung das in die CSS Datei zu packen?
Weil z.B

PHP-Quelltext

1
2
3
4
5
6
7
.thumb_table_2 {
  background-imageurl(../../page_images/rauschen.gif);
  border1px solid rgb(34,34,34);
  background-color#181818;
  color#181818;
  font-familyVerdanaArialHelveticasans-serif;
  font-size11px;


Hier wird jeder Link, der berührt wird mit einer Grafik unterlegt, was so aussieht wie ein rauschen bzw. diese Schwarz-Weißen Punkte die beim Fernseher mal zu sehen sind...

darum dachte ich das man ds mit diesem Bullet ebenfalls so realisieren kann!
  • Zum Seitenanfang
  • Zum Seitenende

Fujitsu Männlich

User wurde gesperrt

Beiträge: 92

Geschlecht: Männlich

PHPKIT Version: keine

5

Montag, 7. April 2008, 12:00

Naja gut,

dennoch danke Leute!
  • Zum Seitenanfang
  • Zum Seitenende