mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
improvements to skins
This commit is contained in:
24
modules/client_skins/skins/default/styles/windows.otui
Normal file
24
modules/client_skins/skins/default/styles/windows.otui
Normal file
@@ -0,0 +1,24 @@
|
||||
Window < UIWindow
|
||||
font: verdana-11px-antialised
|
||||
size: 200 200
|
||||
opacity: 1
|
||||
color: white
|
||||
text-offset: 0 4
|
||||
text-align: top
|
||||
image-source: /images/window.png
|
||||
image-border: 5
|
||||
image-border-top: 22
|
||||
opacity: 1
|
||||
padding-top: 30
|
||||
padding-left: 16
|
||||
padding-right: 16
|
||||
padding-bottom: 16
|
||||
|
||||
$disabled:
|
||||
color: #aaaaaa88
|
||||
|
||||
$dragging:
|
||||
opacity: 0.8
|
||||
|
||||
MainWindow < Window
|
||||
anchors.centerIn: parent
|
Reference in New Issue
Block a user