Advertisement
Arborus

DBM-RealUI TimerSkin.xml

Aug 30th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
  2. ..\FrameXML\UI.xsd">
  3. <Font name="RealUISkinFont" font="Interface\AddOns\DBM-RealUI\media\pixel_small.ttf" outline="NORMAL" virtual="true">
  4. <Color r="1.0" g="1.0" b="1.0"/>
  5. <FontHeight>
  6. <AbsValue val="8"/>
  7. </FontHeight>
  8. </Font>
  9. <Frame name="RealUISkinTimerTemplate" virtual="true" frameStrata="MEDIUM" topLevel="true">
  10. <Size>
  11. <AbsDimension x="185" y="24"/>
  12. </Size>
  13. <Frames>
  14. <StatusBar name="$parentBar">
  15. <Size>
  16. <AbsDimension x="185" y="10"/>
  17. </Size>
  18. <Anchors>
  19. <Anchor point="CENTER" relativePoint="CENTER">
  20. <Offset>
  21. <AbsDimension x="0" y="9"/>
  22. </Offset>
  23. </Anchor>
  24. </Anchors>
  25. <Layers>
  26. <Layer level="OVERLAY">
  27. <Texture name="$parentSpark" file="Interface\AddOns\DBM-RealUI\media\DBMSpark" alphaMode="ADD">
  28. <Size>
  29. <AbsDimension x="16" y="30"/>
  30. </Size>
  31. <Anchors>
  32. <Anchor point="CENTER">
  33. <Offset>
  34. <AbsDimension x="0" y="0"/>
  35. </Offset>
  36. </Anchor>
  37. </Anchors>
  38. </Texture>
  39. <FontString name="$parentTimer" inherits="RealUISkinFont" text="">
  40. <Anchors>
  41. <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">
  42. <Offset>
  43. <AbsDimension x="-4" y="14"/>
  44. </Offset>
  45. </Anchor>
  46. </Anchors>
  47. </FontString>
  48. <FontString name="$parentName" inherits="RealUISkinFont" text="">
  49. <Anchors>
  50. <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT">
  51. <Offset>
  52. <AbsDimension x="0" y="14"/>
  53. </Offset>
  54. </Anchor>
  55. </Anchors>
  56. </FontString>
  57. <Texture name="$parentIcon1">
  58. <Size>
  59. <AbsDimension x="24" y="24"/>
  60. </Size>
  61. <Anchors>
  62. <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT">
  63. <Offset>
  64. <AbsDimension x="-4" y="-1"/>
  65. </Offset>
  66. </Anchor>
  67. </Anchors>
  68. </Texture>
  69. <Texture name="$parentIcon2">
  70. <Size>
  71. <AbsDimension x="24" y="24"/>
  72. </Size>
  73. <Anchors>
  74. <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
  75. <Offset>
  76. <AbsDimension x="4" y="-1"/>
  77. </Offset>
  78. </Anchor>
  79. </Anchors>
  80. </Texture>
  81. </Layer>
  82. </Layers>
  83. <BarTexture name="$parentTexture" parentKey="texture" file="Interface\AddOns\DBM-RealUI\media\Plain"/>
  84. <BarColor r="1.0" g="0.8" b="0.0"/>
  85. </StatusBar>
  86. <Frame name="$parentBackdrop" frameStrata="BACKGROUND">
  87. <Size x="187" y="12"/>
  88. <Anchors>
  89. <Anchor point="TOPLEFT" relativeTo="$parentBar" x="-1" y="1"/>
  90. </Anchors>
  91. <Backdrop bgFile="Interface\AddOns\DBM-RealUI\media\Plain" edgeFile="Interface\AddOns\DBM-RealUI\media\Plain">
  92. <Color r="0" g="0" b="0" a="0.5"/>
  93. <BorderColor r="0" g="0" b="0" a="1"/>
  94. <EdgeSize>
  95. <AbsValue val="1"/>
  96. </EdgeSize>
  97. <TileSize>
  98. <AbsValue val="16"/>
  99. </TileSize>
  100. <BackgroundInsets>
  101. <AbsInset left="1" right="1" top="1" bottom="1"/>
  102. </BackgroundInsets>
  103. </Backdrop>
  104. </Frame>
  105. </Frames>
  106. </Frame>
  107. </Ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement