Hi,
I have embedded the Blog into my website and it is inheriting the main site's stylesheets, obviously....but how can I go about assigning a different style sheet to the blog itself?
The installation documentation makes reference to this.but just says how to do it will be added when someone can find the time to do so.
Thanks
Alexis
Stylesheets
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Stylesheets
Hi!
When you embed s9y into your main site, then you need to change the main site's stylesheet to change the look of Serendipity.
Only when you don't embed s9y, the CSS of its templates are emitted, that's the whole reason for embedding though.
Best regards,
Garvin
When you embed s9y into your main site, then you need to change the main site's stylesheet to change the look of Serendipity.
Only when you don't embed s9y, the CSS of its templates are emitted, that's the whole reason for embedding though.
Best regards,
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/
# 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/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
Re: Stylesheets
You could use your site's main stylesheet to import a particular template's stylesheet.
=Don=
-
alexisantonakis
- Posts: 3
- Joined: Mon Mar 01, 2010 10:00 pm
Re: Stylesheets
Thanks guys..decided to use an <iframe> instead, that way I can keep the css of the blog separate to my site