Is there a default style-sheet implemented for windows for items without specified styles, for instance, links are blue, clicked links are purple, text boxes turn blue when they get focus, etc? If so, when can I find it?
The file is html4.css (found in WebCore/css). dave On Sep 11, 2006, at 6:10 PM, schmindor wrote:
Is there a default style-sheet implemented for windows for items without specified styles, for instance, links are blue, clicked links are purple, text boxes turn blue when they get focus, etc? If so, when can I find it? _______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
On Sep 11, 2006, at 6:10 PM, schmindor wrote:
Is there a default style-sheet implemented for windows for items without specified styles, for instance, links are blue, clicked links are purple, text boxes turn blue when they get focus, etc? If so, when can I find it?
html4.css This is cross-platform, though, not windows-specific. - Maciej
Hi, The default HTML style sheet is <http://trac.webkit.org/projects/ webkit/browser/trunk/WebCore/css/html4.css>, with <http:// trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/quirks.css> also being used if the page is in strict mode. I think there may be other default style rules that are applied within the engine, but the ones that you mention are all specified within these CSS files. Cheers, Mark Rowe On 12/09/2006, at 1:10 PM, schmindor wrote:
Is there a default style-sheet implemented for windows for items without specified styles, for instance, links are blue, clicked links are purple, text boxes turn blue when they get focus, etc? If so, when can I find it? _______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
A note on that its converted to compiled form by make-css-file-arrays.pl And I've not found any code to hook in a user style sheet. Seems to be implementation dependent. External resources in general seem to be a bit of a problem right now. On 9/11/06, Mark Rowe <opendarwin.org@bdash.net.nz> wrote:
Hi,
The default HTML style sheet is <http://trac.webkit.org/projects/ webkit/browser/trunk/WebCore/css/html4.css>, with <http:// trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/quirks.css> also being used if the page is in strict mode. I think there may be other default style rules that are applied within the engine, but the ones that you mention are all specified within these CSS files.
Cheers,
Mark Rowe
On 12/09/2006, at 1:10 PM, schmindor wrote:
Is there a default style-sheet implemented for windows for items without specified styles, for instance, links are blue, clicked links are purple, text boxes turn blue when they get focus, etc? If so, when can I find it? _______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
The user stylesheet location is a WebKit preference. dave On Sep 12, 2006, at 12:56 AM, Mike Emmel wrote:
A note on that its converted to compiled form by make-css-file-arrays.pl
And I've not found any code to hook in a user style sheet. Seems to be implementation dependent. External resources in general seem to be a bit of a problem right now.
On 9/11/06, Mark Rowe <opendarwin.org@bdash.net.nz> wrote:
Hi,
The default HTML style sheet is <http://trac.webkit.org/projects/ webkit/browser/trunk/WebCore/css/html4.css>, with <http:// trac.webkit.org/projects/webkit/browser/trunk/WebCore/css/quirks.css> also being used if the page is in strict mode. I think there may be other default style rules that are applied within the engine, but the ones that you mention are all specified within these CSS files.
Cheers,
Mark Rowe
On 12/09/2006, at 1:10 PM, schmindor wrote:
Is there a default style-sheet implemented for windows for items without specified styles, for instance, links are blue, clicked links are purple, text boxes turn blue when they get focus, etc? If so, when can I find it? _______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list webkit-dev@opendarwin.org http://www.opendarwin.org/mailman/listinfo/webkit-dev
participants (5)
-
David Hyatt
-
Maciej Stachowiak
-
Mark Rowe
-
Mike Emmel
-
schmindor