Page 1 of 1

2k11 and user.css

Posted: Sat May 07, 2016 7:41 am
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

Re: 2k11 and user.css

Posted: Sat May 07, 2016 9:00 am
by Timbalu
Hi Fabien

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

Re: 2k11 and user.css

Posted: Sat May 07, 2016 10:37 am
by Fabien
Done! It works, thank you.

Re: 2k11 and user.css

Posted: Sat May 07, 2016 11:29 am
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

Re: 2k11 and user.css

Posted: Sat May 07, 2016 11:34 am
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