1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/source/app/stylesheets/me.css
2014-04-08 20:14:28 +02:00

48 lines
No EOL
682 B
CSS

/*
Jappix - An open social platform
This is the Jappix Me tool CSS stylesheet for Jappix
-------------------------------------------------
License: AGPL
Author: Valérian Saliou
*/
#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;
}