-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkeys.css
executable file
·53 lines (51 loc) · 1.02 KB
/
keys.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
.LB-SS-swap1{
/*initially hidden, used by LucidBrot/StyleSwapper*/
/*use this if the visibility part of the styleswapper.js code is used
visibility: hidden;
otherwise this:*/
display:none;
}
kbd.eric-lightblue-black {
background-color: lightblue;
color: #333;
}
kbd.eric-grey-black {
background-color: #cecdcd;
color: #333;
}
kbd.eric-black-pink {
background-color: #060606;
color: #f059f9;
}
kbd.eric-reverse {
background-color: #fff;
color: #333;
border-style: dashed;
}
kbd.eric-btn-white {
background-color: #fff;
color: #333;
border: currentColor;
border-style: outset;
}
kbd.eric-btn-dark {
background-color: #333;
color: #fff;
border: #333;
border-style: groove;
}
/* Used for overlaying the link hints instead of moving page content around when they appear */
.LB-overlay-container {
position: relative;
}
.LB-overlay-wrapped-link-hint-text {
position:absolute;
top:50%;
transform:translateY(-50%);
}
.LB-overlay-wrapped-link-hint-image {
position:absolute;
top:50%;
left:0px;
transform:translateY(-50%);
}