2k11 and user.css

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

2k11 and user.css

Post by Fabien »

Hi,

I am converting my blog to 2k11 in order to make it responsive.

To customize the theme, I add a user.css file in the templates/2k11 directory and to make a test, I began with a very small change :

Code: Select all

.content blockquote {
    border-left-color: #00478a;
}
No effect. I tried some other changes founded on this forum. Nothing changed. So I have probably missed something but what ?

Cheers,
Fabien
Fabien Chabreuil (blog)
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: 2k11 and user.css

Post by Timbalu »

Hi Fabien

Update your Serendipity v.2.0 to 2.0.3 and you will see the usage of user.css styles.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Re: 2k11 and user.css

Post by Fabien »

Done! It works, thank you.
Fabien Chabreuil (blog)
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: 2k11 and user.css

Post by yellowled »

Fabien wrote:So I have probably missed something but what?
For the record: in older versions of 2k11 (the ones shipped with s9y < 2.0.3), there used to be a theme option to include the user.css. You forgot to set that option to “yes”.

YL
Fabien
Regular
Posts: 204
Joined: Wed Mar 15, 2006 1:02 pm
Location: Paris (France)
Contact:

Re: 2k11 and user.css

Post by Fabien »

Hi,
For the record: in older versions of 2k11 (the ones shipped with s9y < 2.0.3), there used to be a theme option to include the user.css. You forgot to set that option to “yes”.
Oh no, I had upgraded the theme to its last version, but only the theme and not the core of s9y. :oops: So I didn't have that option.

As soon as I made a complete upgrade, every thing was OK.

Cheers,
Fabien
Fabien Chabreuil (blog)
Post Reply