[10084] | 1 | <?xml version="1.0"?> |
---|
| 2 | <!-- This file holds the setup configuration for the portal_css tool. --> |
---|
| 3 | |
---|
| 4 | <object name="portal_css"> |
---|
| 5 | |
---|
| 6 | <stylesheet title="" |
---|
| 7 | id="base.css" |
---|
| 8 | media="screen" rel="stylesheet" rendering="link" |
---|
| 9 | cacheable="True" compression="safe" cookable="True" |
---|
| 10 | enabled="1" expression=""/> |
---|
| 11 | |
---|
| 12 | <stylesheet title="" |
---|
| 13 | id="authoring.css" |
---|
| 14 | media="screen" rel="stylesheet" rendering="link" |
---|
| 15 | cacheable="True" compression="safe" cookable="True" |
---|
| 16 | enabled="1" expression=""/> |
---|
| 17 | |
---|
| 18 | <stylesheet title="" |
---|
| 19 | id="columns.css" |
---|
| 20 | media="screen" rel="stylesheet" rendering="link" |
---|
| 21 | cacheable="True" compression="safe" cookable="True" |
---|
| 22 | enabled="1" expression=""/> |
---|
| 23 | |
---|
| 24 | <stylesheet title="" |
---|
| 25 | id="controlpanel.css" |
---|
| 26 | media="screen" rel="stylesheet" rendering="link" |
---|
| 27 | cacheable="True" compression="safe" cookable="True" |
---|
| 28 | enabled="1" expression=""/> |
---|
| 29 | |
---|
| 30 | <stylesheet title="" |
---|
| 31 | id="deprecated.css" |
---|
| 32 | media="screen" rel="stylesheet" rendering="link" |
---|
| 33 | cacheable="True" compression="safe" cookable="True" |
---|
| 34 | enabled="1" expression=""/> |
---|
| 35 | |
---|
| 36 | <stylesheet title="" |
---|
| 37 | id="forms.css" |
---|
| 38 | media="screen" rel="stylesheet" rendering="link" |
---|
| 39 | cacheable="True" compression="safe" cookable="True" |
---|
| 40 | enabled="1" expression=""/> |
---|
| 41 | |
---|
| 42 | <stylesheet title="" |
---|
| 43 | id="navtree.css" |
---|
| 44 | media="screen" rel="stylesheet" rendering="link" |
---|
| 45 | cacheable="True" compression="safe" cookable="True" |
---|
| 46 | enabled="1" expression=""/> |
---|
| 47 | |
---|
| 48 | <stylesheet title="" |
---|
| 49 | id="invisibles.css" |
---|
| 50 | media="screen" rel="stylesheet" rendering="link" |
---|
| 51 | cacheable="True" compression="safe" cookable="True" |
---|
| 52 | enabled="1" expression=""/> |
---|
| 53 | |
---|
| 54 | <stylesheet title="" |
---|
| 55 | id="kupuplone.css" |
---|
| 56 | media="screen" rel="stylesheet" rendering="link" |
---|
| 57 | cacheable="True" compression="safe" cookable="True" |
---|
| 58 | enabled="1" expression=""/> |
---|
| 59 | |
---|
| 60 | <stylesheet title="" |
---|
| 61 | id="ploneCustom.css" |
---|
| 62 | media="screen" rel="stylesheet" rendering="link" |
---|
| 63 | cacheable="True" compression="safe" cookable="True" |
---|
| 64 | enabled="1" expression=""/> |
---|
| 65 | |
---|
| 66 | <stylesheet title="" |
---|
| 67 | id="mobile.css" |
---|
| 68 | media="handheld, screen and (max-device-width: 480px)" rel="stylesheet" rendering="link" |
---|
| 69 | cacheable="True" compression="safe" cookable="True" |
---|
| 70 | enabled="1" expression=""/> |
---|
| 71 | |
---|
| 72 | |
---|
| 73 | |
---|
| 74 | </object> |
---|