WYSIWYG

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Post Reply
pafy
Regular
Posts: 50
Joined: Fri Aug 11, 2006 3:48 pm

WYSIWYG

Post by pafy »

Hallo,

wo kann man die Farbe der horizontalen Linie (horizontal rule) festlegen?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: WYSIWYG

Post by garvinhicking »

Hi!

Im CSS style.css Deines Themes via

Code: Select all

hr {
color: red;
}
Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pafy
Regular
Posts: 50
Joined: Fri Aug 11, 2006 3:48 pm

Post by pafy »

Klingt gut, aber egal wo ich es eingefügt habe, structural/entry styles, die Linie bleibt grau.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Zeig mal deine URL wo Du es eingefügt hast!

Viele Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pafy
Regular
Posts: 50
Joined: Fri Aug 11, 2006 3:48 pm

Post by pafy »

Last edited by pafy on Thu Dec 07, 2006 11:09 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

In deinem Stylesheet: http://www.peaceandfuckyou.com/index.ph ... dipity.css findet sich die CSS-Anweisung nicht, die ich Dir genannt habe...?

Probier mal folgende:

Code: Select all

hr {
border: 1px solid red;
}
Grüße,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pafy
Regular
Posts: 50
Joined: Fri Aug 11, 2006 3:48 pm

Post by pafy »

Meinst Du nicht die style.css des templates (reflection)? Ich schau derweil mal nach, gesehen habe ich nichts.
pafy
Regular
Posts: 50
Joined: Fri Aug 11, 2006 3:48 pm

Post by pafy »

Ist wohl die ruichtige css - probiere es mal unter entry style, danach structural. Einfach nur einfügen, ja?
pafy
Regular
Posts: 50
Joined: Fri Aug 11, 2006 3:48 pm

Post by pafy »

Nu hat's geklappt. Danke vielmals!

Aber wo ich gerade dabei bin. Im plugin Link sind die lines des tree ebenfalls grau statt weiss. (Das sind so die Kleinigkeiten, an denen ich noch feile)
Post Reply