System.styles 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Styles id="BuRThemeFlat1systemStyles" xmlns="http://www.br-automation.com/iat2015/styles/engineering/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Style id="default" xsi:type="system.brease.Page" />
  4. <Style id="default" xsi:type="system.brease.Dialog"
  5. fontSize="20px"
  6. textColor="#646464"
  7. cornerRadius="0px 0px 0px 0px"
  8. headerBorderWidth="0px"
  9. borderWidth="0px"
  10. borderColor="#A899A0 #5F5F5F #5F5F5F #A899A0" />
  11. <Style id="default" xsi:type="system.brease.MessageBox"
  12. backColor="#fff"
  13. headerBackColor="#d6d6d6"
  14. headerBold="false"
  15. headerFontSize="22px"
  16. headerBorderStyle="none"
  17. headerBorderColor="#646464"
  18. headerTextColor="#646464"
  19. fontSize="20px"
  20. textColor="#646464"
  21. cornerRadius="0px"
  22. borderWidth="0px"
  23. buttonBorderStyle="none"
  24. buttonBorderColor="#646464"
  25. mouseDownButtonBorderWidth="0 6px 0 0"
  26. mouseDownButtonBorderColor="#646464"
  27. buttonBackColor="#ffffff"
  28. mouseDownButtonBackColor="#ff8800"
  29. buttonTextColor="#646464"
  30. buttonFontSize="14px"
  31. mouseDownButtonTextColor="#ffffff" />
  32. <Style id="default" xsi:type="system.brease.Area"
  33. backColor="#e6e6e6" />
  34. <Style id="transparent" xsi:type="system.brease.Area"
  35. backColor="transparent" />
  36. <Style id="default" xsi:type="system.brease.Scrollbar"
  37. backColor="rgba(0,0,0,0.5)"
  38. borderColor="rgba(255,255,255,0.9)" />
  39. <Style id="default" xsi:type="system.brease.Tooltip"
  40. showArrow="true"
  41. fontSize="14px"
  42. cornerRadius="0px"
  43. borderStyle="none" />
  44. </Styles>