ploneCustom.css ?
5 posts
• Page 1 of 1
Neber mind... It worked...
all you have to do is place this at the beginning of the plone.css: @import url(ploneCustom.css); Really you could put whatever you want there. Import to your hearts content...long and the short is, its the only change you have to make to the plone.css, rather than buggerin through it to make all the changes each time..or if you update dataface, and some changes to plone.css are part of the dataface main...then you can keep those and have yours as well. Tis better than just having a plone.css of your own and overwriting the update.
Re: ploneCustom.css ?Hi,
I try to import my ploneCustom css for override some html attributs W3C says :
But if I do this, plone.css overrides my ploneCustom.css !!!! How to do ?
Re: ploneCustom.css ?To work fine I must do this :
1) create ploneDefault.css with contents of initial plone.css 2) create ploneCustom.css 3) update plone.css like this : @import url(ploneDefault.css); @import url(ploneCustom.css); and now, it works fine.
Re: ploneCustom.css ?Put ploneCustom.css into your application directory (and link in slot name="custom_stylesheets" in Dataface_Main_Template.html) and whatever's in it will override same entry in plone.css
5 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 19 guests |