-
Notifications
You must be signed in to change notification settings - Fork 0
/
rules.xml
32 lines (25 loc) · 1.18 KB
/
rules.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<rules
xmlns="http://namespaces.plone.org/diazo"
xmlns:css="http://namespaces.plone.org/diazo/css"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!-- <theme href="theme/theme.html" /> -->
<theme href="theme/theme.html" />
<after css:theme="head link:last-of-type" content="/html/head/link" />
<after css:theme="head script:last-of-type" content="/html/head/script" />
<after css:theme-children="html > head">
<link rel="stylesheet" href="/static/theme.css" />
<script src="/static/theme.js" />
</after>
<drop css:content="#ContentPlaceHolder1_imgFrontpage" />
<drop css:content=".footer" />
<drop css:content="#hfBackgroundImage" />
<drop css:content="#ContentPlaceHolder1_imgLogo" />
<drop css:content="img.Top_left" />
<replace css:content="#imgCompanyLogo">
<h2>LMU-Printservice - Cloud Printing</h2>
</replace>
<replace css:theme-children="#r-main" css:content-children="body" />
<drop css:content="#ContentPlaceHolder1_tdFreeTextAreaTop" attributes="style" />
<drop css:content="#ContentPlaceHolder1_tdFreeTextAreaTop span" attributes="style" />
</rules>