CCS Code funktioniert nicht.

28.03.2020 15:08
#1 CCS Code funktioniert nicht.
Ar
Mitglied

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
 
<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


 Antworten

 Beitrag melden
28.03.2020 16:58 (zuletzt bearbeitet: 28.03.2020 16:59)
avatar  Mike48
#2 RE: CCS Code funktioniert nicht.
avatar
Mitglied

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 - V4 Template)
www.seniorenclub-sel-koeln.de (578865 - V6 Template)

 Antworten

 Beitrag melden
28.03.2020 17:19
#3 RE: CCS Code funktioniert nicht.
Ar
Mitglied

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?


 Antworten

 Beitrag melden
29.03.2020 08:15 (zuletzt bearbeitet: 29.03.2020 08:22)
#4 RE: CCS Code funktioniert nicht.
Ar
Mitglied

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


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.


 Antworten

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