PluginProbe
Selection Lite / trunk
Selection Lite vtrunk
trunk 1.0 1.1 1.10 1.11 1.12 1.14 1.15 1.16 1.17 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
selection-lite / css / headinger-elementor.css

headinger-elementor.css in Selection Lite trunk, at css/headinger-elementor.css

94 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * * Selection Lite
3 * * Carefully selected Elementor addons bundle, for building the most awesome websites
4 * *
5 * * @encoding UTF-8
6 * * @version 1.17
7 * * @copyright (C) 2018-2026 Merkulove ( https://merkulov.design/ ). All rights reserved.
8 * * @license GPLv3
9 * * @contributors merkulove, vladcherviakov, phoenixmkua, podolianochka, viktorialev01
10 * * @support help@merkulov.design
11 * **/
12 .mdp-header-text {
13 margin: 0;
14 }
15
16 .mdp-sub-header-box,
17 .mdp-header-box {
18 display: inline-block;
19 box-sizing: border-box;
20 z-index: 1;
21 position: relative;
22 }
23
24 .mdp-sub-heading-content,
25 .mdp-typography-default-header {
26 display: inline-flex;
27 }
28
29 .mdp-header-background-effect {
30 background-clip: text;
31 text-fill-color: transparent;
32 -webkit-background-clip: text;
33 -webkit-text-fill-color: transparent;
34 }
35
36 .sub-line,
37 .line {
38 background-color: transparent !important;
39 }
40
41 .sub-line:after,
42 .line:after {
43 content: "";
44 background-color: #000000;
45 width: 25px;
46 height: 1px;
47 display: inline-block;
48 vertical-align: middle;
49 }
50
51 .mdp-subheader-line-left,
52 .mdp-header-line-left {
53 float: left;
54 margin-right: 10px;
55 }
56
57 .mdp-subheader-line-right,
58 .mdp-header-line-right {
59 float: right;
60 margin-left: 10px;
61 }
62
63 .mdp-subheader-line-bottom,
64 .mdp-header-line-bottom {
65 margin-top: 10px;
66 line-height: 0;
67 }
68
69 .mdp-typography-content-header {
70 position: absolute;
71 -webkit-touch-callout: none;
72 -webkit-user-select: none;
73 -moz-user-select: none;
74 user-select: none;
75 }
76
77 .mdp-typography-header {
78 display: block;
79 }
80
81 .mdp-headinger-split-text {
82 width: -moz-fit-content;
83 width: fit-content;
84 }
85
86 .mdp-content-header .mdp-typography-content-header {
87 width: 100%;
88 }
89
90 @-moz-document url-prefix() {
91 .mdp-typography-header {
92 background-attachment: inherit !important;
93 }
94 }