source: client/shared/lib/burg/themes/OpenGnsys/style @ 1d1e06d

Last change on this file since 1d1e06d was 754534e, checked in by adv <adv@…>, 8 years ago

#796 tema gráfico de OpenGnsys para burg

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5380 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 4.1 KB
Line 
1+class {
2  ### Default Elements ###
3  screen {
4    background = "#250040"
5  }
6
7  text {
8    color = "#4d0085:#ffffff"
9    font = "Sans Bold 16"
10  }
11
12  progressbar {
13      width = 80%
14      height = 4/1
15      color = "#ffffff:#4d0085"
16  }
17
18  edit {
19    color = "white"
20  }
21
22  password {
23    color = "white"
24  }
25
26  term {
27    color = "white"
28  }
29
30  ### Text Styles ###
31  br {
32    text = "- "
33    font = "Sans Bold 16"
34  }
35
36  text-menu-item {
37    color = "white"
38    font = "Sans Bold 16"
39  }
40
41  dialog-title-text {
42    halign = center
43    color = "black"
44  }
45
46  dialog-text {
47    color = "white"
48    font = "Sans Bold 16"
49  }
50
51  button-text {
52    font = "Sans Bold 16"
53    color = "white"
54  }
55
56  ### Panel Styles ###
57  text-line {
58    left = ",,,#0x0020:$$/images/text-line-l.png"
59    background = ",,,#0x0020:$$/images/dialog-bg.png"
60    right = ",,,#0x0020:$$/images/text-line-r.png"
61  }
62
63  button {
64    left = "$$/images/button-l.png:$$/images/button-hover-l.png"
65    background = "$$/images/button-bg.png:$$/images/button-hover-bg.png"
66    right = "$$/images/button-r.png:$$/images/button-hover-r.png"
67    margin_left = 2
68    margin_right = 2
69    margin_top = 3/0
70    margin_bottom = 3/0
71  }
72
73  terminal {
74    top_left = ",,light-gray/black,#0x2554:,,white/black,#0x250F"
75    top = ",,light-gray/black,#0x2550:,tiling,white/black,#0x2501"
76    top_right = ",,light-gray/black,#0x2557:,,white/black,#0x2513"
77    left = ",,light-gray/black,#0x2551:,tiling,white/black,#0x2503"
78    background="$$/images/000-70opaque.png"
79    right = ",,light-gray/black,#0x2551:,tiling,white/black,#0x2503"
80    bottom_left = ",,light-gray/black,#0x255A:,,white/black,#0x2517"
81    bottom = ",,light-gray/black,#0x2550:,tiling,white/black,#0x2501"
82    bottom_right = ",,light-gray/black,#0x255D:,tiling,white/black,#0x251B"
83  }
84
85  progressbar-background {
86    top_left = "$$/images/progressbar-bg-tl.png"
87    top = "$$/images/progressbar-bg-t.png"
88    top_right = "$$/images/progressbar-bg-tr.png"
89    left = "$$/images/progressbar-bg-l.png"
90    background = "$$/images/progressbar-bg.png"
91    right = "$$/images/progressbar-bg-r.png"
92    bottom_left = "$$/images/progressbar-bg-bl.png"
93    bottom = "$$/images/progressbar-bg-b.png"
94    bottom_right = "$$/images/progressbar-bg-br.png"
95  }
96
97
98  dialog {
99    top_left = "$$/images/dialog-tl.png"
100    top = "$$/images/dialog-t.png"
101    top_right = "$$/images/dialog-tr.png"
102    left = "$$/images/dialog-lr.png"
103    background = "$$/images/dialog-bg.png"
104    right = "$$/images/dialog-lr.png"
105    bottom_left = "$$/images/dialog-bl.png"
106    bottom = "$$/images/dialog-b.png"
107    bottom_right = "$$/images/dialog-br.png"
108  }
109
110  dialog-title {
111    top_left = "$$/images/dialog-tl.png"
112    top = "$$/images/dialog-t.png"
113    top_right = "$$/images/dialog-tr.png"
114    left = "$$/images/dialog-lr.png"
115    background = "$$/images/dialog-bg.png"
116    right = "$$/images/dialog-lr.png"
117    bottom_left = "$$/images/dialog-spacer.png"
118    bottom = "$$/images/dialog-spacer.png"
119    bottom_right = "$$/images/dialog-spacer.png"
120  }
121
122  dialog-body {
123    left = "$$/images/dialog-lr.png"
124    background = "$$/images/dialog-bg.png"
125    right = "$$/images/dialog-lr.png"
126    bottom_left = "$$/images/dialog-bl.png"
127    bottom = "$$/images/dialog-b.png"
128    bottom_right = "$$/images/dialog-br.png"
129  }
130
131#  container-title {
132#    top_left = "$$/images/container-title-tl.png"
133#    top = "$$/images/container-title-t.png"
134#    top_right = "$$/images/container-title-tr.png"
135#    left = "$$/images/container-title-l.png"
136#    background = "$$/images/container-title-bg.png"
137#    right = "$$/images/container-title-r.png"
138#  }
139
140  container-body {
141    top_left = "$$/images/container-tl.png"
142    top = "$$/images/container-t.png"
143    top_right = "$$/images/container-tr.png"
144    left = "$$/images/container-l.png"
145    background = "$$/images/container-bg.png"
146    right = "$$/images/container-r.png"
147    bottom_left = "$$/images/container-bl.png"
148    bottom = "$$/images/container-b.png"
149    bottom_right = "$$/images/container-br.png"
150  }
151
152  overlay {
153    height = 100%
154    width = 100%
155    absolute = 1
156    background="$$/images/000-70opaque.png"
157  }
158}
Note: See TracBrowser for help on using the repository browser.