]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/images.css
Merge remote branch 'upstream/master'
[friendica-addons.git] / jappixmini / jappix / css / images.css
1 /*
2
3 Jappix - An open social platform
4 This is the images CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 16/01/12
11
12 */
13
14 .body-images {
15         background-image: url(../img/sprites/background.png);
16         background-repeat: repeat;
17         background-color: #93c5fa;
18 }
19
20 .install-images {
21         background-image: url(../img/sprites/install.png);
22         background-repeat: no-repeat;
23 }
24
25 .home-images {
26         background-image: url(../img/sprites/home.png);
27         background-repeat: no-repeat;
28 }
29
30 .browsers-images {
31         background-image: url(../img/sprites/browsers.png);
32         background-repeat: no-repeat;
33 }
34
35 .buttons-images {
36         background-image: url(../img/sprites/buttons.png);
37         background-repeat: repeat-x;
38 }
39
40 .talk-images {
41         background-image: url(../img/sprites/talk.png);
42         background-repeat: no-repeat;
43 }
44
45 .smileys-images {
46         background-image: url(../img/sprites/smileys.png);
47         background-repeat: no-repeat;
48 }
49
50 .welcome-images {
51         background-image: url(../img/sprites/welcome.png);
52         background-repeat: no-repeat;
53 }
54
55 .me-images {
56         background-image: url(../img/sprites/me.png);
57         background-repeat: no-repeat;
58 }
59
60 .manager-images {
61         background-image: url(../img/sprites/manager.png);
62         background-repeat: no-repeat;
63 }
64
65 .mobile-images {
66         background-image: url(../img/sprites/mobile.png);
67         background-repeat: no-repeat;
68 }
69
70 .wait-small {
71         background-image: url(../img/wait/wait-small.gif);
72         background-repeat: no-repeat;
73         height: 16px;
74         width: 16px;
75 }
76
77 .wait-medium {
78         background-image: url(../img/wait/wait-medium.png);
79         background-repeat: no-repeat;
80         height: 24px;
81         width: 24px;
82 }
83
84 .wait-big {
85         background-image: url(../img/wait/wait-big.gif);
86         background-repeat: no-repeat;
87         height: 30px;
88         width: 30px;
89 }