Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 11
Seite [1]
Mario


Just nerd





Beiträge: 934
# Thema - 23.12.2007 um 06:03 Uhr
Hi,

Ich möchte gerne in meiner Downloaddatenbank die Schriftfarbe ändern.

Kann mir jemand sagen wo ich dies mach ?

Meine Downloaddatenbank


------------------




Inaktiv
Fr33z3m4n ClanSphere Team


Medal of Honor




Herkunft: Hamm
Beiträge: 11094
# Antwort: 1 - 23.12.2007 um 10:14 Uhr
in deine css Datei

.headb a:link { color: #deinefarbe; }
.headb a:visited { color: #deinefarbe; }


------------------
mfg
Patrick "Fr33z3m4n" Jaskulski

Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer.

Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 2 - 23.12.2007 um 17:00 Uhr
Funzt net.

Hab das hier drin stehn

 
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.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
1. / 2. / ... 
<?php body {
    
color:#999999;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:20px;
    
text-align:center;
}
white1 {
    
color:#ffffff;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:20px;
    
text-align:center;
}
a:linka:visited {
    
background-color:inherit;
    
color:#555555;
    
text-decoration:none;
}
a:wlinka:wvisited {
    
background-color:inherit;
    
color:#000000;
    
text-decoration:none;
}
a:activea:hover {
    
background-color:inherit;
    
color:#444444;
    
text-decoration:underline;
}
divspan {
    
background-color:inherit;
    
color:#555555;
    
font-family:Verdana,Helvetica,sans-serif;
}
img {
    
border:0px;
}
form {
    
display:inline;
}
td {
    
background-color:inherit;
    
color:#999999;
    
font-size:8pt;
}
textarea {
    
width:90%;
}
ul {
    
margin:0px;
}

#nav-left, #content, #bottom {
    
float:left;
    
margin:auto;
}

#nav-left {
    
width:14%;
}
#nav-right {
    
float:right;
    
width:20%;
}
#content {
    
background-color:inherit;
    
color:#222222;
    
text-align:center;
    
width:66%;
}
#bottom {
    
background-color:#686868;
    
border:1px solid #888888;
    
color:inherit;
    
margin-top:20px;
    
padding:4px 0px 4px 0px;
    
width:100%;
}
#head {
    
background-color:#686868;
    
border:1px solid #333333;
    
color:#ffffff;
    
font-size:25pt;
    
height:100px;
    
margin-bottom:20px;
    
text-align:center;
    
width:100%;
}
#debug {
    
height:150px;
    
margin-bottom:20px;
    
overflow:auto;
    
padding-left:4px;
    
width:100%;
    
text-align:left;
}
#errors {
    
color:#880000;
}
#sql {
    
color:#333333;
}
.
h1 {
    
color#222222;
    
font-size14pt;
    
font-weightbold;
    
text-decorationnone;
}
.
h2 {
    
color#222222;
    
font-size16pt;
    
font-weightnormal;
    
text-decorationnone;
}
.
h3 {
    
color#222222;
    
font-size20pt;
    
font-weightnormal;
    
text-decorationnone;
}
.
form {
    
background-imageurl('images/bgform2.jpg');
    
background-color:#ffffff;
    
border:1px solid #000000;
    
color:#121212;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:2px;
    
padding-left:3px
    
}
.
loginb {
    
background-imageurl('images/bgform.jpg');
    
background-color:#000000;
    
border:1px solid #666666;
    
color:#cccccc;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:2px;
    
padding-left:3px
    
}
.
forum {
background-color:#FFFFFF;
color:000000;
margin:auto;
}
.
headb {
    
background-imageurl('images/title.jpg');
    
color:#ffffff;
    
font-weight:bold;
    
padding:4px;
    
text-align:left;
    
vertical-align:
    
background-repeatrepeat-X;
    
background-positionleft bottom
}
.
bottom {
    
background-imageurl('images/title_bg2.jpg');
    
color:inherit;
    
text-align:left;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
newshead {
    
background-imageurl('images/title.jpg');
    
color:#ffffff;
    
font-size:8pt;
    
font-weight:bold;
    
text-align:left;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
left, .center, .right {
    
padding:1px;
}
.
leftb, .centerb, .rightb {
    
background-imageurl('images/title_bg2.jpg');
    
color:inherit;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
leftc, .centerc, .rightc {
    
background-imageurl('images/title_bg3.jpg');
    
color:inherit;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
left, .leftb, .leftc {
    
text-align:left;
}
.
center, .centerb, .centerc {
    
text-align:center;
}
.
right, .rightb, .rightc {
    
text-align:right;
}
.
quote {
    
color:inherit;
    
padding:6px;
    
text-align:left;
}
.
navhead, .navhead2 {
    
border-left:1px solid #333333; border-right:1px solid #333333; border-top:1px solid #333333; border-bottom:0px solid #333333; background-image: url('images/title.jpg');
    
color:#ffffff;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;
    
background-repeatrepeat-X;
    
background-positionleft bottom
}
.
navbodyb, .navbody2b {
    
background-imageurl('images/title_bg2.jpg');
    
border:1px solid #333333;
    
color:inherit;
    
text-align:left;
    
background-repeatrepeat-X;
    
background-positionleft bottom; list-style-type:nonepadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
calhead {
    
background-color:#eeeeee;
    
color:inherit;
    
padding:4px 2px 4px 2px;
    
text-align:center;
}
.
calday, .calevent, .caltoday, .calweek {
    
padding:4px 2px 4px 2px;
    
text-align:right;
}
.
calday {
    
background-color:#ffffff;
    
color:inherit;
}
.
calevent {
    
background-color:#9E9E9E;
    
color:inherit;
}
.
caltoday {
    
background-color:#B2B2B2;
    
color:inherit;
}
.
calweek {
    
background-color:#ffffff;
    
color:inherit;
}

.
login {
    
border-width:0px;
    
font-size9px
    
color#000000;
    
backgroundtransparent
?>


------------------






Inaktiv
|
Fr33z3m4n ClanSphere Team


Medal of Honor




Herkunft: Hamm
Beiträge: 11094
# Antwort: 3 - 23.12.2007 um 19:15 Uhr
hmm, haste doch garnicht eingetragen, dann kanns ja auch nich gehen. Trags doch so ein, wie ich es geschrieben habe.


------------------
mfg
Patrick "Fr33z3m4n" Jaskulski

Antoine de Saint-Exupéry: Wenn Du ein Schiff bauen willst, so trommle nicht Männer zusammen, um Holz zu beschaffen, Aufgaben zu verteilen, sondern lehre die Männer die Sehnsucht nach dem endlosen weiten Meer.

Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 4 - 23.12.2007 um 20:06 Uhr
Aber die Zeilen finde ich nicht das wollte ich damit sagen / zeigen Oder bin ich blind. Stehn die doch drin ?? Wenn ja wo...

Ich such immer die Zeilen mit Strg+f dann gib ich das ein was de geschrieben hast aber dann kommt Error

Edit: Meinst du das hier ???

a:link, a:visited {
background-color:inherit;
color:#FFFAFA;
text-decoration:none;


------------------






Zuletzt editiert von =bfg=Mario am 23.12.2007 um 20:13 Uhr (1x Editiert)
Inaktiv
|
Chax


King for a day




Herkunft: Bergisch Gladbach
Beiträge: 208
# Antwort: 5 - 23.12.2007 um 20:12 Uhr
 
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.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
251.
252.
253.
254.
255.
256.
257.
258.
1. / 2. / ... 


<?php body {
    
color:#999999;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:20px;
    
text-align:center;
}
white1 {
    
color:#ffffff;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:20px;
    
text-align:center;
}
a:linka:visited {
    
background-color:inherit;
    
color:#555555;
    
text-decoration:none;
}
a:wlinka:wvisited {
    
background-color:inherit;
    
color:#000000;
    
text-decoration:none;
}
a:activea:hover {
    
background-color:inherit;
    
color:#444444;
    
text-decoration:underline;
}
divspan {
    
background-color:inherit;
    
color:#555555;
    
font-family:Verdana,Helvetica,sans-serif;
}
img {
    
border:0px;
}
form {
    
display:inline;
}
td {
    
background-color:inherit;
    
color:#999999;
    
font-size:8pt;
}
textarea {
    
width:90%;
}
ul {
    
margin:0px;
}

#nav-left, #content, #bottom {
    
float:left;
    
margin:auto;
}

#nav-left {
    
width:14%;
}
#nav-right {
    
float:right;
    
width:20%;
}
#content {
    
background-color:inherit;
    
color:#222222;
    
text-align:center;
    
width:66%;
}
#bottom {
    
background-color:#686868;
    
border:1px solid #888888;
    
color:inherit;
    
margin-top:20px;
    
padding:4px 0px 4px 0px;
    
width:100%;
}
#head {
    
background-color:#686868;
    
border:1px solid #333333;
    
color:#ffffff;
    
font-size:25pt;
    
height:100px;
    
margin-bottom:20px;
    
text-align:center;
    
width:100%;
}
#debug {
    
height:150px;
    
margin-bottom:20px;
    
overflow:auto;
    
padding-left:4px;
    
width:100%;
    
text-align:left;
}
#errors {
    
color:#880000;
}
#sql {
    
color:#333333;
}
.
h1 {
    
color#222222;
    
font-size14pt;
    
font-weightbold;
    
text-decorationnone;
}
.
h2 {
    
color#222222;
    
font-size16pt;
    
font-weightnormal;
    
text-decorationnone;
}
.
h3 {
    
color#222222;
    
font-size20pt;
    
font-weightnormal;
    
text-decorationnone;
}
.
form {
    
background-imageurl('images/bgform2.jpg');
    
background-color:#ffffff;
    
border:1px solid #000000;
    
color:#121212;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:2px;
    
padding-left:3px
    
}
.
loginb {
    
background-imageurl('images/bgform.jpg');
    
background-color:#000000;
    
border:1px solid #666666;
    
color:#cccccc;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:2px;
    
padding-left:3px
    
}
.
forum {
background-color:#FFFFFF;
color:000000;
margin:auto;
}
.
headb {
    
background-imageurl('images/title.jpg');
    
color:#ffffff;
    
font-weight:bold;
    
padding:4px;
    
text-align:left;
    
vertical-align:
    
background-repeatrepeat-X;
    
background-positionleft bottom
}
.
bottom {
    
background-imageurl('images/title_bg2.jpg');
    
color:inherit;
    
text-align:left;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
newshead {
    
background-imageurl('images/title.jpg');
    
color:#ffffff;
    
font-size:8pt;
    
font-weight:bold;
    
text-align:left;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
left, .center, .right {
    
padding:1px;
}
.
leftb, .centerb, .rightb {
    
background-imageurl('images/title_bg2.jpg');
    
color:inherit;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
leftc, .centerc, .rightc {
    
background-imageurl('images/title_bg3.jpg');
    
color:inherit;
    
background-repeatrepeat-X;
    
background-positionleft bottompadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
left, .leftb, .leftc {
    
text-align:left;
}
.
center, .centerb, .centerc {
    
text-align:center;
}
.
right, .rightb, .rightc {
    
text-align:right;
}
.
quote {
    
color:inherit;
    
padding:6px;
    
text-align:left;
}
.
navhead, .navhead2 {
    
border-left:1px solid #333333; border-right:1px solid #333333; border-top:1px solid #333333; border-bottom:0px solid #333333; background-image: url('images/title.jpg');
    
color:#ffffff;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;
    
background-repeatrepeat-X;
    
background-positionleft bottom
}
.
navbodyb, .navbody2b {
    
background-imageurl('images/title_bg2.jpg');
    
border:1px solid #333333;
    
color:inherit;
    
text-align:left;
    
background-repeatrepeat-X;
    
background-positionleft bottom; list-style-type:nonepadding-left:8pxpadding-right:6pxpadding-top:4pxpadding-bottom:4px
}
.
calhead {
    
background-color:#eeeeee;
    
color:inherit;
    
padding:4px 2px 4px 2px;
    
text-align:center;
}
.
calday, .calevent, .caltoday, .calweek {
    
padding:4px 2px 4px 2px;
    
text-align:right;
}
.
calday {
    
background-color:#ffffff;
    
color:inherit;
}
.
calevent {
    
background-color:#9E9E9E;
    
color:inherit;
}
.
caltoday {
    
background-color:#B2B2B2;
    
color:inherit;
}
.
calweek {
    
background-color:#ffffff;
    
color:inherit;
}

.
login {
    
border-width:0px;
    
font-size9px;
    
color#000000;
    
backgroundtransparent



.
headb a:link color#deinefarbe; }
.headb a:visited color#deinefarbe; }




Gaaaaaaanz unten deine Farbe reinhaun. ;>


Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 6 - 23.12.2007 um 20:14 Uhr
lolsagt das doch


------------------






Inaktiv
|
Chax


King for a day




Herkunft: Bergisch Gladbach
Beiträge: 208
# Antwort: 7 - 23.12.2007 um 20:14 Uhr
Hat er doch.


Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 8 - 23.12.2007 um 20:20 Uhr
hehe Geht das mit dem Board auch ???

Da ist die Schrifft auch so Gräulich

Klick for Board


------------------






Inaktiv
|
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 9 - 23.12.2007 um 20:39 Uhr
ja guck einfach welche class da benutzt wird und mach es genau so wie oben nur anstatt headb halt die andere class

müsste glaub ich bottom sein


Inaktiv
|
Swifter


Specialist





Beiträge: 1841
# Antwort: 10 - 24.12.2007 um 14:26 Uhr
sorry für OT, aba : nutzt doch mal die clip funktion... is ja schrecklich das gescrolle hier nee nee ^^


------------------
Greetz Swifter


Wenn du dich klein, nutzlos, beleidigt und depressiv fühlst, denke immer daran: Du warst einmal das schnellste und erfolgreichste Spermium deiner Gruppe!


Zuletzt editiert von Swifter am 24.12.2007 um 14:27 Uhr (1x Editiert)
Inaktiv
|
Mario
Thread-Ersteller


Just nerd





Beiträge: 934
# Antwort: 11 - 24.12.2007 um 14:36 Uhr
Sorry ich werde deinen wünschen nachgehen


------------------






Inaktiv
|
Antworten: 11
Seite [1]


Sie müssen sich registrieren, um zu antworten.