Ich habe ein durch CSS Hervorgerufenen Fehler und habe keine Ahnung welcher es ist.

02.11.2013 08:43
avatar  TripleM
#1 Ich habe ein durch CSS Hervorgerufenen Fehler und habe keine Ahnung welcher es ist.
avatar
Mitglied

Hallo ich nutze das Business Templates und habe dort Folgende CSS Einträge

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
 
#xChat_global.disconnected, #xChatGuests {
margin-right:-165px;
}
 
.menu_item {
background-color: rgba(255, 255, 0, 0.1) ! important;
}
 
.contextMenu {
background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border: 1px solid #030003;
}
 
blockquote {
background-color: transparent;
border: 1px solid 030003;
font-style:normal;
width: 72%;
padding: 10px;
box-shadow: 0 2px 15px;
-moz-box-shadow: 0 2px 15px;
-o-box-shadow: 0 2px 15px;
-webkit-box-shadow: 0 2px 15px;
-khtml-box-shadow: 0 2px 15px;
}
 

#navigation, li {
background: transparent ! important;
}

 

#navigation {
width: 92%;
margin-left: auto;
margin-right: auto;
}
 

.xtables{width:auto;}
 
.xtables td{
border:1px solid black;
min-width:50%;
padding:5px;
}

.xtables tr:nth-child(odd){background-color: #ededed;}
.xtables tr:first-child{font-weight:bold;}
 

 

#xChat_global.disconnected:hover, #xChatGuests.disconnected:hover {
margin:0px;
}
 

.xChat * {font-size: 21px !important;font-weight:normal !important;}
.xChat .mes{color: black}
 
.xChatMain{background: url("https://files.homepagemodules.de/b214495/bhnetfiles_big-j7a1-d-c51c.jpg");}
.xChatMessage,.users_cont{background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !important;}
 
div.chat_smileys {
background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border-left: 1.5px solid #030003;
border-right: 2px solid #030003;
border-top: 1.5px solid #030003;
border-bottom: 2px solid #030003;
}
 

 

 
div.chat_smileys {
width: 950px;
height:440 px;
}
 
.chat_smiley_div .chat_smiley{max-height:55px !important;max-width:55px !important; }
.chat_smiley_div .chat_smiley_span{width: 55px !important; height:55px !important;}
 
.lastactions{max-height:275px !important;}
 

#topnavigation-ul > li:nth-child(n+3) {
display: none;
}
 
ul.navigation li {
line-height: 25px;
}
 
.sidebar, .reply {
background-color: #DBDBDB ! important;
}
 
.msignature {
border-top-color: #000000! important;
}
 
.lastpost{
font-weight:bold;
}
.ifos{
font-weight:normal;
}
 

 

.mtext a{color:red !important;}
 
.xquoteable a{
font-weight: bold;
}
 
a:hover {
color:#FF0000;
text-shadow: 3px 3px 2px #4D5258;
text-decoration: none;
}
 
 




Wenn ich nun einen User mit der @ Verlinkung in einen Beitrag Verlinken will erscheint das Fenster folgendermaßen.



Die Usernamen sind nicht Sichtbar. Nehme ich alle CSS Einträge raus ist wieder alles Normal

Kann mir einer Sagen welche ID es ist die den Fehler Verursacht? Habe schon geschaut werde aber nicht so wirklich schlau draus.


 Antworten

 Beitrag melden
02.11.2013 12:51
avatar  Romulus
#2 RE: Ich habe ein durch CSS Hervorgerufenen Fehler und habe keine Ahnung welcher es ist.
avatar
Mitglied

Nimm einfach alle Deine CSS-Eintraege raus und kopiere sie einzeln wieder rein. Nach spaetestens 5 Min. Hast Du den "Verursacher" aufgespuert.

www.neverface.com
Liebhaber des Business Templates

 Antworten

 Beitrag melden
22.11.2013 23:17
avatar  TripleM
#3 RE: Ich habe ein durch CSS Hervorgerufenen Fehler und habe keine Ahnung welcher es ist.
avatar
Mitglied

Mal wieder ein altes Thema und ich komme da nicht weiter.

ich nutze ja das Business Template in meinen Testforum

http://ofn-testforum.xobor.de/

Nun bin ich gerade dabei etwas mit der Transparenz zu spielen. Ich habe folgenden CSS Eintrag vorgenommen

1
 
.fdesc, .fnew, .fstat, #xActivityFeed.noimage.lastactions.forums, .box.grey.stats, #breadcrumbs, #usercont_bottom.container, .fposts, .fstat {background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !important;}
 



Dadurch wird so ziemlich alles Transparent gestellt



Dummerweise auch ein Bereich den ich nicht will



Nehme ich nun folgendes aus der CSS Eintragung das 2 eingetragene .fstat was meines wissen dafür zuständig ist raus sieht es so aus.



Ich weiß nun nicht ob es schon zu spät ist aber ich bekomme das einfach nicht Hin. Kann mir jemand sagen wo ich da einen Fehler eingebaut habe?


 Antworten

 Beitrag melden
23.11.2013 09:12 (zuletzt bearbeitet: 23.11.2013 09:16)
avatar  TripleM
#4 RE: Ich habe ein durch CSS Hervorgerufenen Fehler und habe keine Ahnung welcher es ist.
avatar
Mitglied

Also der Fehler einen Post Vorher ist immer noch Aktuell. Ich habe nun den CSS Eintrag noch erweitert weil eben noch jede Menge weitere Sachen zum Vorschein kommen die Transparent werden müssen, oder eben einen Hintergrund Brauchen zwecks besserer sichtbarkeit.

1
 
.fdesc, .fnew, .fstat, #login_wrap.box, #xActivityFeed.noimage.lastactions.forums, .box.grey.stats, #breadcrumbs, #usercont_bottom.container, .fposts, .fstat, .foptions, .foptions2, #foptions_link2, #foptions_link, #quickreply.box, .threadnp, #legend_link, #legend.box, .category_wrap, .box, .tms2 {background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !important;}
 



Und diesen noch

1
2
 
.mainContainerDiv {background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !important;}
 
 



Zusätzlich für diverse stellen den Hintergrund Farblich angepasst

1
 
#foptions_extend2.foptions_list_flist, .foptions_list, .foptions3 {background-color: #DBDBDB !important;} 
 



Aber bleibt immer noch das Problem mit der Leiste aus dem Post Oben. Ich komme da einfach nicht weiter.


 Antworten

 Beitrag melden
23.11.2013 10:52
avatar  TripleM
#5 CSS Veränderungen alles per CSS auf Transparenz Umstellen Business Templates
avatar
Mitglied

Nun ist mir noch etwas aufgefallen was ich so nicht behalten Möchte. Ich habe nun alles per CSS Verändert.

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
 
/*--- 001-Ab hier - Transparente Umstellung und Hintergrund Bilder --- */ 
 
#search {background-color: #DBDBDB !important;}
 

* {font-weight: 550 !important;}
 

#foptions_extend2.foptions_list_flist, .foptions_list, .foptions3 {background-color: #DBDBDB !important;}
 
.fdesc, .fnew, .fstat, #login_wrap.box, #xActivityFeed.noimage.lastactions.forums, .box.grey.stats, #breadcrumbs, #usercont_bottom.container, .fposts, .fstat, .foptions, .foptions2, #foptions_link2, #foptions_link, #quickreply.box, .threadnp, #legend_link, #legend.box, .category_wrap, .box, .tms2, .foptions3, .sidebar, .reply, .header {background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !important;}
 
#breadcrumbs {background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !important;}
 

 
body {
background-image: url(https://files.homepagemodules.de/b214495/bhnetfiles_big-j7a1-1x-a3f3.jpg) !important;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
 
.header, #usercont_bottom.container, .topnavigation_wrap {
width: 92%;
margin-left: auto;
margin-right: auto;
}
 
#navigation {
width: auto;
margin-left: auto;
margin-right: auto;
}
 

/*--- 001-Ab hier Ende Transparente Umstellung und Hintergrund Bilder --- */
 

 

 
#blog-sidebar {background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border: 1px solid #030003;
}
 

.blog-article-body {background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border: 1px solid #030003;
}
 
.blog-article {background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border: 1px solid #030003;
}
 
#link_gallery.menu_item, #link_geomap.menu_item, #link_calendar.menu_item, #user_page617317011.menu_item {background-color: #33230A !important;}
 
#topnavigation-ul > li:nth-child(n+3) {
display: none;
}
 

 
.usercontent img {
border-radius: 8px;
}
 

 
.footer {display:none !important;}
 
#inf_link, #last_link, #comm_link { color: #ff0000 ! important;}
 

 
.mtext { background-color: #ffffff ! important;
}
 
#xChat_global.disconnected, #xChatGuests {
margin-right:-165px;
}
 
hr {
-o-box-shadow: 1px 1px 8px;
-webkit-box-shadow: 1px 1px 8px;
-khtml-box-shadow: 1px 1px 8px;
border-bottom: medium none transparent;
border-top: 1px solid #030303;
}


.msignature {
border-top-color: #000000 !important;
border-top-width:2px ! important;
}
 

ul.navigation li {
line-height: 25px;
}
 

 

 

.menu_item {
background-color: rgba(255, 255, 0, 0.1) ! important;
}
 
.contextMenu {
background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border: 1px solid #030003;
}
 

 

 

 

.xtables{width:auto;}
 
.xtables td{
border:1px solid black;
min-width:50%;
padding:5px;
}

.xtables tr:nth-child(odd){background-color: #ededed;}
.xtables tr:first-child{font-weight:bold;}
 

 
.xChat * {font-size: 21px !important;font-weight:normal !important;}
#xChat_global.disconnected:hover, #xChatGuests.disconnected:hover {
margin:0px;
}
 

 
.xChat .mes{color: black;}
 
.xChatMain{background: url("https://files.homepagemodules.de/b214495/bhnetfiles_big-j7a1-d-c51c.jpg");}
.xChatMessage,.users_cont{background: url("https://files.homepagemodules.de/b2001010/a_866_1f19b0bd.png") !
 
important;}
 
div.chat_smileys {
background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border-left: 1.5px solid #030003;
border-right: 2px solid #030003;
border-top: 1.5px solid #030003;
border-bottom: 2px solid #030003;
}
 

 

 
div.chat_smileys {
width: 950px;
height:440 px;
}
 
.chat_smiley_div .chat_smiley_span{width: 55px !important; height:55px !important;}
.chat_smiley_div .chat_smiley{max-height:55px !important;max-width:55px !important; }
 

.page_index .lastactions {
max-height:300px !important;
}
 

 

 

 

.lastpost{
font-weight:bold;
}
.ifos{
font-weight:normal;
}
 

 

.mtext a{color:red !important;}
 
.xquoteable a{
font-weight: bold;
}
 
a:hover {
color:#FF0000;
text-shadow: 3px 3px 2px #4D5258;
text-decoration: none;
}
 
.chat_settings {
background-image: url("https://files.homepagemodules.de/b541474/a_528_4bf5de80.jpg");
border: 1px solid #030003;
}
 



Nun hat das alles einen Unerwünschten Nebeneffekt den ich nicht ändern kann weil keine ID dafür vorhanden was sicher auch so gewollt ist von Xobor



Habe ich da nun eine Möglichkeit den HG in Transparent zu machen weil es dann wieder Richtig sichtbar ist?


 Antworten

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