-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfbp-simple.css
58 lines (54 loc) · 1.03 KB
/
fbp-simple.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
.fbJewel {
margin-left: -17px !important;
margin-top: 10px !important;
}
.fbJewel #FBPBUTT {
font-size: 12px !important;
color: #fff !important;
line-height: 27px !important;
top: -2px !important;
left: 0px;
position: relative;
text-decoration: none;
padding: 6px 11px 6px;
margin-right: 0px;
border-radius: 2px;
}
.fbJewel #FBPBUTT.jewelButton {
font-weight: 600 !important;
}
.fbJewel #FBPBUTT:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.fbJewel #FBPBUTT:before {
background: #385490;
background: rgba(0, 0, 0, 0.1);
content: '';
height: 17px;
left: -1px;
position: absolute;
top: 5px;
width: 1px;
}
/* /* */
#content {
padding-top: 42px !important;
}
#contentArea, #rightCol, #headerArea, #pages_manager_top_bar_container {
margin-top: 0 !important;
* {
font-family: -apple-system-font, Calibri, sans-serif !important;
}
*:after {
border: none !important;
}
html body {
font-size: 16px;
}
._5pbw, ._5pbx {
font-size: 18px;
}
#contentCol * {
font-family: Athelas, serif !important;
}
/* */