Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/art/cursor/olpc/olpc.cursortheme
blob: 89fda8aa69125975bd440f147a809d9daf6d48b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<theme name="OLPC">	
	<source size="48" gridsize="48">
		<image file="olpc-0.png" use="0"/>
		<image file="olpc-1.png" use="1"/>
		<image file="olpc-2.png" use="2"/>
		<image file="olpc-3.png" use="3"/>
		<image file="olpc-4.png" use="4"/>
		<image file="olpc-5.png" use="5"/>
		<image file="olpc-6.png" use="6"/>
		<image file="olpc-7.png" use="7"/>
		<image file="olpc-8.png" use="8"/>
		<image file="olpc-9.png" use="9"/>
		<image file="olpc-10.png" use="10"/>
		<image file="olpc-11.png" use="11"/>
		
		<image file="olpc-hotspots.png" use="hotspot"/>
	</source>
	
	<alias name="top_left_arrow" target="left_ptr"/>
	
	<alias name="top_right_arrow" target="right_ptr"/>
	<alias name="arrow" target="right_ptr"/>
	<alias name="draft_small" target="right_ptr"/>
	<alias name="draft_large" target="right_ptr"/>
	
	<alias name="close" target="pirate"/>
	<alias name="destroy" target="pirate"/>
	
	<alias name="right_side" target="left_side"/>
	<alias name="bottom_side" target="top_side"/>
	<alias name="double_arrow" target="top_side"/>
	<alias name="top_right_corner" target="bottom_left_corner"/>
	<alias name="top_left_corner" target="bottom_right_corner"/>
	
	<layout>
		<row>
			<cursor name="left_ptr"/>
			<cursor name="center_ptr"/>
			<cursor name="right_ptr"/>
			<cursor name="exchange"/>
			<cursor name="plus"/>
			<cursor name="minus"/>
		</row><row>
			<cursor name="question_arrow"/>
			<cursor name="link"/>
			<cursor name="unavailable"/>
			<cursor name="pirate"/>
			<cursor name="left_ptr_watch"/>
			<cursor name="left_ptr_modify"/>
		</row><row>
			<cursor name="busy"/>
			<cursor name="circle"/>
			<cursor name="hand1"/>
			<cursor name="hand2"/>
			<cursor name="hand_open"/>
			<cursor name="hand_closed"/>
		</row><row>
			<cursor name="sb_left_arrow"/>
			<cursor name="sb_right_arrow"/>
			<cursor name="sb_up_arrow"/>
			<cursor name="sb_down_arrow"/>
			<cursor name="sb_v_double_arrow"/>
			<cursor name="sb_h_double_arrow"/>
		</row><row>
			<cursor name="bottom_right_corner"/>
			<cursor name="bottom_left_corner"/>
			<cursor name="top_side"/>
			<cursor name="right_side"/>
			<cursor name="fleur"/>
			<cursor name="xterm"/>		
		</row><row>
			<cursor name="crosshair"/>
			<cursor name="pencil"/>
		</row>
	</layout>
</theme>