|
Users Developers Wiki help. |
Users /
Themes-DraftHow to create your own themeImport the default theme, and supplement it locally; rather than amending the default theme: there will continue to be amendments to the default theme, and you can do everything you could in the default theme. See the redblue theme for an example of what this can look like: but that's also a core theme, so don't amend that one either! Instead, use it as a template for your new theme - it illustrates how to use the css import. style.css@import url(../default/style.css); style_screen.css@import url(../default/style_screen.css); |