summaryrefslogtreecommitdiff
path: root/templates/fluid/fluid.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/fluid/fluid.xml')
-rw-r--r--templates/fluid/fluid.xml97
1 files changed, 97 insertions, 0 deletions
diff --git a/templates/fluid/fluid.xml b/templates/fluid/fluid.xml
new file mode 100644
index 0000000..b4e528b
--- /dev/null
+++ b/templates/fluid/fluid.xml
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="utf-8"?>
+<design_setup version="2.0">
+
+ <image_sizes>
+ <size name="original">
+ <landscape w="1423" h="800" />
+ <portrait w="1000" h="1000" />
+ <quality value="95" />
+ <no_resize />
+ <fallback size="preview" />
+ </size>
+
+ <size name="preview" tagname="preview">
+ <landscape w="1067" h="600" />
+ <portrait w="800" h="800" />
+ <quality value="95" />
+ <no_resize />
+ </size>
+
+ <size name="thumbnail" type="thumbnail" style="fixed">
+ <crop w="495" h="330" />
+ <quality value="70" />
+ </size>
+
+ <size name="hires">
+ <landscape w="1897" h="1067" />
+ <portrait w="1200" h="1200" />
+ <quality value="95" />
+ <no_resize />
+ <fallback size="original" />
+ </size>
+ </image_sizes>
+
+ <supplemental_files><![CDATA[
+ styles.css
+ fonts.css
+ scripts.js
+ emblems-readonly_120.png
+ ]]></supplemental_files>
+
+
+ <theme enabled="yes">
+ <index>
+ <template>template_index.html</template>
+ <target_filename>index.html</target_filename>
+ <thumbnail_size>thumbnail</thumbnail_size>
+ <protected_thumbnail>emblems-readonly_120.png</protected_thumbnail>
+ </index>
+
+ <album>
+ <template>template_album.html</template>
+ <target_filename>index.html</target_filename>
+ <picture_size>preview</picture_size>
+ </album>
+
+ <define name="THEME_SIZE_PREVIEW" />
+ <define name="BORDER_STYLE" value="border_single" />
+ </theme>
+
+ <theme enabled="yes">
+ <index>
+ <template>template_index.html</template>
+ <target_filename>index_big.html</target_filename>
+ <thumbnail_size>thumbnail</thumbnail_size>
+ <protected_thumbnail>emblems-readonly_120.png</protected_thumbnail>
+ </index>
+
+ <album>
+ <template>template_album.html</template>
+ <target_filename>index_big.html</target_filename>
+ <picture_size>original</picture_size>
+ </album>
+
+ <define name="THEME_SIZE_BIG" />
+ <define name="BORDER_STYLE" value="border_single" />
+ </theme>
+
+ <theme enabled="yes">
+ <index>
+ <template>template_index.html</template>
+ <target_filename>index_hires.html</target_filename>
+ <thumbnail_size>thumbnail</thumbnail_size>
+ <protected_thumbnail>emblems-readonly_120.png</protected_thumbnail>
+ </index>
+
+ <album>
+ <template>template_album.html</template>
+ <target_filename>index_hires.html</target_filename>
+ <picture_size>hires</picture_size>
+ </album>
+
+ <define name="THEME_SIZE_HIRES" />
+ <define name="BORDER_STYLE" value="border_single" />
+ </theme>
+
+</design_setup>
+