Bitte geben Sie einen Grund für die Verwarnung an
Der Grund erscheint unter dem Beitrag.Bei einer weiteren Verwarnung wird das Mitglied automatisch gesperrt.
Rhamen in die Iconbar
Guten Abend zusammen und zwar habe Ich ein riesen Problem,
denn Ich bekomme es nicht hin meine Rahmen und auch Scrollbars in die Iconbar zu Integrieren, und dabei habe ich beides im Css dabei teste Ich alles den Ganzen tag hin und her und es will einfach klapen.
Bitte Bitte Ich hoffe es kann mir das einer für Dummies erklären :D
Scrollboxen:
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
.sbox1 {
padding: 10px;
max-height: 400px;
max-width: 550px;
overflow-y:scroll;
border: 2px solid #8b0000;
text-align: left;
}
.sbox2 {
padding: 10px;
max-height: 400px;
max-width: 550px;
overflow-y:scroll;
border: 4px double #1fb6bd;
text-align: left;
}
.sbox3 {
padding: 10px;
max-height: 400px;
max-width: 550px;
overflow-y:scroll;
border: 4px dotted #cb2821;
text-align: left;
}
.sbox4 {
padding: 10px;
max-height: 400px;
max-width: 550px;
overflow-y:scroll;
border: 4px dashed #ffffff;
text-align: left;
}
.sbox5 {
padding: 10px;
max-height: 400px;
max-width: 550px;
overflow-y:scroll;
border: 6px groove #e6d690;
text-align: left;
}
.sbox6 {
padding: 10px;
max-height: 400px;
max-width: 550px;
overflow-y:scroll;
border: 6px outset #b8e5a4;
text-align: left;
}
.sbox {max-height: 200px; overflow-y:scroll;}
Rahmen:
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
.rahmen1 {
background-color:#00CDCD;
padding:5px;
-moz-border-radius: 5px;
-moz-box-shadow: 0px 0px 5px #00CDCD;
-webkit-border-radius: 10px;
-webkit-box-shadow: 10px 10px 10px #00CDCD;
-khtml-border-radius: 10px;
border-top-left-radius: 150px;
border-top-right-radius: 150px;
border-bottom-left-radius: 150px;
border-bottom-right-radius: 150px;
box-shadow: 0px 0px 5px #00CDCD;
border: 0px black;;
}
.rahmen2 {
background-color:#203e48;
padding:4px;
-moz-border-radius: 10px;
-moz-box-shadow: 2px 2px 5px #fff;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 0px 0px #ffffff;
-khtml-border-radius: 10px;
border-radius: 0px;
box-shadow: 0px 0px 13px #090909;
border: 0px solid gray;
}
.rahmen3 {
box-shadow: 3px 3px 3px #000000;
border-radius: 0px 0px 0px 0px;
padding: 0px;
max-width: 500px;
border: 5px white;
border-style: outset;
}
.rahmen4{
background-color: #FFFFFF;
-moz-border-radius: 1px;
-moz-box-shadow: 5px 5px 5px #FFFFFF;
-webkit-border-radius: 2px;
-webkit-box-shadow: 5px 5px 5px #2E2E2E;
-khtml-border-radius: 5x;
border-width:1px 2px;
border-radius: px;
box-shadow: 4px 4px 4px #2E2E2E;
border-style: outset;
}
.rahmen5 {
background-color:#ffffff;
padding:2px;
-moz-border-radius: 15px;
-moz-box-shadow: 10px 10px 15px #000;
-webkit-border-radius: 15px;
-webkit-box-shadow: 10px 10px 15px #000;
-khtml-border-radius: 15px;
border-radius: 15px;
box-shadow: 10px 10px 15px #000;
border: 3px solid gray;
}
.rahmen6 {
background-color:#BDBDBD;
padding:5px;
-moz-border-radius: 0px;
-moz-box-shadow: 2px 2px 5px #fff;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 0px 0px #fff;
-khtml-border-radius: 0px;
border-radius: 0px;
box-shadow: 0px 0px 10px #2E2E2E;
border: 0px solid gray;
}
.rahmen7 {
background-color: #008B8B
-moz-border-radius: 0px;
-moz-box-shadow: 10px 10px 10px #000;
-webkit-border-radius: 10px;
-webkit-box-shadow: 10px 10px 10px #000;
-khtml-border-radius: 10px;
border-radius: 0px;
box-shadow: 4px 4px 4px #2E2E2E;
border: 0px solid gray;
}
.rahmen8 {
background-color:#7F6666;
padding:5px;
-moz-border-radius: 10px;
-moz-box-shadow: 2px 2px 5px #fff;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 0px 0px #ffffff;
-khtml-border-radius: 10px;
border-radius: 0px;
box-shadow: 0px 0px 10px #807F76;
border: 0px solid gray;
}
.rahmen9 {
background-color:#8B008B;
padding:5px;
-moz-border-radius: 0px;
-moz-box-shadow: 2px 2px 5px #fff;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 0px 0px #fff;
-khtml-border-radius: 0px;
border-radius: 0px;
box-shadow: 0px 0px 5px #8B008B;
border: 0px solid gray;
}
.rahmen10 {
background-color:#3B0B17;
padding:5px;
-moz-border-radius: 10px;
-moz-box-shadow: 2px 2px 5px #fff;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 0px 0px #ffffff;
-khtml-border-radius: 10px;
border-radius: 0px;
box-shadow: 0px 0px 20px #3B0B17;
}
.rahmen11 {
box-shadow: 4px 4px 4px #756968;
border-radius: 0px 0px 0px 0px;
padding: 5px;
max-width: 500px;
border: 5px gray;
}
.rahmen12 {
box-shadow: 6px 6px 6px #000000;
border-radius: 0px 0px 0px 0px;
padding: 0px;
max-width: 500px;
border: 4px white;
border-style: inset;
}
.rahmen13 {
padding:1px;
-moz-border-radius: 60px;
-moz-box-shadow: 4px 4px 4px #6e6d6e;
-webkit-border-radius: 6px;
-webkit-box-shadow: 6px 6px 6px #6e6d6e;
-khtml-border-radius: 6px;
border-radius: 60px;
box-shadow: 8px 8px 8px #8f7d71;
border: 4px white;
border-style: inset;
box-shadow: 1px 1px 5px #ffffff;
}
.rahmen14 {
background-color:#75524d;
padding:1px;
-moz-border-radius-bottomleft:60px;
-moz-box-shadow: 2px 2px 2px #75524d;
-webkit-border-radius: 10px;
-webkit-box-shadow: 4px 4px 4px #75524d;
-khtml-border-radius: 10px;
border-bottom-left-radius: 60px;
box-shadow: 4px 4px px #75524d;
border: 10px #6795a6;
}
.rahmen15 {
background-color: #ffffff;
padding: 2px;
-moz-border-radius: 0px;
-moz-box-shadow: 0px 0px 0px #000;
-webkit-border-radius: 0px;
-webkit-box-shadow: 0px 0px 0px #000;
-khtml-border-radius: 0px;
border-radius: 0px;
box-shadow: 0px 0px 0px #000;
border: 1px solid black;
}
.rahmen16 {
background-color: #ffcff1;
-moz-border-radius: 4px;
-moz-box-shadow: 5px 5px 5px #ffcff1;
-webkit-border-radius: 2px;
-webkit-box-shadow: 5px 5px 5px #000000;
-khtml-border-radius: 5x;
border-width:1px 2px;
border-radius: px;
box-shadow: 8px 8px 8px #000000;
border-style: outset;
}
.rahmen17 {
border-color: #4f666a;
border-width: 7px;
border-style: double;
box-shadow: 4px 4px 5px #3b4c4f;
}
.nav_n {border-bottom: 3px solid {{global_nav_line}};}
.nav_n {border-left: 3px solid {{global_nav_line}};}
.nav_n {border-right: 3px solid {{global_nav_line}};}
Hallo Buffy,
aha Rahmen willst Du haben, nicht Boxen, dann eben so:
Zuerst Rahmengruppe erstellen, Breite 350 px, das Bild dazu: //files.homepagemodules.de/b104774/a_215_09d7dbdf.png
Insgesamt sind 5 Forencodes zu erstellen:
Ersetze: [rahmen] [/rahmen]
Mit:
<img style="box-shadow: 1px 1px 5px #000000; border-radius: 10px 10px 10px 10px; border: 1px solid #191919; padding: 1px; max-width: 500px;" src="
Ins Feld daneben kommt nur das:
">
Dasselbe mit den anderen Rahmen, mit folgenden Codes:
[rahmen1] [/rahmen1]
<img style="box-shadow: 1px 1px 5px #000000; border-radius: 0px 0px 0px 0px; border: 1px solid #191919; padding: 1px; max-width: 500px;" src="
Ins Feld daneben kommt nur das:
">
[rahmen2] [/rahmen2]
<img style="box-shadow: 2px 2px 5px #000000; border-radius: 10px 10px 10px 10px; border: 0px solid #191919; padding: 0px; max-width: 500px;" src="
Ins Feld daneben kommt nur das:
">
[rahmen3] [/rahmen3]
<img style=" -moz-border-radius: 0px;-moz-box-shadow: 1px 1px 5px black; -webkit-border-radius: 0px; -webkit-box-shadow: 1px 1px 5px black; -khtml-border-radius: 0px;border-radius: 0px;border-width: 4px; border-style: outset; box-shadow: 2px 2px 7px black; " src="
Ins Feld daneben kommt nur das:
">
[rahmen4] [/rahmen4]
<img style="box-shadow: 1px 1px 5px #6C6C6C; border-radius: 10px 10px 10px 10px; border: 1px solid #666666; padding: 1px; max-width: 500px;" src="
Ins Feld daneben kommt nur das:
">
Sieht dann so aus:
Grösse der Bilder kannst Du verändern, wenn Du den richtigen Link nimmst.
Ich hoffe ich konnte Dir helfen.
Gabriella
http://www.musengarten.com/
http://www.garten-der-poesie.de/
Layout: Business
- Informationen
- Aktuelle News
- Forum Tutorials - Tipps und Anleitungen
- SEO / Werbung fürs Forum
- Verwaltung
- Extras
- Design
- Plugin(system)
- Eure Fragen zu Tutorials
- Forum Support
- Fragen und Antworten
- Pluginsystem
- Plugins
- Templates & Sprachen
- Bugreport
- Verbesserungsvorschläge
- Sponsoren gesucht
- Das neue Xobor Business-Template
- News und Updates
- Bugreport
- Allgemeines Feedback
- Verbesserungsvorschläge
- Sonstiges
- Kaffeeklatsch
- Lob & Kritik
- Verbesserungsvorschläge
- Allgemeine Fragen
- Fehlermeldungen
- Verbesserungsvorschläge Responsive Design
- Bugreport Responsive Design
- Archiv - Alter Betatest
- Responsive Design - Verbesserungsvorschläge
- Responsive Design - Bugreport
- Fragen zum neuen Template
- Neue Administration Beta Test
- Bugreport Neue Administration
- Allgemeines Fragen & Feedback
- Verbesserungsvorschläge zur neuen Administration
- Shoutbox
Ähnliche Themen
Jetzt anmelden!
Jetzt registrieren!
© 2017 Xobor | Forum-Software