PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.2.1
Easy Elements for Elementor – Addons & Website Templates v1.2.1
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / heading / css / heading.css

heading.css in Easy Elements for Elementor – Addons & Website Templates 1.2.1, at widgets/heading/css/heading.css

175 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 :root {
2 --e-global-color-primary: #FFD012;
3 --e-global-color-secondary: #0B3665;
4 --body-color: #121212bf;
5 }
6
7 .e-e-title {
8 color: var(--e-global-color-secondary);
9 margin-bottom: 16px;
10 }
11
12 .e-e-title a {
13 color: currentColor;
14 }
15
16 .e-e-title span {
17 color: var(--e-global-color-primary);
18 }
19
20 .e-e-description {
21 color: var(--body-color);
22 font-size: 20px;
23 line-height: 150%;
24 }
25
26 .eel-sub-heading img,
27 .eel-sub-heading svg {
28 height: 1em;
29 width: auto;
30 }
31 .eel-sub-heading.top {
32 display: inline-block;
33 }
34 .eel-sub-heading.top span {
35 display: block;
36 }
37 .eel-sub-heading.left, .eel-sub-heading.right {
38 display: inline-flex !important;
39 align-items: center;
40 gap: 8px;
41 }
42 .eel-sub-heading.right {
43 flex-direction: row-reverse;
44 }
45
46 .eel--separator-icon-wrap svg {
47 height: 1em;
48 }
49
50 .eel--separator-icon {
51 height: 4px;
52 width: 50px;
53 background: var(--e-global-color-primary);
54 border-radius: 2px;
55 position: relative;
56 margin: 0 auto;
57 display: inline-block;
58 }
59 .eel--separator-icon.dotted::before {
60 content: "";
61 position: absolute;
62 top: 0;
63 right: -10px;
64 display: inline-block;
65 width: 4px;
66 height: 4px;
67 border-radius: 50%;
68 background-color: var(--e-global-color-primary);
69 color: var(--e-global-color-primary);
70 box-shadow: 9px 0 0 currentColor, 18px 0 0 currentColor;
71 }
72
73 .eel_full_title_start,
74 .eel_title_start .e-e-title {
75 border-left: 6px solid var(--e-global-color-primary);
76 display: inline-table;
77 padding-left: 10px;
78 width: 100%;
79 }
80
81 .eel_full_title_end,
82 .eel_title_end .e-e-title {
83 border-right: 6px solid var(--e-global-color-primary);
84 display: inline-table;
85 padding-right: 10px;
86 width: 100%;
87 }
88
89 .eel-watermark {
90 position: absolute;
91 bottom: 10px;
92 right: 10px;
93 font-size: 120px;
94 font-weight: bold;
95 color: transparent;
96 -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
97 text-stroke: 1px rgba(0, 0, 0, 0.3);
98 pointer-events: none;
99 -webkit-user-select: none;
100 -moz-user-select: none;
101 user-select: none;
102 white-space: nowrap;
103 z-index: 0;
104 transform: translateY(-50%);
105 line-height: 60%;
106 }
107
108 .eel-sub-heading.easy_gradiant_border {
109 display: inline-block;
110 }
111
112 .easy_gradiant_border {
113 position: relative;
114 padding: 4px 18px;
115 }
116
117 .easy_gradiant_border::before {
118 content: "";
119 position: absolute;
120 inset: 0;
121 padding: 1px;
122 background: linear-gradient(to right, var(--grad-color-1, rgba(0, 0, 0, 0.15)) 15%, var(--grad-color-2, rgba(0, 0, 0, 0.3)) 30%, var(--grad-color-3, rgba(0, 0, 0, 0.5)) 50%, var(--grad-color-2, rgba(0, 0, 0, 0.3)) 70%, var(--grad-color-1, rgba(0, 0, 0, 0.15)) 85%);
123 -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
124 -webkit-mask-composite: xor;
125 mask-composite: exclude;
126 pointer-events: none;
127 z-index: -1;
128 border-radius: var(--grad-border-radius, 40px);
129 opacity: 0.5;
130 }
131
132 .easy-split-word,
133 .easy-split-letter {
134 font-style: normal;
135 }
136
137 .e-e-title.e-e-gradient-title div, .e-e-title.e-e-gradient-title {
138 background: linear-gradient(68.75deg, #B0FF96 9.78%, #FFF1B5 92.67%);
139 -webkit-background-clip: text;
140 -webkit-text-fill-color: transparent;
141 background-clip: text;
142 text-fill-color: transparent;
143 line-height: 1.1;
144 }
145
146 .e-e-title.eel-text-reveal {
147 overflow: hidden;
148 display: inline-block;
149 }
150 .e-e-title.eel-text-reveal .char {
151 transform: translateY(115px);
152 transition: transform 0.5s;
153 overflow: hidden;
154 }
155
156 .eel-lines-bottom-v2 {
157 overflow: hidden;
158 }
159
160 .eel-text-bouncev2 {
161 display: inline-block;
162 transform-origin: 50% 100%;
163 will-change: transform, opacity;
164 }
165
166 .e-e-heading .e-e-title.e-e-image-fill div,
167 .e-e-heading .e-e-title.e-e-image-fill {
168 color: transparent;
169 -webkit-background-clip: text;
170 background-clip: text;
171 -webkit-text-fill-color: transparent;
172 background-repeat: no-repeat;
173 background-position: center;
174 background-size: cover;
175 }