blob: e9ce93efa4084cf02435c046e641c102ac4df3ff (
plain) (
blame)
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
|
#_LibreJS_CF_panel {
opacity: 0.8 !important;
font-family: sans-serif !important;
font-size: 1.2em !important;
color: #000 !important;
z-index: 2147483647 !important;
background-color: #eee !important;
position: fixed !important;
display:inline-block !important;
border: 2px solid #444 !important;
text-align: center !important;
width: 50% !important;
top: 25% !important;
bottom: 25% !important;
left: 25% !important;
right: 25% !important;
transition: width .5s !important;
}
#_LibreJS_CF_panel:hover {
opacity: 1 !important;
}
#_LibreJS_CF_panel h3, #LibreJS_CF_panel h4, #LibreJS_CF_panel h5 {
font-family: sans-serif !important;
color: #000 !important;
background: transparent !important;
font-weight: bold !important;
text-align: center !important;
border: none !important;
padding: 0 !important;
margin: .8em !important;
}
#_libreJS_CF_panel a {
text-decoration: none !important;
color: #840 !important;
border: none !important;
}
#_libreJS_CF_panel a:hover {
text-decoration: none !important;
color: #c60 !important;
border-bottom: 1px solid #840 !important;
}
#_LibreJS_CF_panel h3 {
font-size: 2em !important;
}
#_LibreJS_CF_panel h4 {
font-size: 1.8em !important;
}
#_LibreJS_CF_panel h5 {
font-size: 1.5em !important;
}
|