PluginProbe
Property Hive / 2.2.4
Property Hive v2.2.4
2.3.1 2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 All 261 releases
propertyhive / assets / css / tours / style.css

style.css in Property Hive 2.2.4, at assets/css/tours/style.css

59 lines 932 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .pulse {
2 all: unset;
3 border-radius: 50%;
4 border: 0;
5 display: block;
6 position: absolute;
7 cursor: pointer;
8 width: 12px;
9 height: 12px;
10 margin: -6px;
11 }
12 .pulse:focus {
13 outline: dotted;
14 outline-width: 1px;
15 }
16 #tour-launcher {
17 position: fixed;
18 bottom: 76px;
19 right: 24px;
20 font-size: 13px;
21 border: 1px solid #ccc;
22 border-radius: 10px;
23 background: #fff;
24 padding: .5em;
25 line-height: 1;
26 box-shadow: 0 0 3px #999;
27 z-index: 999999;
28 }
29 #tour-launcher span#tour-title {
30 cursor: pointer;
31 line-height: 1.3em;
32 }
33 #tour-launcher span#tour-title:hover {
34 text-shadow: 0 0 1px #999;
35 }
36 ul#page-tour-list li {
37 list-style-type: none;
38 }
39 ul#page-tour-list li a {
40 text-decoration: none;
41 width: 100%;
42 display: block;
43 }
44 #page-tour-list {
45 font-size: .8em;
46 }
47 #wp-admin-bar-tour-list {
48 display: none;
49 }
50 .inline-tour-list {
51 cursor: pointer;
52 }
53 .dismiss-tour {
54 all: unset;
55 color: #1067a9;
56 text-decoration: underline;
57 cursor: pointer;
58 }
59