change interface style, add top menu

This commit is contained in:
Eduardo Bart
2011-11-01 14:41:15 -02:00
parent 999fa731c0
commit 59017205b0
29 changed files with 197 additions and 3020 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 932 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -22,3 +22,30 @@ Button < UIButton
state.disabled:
color: #999999
background-color: #ffffff88
TopButton < UIButton
background-color: white
size: 26 25
text-translate: 0 0
border-image:
source: /core_ui/images/top_button.png
size: 26 25
border: 3
state.hover:
border-image:
source: /core_ui/images/top_button.png
size: 26 25
offset: 26 0
border: 3
state.pressed:
text-translate: 1 1
border-image:
source: /core_ui/images/top_button.png
size: 26 25
offset: 52 0
border: 3
state.disabled:
background-color: #ffffff66

View File

@@ -1,10 +1,16 @@
Panel < UIWidget
phantom: true
FlatPanel < Panel
border-image:
source: /core_ui/images/panel_flat.png
border: 4
TopPanel < Panel
height: 34
border-image:
source: /core_ui/images/top_panel.png
border-bottom: 3
RoundedPanel < Panel
background-color: #ffffffdd

View File

@@ -3,3 +3,4 @@ HorizontalSeparator < UIWidget
source: /core_ui/images/horizontal_separator.png
border.top: 2
height: 2
phantom: true