mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
89
jappixmini/jappix/css/images.css
Normal file
89
jappixmini/jappix/css/images.css
Normal file
|
@ -0,0 +1,89 @@
|
|||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the images CSS stylesheet for Jappix
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 16/01/12
|
||||
|
||||
*/
|
||||
|
||||
.body-images {
|
||||
background-image: url(../img/sprites/background.png);
|
||||
background-repeat: repeat;
|
||||
background-color: #93c5fa;
|
||||
}
|
||||
|
||||
.install-images {
|
||||
background-image: url(../img/sprites/install.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.home-images {
|
||||
background-image: url(../img/sprites/home.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.browsers-images {
|
||||
background-image: url(../img/sprites/browsers.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.buttons-images {
|
||||
background-image: url(../img/sprites/buttons.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.talk-images {
|
||||
background-image: url(../img/sprites/talk.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.smileys-images {
|
||||
background-image: url(../img/sprites/smileys.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.welcome-images {
|
||||
background-image: url(../img/sprites/welcome.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.me-images {
|
||||
background-image: url(../img/sprites/me.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.manager-images {
|
||||
background-image: url(../img/sprites/manager.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.mobile-images {
|
||||
background-image: url(../img/sprites/mobile.png);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.wait-small {
|
||||
background-image: url(../img/wait/wait-small.gif);
|
||||
background-repeat: no-repeat;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.wait-medium {
|
||||
background-image: url(../img/wait/wait-medium.png);
|
||||
background-repeat: no-repeat;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.wait-big {
|
||||
background-image: url(../img/wait/wait-big.gif);
|
||||
background-repeat: no-repeat;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue