mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
49
jappixmini/jappix/css/me.css
Normal file
49
jappixmini/jappix/css/me.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the Jappix Me tool CSS stylesheet for Jappix
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 16/01/12
|
||||
|
||||
*/
|
||||
|
||||
#me .content {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
#me .logo {
|
||||
background-position: 0 0;
|
||||
width: 300px;
|
||||
height: 61px;
|
||||
margin: 20px auto 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#me .infos {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#me .infos p {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
#me .infos p.infos-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#me .infos a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#me a.go {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
width: 300px;
|
||||
margin: 30px auto 0 auto;
|
||||
padding: 8px 12px;
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue