Pseudo css

PHOTO EMBED

Fri Feb 21 2025 03:17:47 GMT+0000 (Coordinated Universal Time)

Saved by @ASPX #css #webkit #-webkit

   <div class="ue-mega-menu-inner-links" id="uc_mega_menu_inner_links_elementor_">
	<div class="elementor-repeater-item-ed346d6"></div>
	<div class="elementor-repeater-item-006127e7"></div>
	<div class="elementor-repeater-item-r6592c7"></div>
	<div class="elementor-repeater-item-a66145b"></div>
</div>

<style>
[class^="elementor-repeater-item-"] {
     background-color: lightgray;
     padding: 10px;
}
</style>
<!-- -----------------------------------------
--------------------------- -->

<div data-text="example">טקסט זה יהיה אדום ושמן</div>
<div data-text="something-else">טקסט זה לא יושפע</div>
<style>
[data-text="example"] {
    color: red;
    font-weight: bold;
}
</style>

<! ---------------------------->

<div data-text="menu-item-1">תפריט 1</div>
<div data-text="menu-section">תפריט כללי</div>
<div data-text="other-menu">לא יושפע כי זה לא מתחיל ב-"menu"</div>
<style>
[data-text^="menu"] {
    background-color: yellow;
}
</style>

<!----------------------------->

<div data-text="menu-item-1">תפריט עם פריט</div>
<div data-text="nav-item">פריט ניווט</div>
<div data-text="items-list">רשימת פריטים</div>
<div data-text="random-text">לא יושפע כי אין בו "item"</div>
<style>
[data-text*="item"] {
    border: 2px solid blue;
}
</style>

<!------------------------------->

<div data-text="section-end">זה יסומן בקו תחתי</div>
<div data-text="menu-end">גם זה</div>
<div data-text="start-end">זה גם כי זה נגמר ב-"end"</div>
<div data-text="end-section">לא יושפע כי "end" לא בסוף</div>
<style>
[data-text$="-end"] {
    text-decoration: underline;
}
</style>

<-------------------------------->
<div class="ue-mega-menu-inner-links">
    <div data-text="menu-home">עמוד הבית</div>
    <div data-text="menu-services">שירותים</div>
    <div data-text="random-text">לא יושפע כי אין "menu"</div>
</div>
<style>
.ue-mega-menu-inner-links [data-text^="menu"] {
    font-size: 18px;
    color: green;
}
</style>
content_copyCOPY