forked from bernorieder/netvizz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
facebook.css
executable file
·105 lines (91 loc) · 1.83 KB
/
facebook.css
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
101
102
103
104
105
/* Default Facebook CSS */
form {
padding:0px;
}
a {
/*border: 1px solid #ddd;*/
background-color:#ededed;
padding: 0px 2px 0px 2px;
}
.fbbody {
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 11px;
line-height: 17px;
color: #333333;
}
.fbbody h1 {
font-size: 14px;
font-weight:bold;
}
.fbbody h2 {
font-size: 12px;
font-weight:bold;
}
/* Default Anchor Style */
.fbbody a {
color: #3b5998;
outline-style: none;
text-decoration: none;
font-size: 11px;
font-weight: bold;
}
.fbbody a:hover {
text-decoration: underline;
}
/* Facebook Box Styles */
.fbgreybox {
background-color: #f7f7f7;
border: 1px solid #cccccc;
color: #333333;
padding: 10px;
font-size: 13px;
font-weight: bold;
}
.fbbluebox {
background-color: #eceff6;
border: 1px solid #d4dae8;
color: #333333;
padding: 10px;
font-size: 13px;
font-weight: bold;
}
.fbinfobox {
background-color: #fff9d7;
border: 1px solid #e2c822;
color: #333333;
padding: 10px;
font-size: 13px;
font-weight: bold;
}
.fberrorbox {
background-color: #ffebe8;
border: 1px solid #dd3c10;
color: #333333;
padding: 10px;
font-size: 13px;
font-weight: bold;
}
/* Content Divider on White Background */
.fbcontentdivider {
border: 0;
margin-top: 18px;
margin-bottom: 18px;
width: 520px;
height: 1px;
background-color: #B3B3B3;
}
/* Facebook Tab Style */
.fbtab {
padding: 8px;
background-color: #d8dfea;
color: #3b5998 !important;
font-weight: bold;
float: left;
margin-right: 4px;
text-decoration: none;
}
.fbtab:hover {
background-color: #3b5998;
color: #ffffff !important;
cursor: hand;
}