Skinning and designing Serendipity (CSS, HTML, Smarty)
-
Fabien
- Regular
- Posts: 183
- Joined: Wed Mar 15, 2006 1:02 pm
- Location: Paris (France)
-
Contact:
Post
by Fabien » Sat May 07, 2016 7:41 am
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
-
Timbalu
- Regular
- Posts: 4598
- Joined: Sun May 02, 2004 3:04 pm
Post
by Timbalu » Sat May 07, 2016 9:00 am
Hi Fabien
Update your Serendipity v.2.0 to 2.0.3 and you will see the usage of user.css styles.
-
Fabien
- Regular
- Posts: 183
- Joined: Wed Mar 15, 2006 1:02 pm
- Location: Paris (France)
-
Contact:
Post
by Fabien » Sat May 07, 2016 10:37 am
Done! It works, thank you.
-
yellowled
- Regular
- Posts: 7111
- Joined: Fri Jan 13, 2006 11:46 am
- Location: Eutin, Germany
-
Contact:
Post
by yellowled » Sat May 07, 2016 11:29 am
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: 183
- Joined: Wed Mar 15, 2006 1:02 pm
- Location: Paris (France)
-
Contact:
Post
by Fabien » Sat May 07, 2016 11:34 am
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.

So I didn't have that option.
As soon as I made a complete upgrade, every thing was OK.
Cheers,
Fabien