You can.
Using Insert > Stylesheets, create a link to an empty external
stylesheet into your document. Make sure that in the list of <style>
and <link> defining stylesheets, your external stylesheet is the
last one. Of course, BlueGriffon is only able to edit stylesheets that
are on your hard disk or (mounted remote disks with associated
privileges). In that case, the CSS Properties panel outputs the
generated CSS rules into the file.
The forthcoming CSS Pro Editor will let you edit stylesheets in a much
more powerful way. Stay tuned...
</Daniel>
Le 29/03/11 15:45, Brian a écrit :
No it can't for a very simple reason. Suppose you want to edit
class "foo" but there is another stylesheet, in late order of
parsing, that applies to class "bar" and the element you're
editing has both classes... Since the rules are of same specificity,
what you need is a .foo happening AFTER the .bar or you'll end
up with an ugly !important.
Trust me, that's not easy to allow styling whatever the stylesheets
attached and the context. I spent years on that, litterally. The
behaviour of the CSS Properties Panel is then a compromise, but a
compromise that should work whatever the web page you edit :-)
</Daniel>
Le 29/03/11 17:25, Brian Hinto a écrit :
> What about an option to select the stylesheet to edit? I'm thinking
> along the lines of specific media stylesheets? (ie. print, etc.) Like a
> drop down within the main BG interface choosing which external
> stylesheet is the active one. And then the style changes would take
> place in that specific stylesheet.
That's an interesting idea I must say. But it's not something for
beginners who don't master CSS yet. What if it's an add-on to the
CSS Properties Panel ?
</Daniel>
Le 29/03/11 17:34, Brian Hinto a écrit :