~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2006-12-15 23:08:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215230817-exr5ks1hd73s3tlk
Tags: 8.2.2-1
* New upstream bugfix release, fixes among other things the support for
  the version of gnucap shipped in etch.
* Add missing dependency on python-gtk2 (Closes: #396523).
* Removed reference to non-existent sound file from memory.c (upstream
  fix - impacts 8.2 as well).  
* Now suggests gnuchess, gnucap, and tuxpaint.
* Updated extended description for the main package.

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="0x606E00FF"/>
7
 
    <color id="gcompris/text button" rgba="0x505E00FF"/>
8
 
    <color id="gcompris/content"     rgba="0x404E00FF"/>
9
 
    <color id="gcompris/subtitle"    rgba="0x707E00FF"/>
10
 
 
11
 
    <!-- Defines the main gcompris fonts -->
12
 
    <font id="gcompris/title"    name="Sans 20"/>
13
 
    <font id="gcompris/subtitle" name="Sans 16"/>
14
 
    <font id="gcompris/content"  name="Sans 12"/>
15
 
 
16
 
    <!-- Defines the gcompris boards fonts -->
17
 
    <font id="gcompris/board/tiny"       name="Sans 10"/>
18
 
    <font id="gcompris/board/small"      name="Sans 12"/>
19
 
    <font id="gcompris/board/medium"     name="Sans 14"/>
20
 
    <font id="gcompris/board/big"        name="Sans 16"/>
21
 
    <font id="gcompris/board/big bold"   name="Sans bold 16"/>
22
 
    <font id="gcompris/board/fixed"      name="Fixed 12"/>
23
 
    <font id="gcompris/board/title"      name="Sans 20"/>
24
 
    <font id="gcompris/board/title bold" name="Sans bold 20"/>
25
 
    <font id="gcompris/board/huge"       name="Sans 28"/>
26
 
    <font id="gcompris/board/huge bold"  name="Sans bold 28"/>
27
 
    
28
 
    <!-- Here you may define some other properties that will -->
29
 
    <!-- affect a particular game. -->
30
 
    <!-- For example, in futur, the colors of the canal lock game will be -->
31
 
    <!-- customisable with some lines like: --> 
32
 
    <!-- <color id="canal_lock/canal color"        rgba="0x0010FFFF"/>-->
33
 
    <!-- <color id="canal_lock/lock color"         rgba="0x8cc679FF"/>-->
34
 
    <!-- <color id="canal_lock/lock color h"       rgba="0x71A65FFF"/>-->
35
 
    <!-- <color id="canal_lock/canal lock color"   rgba="0xd1cd0cFF"/>-->
36
 
    <!-- <color id="canal_lock/canal lock color h" rgba="0xf1ed1cFF"/>-->
37
 
    <!-- <color id="canal_lock/ground color"       rgba="0x9b5f5aFF"/>-->
38
 
    <color id="pythontest/circle in"  rgba="0x8080FFFF"/>
39
 
    <color id="pythontest/circle out" rgba="0xFFFFFFFF"/>
40
 
    <color id="pythontest/line"       rgba="0xFFFF40FF"/>
41
 
 
42
 
    <color id="erase/rectangle in"    rgba="0x507cc9CC"/>
43
 
    <color id="erase/rectangle out"   rgba="0X1ECECEFF"/>
44
 
    <color id="erase/rectangle in2"   rgba="0x8bb0f999"/>
45
 
    <color id="erase/rectangle out2"  rgba="0X0E0E0EFF"/>
46
 
    <color id="erase/rectangle in3"   rgba="0xc1d4f466"/>
47
 
    <color id="erase/rectangle out3"  rgba="0XFFFFFFFF"/>
48
 
 
49
 
    <color id="maze/wall color"       rgba="0xFF00FFFF"/>
50
 
  </Skin>
51
 
</GCompris>
52