123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?xml version="1.0" encoding="utf-8"?>
- <Styles id="BuRThemeFlat1labelTextsStyles" xmlns="http://www.br-automation.com/iat2015/styles/engineering/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <Style id="Caption" xsi:type="widgets.brease.Label"
- fontSize="16px"
- textColor="#646464"
- backColor="transparent"
- borderStyle="none"
- padding="5px"
- bold="true"/>
-
- <Style id="Title1" xsi:type="widgets.brease.Label"
- fontSize="22px"
- textColor="#FF8800"
- bold="false"
- backColor="transparent"
- borderStyle="none"
- padding="5px" />
-
- <Style id="Title2" xsi:type="widgets.brease.Label"
- fontSize="18px"
- textColor="#FF8800"
- bold="false"
- backColor="transparent"
- borderStyle="none"
- padding="5px" />
-
- <Style id="Title3" xsi:type="widgets.brease.Label"
- fontSize="16px"
- textColor="#FF8800"
- bold="false"
- italic="true"
- backColor="transparent"
- borderStyle="none"
- padding="5px" />
-
- <Style id="Description" xsi:type="widgets.brease.Label"
- fontSize="16px"
- textColor="#646464"
- backColor="transparent"
- borderColor="#646464"
- borderWidth="2px"
- borderStyle="solid"
- padding="5px"
- bold="false"/>
-
- <Style id="Information" xsi:type="widgets.brease.Label"
- fontSize="16px"
- textColor="#646464"
- backColor="transparent"
- borderColor="#FF8800"
- borderWidth="2px"
- borderStyle="solid"
- padding="5px"
- bold="false"/>
-
- <!--text output-->
-
- <Style id="Output" xsi:type="widgets.brease.TextOutput"
- textColor="#646464"
- fontSize="20px"
- backColor="transparent"
- bold="false" />
- <Style id="OutputLarge" xsi:type="widgets.brease.TextOutput"
- textColor="#646464"
- fontSize="32px"
- backColor="transparent"
- bold="false" />
-
- <Style id="Overview" xsi:type="widgets.brease.TextOutput"
- textColor="#646464"
- fontSize="52px"
- bold="false"
- backColor="transparent" />
-
- <!--text input-->
-
- <Style id="Input" xsi:type="widgets.brease.TextInput"
- textAlign="center"
- textColor="#fff"
- borderWidth="0px 0px 0px 6px"
- borderColor="#ff8800"
- activeBorderColor="#d6d6d6"
- fontSize="20px"
- backColor="#646464"
- activeBackColor="#d6d6d6"
- activeTextColor="#ff8800"
- bold="false" />
- <Style id="InputLarge" xsi:type="widgets.brease.TextInput"
- textAlign="center"
- textColor="#fff"
- borderWidth="0px 0px 0px 6px"
- borderColor="#ff8800"
- activeBorderColor="#d6d6d6"
- fontSize="32px"
- backColor="#646464"
- activeBackColor="#d6d6d6"
- activeTextColor="#ff8800"
- bold="false" />
- <Style id="InputCommand" xsi:type="widgets.brease.TextInput"
- textColor="#646464"
- borderWidth="0px 0px 0px 6px"
- borderColor="#d7d7d7"
- activeBorderColor="#646464"
- cornerRadius="0px"
- fontSize="16px"
- backColor="#FFF"
- activeBackColor="#646464"
- activeTextColor="#FFF"
- bold="false"
- textAlign="center" />
-
- <!--login info-->
- <Style id="Output" xsi:type="widgets.brease.LoginInfo"
- textColor="#646464"
- borderStyle="solid"
- borderWidth="1px"
- borderColor="#646464"
- fontSize="20px"
- backColor="transparent"
- bold="false" />
- <!--favorite watch-->
-
- <Style id="FavoriteWatch" xsi:type="widgets.brease.Label"
- fontSize="14px"
- textColor="#474747"
- backColor="#ff8500"
- borderStyle="none"
- padding="5px" />
- </Styles>
|