Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 10
Seite [1]
Billbo


Try to beat me





Beiträge: 118
# Thema - 23.04.2008 um 16:57 Uhr
Servus...

Ich möchte gerne die Ränder der Clansphere "eigenen Seiten" genauso gestaltet haben wie die der statischen Seite.

Diese Ränder habe ich in der css so definiert:

Ränder +-
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
<?php 
}    
.
stathead 
font-size:11pt
font-weight:bold
background-imageurl(images/news_head.gif); 
background-repeatrepeat-x
padding:4px 6px 4px 8px
height:29
text-align:left

}
.
stattopic {
background-imageurl(images/news_betreff.gif); 
background-repeatrepeat-x;
font-weight:boldpadding:4pxtext-align:left
}
 
?>


Welche css Angaben muss ich ändern damit ich die standart css an diese Ränder anpassen kann?

meine restliche css +-
 
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.
259.
260.
261.
262.
263.
264.
265.
266.
267.
268.
269.
270.
271.
272.
273.
274.
275.
276.
277.
278.
279.
280.
281.
282.
283.
284.
285.
286.
287.
288.
289.
290.
291.
292.
293.
294.
295.
296.
297.
298.
299.
300.
301.
302.
303.
304.
305.
306.
307.
308.
309.
310.
1. / 2. / ... 
<?php /* $Id: clansphere.css 232 2006-08-19 16:07:22Z hajo $ */

body {
background-color:#1b1818;
    
color:#333333;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:0px;
    
leftmargin:0px;
        
marginheight:0px;
        
topmargin:0px;
        
text-align:center;
}
a:linka:visited {
    
background-color:inherit;
    
color:#202f04;
    
text-decoration:none;
}
a:activea:hover background-color:inheritcolor:#414630; text-decoration:none; }

div,span {
    
background-color:inherit;
    
color:#222222;
    
font-family:Verdana,Helvetica,sans-serif;
}
.
clearfix:after {
    
content"."
    
displayblock
    
height0
    
clearboth
    
visibilityhidden;
}

/* Hides from IE-mac \*/
html .clearfix {height1%;}
/* End hide from IE-mac */
img {
    
border:0px;
}
form {
    
display:inline;
}
td {
    
background-color:#transparent
    
color:#7c7f78;
    
font-size:8pt;
    
vertical-align:top;
}
textarea {
    
width:90%;
}
ul {
    
margin:0px;
}

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

#nav-left {
    
width:14%;
}
#nav-right {
    
float:right;
    
width:14%;
}
#content {
    
background-color:inherit;
    
color:#c9cfba;
    
text-align:center;
    
width:66%;
}
#bottom {
    
background-color:#545c43;
    
color:inherit;
    
margin-top:40px;
    
padding:4px 0px 4px 0px;
    
width:100%;
}
#head {
    
background-color:#545c43;
    
color:#F2F2F2;
    
font-size:25pt;
    
height:150px;
    
margin-bottom:30px;
    
text-align:center;
    
width:100%;
}
#debug {
    
height:150px;
    
margin-bottom:20px;
    
overflow:auto;
    
padding-left:4px;
    
width:100%;
    
text-align:left;
}
#errors {
    
color:#CC0000;
}
#sql {
    
color:#777777;
}
.
h1 {
    
color#333333;
    
font-size14pt;
    
font-weightbold;
    
text-decorationnone;
}
.
h2 {
    
color#333333;
    
font-size16pt;
    
font-weightnormal;
    
text-decorationnone;
}
.
h3 {
    
color#333333;
    
font-size20pt;
    
font-weightnormal;
    
text-decorationnone;
}
.
form {
    
background-color:#adae89;
    
border:2px ridge #002200;
    
color:#002200;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:2px;
    
padding-left:3px;
}
.
forum {
    
background-color:#CCEEBB;
    
color:inherit;
    
margin:auto;
}
.
headb {
background-imageurl(images/news_betreff.gif); 
background-repeatrepeat-x;
color:#ffffff; font-weight:bold; padding:4px; text-align:left; border-top: 1px ridge black; border-right: 1px ridge black;
    
    
color:#f2f2f2;
    
font-weight:bold;
    
padding:4px;
    
text-align:left;
}
.
bottom {
    
background-color:#adae89;
    
border:2px ridge #002200;
    
color:#002200;
    
font-family:Verdana,Helvetica,sans-serif;
    
font-size:8pt;
    
margin:2px;
    
padding-left:3px;
}
.
newshead color:#ffffff; font-size:11pt; font-weight:bold; background-image: url(images/news_head.gif);
background-repeatrepeat-xpadding:4px 6px 4px 8px;
height:29text-align:left;
border-top1px ridge blackborder-right1px ridge blackborder-bottom1px ridge blackborder-left-width1px;}

.
leftb,.centerb,.rightb {
background-image:url('images/navbodyb_bg.png');
    
border:ridge 1px;
    
padding:4px 6px 4px 8px;
}
.
leftc,.centerc,.rightc {
background-image:url('images/navbodyb_bg.png');
    
border:ridge 1px;
    
padding:4px 6px 4px 8px;
}
.
left,.leftb,.leftc {text-align:left;
}
.
center,.centerb,.centerc {text-align:center;
}
.
right,.rightb,.rightc {text-align:right;
}
.
quote {
    
background-color:#a4ac96;
    
border:ridge 2px;
    
color:inherit;
    
padding:6px;
    
text-align:left;
}
.
navhead {
background-image:url('images/navhead.gif');
        
background-repeatno-repeat
        
width175px;
        
height29px;
    
border-width:1px 1px 1px 1px;
    
color:#F2F2F2;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;

}
.
navhead2 {
background-image:url('images/navhead_right.gif');
    
background-repeatno-repeat
        
width175px;
        
height29px;
    
border-width:1px 1px 1px 1px;
    
color:#F2F2F2;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;


}
.
navbodyb {
background-image:url('images/navbodyb_bg.png');
    
border-width:1px 1px 1px 1px;
        
border-colorblack;
    
color:inherit;
    list-
style:none;
    
padding:4px 6px 4px 8px;
    
text-align:left;

}
.
navbody2b {
background-image:url('images/navbodyb_bg.png');
    
border-width:1px 1px 1px 1px;
        
border-colorblack;
    
color:inherit;
    list-
style:none;
    
padding:4px 6px 4px 8px;
    
text-align:left;

}
.
navbodyend {
background-image:url('images/box_left_unten.png');
        
height20px;
        
width175px;
        
background-repeatno-repeat

}
.
navbodyend2 {
background-image:url('images/box_right_unten.png');
        
height20px;
        
width175px;
        
background-repeatno-repeat
}

.
calhead {
    
background-color:#c3ceac;
    
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:#909070;
    
color:inherit;
}
.
calevent {
    
background-color:#809070;
    
color:inherit;
}
.
caltoday {
    
background-color:#907060;
    
color:inherit;
}
.
calweek {
    
background-color:#609020;
    
color:inherit;
}


.
left {
    
floatleft;
    
margin0pt;
}
.
right {
    
floatright;
    
margin0pt;
}
.
center {
        
background-image:url('images/navbodyb_bg.png');
}
.
main {
        
background-image:url('images/bg.jpg');

}
.
tabelle 
        
background-color:#748460;
        
color:inherit;
        
text-alignleft;

}    
.
stathead 
font-size:11pt
font-weight:bold
background-imageurl(images/news_head.gif); 
background-repeatrepeat-x
padding:4px 6px 4px 8px
height:29
text-align:left

}
.
stattopic {
background-imageurl(images/news_betreff.gif); 
background-repeatrepeat-x;
font-weight:boldpadding:4pxtext-align:left
    
    

}

 
?>



Ein anderes Problem ist, wie ändere ich die Farbe des Textes ohne dabei dem Rand die jeweilige Farbe mitzugeben.
Denn wenn ich in der css unter dem jeweiligen Bereich color:#ffffff; hinzufüge wird auch der Rand um diese Farbe ergänzt.

Link zur Seite http://shadowaut.sh.funpic.de/

Die "richtigen" Ränder http://shadowaut.sh.funpic.de/index.php?mod=static&action=view&id=7


Zuletzt editiert von Billbo am 23.04.2008 um 17:04 Uhr (1x Editiert)
Inaktiv
Ramires ClanSphere Team

Supporter
Supporter



Herkunft: Waldeck
Beiträge: 1900
# Antwort: 1 - 23.04.2008 um 17:47 Uhr
vergiss den about link nicht,...


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

Verschwende keine Energie an Dinge die Du nicht ändern kannst...


Inaktiv
|
Billbo
Thread-Ersteller


Try to beat me





Beiträge: 118
# Antwort: 2 - 23.04.2008 um 20:59 Uhr
ist about und script Info nicht das selbe?

Nun aber zu meinem Rand problem ^^


Inaktiv
|
sgraewe ClanSphere Team

Supporter
Supporter




Beiträge: 6116
# Antwort: 3 - 23.04.2008 um 21:01 Uhr
ja sind es nur das steht ja nirgendwo bei dir


Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 4 - 23.04.2008 um 21:20 Uhr
ich kann nur bejahen das kein about drin is
About Regeln


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Zuletzt editiert von FireDragon ClanSphere Team am 23.04.2008 um 21:21 Uhr (1x Editiert)
Inaktiv
|
Billbo
Thread-Ersteller


Try to beat me





Beiträge: 118
# Antwort: 5 - 23.04.2008 um 22:05 Uhr
Wollte nun schon kesse Sprüche schreiben und son bösen kram aber... ihr hattet recht... hatte falsche back up genommen der Index kurz nachdem ich den Thread geschrieben habe^^
Da war nur der Code drin von einigen Elementen zum experimentieren

Naja ...passt sonst bleibt bei mir aber immer drin ehrlich


Kann mir nun jmd sagen wo die Rand farben von dem clansphere content definiert sind?


Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 6 - 23.04.2008 um 22:09 Uhr
bei mir sind die beiden ränder (statische und news/recent) gleich o.O

bzw was ist eig dein problem ... welcher rand^^?


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
Billbo
Thread-Ersteller


Try to beat me





Beiträge: 118
# Antwort: 7 - 23.04.2008 um 22:19 Uhr
Also...

Im Fire Fox sieht man hier http://shadowaut.sh.funpic.de/index.php?mod=static&action=view&id=7
einen grauen rand und innen eben schwarzen rand.

Bei den News allerdings sieht man im Fire Fox einen weißen Rand und eben den schwarzen ridge innen.

Also die sind selbst im IE oder Safari - wo die statischen Seiten nen dicken schwarzen Rand haben NICHT gleich.
Da ist eben der News Bereich auch weiß mit innen schwarz.

Wo kann ich also die Ränder der Clansphere Content Sachen ändern? Welche Punkte in der css gehören dazu?


Zuletzt editiert von Billbo am 23.04.2008 um 23:51 Uhr (1x Editiert)
Inaktiv
|
.snaga


Rock the board




Beiträge: 79
# Antwort: 8 - 30.04.2008 um 23:06 Uhr
wenn ich dir einen tip geben darf. bau deine seite komplett im ff auf wenn du css benutzt....
anschließend schaust dir den spass im ie an..macht ne browserweiche und schreibst ein fix css für den ie....den mit einer css für beide browser? das macht ie eindeutig unmöglich....


Inaktiv
|
Ramires ClanSphere Team

Supporter
Supporter



Herkunft: Waldeck
Beiträge: 1900
# Antwort: 9 - 30.04.2008 um 23:22 Uhr
mit einer css für beide browser?


hö,...? also ich persönlich passe mit einer css ff, ie6.0 und opera an, vorher geht nix raus,... beim ie 7 muss ich sagen, der interessiert mich bis jetzt weniger,...

nur die vorgehensweise würde ich nicht vorschlagen,...


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

Verschwende keine Energie an Dinge die Du nicht ändern kannst...


Inaktiv
|
.snaga


Rock the board




Beiträge: 79
# Antwort: 10 - 30.04.2008 um 23:41 Uhr
gut dann weiß ich an wenn ich mich ab sofort wenden muss
wenns dir nix ausmacht ^^


Inaktiv
|
Antworten: 10
Seite [1]


Sie müssen sich registrieren, um zu antworten.