Server IP : 15.235.198.142 / Your IP : 216.73.216.74 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/craft/wp-content/themes/oceanwp/sass/components/blog/ |
Upload File : |
/** * Quote format */ .post-quote-content, .post-quote-author { position: relative; background-color: #13aff0; color: #fff; font-size: 20px; padding: 20px 30px; line-height: 1.6; z-index: 1; } .post-quote-icon { position: absolute; right: 20px; bottom: 10px; font-size: 48px; @include opacity( 0.2 ); z-index: -1; svg.owp-icon { width: 45px; height: 45px; } } .post-quote-author { background-color: #0b7cac; font-size: 12px; font-weight: 600; padding: 10px 30px; margin-top: 1px; text-transform: uppercase; letter-spacing: 0.6px; } .single-post .post-quote-wrap { margin-bottom: 30px; }