LabelTexts.styles 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Styles id="BuRThemeFlat1labelTextsStyles" xmlns="http://www.br-automation.com/iat2015/styles/engineering/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Style id="Caption" xsi:type="widgets.brease.Label"
  4. fontSize="16px"
  5. textColor="#646464"
  6. backColor="transparent"
  7. borderStyle="none"
  8. padding="5px"
  9. bold="true"/>
  10. <Style id="Title1" xsi:type="widgets.brease.Label"
  11. fontSize="22px"
  12. textColor="#FF8800"
  13. bold="false"
  14. backColor="transparent"
  15. borderStyle="none"
  16. padding="5px" />
  17. <Style id="Title2" xsi:type="widgets.brease.Label"
  18. fontSize="18px"
  19. textColor="#FF8800"
  20. bold="false"
  21. backColor="transparent"
  22. borderStyle="none"
  23. padding="5px" />
  24. <Style id="Title3" xsi:type="widgets.brease.Label"
  25. fontSize="16px"
  26. textColor="#FF8800"
  27. bold="false"
  28. italic="true"
  29. backColor="transparent"
  30. borderStyle="none"
  31. padding="5px" />
  32. <Style id="Description" xsi:type="widgets.brease.Label"
  33. fontSize="16px"
  34. textColor="#646464"
  35. backColor="transparent"
  36. borderColor="#646464"
  37. borderWidth="2px"
  38. borderStyle="solid"
  39. padding="5px"
  40. bold="false"/>
  41. <Style id="Information" xsi:type="widgets.brease.Label"
  42. fontSize="16px"
  43. textColor="#646464"
  44. backColor="transparent"
  45. borderColor="#FF8800"
  46. borderWidth="2px"
  47. borderStyle="solid"
  48. padding="5px"
  49. bold="false"/>
  50. <!--text output-->
  51. <Style id="Output" xsi:type="widgets.brease.TextOutput"
  52. textColor="#646464"
  53. fontSize="20px"
  54. backColor="transparent"
  55. bold="false" />
  56. <Style id="OutputLarge" xsi:type="widgets.brease.TextOutput"
  57. textColor="#646464"
  58. fontSize="32px"
  59. backColor="transparent"
  60. bold="false" />
  61. <Style id="Overview" xsi:type="widgets.brease.TextOutput"
  62. textColor="#646464"
  63. fontSize="52px"
  64. bold="false"
  65. backColor="transparent" />
  66. <!--text input-->
  67. <Style id="Input" xsi:type="widgets.brease.TextInput"
  68. textAlign="center"
  69. textColor="#fff"
  70. borderWidth="0px 0px 0px 6px"
  71. borderColor="#ff8800"
  72. activeBorderColor="#d6d6d6"
  73. fontSize="20px"
  74. backColor="#646464"
  75. activeBackColor="#d6d6d6"
  76. activeTextColor="#ff8800"
  77. bold="false" />
  78. <Style id="InputLarge" xsi:type="widgets.brease.TextInput"
  79. textAlign="center"
  80. textColor="#fff"
  81. borderWidth="0px 0px 0px 6px"
  82. borderColor="#ff8800"
  83. activeBorderColor="#d6d6d6"
  84. fontSize="32px"
  85. backColor="#646464"
  86. activeBackColor="#d6d6d6"
  87. activeTextColor="#ff8800"
  88. bold="false" />
  89. <Style id="InputCommand" xsi:type="widgets.brease.TextInput"
  90. textColor="#646464"
  91. borderWidth="0px 0px 0px 6px"
  92. borderColor="#d7d7d7"
  93. activeBorderColor="#646464"
  94. cornerRadius="0px"
  95. fontSize="16px"
  96. backColor="#FFF"
  97. activeBackColor="#646464"
  98. activeTextColor="#FFF"
  99. bold="false"
  100. textAlign="center" />
  101. <!--login info-->
  102. <Style id="Output" xsi:type="widgets.brease.LoginInfo"
  103. textColor="#646464"
  104. borderStyle="solid"
  105. borderWidth="1px"
  106. borderColor="#646464"
  107. fontSize="20px"
  108. backColor="transparent"
  109. bold="false" />
  110. <!--favorite watch-->
  111. <Style id="FavoriteWatch" xsi:type="widgets.brease.Label"
  112. fontSize="14px"
  113. textColor="#474747"
  114. backColor="#ff8500"
  115. borderStyle="none"
  116. padding="5px" />
  117. </Styles>