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