| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- theme mainMenu
- {
- texture = res/png/default-theme.png
- imageList normalImages
- {
- color = #4A8799ff
- image unchecked
- {
- region = 78, 1, 46, 46
- }
- image checked
- {
- region = 78, 46, 46, 46
- }
- image unselected
- {
- region = 127, 1, 46, 46
- }
- image selected
- {
- region = 127, 46, 46, 46
- }
- image minCap
- {
- region = 3, 115, 8, 11
- }
- image maxCap
- {
- region = 3, 115, 8, 11
- }
- image marker
- {
- region = 16, 113, 18, 18
- }
- image track
- {
- region = 42, 119, 26, 6
- }
- image textCaret
- {
- region = 5, 149, 11, 25
- color = #C3D9BFff
- }
- image scrollBarTopCap
- {
- region = 0, 99, 12, 5
- }
- image verticalScrollBar
- {
- region = 0, 104, 12, 19
- }
- image scrollBarBottomCap
- {
- region = 0, 138, 12, 5
- }
- image scrollBarLeftCap
- {
- region = 35, 115, 5, 12
- }
- image horizontalScrollBar
- {
- region = 43, 115, 19, 12
- }
- image scrollBarRightCap
- {
- region = 65, 115, 5, 12
- }
- }
- imageList activeImages : normalImages
- {
- color = #C3D9BFff
- image unchecked
- {
- region = 78, 91, 46, 46
- }
- image checked
- {
- region = 78, 91, 46, 46
- }
- image unselected
- {
- region = 127, 91, 46, 46
- }
- image selected
- {
- region = 127, 91, 46, 46
- }
- }
- skin mainNormal
- {
- border
- {
- left = 10
- right = 10
- top = 10
- bottom = 10
- }
-
- region = 1, 1, 74, 74
- color = #4A8799ff
- }
- skin mainActive : mainNormal
- {
- color = #C3D9BFff
- }
- skin mainFocus : mainNormal
- {
- color = #2A6779ff
- }
- skin formEntry : mainNormal
- {
- region = 78, 1, 46, 46
- color = #35535Cff
- }
- skin formFocus : formEntry
- {
- color = #15333Cff
- }
-
- skin underliner
- {
- border
- {
- bottom = 10
- }
-
- region = 4, 82, 68, 5
- color = #ffffffff
- }
- skin plusNormal
- {
- region = 81, 139, 40, 40
- color = #4A8799ff
- }
- skin plusActive : plusNormal
- {
- color = #C3D9BFff
- }
- skin minusNormal
- {
- region = 81, 184, 40, 40
- color = #4A8799ff
- }
- skin minusActive : minusNormal
- {
- color = #C3D9BFff
- }
- style plus
- {
- stateNormal
- {
- skin = plusNormal
- }
- stateActive
- {
- skin = plusActive
- }
- }
- style minus
- {
- stateNormal
- {
- skin = minusNormal
- }
- stateActive
- {
- skin = minusActive
- }
- }
- style underlined
- {
- padding
- {
- top = 5
- }
-
- stateNormal
- {
- skin = underliner
- textColor = #ffffffff
- font = res/common/arial18.gpb
- fontSize = 25
- textAlignment = ALIGN_BOTTOM_HCENTER
- }
- }
- style leftAlignedUnderlined : underlined
- {
- stateNormal
- {
- textAlignment = ALIGN_TOP_LEFT
- }
- }
-
- style basicContainer
- {
- stateNormal
- {
- skin = mainNormal
- imageList = normalImages
- font = res/common/arial18.gpb
- textColor = #ffffffff
- fontSize = 18
- textAlignment = ALIGN_VCENTER_HCENTER
- }
- stateFocus
- {
- skin = mainFocus
- }
-
- stateDisabled
- {
- opacity = 0.6
- }
- }
- style basic : basicContainer
- {
- stateActive
- {
- imageList = activeImages
- }
-
- stateFocus
- {
- skin = mainNormal
- textColor = #aaa000ff
- }
- }
- style topLeftAlignedEntry : basic
- {
- stateNormal
- {
- skin = formEntry
- textAlignment = ALIGN_TOP_LEFT
- }
- stateFocus
- {
- skin = formFocus
- }
- }
- style buttonStyle : basic
- {
- padding
- {
- top = -10
- bottom = -10
- }
- stateNormal
- {
- font = res/common/arial18.gpb
- fontSize = 20
- }
- stateActive
- {
- skin = mainActive
- }
- }
-
- style buttonHover : buttonStyle
- {
- stateHover
- {
- textColor = #ff0000ff
- }
- }
- style noBorder
- {
- stateNormal
- {
- imageList = normalImages
- font = res/common/arial18.gpb
- textColor = #ffffffff
- fontSize = 14
- textAlignment = ALIGN_VCENTER_HCENTER
- }
-
- stateFocus
- {
- textColor = #aaa000ff
- }
- stateActive
- {
- imageList = activeImages
- textAlignment = ALIGN_VCENTER_HCENTER
- }
- }
- style iconNoBorder : noBorder
- {
- stateNormal
- {
- font = res/common/arial18.gpb
- fontSize = 20
- textAlignment = ALIGN_VCENTER_LEFT
- }
- stateActive
- {
- font = res/common/arial18.gpb
- fontSize = 20
- textAlignment = ALIGN_VCENTER_LEFT
- }
- }
- style topLeftNoBorder : iconNoBorder
- {
- stateNormal
- {
- textAlignment = ALIGN_TOP_LEFT
- }
- stateActive
- {
- textAlignment = ALIGN_TOP_LEFT
- }
- }
- style title
- {
- stateNormal
- {
- textColor = #ffffffff
- font = res/common/arial18.gpb
- fontSize = 26
- textAlignment = ALIGN_BOTTOM_HCENTER
- }
- stateActive
- {
- textColor = #C3D9BFff
- }
- }
- }
|