PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.4
Easy Elements for Elementor – Addons & Website Templates v1.3.4
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.3.4, at widgets/heading/css/heading.css

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