Difference between revisions of "User agent stylesheet"

From PowerUI
Jump to: navigation, search
Line 1: Line 1:
Like ordinary web browsers, PowerUI also contains its own user agent stylesheet. It's mainly a slightly modified version of the ones from Gecko (Firefox). In here you'll find the default styling for things like the scrollbars and buttons etc, and it's available at this location:
+
Like ordinary web browsers, PowerUI also contains its own user agent stylesheet. These define the core styles as well as the appearance of scrollbars, input elements etc as they're all just pure HTML too. PowerUI's stylesheet is mainly a modified version of the ones from Gecko (Firefox). It's available at this location:
  
<blockquote>
+
* PowerUI/Resources/xhtml-style.html
PowerUI/Resources/xhtml-style.html
 
</blockquote>
 
  
 
''Note that it is actually a .css file but Unity doesn't recognise 'css' as a text file type.''
 
''Note that it is actually a .css file but Unity doesn't recognise 'css' as a text file type.''
Line 9: Line 7:
 
There's a few other stylesheets around, such as the one for MathML:
 
There's a few other stylesheets around, such as the one for MathML:
  
<blockquote>
+
* PowerUI/Source/Extras/MathML/Resources/mml-style.html
PowerUI/Source/Extras/MathML/Resources/mml-style.html
+
 
</blockquote>
+
== Extending without editing ==
 +
 
 +
You can add global styles by creating a file called customStyle.html in any Resources folder to extend the XHTML stylesheet.

Revision as of 01:44, 13 March 2017

Like ordinary web browsers, PowerUI also contains its own user agent stylesheet. These define the core styles as well as the appearance of scrollbars, input elements etc as they're all just pure HTML too. PowerUI's stylesheet is mainly a modified version of the ones from Gecko (Firefox). It's available at this location:

  • PowerUI/Resources/xhtml-style.html

Note that it is actually a .css file but Unity doesn't recognise 'css' as a text file type.

There's a few other stylesheets around, such as the one for MathML:

  • PowerUI/Source/Extras/MathML/Resources/mml-style.html

Extending without editing

You can add global styles by creating a file called customStyle.html in any Resources folder to extend the XHTML stylesheet.