diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/TipperYM/docs/sample skin | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/docs/sample skin')
-rw-r--r-- | plugins/TipperYM/docs/sample skin/preview.jpg | bin | 0 -> 26949 bytes | |||
-rw-r--r-- | plugins/TipperYM/docs/sample skin/xpmc.tsf | 162 | ||||
-rw-r--r-- | plugins/TipperYM/docs/sample skin/xpmc_bg.png | bin | 0 -> 3383 bytes | |||
-rw-r--r-- | plugins/TipperYM/docs/sample skin/xpmc_sidebar.png | bin | 0 -> 3063 bytes |
4 files changed, 162 insertions, 0 deletions
diff --git a/plugins/TipperYM/docs/sample skin/preview.jpg b/plugins/TipperYM/docs/sample skin/preview.jpg Binary files differnew file mode 100644 index 0000000000..2284bc96a4 --- /dev/null +++ b/plugins/TipperYM/docs/sample skin/preview.jpg diff --git a/plugins/TipperYM/docs/sample skin/xpmc.tsf b/plugins/TipperYM/docs/sample skin/xpmc.tsf new file mode 100644 index 0000000000..55b27fe82f --- /dev/null +++ b/plugins/TipperYM/docs/sample skin/xpmc.tsf @@ -0,0 +1,162 @@ +;-------------------------------------
+; Sample skin for Tipper YM
+;-------------------------------------
+;
+;*************************************
+; Skin Definition
+;*************************************
+;
+; Skin has 6 main elements:
+; [About], [Background], [Sidebar], [Fonts], [Appearance], [Other]
+;
+; Element [About] has 2 attributes:
+; Author, Preview
+;
+; Elements [Background], [Sidebar] have 6 attributes:
+; Image, TM, Left, Top, Right, Bottom
+;
+; Element [Fonts] has 17 attributes:
+; Title-face, Title-color, Title-size, Title-effect
+; Label-face, Label-color, Label-size, Label-effect
+; Value-face, Value-color, Value-size, Value-effect
+; TrayTitle-face, TrayTitle-color, TrayTitle-size, TrayTitle-effect
+; Divider-color
+;
+; Element [Appearance] has 9 attributes:
+; General-padding, Title-indent, Text-indent, Value-indent, Text-padding,
+; Outer-avatar-padding, Inner-avatar-padding, Sidebar-width, Opacity
+;
+; Elemet [Other] has 1 attribute:
+; Enable-coloring
+;
+;===========================
+; Attributes
+;===========================
+;
+; Author
+;---------------------------
+; Your name or nick ;-)
+;
+; Preview
+;---------------------------
+; Relative path to the image file with the preview of your skin.
+;
+; Image
+;---------------------------
+; Relative path to the image file that is used as tooltip background.
+;
+; TM (Transformation mode)
+;---------------------------
+; Edge parts and center area of the image file are tranformed according to this value.
+; Can be one of following values:
+; TM_NONE
+; TM_CENTRE
+; TM_STRECH_ALL
+; TM_STRECH_HORIZONTAL
+; TM_STRECH_VERTICAL
+; TM_TILE_ALL
+; TM_TILE_HORIZONTAL
+; TM_TILE_VERTICAL
+;
+; Left, Top, Right, Bottom
+;---------------------------
+; Margins in pixels for Glyph transformation.
+;
+; XXX-face
+;---------------------------
+; Name of the font (eg. Arial, Tahoma, Trebuchet MS).
+; String is case sensitive!
+;
+; XXX-color
+;---------------------------
+; Font (divider) color defined by 3 decimal numbers separated by spaces.
+; RGB color model (Red Green Blue)
+;
+; XXX-size
+;---------------------------
+; Font size in pixels :-)
+;
+; XXX-effect
+;---------------------------
+; Effect applied to the tooltip text.
+; Can be one or more of the following values (separated by spaces):
+; FONT_BOLD
+; FONT_ITALIC
+; FONT_UNDERLINE
+;
+; XXX-padding, XXX-indent
+;---------------------------
+; These values in pixels determine proportions of the tooltip.
+;
+; Sidebar-width
+;---------------------------
+; Width of the sidebar in pixels.
+;
+; Opacity
+;---------------------------
+; Opacity which is applied to the final tooltip
+; Can be number within the range of 0 - 100.
+;
+; Enable-coloring
+;---------------------------
+; Enable or disable 'Enable coloring' checkbox in the options.
+; Can be TRUE or FALSE.
+;
+;*************************************
+
+[About]
+Author = yaho
+Preview = preview.jpg
+
+[Background]
+Image = xpmc_bg.png
+TM = TM_STRECH_ALL
+Left = 16
+Top = 16
+Right = 16
+Bottom = 16
+
+[Sidebar]
+Image = xpmc_sidebar.png
+TM = TM_STRECH_ALL
+Left = 16
+Top = 16
+Right = 4
+Bottom = 16
+
+[Fonts]
+Title-face = Tahoma
+Title-color = 128 0 0
+Title-size = 12
+Title-effect = FONT_BOLD
+
+Label-face = Tahoma
+Label-color = 0 0 0
+Label-size = 8
+Label-effect = FONT_BOLD
+
+Value-face = Tahoma
+Value-color = 40 40 40
+Value-size = 8
+Value-effect = 0
+
+TrayTitle-face = Tahoma
+TrayTitle-color = 100 0 0
+TrayTitle-size = 10
+TrayTitle-effect = FONT_BOLD
+
+Divider-color = 120 120 120
+
+[Appearance]
+General-padding = 14
+Title-indent = 25
+Text-indent = 25
+Value-indent = 8
+Text-padding = 3
+Outer-avatar-padding = 18
+Inner-avatar-padding = 10
+Sidebar-width = 34
+Opacity = 90
+
+[Other]
+Enable-coloring = FALSE
diff --git a/plugins/TipperYM/docs/sample skin/xpmc_bg.png b/plugins/TipperYM/docs/sample skin/xpmc_bg.png Binary files differnew file mode 100644 index 0000000000..76b3138a3e --- /dev/null +++ b/plugins/TipperYM/docs/sample skin/xpmc_bg.png diff --git a/plugins/TipperYM/docs/sample skin/xpmc_sidebar.png b/plugins/TipperYM/docs/sample skin/xpmc_sidebar.png Binary files differnew file mode 100644 index 0000000000..43f946909d --- /dev/null +++ b/plugins/TipperYM/docs/sample skin/xpmc_sidebar.png |