]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/me.css
Twitter: Fetch the contact relation
[friendica-addons.git] / jappixmini / jappix / css / me.css
1 /*
2
3 Jappix - An open social platform
4 This is the Jappix Me tool CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 16/01/12
11
12 */
13
14 #me .content {
15         padding: 10px 0;
16 }
17
18 #me .logo {
19         background-position: 0 0;
20         width: 300px;
21         height: 61px;
22         margin: 20px auto 0 auto;
23         display: block;
24 }
25
26 #me .infos {
27         margin-top: 30px;
28 }
29
30 #me .infos p {
31         margin-top: 8px;
32 }
33
34 #me .infos p.infos-title {
35         margin-top: 0;
36 }
37
38 #me .infos a {
39         text-decoration: underline;
40 }
41
42 #me a.go {
43         text-align: center;
44         font-weight: bold;
45         width: 300px;
46         margin: 30px auto 0 auto;
47         padding: 8px 12px;
48         display: block;
49 }