Hallo Hilfe bei den rahmen

26.01.2020 21:13
#1 Hallo Hilfe bei den rahmen
avatar
Mitglied

Hallo zusammen und zwar habe Ich ein Problem mit den Rahmen um den Bildern, Ich habe sie zwar im Css stehen, kann diese aber nicht in meine Iconbar einfügen. Im Spoiler stehen meine Rahmen, die um meine Bilder im Profil oder Signatur sollen.



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
 
.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;
}
 


 Antworten

 Beitrag melden
27.01.2020 11:21
avatar  Ingmar
#2 RE: Hallo Hilfe bei den rahmen
avatar
Technik
Viele Grüße,
Ingmar


 Technik · Homepagemodules.de · Miranus GmbH

 Antworten

 Beitrag melden
Bereits Mitglied?
Jetzt anmelden!
Mitglied werden?
Jetzt registrieren!