golf3look
Hallo,
Wo kann ich das ausschalten im acp das der text siehe anhang nicht unterstrichen ist?
Ich denke mal im acp Designpack bearbeiten.
Wenn ja, welcher code ist das?
mkkcs
willst Du das wirklich ?
da in dem Bereich die Klasse tablea und tableb benutzt wird, und dort links vorhanden sind, werden sie halt als Unterstrichen angezeigt.
Wenn Du jetzt es rausnimmst, wird es dann z.B. bei einem Posting Links auch nicht mehr unterstrichen !
wenn dann müßtest Du dort evtl. eine neue CSS-Klasse etablieren, wo dann Links eben keine Textformartierung da ist !
golf3look
Ja ich möchte das es nicht mehr unterstrichen ist.
Ist auch nicht bei allen styles so.
Ich weiß nur nicht wo was genau man ändern muß.
mkkcs
na halt ne neue CSS-Klasse im zusätzlichen CSS definieren, und dann demtsprechend die index_boardbit.tpl anpassen.
Da wäre natürlich der Template-Hack von Snap Pflicht, alleine wegen den anderen Styles !
golf3look
Den Template hack habe ich schon verbaut.
Die frage ist nur wo und was muß ich genau ändern das es nicht mehr unterstrichen ist?
mkkcs
Zitat: |
Original von golf3look
Den Template hack habe ich schon verbaut.
Die frage ist nur wo und was muß ich genau ändern das es nicht mehr unterstrichen ist? |
die CSS-Klassen mußt Du anpassen !!!
golf3look
ja nur welche? und wo?
Meinst du im acp unter design bearbeiten?
mkkcs
Zitat: |
Original von golf3look
ja nur welche? und wo?
Meinst du im acp unter design bearbeiten? |
sorry
willst Du mich veräppeln?
Ich schreibe mir hier den Wolf, schreibe Dir auch wo was wie angepasst werden muß.
h.d. dass Du ne fertige Lösung haben willst ?
golf3look
Ich habe null plan welche css datei im acp unter design bearbeiten das ist.
Dachte du kannst mir sagen welche das genau ist
Weil bei mir steht das alles im css drin
code: |
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:
|
body {
scrollbar-face-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #757577;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
}
body a:link, body a:visited, body a:active {
color: #ffffff;
}
body a:hover {
}
#tabletitle {
background-image: url(images/bluefar_lite/cellpic.gif);
}
#inposttable {
}
#tabletitle a:link, #tabletitle a:visited, #tabletitle a:active {
color: #D5D9ED;
}
#tabletitle a:hover {
}
#tablecat {
background-image: url(images/bluefar_lite/catpic.gif);
}
#tablecat a:link, #tablecat a:visited, #tablecat a:active {
}
#tablecat a:hover {
}
#tableb {
background-image: url(images/bluefar_lite/hg4.gif);
}
#tableb a:link, #tableb a:visited, #tableb a:active {
color: #D5D9ED;
}
#tableb a:hover {
}
#tablea {
background-image: url(images/bluefar_lite/hg3.gif);
}
#tablea a:link, #tablea a:visited, #tablea a:active {
color: #D5D9ED;
}
#tablea a:hover {
}
form {
padding:0px;
margin:0px;
}
select {
font-size: 10px;
font-family: Verdana;
color: #ffffff;
background-color: #24346e;
}
textarea {
font-size: 12px;
font-family: Verdana;
color: #ffffff;
background-image: url(images/bluefar_lite/hg5.gif);
}
.input {
font-size: 10px;
font-family: Verdana;
color: #ffffff;
background-color: #24346e;
}
.hoverMenu {
display: none;
position: absolute;
z-index: 10;
padding: 5px;
border: 1px solid #000000;
}
.hoverMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hoverMenu ul li {
text-align: left;
padding: 0;
} |
|
Bräke
Welchen Unterstrich meinst du denn eigentlich? hab mal deine CSS Angaben in ein Testforum gepackt und bei der Beschreibung des Forums erscheint bei mir kein Unterstich. (Hier könnt ihr....)
Wurde die Forenbeschreibung mit html versehen?
... und mkkcs, geh dich abkühlen, dein gemotze ist hier überflüssig
golf3look
Bei mir mit den css code im wbblite 1.0.2 sind bei mir die sätze unterstrichen siehe Bild oben.
Und die unterstriche möchte ich weghaben.
Es ist auch nicht bei jedem code.
Es liegt aufjedenfall an dem css code.
Nur weiß ich leider nicht welcher code wo ich oben gepostet habe das macht mit dem unterstrichendem.
Bräke
Zitat: |
Original von Bräke
Wurde die Forenbeschreibung mit html versehen? |
Am besten mal nen Link zum Forum posten
golf3look
Zitat: |
Original von Bräke
Zitat: |
Original von Bräke
Wurde die Forenbeschreibung mit html versehen? |
Am besten mal nen Link zum Foren posten |
Nein.
Hier mal ein css code von meinen andren style wo die texte nicht unterstrichen sind.
code: |
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:
|
BODY {
color: #FFFFFF;
background-color: #131C27;
font-family: tahoma,helvetica;
background-image: url(images/radiation/bg.old);
}
SELECT {
FONT-SIZE: 11px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #FFFFFF;
BACKGROUND-COLOR: #2D3C4D;
}
TEXTAREA {
FONT-SIZE: 11px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #FFFFFF;
BACKGROUND-COLOR: #2D3C4D;
}
.input {
FONT-SIZE: 11px;
FONT-FAMILY: Tahoma,Helvetica;
COLOR: #FFFFFF;
BACKGROUND-COLOR: #2D3C4D;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#bg A:hover { COLOR: #BAC3CC; TEXT-DECORATION: underline; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#tablea A:hover { COLOR: #BAC3CC; TEXT-DECORATION: underline; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#tableb A:hover { COLOR:#BAC3CC; TEXT-DECORATION: underline; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#tablecat A:hover { COLOR: #BAC3CC; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #BAC3CC; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(images/radiation/cellpic.gif); }
.clsCursor { cursor: hand}
#tablecat { background-image: url(images/radiation/catpic.gif); }
.clsCursor { cursor: hand}
.footer_bg { background-image: url(images/radiation/footer_bg.gif); } |
|
Und ein Bild wie es bei dem style ausschaut so wie ich es gerne hätte in dem andren style wo es nicht geht
Bräke
code: |
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:
|
body {
scrollbar-face-color: #000000;
scrollbar-arrow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #757577;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
}
body a:link, body a:visited, body a:active {
color: #ffffff;
}
body a:hover {
}
#tabletitle {
background-image: url(images/bluefar_lite/cellpic.gif);
}
#inposttable {
}
#tabletitle a:link, #tabletitle a:visited, #tabletitle a:active {
color: #D5D9ED;
}
#tabletitle a:hover {
}
#tablecat {
background-image: url(images/bluefar_lite/catpic.gif);
}
#tablecat a:link, #tablecat a:visited, #tablecat a:active {
}
#tablecat a:hover {
}
#tableb {
background-image: url(images/bluefar_lite/hg4.gif);
}
#tableb a:link, #tableb a:visited, #tableb a:active {
color: #D5D9ED; TEXT-DECORATION: none;
}
#tableb a:hover {
}
#tablea {
background-image: url(images/bluefar_lite/hg3.gif);
}
#tablea a:link, #tablea a:visited, #tablea a:active {
color: #D5D9ED; TEXT-DECORATION: none;
}
#tablea a:hover {
}
form {
padding:0px;
margin:0px;
}
select {
font-size: 10px;
font-family: Verdana;
color: #ffffff;
background-color: #24346e;
}
textarea {
font-size: 12px;
font-family: Verdana;
color: #ffffff;
background-image: url(images/bluefar_lite/hg5.gif);
}
.input {
font-size: 10px;
font-family: Verdana;
color: #ffffff;
background-color: #24346e;
}
.hoverMenu {
display: none;
position: absolute;
z-index: 10;
padding: 5px;
border: 1px solid #000000;
}
.hoverMenu ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.hoverMenu ul li {
text-align: left;
padding: 0;
} |
|
Versuche mal den.
Bräke
Und bitte in Zukunft Codeteile im BB-Code posten, gibt besseren Überblick.
[CODE][/CODE]
golf3look
Zitat: |
Original von Bräke
Und bitte in Zukunft Codeteile im BB-Code posten, gibt besseren Überblick.
|
Ok werd ich machen.
Es hat geklappt. Vielen dank.
Was genau hast du jetzt geändert das ich es das nächste mal auch weiß ?
Bräke
code: |
1:
|
TEXT-DECORATION: none; |
|
hinzugefügt 2x für; tablea und tableb
golf3look
Super. Ich danke dir vielmals.
golf3look
Danke an Bam.
Meine boardbit dateien waren fehler drin.
jetzt geht das mit den unterstrichen.