Comments (0)

Loading comments...

Back

Library


Contact Us

Profile

membership My Membership
Account Type: Account
Expiration: Lifetime
contact Contact Us
Email: abeflixoriginal@gmail.com
Phone: +09074644272
You can also message us in facebook messeger. Thank you
privacy Privacy Policy
We value your privacy. Your data is safe with us. Read more
terms Terms and Conditions
By using this service, you agree to our terms. Read more
logout Logout
clearcache Clear Cache

Login

Email
Password

Forgot Password?

New user? Create Account

From Rags To Riches, Pet Shop Cinderella

From Rags To Riches, Pet Shop Cinderella

三月 17, 2025

Synopsis

:

By a twist of fate, pet shop owner Elise Moore got married in a whirlwind to billionaire Alexander Alger. Due to misunderstandings, Alexander had to disguise his identity to prevent him from being exposed. With Elise believing her husband to be an ordinary person, what kind of funny stories will unfold between them?

Watch Now
0
显示全部 隐藏部分

Comments

Chinese Drama

Short Drama

Action

Romance

#c5c9ce
// { // Add styles directly to the title element title.style.position = 'relative'; // Ensure relative positioning for the pseudo-element title.style.fontSize = '16px'; // Set font size title.style.paddingLeft = '10px'; // Adjust space for the vertical line // Extract the first letter and the rest of the text var text = title.textContent.trim(); if (text.length > 0) { var firstLetter = text.charAt(0); // Get the first letter var restText = text.slice(1); // Get the remaining text // Wrap the first letter in a span with a darker color title.innerHTML = `${firstLetter}${restText}`; } // Dynamically create the vertical line effect var verticalLine = document.createElement('span'); verticalLine.style.position = 'absolute'; verticalLine.style.left = '4px'; // Position the line on the left verticalLine.style.top = '15%'; // Center the line vertically verticalLine.style.transform = 'translateY(-50%)'; // Adjust for perfect centering verticalLine.style.height = '13px'; // Smaller height for the line verticalLine.style.width = '13px'; // Width of the vertical line verticalLine.style.zIndex = '-1'; // Assign a darker color to the vertical line based on index verticalLine.style.background = `linear-gradient(125deg, ${colors[index % colors.length]} 5%, black 100%)`; verticalLine.style.borderRadius = '10px'; // Rounded corners // Append the vertical line to the title title.appendChild(verticalLine); }); } // Apply the styling function styleTitle(); }); document.addEventListener("DOMContentLoaded", function () { // Create a style tag const style = document.createElement('style'); style.innerHTML = ` .main-title h3 { height: 28px; margin-top: 10px !important; margin-left: -5px !important; z-index: 3 !important; /* Add z-index */ } `; // Append the style tag to the head of the document document.head.appendChild(style); }); //]]>