home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / komunikace / miranda / wip-miranda-im1.7.exe / {app} / plugins / PopUp / umicons / mono.popupskin < prev    next >
Encoding:
Text File  |  2005-07-03  |  1.2 KB  |  132 lines

  1. #DarkGold skin for PopUp+ 2.0.3.6
  2. #feel free to use this as a starting point for your future skins ;)
  3.  
  4. # background
  5. object
  6.     type bitmap
  7.     source back.bmp
  8.     ifset 1
  9.     mono
  10.     x 0
  11.     y 0
  12.     w -1
  13.     h -1
  14. end
  15.  
  16. # side
  17. object
  18.     type bitmap
  19.     source side.bmp
  20.     ifset 1
  21.     mono
  22.     x 0
  23.     y 0
  24.     h -1
  25. end
  26.  
  27. object
  28.     type bitmap
  29.     source back.bmp
  30.     ifnotset 1
  31.     x 0
  32.     y 0
  33.     w -1
  34.     h -1
  35. end
  36.  
  37. # side
  38. object
  39.     type bitmap
  40.     source side.bmp
  41.     ifnotset 1
  42.     x 0
  43.     y 0
  44.     h -1
  45. end
  46.  
  47. # top and bottom lines
  48. object
  49.     type bitmap
  50.     source ct.bmp
  51.     x 0
  52.     y 0
  53.     w -1
  54. end
  55.  
  56. object
  57.     type bitmap
  58.     source cb.bmp
  59.     x 0
  60.     y -1
  61.     w -1
  62. end
  63.  
  64. # left and right lines
  65. object
  66.     type bitmap
  67.     source lc.bmp
  68.     x 0
  69.     y 0
  70.     h -1
  71. end
  72.  
  73. object
  74.     type bitmap
  75.     source rc.bmp
  76.     x -1
  77.     y 0
  78.     h -1
  79. end
  80.  
  81. # corners
  82. object
  83.     type bitmap
  84.     source lt.bmp
  85.     x 0
  86.     y 0
  87. end
  88.  
  89. object
  90.     type bitmap
  91.     source lb.bmp
  92.     x 0
  93.     y -1
  94. end
  95.  
  96. object
  97.     type bitmap
  98.     source rt.bmp
  99.     x -1
  100.     y 0
  101. end
  102.  
  103. object
  104.     type bitmap
  105.     source rb.bmp
  106.     x -1
  107.     y -1
  108. end
  109.  
  110. # popup icon
  111. object
  112.     type icon
  113.     x 6
  114.     y 6
  115. end
  116.  
  117. # popup title
  118. object
  119.     type title
  120.     color 255 255 255
  121.     x 30
  122.     y 5
  123. end
  124.  
  125. # popup text
  126. object
  127.     type text
  128.     color 240 240 240
  129.     x 30
  130.     y 25
  131. end
  132.