-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy paththeme.xml
executable file
·26 lines (21 loc) · 999 Bytes
/
theme.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
<?xml version="1.0"?>
<theme name="Storyteller" designer="default" version="1.0" require="4.3">
<description>Storyteller theme / Snowfall</description>
<presentation-img src="themethumbs/front.jpg" name="Front page"/>
<presentation-img src="themethumbs/section.jpg" name="Section page"/>
<presentation-img src="themethumbs/article.jpg" name="Article"/>
<!-- =============================== -->
<output name="Web">
<frontPage src="front.tpl"/>
<sectionPage src="section.tpl"/>
<articlePage src="article.tpl"/>
<errorPage src="section.tpl"/>
</output>
<renditions>
<rendition name="fullscreen" width="1920" height="1200" specs="crop"/>
<rendition name="fullscreen_medium" width="1024" height="768" specs="crop"/>
<rendition name="fullscreen_phone" width="600" height="400" specs="crop"/>
<rendition name="sidebar" width="215" height="115" specs="crop"/>
<rendition name="video" width="1920" height="1080" specs="crop"/>
</renditions>
</theme>