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.
Transparenter CSS
Auch das sollten wir noch hin bekommen. Für die Statistik sollte das noch mit in die CSS Box.
.c_r_cont3, .c_r_top3, .c_r_content3,
Einfach da hinzufügen wo die anderen ID mit der RGB Farbe sind. Bitte achte darauf das da wo du sie einfügst hinter der letzten Klasse oder ID ein , (Komma) sein muß.
Hier mal mein Kompletter css Code.
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
body {
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.c_r_top1 div, .c_r_top2 div, .c_r_top3 div, .a_r_content2 div, .c_r_bottom1 {
height: 0px; ! important;
}
.c_r_top1, .c_r_top2, .c_r_top3, .a_r_content2, .c_r_bottom1 {
height: 0px; ! important;
}
.c_r_bottom1 div, .c_r_bottom2 div, .c_r_bottom3 div, .a_r_content2 div {
height: 0px; ! important;
}
.c_r_bottom1, .c_r_bottom2, .c_r_bottom3, .a_r_content2 {
height: 3px; ! important;
}
#foptions_extend2.foptions_list_flist, .foptions_list, .foptions3 {background-color: #DBDBDB !important;}
.fdesc, .fnew, #login_wrap.box, #xActivityFeed.noimage.lastactions.forums, .box.grey.stats, #breadcrumbs, .inhalt, div.xchatBottom, .xChatInp, .c_r_bottom1, .c_r_content1, .forumtable, .c_r_cont3, .c_r_top3, .c_r_content3, .c_r_cont1_head, .c_r_top1_head,
#usercont_bottom.container, .fposts, .fstat, .foptions, .foptions2, #foptions_link2, #foptions_link, #revision_page_link.button, .xdl, .c_r_cont1, .c_r_top1, .c_r_content1, .firsttd,
#quickreply.box, .threadnp, #legend_link, #legend.box, .category_wrap, .box, .tms2, .foptions3, .sidebar, .reply, .boxheader,
.content.page_user, .content.page_wiki_index, .fpages, .foptions4.toggler, #liveres.box, .icontd, .c_r_cont1,
.reshead, .resinfo, .resmain, #allpages.pstat.pages, .crtp.deac, #forum_search, #fpages.options, .mtext, .mtextcell,
#pm_search_input {background-color: rgba(255,0,0, 0.5) !important;}
Da ist nun sicher noch sehr viel von Business templates bei was du nicht unbedingt brauchst. Werde da die Tage mal bei gehen und es säubern. Dann stelle ich es im Support WIKI wo ja schon 2 Einträge sind unter Inhaltsverzeichnis CSS für Business und CSS für Gaia.
King Kurt
(
gelöscht
)
#18 RE: Transparenter CSS
Also für die Navigation musst du erst mal unter Admin/Layout/Farben&Einstellungen/Navigation die Farbe bei Hintergrundfarbe auf Trans stellen.
Dann habe ich für die Navigation diesen CSS Eintrag genommen:
2
#nav_n.nav_n {background-color: rgba(255,0,0, 0.5) !important;}
Den Chat kann ich bei dir nicht sehen und somit auch nicht die ID auslesen da ich kein Tarif im Testforum habe und somit auch nicht den Chat.
Beim Login komme ich leider auch nicht so recht weiter. Werde das noch weiter testen und wenn ich es finde hier Posten.
Prima, das gefällt mir sehr gut Vielen Dank. Der Chat kann auch erstmal so bleiben.
Eine Frage habe ich noch: Schau dir bitte mal das Forum an, der Activity Feed hat so einen komischen Rahmen. Kann man diesen Rahmen noch irgendwie wegbekommen?
Weißt du, warum unten die Statistiken weniger transparent sind als der Rest? Mir kommt es so vor, als ob da die Transparenz anders ist als bei den anderen Elementen.
Also die 4 Zeilen sind für die Schwarzen Ränder die Serie bleiben. Die muss man nun noch ausblenden.
Hatte die eben schon mal gepostet da stand aber bei dem Unteren noch 3px was den Rand verursacht:
So sollte es gehen:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.c_r_top1 div, .c_r_top2 div, .c_r_top3 div, .a_r_content2 div, .c_r_bottom1 {
height: 0px; ! important;
}
.c_r_top1, .c_r_top2, .c_r_top3, .a_r_content2, .c_r_bottom1 {
height: 0px; ! important;
}
.c_r_bottom1 div, .c_r_bottom2 div, .c_r_bottom3 div, .a_r_content2 div {
height: 0px; ! important;
}
.c_r_bottom1, .c_r_bottom2, .c_r_bottom3, .a_r_content2, .c_r_bottom1 {
height: 0px; ! important;
}
Habe da unten beim Letzten Eintrag nun noch etwas hinzugefügt (.c_r_bottom1) und aus der 3Px 0px gemacht.
Das mit der Statistik habe ich leider keine Ahnung warum es so ist. Habe ich bei mir bisher noch nicht weg bekommen. Das ist im Business auch so und ich habe keine Ahnung. Mit der Unternavigation bin ich gerade am Testen Poste es sobald ich eine Lösung habe.
Nur nicht aufgeben. Die vier einträge (die für die Rahmen verantwortlich sind ) die du hast ersetze mal durch diese:
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.c_r_top1 div, .c_r_top1, .c_r_top2 div, .c_r_top3 div, .a_r_content2 div, .c_r_bottom1, .c_r_bottom1 div {
height: 0px; ! important;
}
.c_r_top1, .c_r_top2, .c_r_top3, .a_r_content2, .c_r_bottom1, .c_r_bottom1 div {
height: 0px; ! important;
}
.c_r_bottom1 div, .c_r_bottom1, .c_r_bottom2 div, .c_r_bottom3 div, .a_r_content2 div, .c_r_top1, {
height: 0px; ! important;
}
.c_r_bottom1, .c_r_bottom2, .c_r_bottom3, .a_r_content2, .c_r_bottom1 div, .c_r_top1, {
height: 0px; ! important;
}
Dann sind die Rahmen sauber.
Poste mir doch bitte Gleich mal eben den Kompletten CSS eintrag den du nun Hast. Bei mir im Forum ist das nicht so. Kann es sein das du in einer Farbangabe Trans stehen hast die dafür verantwortlich ist. Bei mir sieht es so aus im Moment:
Bei den Farben habe ich aktuell dieses hier unter Admin/Layout/Farben&Einstellungen/Hin tergrund&Rahmenfarbe bei Hintergrundfarbe der Elemente das hier
Schau mal ob bei dir Trans steht in dem Feld?
Das ist der CSS Eintrag:
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
#foptions_extend2.foptions_list_flist, .foptions_list, .foptions3 {background-color: #DBDBDB !important;}
.fdesc, .fnew, #login_wrap.box, #xActivityFeed.noimage.lastactions.forums, .box.grey.stats, #breadcrumbs, .inhalt, div.xchatBottom, .xChatInp,
#usercont_bottom.container, .fposts, .fstat, .foptions, .foptions2, #foptions_link2, #foptions_link, #revision_page_link.button, .xdl,
#quickreply.box, .threadnp, #legend_link, #legend.box, .category_wrap, .box, .tms2, .foptions3, .sidebar, .reply, .boxheader,
.content.page_user, .content.page_wiki_index, .fpages, .foptions4.toggler, #liveres.box, .icontd, .c_r_cont1, .c_r_cont3, .c_r_top3, .c_r_content3,
.reshead, .resinfo, .resmain, #allpages.pstat.pages, .crtp.deac, #forum_search, #fpages.options, .mtext, .mtextcell,
#nav_n.nav_n {background-color: rgba(255,255,255, 0.5) !important;}
#pm_search_input {background-color: rgba(255,255,255, 0.5) !important;}
.c_r_top1 div, .c_r_top1, .c_r_top2 div, .c_r_top3 div, .a_r_content2 div, .c_r_bottom1, .c_r_bottom1 div {
height: 0px; ! important;
}
.c_r_top1, .c_r_top2, .c_r_top3, .a_r_content2, .c_r_bottom1, .c_r_bottom1 div {
height: 0px; ! important;
}
.c_r_bottom1 div, .c_r_bottom1, .c_r_bottom2 div, .c_r_bottom3 div, .a_r_content2 div, .c_r_top1, {
height: 0px; ! important;
}
.c_r_bottom1, .c_r_bottom2, .c_r_bottom3, .a_r_content2, .c_r_bottom1 div, .c_r_top1, {
height: 0px; ! important;
}
Wichtig: Die Hintergrundfarbe der Elemente und die Hintergrundfarbe des Forums müssen bei mir transparent sein, weil sonst dein Code keine Auswirkungen auf das Forum hat. Ergo müssen die Forumsbeiträge im CSS getrennt angesprochen werden.
Also hier noch mal mit einigen änderungen. Probiere mal bitte bei dir.
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
#nav_n.nav_n, #lostpasswort, .dwn, .nav_close, #link_index, #nav_userinfo_li {background-color: rgba(255,0,0, 0.5) !important;}
<---Bis hier alles gut--->
body {
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.c_r_top1 div, .c_r_top1, .c_r_top2 div, .c_r_top3 div, .a_r_content2 div, .c_r_bottom1, .c_r_bottom1 div {
height: 0px; ! important;
}
.c_r_top1, .c_r_top2, .c_r_top3, .a_r_content2, .c_r_bottom1, .c_r_bottom1 div {
height: 0px; ! important;
}
.c_r_bottom1 div, .c_r_bottom1, .c_r_bottom2 div, .c_r_bottom3 div, .a_r_content2 div, .c_r_top1 {
height: 0px; ! important;
}
.c_r_bottom1, .c_r_bottom2, .c_r_bottom3, .a_r_content2, .c_r_bottom1 div, .c_r_top1 {
height: 0px; ! important;
}
#foptions_extend2.foptions_list_flist, .foptions_list, .foptions3 {background-color: #DBDBDB !important;}
.fdesc, .fnew, #login_wrap.box, #xActivityFeed.noimage.lastactions.forums, .box.grey.stats, #breadcrumbs, .inhalt, div.xchatBottom, .xChatInp, .c_r_bottom1, .c_r_content1, .forumtable, .c_r_cont3, .c_r_top3, .c_r_content3, .c_r_cont1_head, .c_r_top1_head, .c_r_cont1_head, .c_r_top1_head, #xActivityFeed, .noimage, .lastactions.forums, .messagecont, .message, .messagehead, action_buttons, .minfo_head,
#usercont_bottom.container, .fposts, .fstat, .foptions, .foptions2, #foptions_link2, #foptions_link, #revision_page_link.button, .xdl, .c_r_cont1, .c_r_top1, .c_r_content1, .firsttd, usercontent,
#quickreply.box, .threadnp, #legend_link, #legend.box, .category_wrap, .box, .tms2, .foptions3, .sidebar, .reply, .boxheader,
.content.page_user, .content.page_wiki_index, .fpages, .foptions4.toggler, #liveres.box, .icontd, .c_r_cont1,
.reshead, .resinfo, .resmain, #allpages.pstat.pages, .crtp.deac, #forum_search, #fpages.options, .mtext, .mtextcell,
#pm_search_input {background-color: rgba(255,0,0, 0.5) !important;}
- 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