PluginProbe
HT Builder – WordPress Theme Builder for Elementor / 1.2.4
HT Builder – WordPress Theme Builder for Elementor v1.2.4
1.3.5 1.3.4 trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.8 1.0.9 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3
ht-builder / includes / admin / assets / lib / css / stapel.css

stapel.css in HT Builder – WordPress Theme Builder for Elementor 1.2.4, at includes/admin/assets/lib/css/stapel.css

93 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tp-grid {
2 list-style-type: none;
3 position: relative;
4 display: block;
5 }
6
7 .tp-grid li {
8 position: absolute;
9 cursor: pointer;
10 border: 10px solid #fff;
11 box-shadow: 0 2px 3px rgba(0,0,0,0.2);
12 display: none;
13 overflow: hidden;
14 -webkit-backface-visibility: hidden;
15 -moz-backface-visibility: hidden;
16 -o-backface-visibility: hidden;
17 -ms-backface-visibility: hidden;
18 backface-visibility: hidden;
19 }
20
21 .no-js .tp-grid li {
22 position: relative;
23 display: inline-block;
24 }
25
26 .tp-grid li a {
27 display: block;
28 outline: none;
29 }
30
31 .tp-grid li img {
32 display: block;
33 border: none;
34 }
35
36 .tp-info,
37 .tp-title {
38 position: absolute;
39 background: #fff;
40 line-height: 20px;
41 color: #333;
42 top: 40%;
43 width: 75%;
44 padding: 10px;
45 font-weight: 700;
46 text-align: right;
47 left: -100%;
48 box-shadow:
49 1px 1px 1px rgba(0,0,0,0.1),
50 5px 0 5px -3px rgba(0,0,0,0.4),
51 inset 0 0 5px rgba(0,0,0,0.04);
52 }
53
54 .touch .tp-info {
55 left: 0px;
56 }
57
58 .no-touch .tp-info {
59 -webkit-transition: all 0.3s ease-in-out;
60 -moz-transition: all 0.3s ease-in-out;
61 -o-transition: all 0.3s ease-in-out;
62 -ms-transition: all 0.3s ease-in-out;
63 transition: all 0.3s ease-in-out;
64 }
65
66 .no-touch .tp-grid li:hover .tp-info {
67 -webkit-transition-delay: 150ms;
68 -moz-transition-delay: 150ms;
69 -o-transition-delay: 150ms;
70 -ms-transition-delay: 150ms;
71 transition-delay: 150ms;
72 }
73
74 .no-touch .tp-open li:hover .tp-info {
75 left: 0px;
76 }
77
78 .tp-title {
79 padding: 10px 35px 10px 10px;
80 left: 0px;
81 }
82
83 .tp-title span:nth-child(2){
84 color: #aaa;
85 padding: 0 5px;
86 background: #F7F7F7;
87 right: 0px;
88 height: 100%;
89 line-height: 40px;
90 top: 0px;
91 position: absolute;
92 display: block;
93 }