Bitte geben Sie einen Grund für die Verwarnung an
Der Grund erscheint unter dem Beitrag.Dieser Inhalt ist leider völlig sinnfrei.
Der Beitrag enthält Aussagen oder Andeutungen, welche als Beleidigung angesehen werden könnten und im Zusammenhang unpassend und unnötig sind. Bei dem Ort hier handelt es sich um ein offizielles Support-Forum der Miranus GmbH für den Betrieb der Xobor Foren.
Beleidigungen, jedoch auch bereits kleinere Sticheleien, haben hier keinen Ort und stören den Zweck des Forums.
Dieser Beitrag enthält unerwünschte Werbung.
Dieser Beitrag verstößt gegen die Netiquette des Forums.
Beiträge, die IN GROßBUCHSTABEN oder fett geschrieben sind bitte vermeiden.
{[userwarning_empty_error]}
Es wird der oben genannte Grund verwendet. Klicken Sie hier, um den Inhalt der privaten Nachricht anzupassen
Legen Sie hier den Inhalt der PN-Benachrichtigung fest.
Hinweis: Dieses Mitglied wurde bereits 2 Mal verwarnt.
Bei einer weiteren Verwarnung wird das Mitglied automatisch gesperrt.
Bei einer weiteren Verwarnung wird das Mitglied automatisch gesperrt.
CCS Code funktioniert nicht.
Ar
Guten Tag,
Ich habe folgenden CCS Code in das CSS Feld im Admin bereich eingefügt, allerdings wird dieser nicht angezeigt im Forum, sobald ich wechsel. Ich weiß leider nicht woran es liegen könnte, vielleicht kann mir da jemand helfen.
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
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
<link href="https://fonts.googleapis.com/css?family=Cabin|Fira+Sans|Roboto|Hind&display=swap" rel="stylesheet">
<style type="text/css">
.fi_box {
width:820px;
margin:auto;
background:#e3e8ee;
color:#585858;
font-family:Roboto;
height:100px;
}
.fi_icon {
padding:10px;
float:left;
}
.fi_kat {
background:#d4dfe5;
float:left;
margin-top:10px;
}
.fi_ue {
font-family:Fira Sans;
text-transform:uppercase;
color:#F5F5F5;
padding:5px;
font-size:20px;
width:240px;
float:left;
}
.fi_descr {
color:#b4b4af;
text-transform:uppercase;
font-size:8px;
font-style:italic;
float:left;
width:240px;
margin-top:12px;
letter-spacing:2px;
}
.fi_line {
background:#b4b4af;
height:7px;
float:left;
width:210px;
margin-top:13px;
margin-right:10px;
}
.fi_quad {
width:20px;
height:20px;
border: 1px solid white;
transform: rotate(45deg);
position:relative;
top:-7px;
left:160px;
}
.fil_box {
background:#d4dfe5;
width:108px;
height:10px;
float:left;
margin-top:10px;
}
.fi_sub {
text-transform:uppercase;
font-size:10px;
float:left;
width:595px;
margin-top:10px;
margin-left:10px;
}
.fi_lp {
float:right;
margin-right:10px;
font-size:9px;
text-transform:uppercase;
width:710px;
text-align:right;
margin-bottom:3px;
}
.fi_lp b {
letter-spacing:2px;
color:#a5b4b9;
}
.fi_post {
color:#b4b4af;
font-family:Cabin;
font-size:30px;
font-weight:bold;
}
</style>
<div class="fi_box">
<div class="fi_icon"><img src="https://via.placeholder.com/80x80"></div>
<div class="fi_kat">
<div class="fi_ue">Überschrift</div>
<div class="fi_descr">Hier steht eine tolle Beschreibung.</div>
<div class="fi_line">
<div class="fi_quad"></div>
</div>
</div>
<div class="fil_box"></div>
<div class="fi_sub">Unterforum, Unterforum</div>
<div class="fi_lp"><b>THEMA</b> // written by user A (Gestern 19:36 Uhr)</div>
<div class="fi_lp"><b>P</b> 10 // <b>T</b> 300</div>
<div style="clear:both;"></div>
</div>
Liebe Grüße
Foren-Nummer 757977
28.03.2020 16:58 (zuletzt bearbeitet: 28.03.2020 16:59)
#2 RE: CCS Code funktioniert nicht.
Mitglied
Details
Beiträge:
6433
Registriert seit:
18.05.2012
Board-Nr
578865; 643516; 791178; 643516
Das was da im Spoiler steht gehört auf keinen Fall ins css. Das ist HTML und kann in die Kopf- oder Fußzeile oder im neuen V6 mobil gibt es eine Stelle wo man HTML eintragen kann.
www.friends-of-xobor.de (621181 - Template kann wechsel bei Pluin Tests)
www.seniorenclub-sel-koeln.de (578865 - V6 Template)
Ar
Zitat von Mike48 im Beitrag #2
Das was da im Spoiler steht gehört auf keinen Fall ins css. Das ist HTML und kann in die Kopf- oder Fußzeile oder im neuen V6 mobil gibt es eine Stelle wo man HTML eintragen kann.
Okay danke sehr, ich dachte das wäre ein CSS Code.
Aber wenn ich es in die Kopf oder Fußzeile schreibe, dann wird es ja bloß in der Kopf oder Fußzeile angezeigt richtig? Ich hätte es nämlich gerne das es über das ganze Forum quasi geht zum besseren gestalten, gibt es da einen Trick? Müsste dieser Code in CCS umgeschrieben werden das es geht?
29.03.2020 08:15 (zuletzt bearbeitet: 29.03.2020 08:22)
#4 RE: CCS Code funktioniert nicht.
Ar
Code:
.fi_box {
width:820px;
margin:auto;
background:#e3e8ee;
color:#585858;
font-family:Roboto;
height:100px;
}
.fi_icon {
padding:10px;
float:left;
}
.fi_kat {
background:#d4dfe5;
float:left;
margin-top:10px;
}
.fi_ue {
font-family:Fira Sans;
text-transform:uppercase;
color:#F5F5F5;
padding:5px;
font-size:20px;
width:240px;
float:left;
}
.fi_descr {
color:#b4b4af;
text-transform:uppercase;
font-size:8px;
font-style:italic;
float:left;
width:240px;
margin-top:12px;
letter-spacing:2px;
}
.fi_line {
background:#b4b4af;
height:7px;
float:left;
width:210px;
margin-top:13px;
margin-right:10px;
}
.fi_quad {
width:20px;
height:20px;
border: 1px solid white;
transform: rotate(45deg);
position:relative;
top:-7px;
left:160px;
}
.fil_box {
background:#d4dfe5;
width:108px;
height:10px;
float:left;
margin-top:10px;
}
.fi_sub {
text-transform:uppercase;
font-size:10px;
float:left;
width:595px;
margin-top:10px;
margin-left:10px;
}
.fi_lp {
float:right;
margin-right:10px;
font-size:9px;
text-transform:uppercase;
width:710px;
text-align:right;
margin-bottom:3px;
}
.fi_lp b {
letter-spacing:2px;
color:#a5b4b9;
}
.fi_post {
color:#b4b4af;
font-family:Cabin;
font-size:30px;
font-weight:bold;
}
.fi_box {
width:820px;
margin:auto;
background:#e3e8ee;
color:#585858;
font-family:Roboto;
height:100px;
}
.fi_icon {
padding:10px;
float:left;
}
.fi_kat {
background:#d4dfe5;
float:left;
margin-top:10px;
}
.fi_ue {
font-family:Fira Sans;
text-transform:uppercase;
color:#F5F5F5;
padding:5px;
font-size:20px;
width:240px;
float:left;
}
.fi_descr {
color:#b4b4af;
text-transform:uppercase;
font-size:8px;
font-style:italic;
float:left;
width:240px;
margin-top:12px;
letter-spacing:2px;
}
.fi_line {
background:#b4b4af;
height:7px;
float:left;
width:210px;
margin-top:13px;
margin-right:10px;
}
.fi_quad {
width:20px;
height:20px;
border: 1px solid white;
transform: rotate(45deg);
position:relative;
top:-7px;
left:160px;
}
.fil_box {
background:#d4dfe5;
width:108px;
height:10px;
float:left;
margin-top:10px;
}
.fi_sub {
text-transform:uppercase;
font-size:10px;
float:left;
width:595px;
margin-top:10px;
margin-left:10px;
}
.fi_lp {
float:right;
margin-right:10px;
font-size:9px;
text-transform:uppercase;
width:710px;
text-align:right;
margin-bottom:3px;
}
.fi_lp b {
letter-spacing:2px;
color:#a5b4b9;
}
.fi_post {
color:#b4b4af;
font-family:Cabin;
font-size:30px;
font-weight:bold;
}
Ist dieser Code denn ein CCS Code der im Forum auch angezeigt wird? Ich habe den Code nämlich gestern Abend versucht und dieser wurde mir auch nicht angezeigt, ich weiß nicht was ich falsch mache. Vielleicht kann mir jemand einen Rat oder einen Tipp geben.
Liebe Grüße und hoffentlich seid ihre alle Gesund so weit.
- 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
Das Thema ist geschlossen
Sie haben keine Rechte zu antworten
Bereits Mitglied?
Jetzt anmelden!
Jetzt anmelden!
Mitglied werden?
Jetzt registrieren!
Jetzt registrieren!
Xobor Software
Das Unternehmen
Weitere Informationen
Forum erstellenIhr eigenes Forum
Die Forum-Software wird seit 1998 kontinuierlich weiterentwickelt.
© 2017 Xobor | Forum-Software
© 2017 Xobor | Forum-Software