Changeset 3481660
- Timestamp:
- 03/13/2026 04:44:56 AM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quran-text-multilanguage/trunk/inc/quran_style.php
r3481656 r3481660 39 39 #template_quran #bloc_name_sura { width: auto !important; max-width: 100% !important; display: flex !important; flex-wrap: nowrap !important; justify-content: center !important; align-items: center !important; gap: 8px !important; min-width: 0 !important; box-sizing: border-box !important; margin: 0 auto !important; } 40 40 #template_quran #block_prev, #template_quran #block_next { display: inline-flex !important; align-items: center !important; flex-shrink: 0 !important; } 41 #template_quran #PrevSourate, #template_quran #NextSourate { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; opacity: 1 !important; }41 #template_quran #PrevSourate, #template_quran #NextSourate { width: 28px !important; height: 28px !important; min-width: 28px !important; min-height: 28px !important; opacity: 1 !important; font-size: 0.6rem !important; } 42 42 #template_quran #sourateName { font-size: clamp(16px, 5vw, 20px) !important; font-weight: 600 !important; padding: 6px 8px !important; flex: 0 1 auto !important; min-width: 0 !important; text-align: center !important; word-break: break-word !important; line-height: 1.3 !important; } 43 43 #template_quran .suraName { padding: 10px 6px !important; } … … 675 675 #template_quran #NextSourate { 676 676 display: inline-flex !important; align-items: center !important; justify-content: center !important; 677 font-size: 0.6rem !important; 677 678 background: #<?php echo ltrim(get_option('background_quran_number'), '#'); ?> !important; 678 679 color: #<?php echo ltrim(get_option('color_quran_number'), '#'); ?> !important; … … 727 728 #template_quran.quran-dark-mode #PrevSourate, 728 729 #template_quran.quran-dark-mode #NextSourate { 730 font-size: 0.6rem !important; 729 731 background: #2d3139 !important; color: #e8eaed !important; fill: currentColor !important; 730 732 border: 1px solid rgba(255,255,255,0.2) !important;
Note: See TracChangeset
for help on using the changeset viewer.