simurqq

Al-Maany Dictionaries for Lumetrium Definer

Nov 6th, 2025 (edited)
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | Software | 0 0
  1. /* Remove certain page elements */
  2. header,
  3. footer,
  4. #search-block,
  5. #search-home,
  6. #sticky-header,
  7. #word-idx,
  8. .ad,
  9. .breadcrumb,
  10. .sidebar-column {
  11.   display: none !important;
  12. }
  13.  
  14. body, .mainbar-column,
  15. .pagination, .panel, .panel-body,
  16. .panel-heading, .panel-lightblue, td
  17. {
  18.   background-color: #343a40 !important;
  19.   color: #f8f8f2 !important;
  20. }
  21.  
  22. /* Buttons */
  23. .next, .dropdown button {
  24.   background-color: #337ab7 !important;  
  25.   border-color: #337ab7 !important;
  26.   color: #f8f8f2 !important;
  27. }
  28.  
  29. /* Remove Google ads block */
  30. iframe[id^="google"] {
  31.     display: none !important;
  32. }
  33.  
  34. /* Increase Arabic font size on: */
  35. /* main translation block */
  36. p.text-right {
  37.   font-size: 22px !important;
  38. }
  39.  
  40. /* 'Words and Phrases' table */
  41. td[id^="m"] {
  42.   font-size: 22px !important;
  43. }
  44.  
  45. /* 'Contextual Examples' block */
  46. .col-md-6.text-right  {
  47.   font-size: 22px !important;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment