:right-sidebar: True UserStyleLevel =================================================================== .. currentmodule:: gi.repository.WebKit .. versionadded:: 2.6 .. class:: UserStyleLevel :no-contents-entry: Specifies how to treat an user style sheet. Fields ------ .. rst-class:: interim-class .. class:: UserStyleLevel :no-index: .. attribute:: AUTHOR The style sheet will be treated as if it was provided by the loaded documents. That means other user style sheets may still override it. .. attribute:: USER The style sheet is an user style sheet, its contents always override other style sheets. This is the default.