summaryrefslogtreecommitdiff
path: root/theme/base/css/facebookapp.css
blob: 163b41fb4caa1e96ee857d0371db10dabb003436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@import url("display.css");
@import url("../../identica/css/display.css");

* {
font-size:14px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#wrap {
background-color:#F0F2F5;
padding-left:18px;
padding-right:18px;
width:auto;
}

p,label,
h1,h2,h3,h4,h5,h6 {
color:#000;
}

#content {
width:95%;
}

#site_nav_local_views a {
background-color:#D0DFE7;
}
#site_nav_local_views a:hover {
background-color:#FAFBFC;
}

span.facebook-button {
border: 2px solid #aaa;
padding: 3px;
display: block;
float: left;
margin-right: 20px;
-moz-border-radius: 4px; 
border-radius:4px; 
-webkit-border-radius:4px;
font-weight: bold;
background-color:#A9BF4F;
color:#fff;
font-size:1.2em
}

span.facebook-button a { color:#fff }

.facebook_guide {
margin-bottom:18px;
}
.facebook_guide p {
font-weight:bold;
}


input {
height:auto !important;
}

#facebook-friends {
float:left;
width:100%;
}

#facebook-friends li {
float:left;
margin-right:2%;
margin-bottom:11px;
width:18%;
height:115px;
}
#facebook-friends li a {
float:left;
}

#add_to_profile {
position:absolute;
right:18px;
top:10px;
z-index:2;
}

.notice div.entry-content dl,
.notice div.entry-content dt, 
.notice div.entry-content dd {
margin-right:5px;
}

#content_inner p {
margin-bottom:18px;
}

#content_inner ul {
list-style-type:none;
}

.form_settings label {
margin-right:18px;
}