summaryrefslogtreecommitdiffstats
path: root/fedoratheme/kindofblue/profiles/default/cssregistry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fedoratheme/kindofblue/profiles/default/cssregistry.xml')
-rw-r--r--fedoratheme/kindofblue/profiles/default/cssregistry.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/fedoratheme/kindofblue/profiles/default/cssregistry.xml b/fedoratheme/kindofblue/profiles/default/cssregistry.xml
new file mode 100644
index 0000000..c683af0
--- /dev/null
+++ b/fedoratheme/kindofblue/profiles/default/cssregistry.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!-- This file holds the setup configuration for the portal_css tool. -->
+
+<object name="portal_css">
+
+ <!-- Stylesheets that will be registered with the portal_css tool are defined
+ here. You can also specify values for existing resources if you need to
+ modify some of their properties.
+ Stylesheet elements accept these parameters:
+ - 'id' (required): it must respect the name of the css or DTML file
+ (case sensitive). '.dtml' suffixes must be ignored.
+ - 'expression' (optional - default: ''): a tal condition.
+ - 'media' (optional - default: ''): possible values: 'screen', 'print',
+ 'projection', 'handheld'...
+ - 'rel' (optional - default: 'stylesheet')
+ - 'title' (optional - default: '')
+ - 'rendering' (optional - default: 'import'): 'import', 'link' or
+ 'inline'.
+ - 'enabled' (optional - default: True): boolean
+ - 'cookable' (optional - default: True): boolean (aka 'merging allowed')
+ See registerStylesheet() arguments in
+ ResourceRegistries/tools/CSSRegistry.py for the latest list of all
+ available keys and default values.
+ -->
+ <stylesheet title=""
+ id="++resource++fedoratheme.kindofblue.stylesheets/main.css"
+ media="screen" rel="stylesheet" rendering="import"
+ cacheable="True" compression="safe" cookable="True"
+ enabled="1" expression=""/>
+
+</object>