~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to boards/skins/babytoy/skin.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
 
3
 
<GCompris>
4
 
  <Skin>
5
 
    <!-- Defines the gcompris colors -->
6
 
    <color  id="gcompris/title"          rgba="0x0F0FC0FF"/>
7
 
    <color  id="gcompris/text button"    rgba="0xFFFFFFFF"/>
8
 
    <color  id="gcompris/content"        rgba="0x0D0DFAFF"/>
9
 
    <color  id="gcompris/subtitle"       rgba="0xB00400FF"/>
10
 
    <color  id="gcompris/shadow"         rgba="0X000000FF"/>
11
 
 
12
 
    <color  id="gcompris/helpbg"         rgba="0Xe1f6ffFF"/>
13
 
    <color  id="gcompris/helpfg"         rgba="0X000000FF"/>
14
 
    <color  id="gcompris/helpselect"     rgba="0X34682aFF"/>
15
 
    <color  id="gcompris/helpunselect"   rgba="0X4252ffFF"/>
16
 
 
17
 
    <!-- Defines the entry coordinate in your file_selector_bg.png -->
18
 
    <color  id="gcompris/fileselectbg"   rgba="0xf6f9b1FF"/>
19
 
    <color  id="gcompris/fileselectcol"  rgba="0X3558f0FF"/>
20
 
    <number id="gcompris/fileselectx"    value="55"/>
21
 
    <number id="gcompris/fileselecty"    value="30"/>
22
 
    <number id="gcompris/fileselectdiry" value="80"/>
23
 
 
24
 
 
25
 
    <!-- Defines the main gcompris fonts -->
26
 
    <font id="gcompris/title"    name="Sans 20"/>
27
 
    <font id="gcompris/subtitle" name="Sans 16"/>
28
 
    <font id="gcompris/content"  name="Sans 12"/>
29
 
    <font id="gcompris/tiny"     name="Sans 10"/>
30
 
 
31
 
    <!-- Defines the gcompris boards fonts -->
32
 
    <font id="gcompris/board/tiny"       name="Sans 10"/>
33
 
    <font id="gcompris/board/small"      name="Sans 12"/>
34
 
    <font id="gcompris/board/medium"     name="Sans 14"/>
35
 
    <font id="gcompris/board/big"        name="Sans 16"/>
36
 
    <font id="gcompris/board/big bold"   name="Sans bold 16"/>
37
 
    <font id="gcompris/board/fixed"      name="Fixed 12"/>
38
 
    <font id="gcompris/board/title"      name="Sans 20"/>
39
 
    <font id="gcompris/board/title bold" name="Sans bold 20"/>
40
 
    <font id="gcompris/board/huge"       name="Sans 28"/>
41
 
    <font id="gcompris/board/huge bold"  name="Sans bold 28"/>
42
 
 
43
 
    <color id="menu/text"             rgba="0xFFFFFFFF"/>
44
 
    <color id="menu/text_shadow"      rgba="0x000000FF"/>
45
 
 
46
 
    <!-- Here you may define some other properties that will -->
47
 
    <!-- affect a particular game. -->
48
 
    <!-- For example, in futur, the colors of the canal lock game will be -->
49
 
    <!-- customisable with some lines like: -->
50
 
    <!-- <color id="canal_lock/canal color"        rgba="0x0010FFFF"/>-->
51
 
    <!-- <color id="canal_lock/lock color"         rgba="0x8cc679FF"/>-->
52
 
    <!-- <color id="canal_lock/lock color h"       rgba="0x71A65FFF"/>-->
53
 
    <!-- <color id="canal_lock/canal lock color"   rgba="0xd1cd0cFF"/>-->
54
 
    <!-- <color id="canal_lock/canal lock color h" rgba="0xf1ed1cFF"/>-->
55
 
    <!-- <color id="canal_lock/ground color"       rgba="0x9b5f5aFF"/>-->
56
 
    <color id="pythontest/circle in"  rgba="0x8080FFFF"/>
57
 
    <color id="pythontest/circle out" rgba="0xFFFFFFFF"/>
58
 
    <color id="pythontest/line"       rgba="0xFFFF40FF"/>
59
 
 
60
 
    <color id="erase/rectangle in"    rgba="0xfb1f1fCC"/>
61
 
    <color id="erase/rectangle out"   rgba="0X1ECECEFF"/>
62
 
    <color id="erase/rectangle in2"   rgba="0xf8565699"/>
63
 
    <color id="erase/rectangle out2"  rgba="0X0E0E0EFF"/>
64
 
    <color id="erase/rectangle in3"   rgba="0xf49a9a66"/>
65
 
    <color id="erase/rectangle out3"  rgba="0XFFFFFFFF"/>
66
 
    <color id="maze/wall color"       rgba="0x0000FFFF"/>
67
 
    <color id="clockgame/text"        rgba="0Xc20200FF"/>
68
 
  </Skin>
69
 
</GCompris>
70