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