]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Facebook/facebookapp.css
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / plugins / Facebook / facebookapp.css
1 * {
2 font-size:14px;
3 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
4 }
5
6 #wrap {
7 background-color:#F0F2F5;
8 padding-left:1.795%;
9 padding-right:1.795%;
10 width:auto;
11 }
12
13 p,label,
14 h1,h2,h3,h4,h5,h6 {
15 color:#000;
16 }
17
18 #header {
19 width:131%;
20 }
21
22 #content {
23 width:92.7%;
24 }
25
26 #aside_primary {
27 display:none;
28 }
29
30 #site_nav_local_views a {
31 background-color:#D0DFE7;
32 }
33 #site_nav_local_views a:hover {
34 background-color:#FAFBFC;
35 }
36
37 #form_notice .form_note + label,
38 #form_notice #notice_data-attach {
39 display:none;
40 }
41
42 #form_notice #notice_action-submit {
43 height:47px !important;
44 }
45
46
47 span.facebook-button {
48 border: 2px solid #aaa;
49 padding: 3px;
50 display: block;
51 float: left;
52 margin-right: 20px;
53 -moz-border-radius: 4px; 
54 border-radius:4px; 
55 -webkit-border-radius:4px;
56 font-weight: bold;
57 background-color:#A9BF4F;
58 color:#fff;
59 font-size:1.2em
60 }
61
62 span.facebook-button a { color:#fff }
63
64 .facebook_guide {
65 margin-bottom:18px;
66 }
67 .facebook_guide p {
68 font-weight:bold;
69 }
70
71
72 input {
73 height:auto !important;
74 }
75
76 #facebook-friends {
77 float:left;
78 width:100%;
79 }
80
81 #facebook-friends li {
82 float:left;
83 margin-right:2%;
84 margin-bottom:11px;
85 width:18%;
86 height:115px;
87 }
88 #facebook-friends li a {
89 float:left;
90 }
91
92 #add_to_profile {
93 position:absolute;
94 right:18px;
95 top:10px;
96 z-index:2;
97 }
98
99 .notice div.entry-content dl,
100 .notice div.entry-content dt, 
101 .notice div.entry-content dd {
102 margin-right:5px;
103 }
104
105 #content_inner p {
106 margin-bottom:18px;
107 }
108
109 #content_inner ul {
110 list-style-type:none;
111 }
112
113 .form_settings label {
114 margin-right:18px;
115 }