nakib4tech

MemberPress Courses

Dec 24th, 2023
1,132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.87 KB | None | 0 0
  1. <style>
  2. body {
  3. font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif !important;
  4. font-size: .8rem !important;
  5. }
  6. #mpcs-main {
  7. margin-left: unset !important;
  8. margin-right: auto;
  9. }
  10. h1.entry-title {
  11. margin-bottom: 1em;
  12. }
  13. #mpcs-main #bookmark a {
  14. margin-left: .5em;
  15. margin-right: 0 !important;
  16. padding-right: 0.5rem !important;
  17. padding-left: 0 !important;
  18. }
  19. .mpcs-sidebar-wrapper .mpcs-lesson i.mpcs-doc-text-inv {
  20. margin-left: 3px;
  21. margin-right: 0 !important;
  22. }
  23. .mpcs-sidebar-wrapper .mpcs-lesson .mpcs-lesson-link {
  24. margin-left: 0 !important;
  25. margin-right: 6px;
  26. }
  27. #mpcs-main a.btn.btn-green {
  28.     color: white;
  29. }
  30. .mpcs-sidebar-wrapper h1 {
  31. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  32. }
  33. #mpcs-main h1,h2 {
  34. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
  35. }
  36. #mpcs-sidebar .mpcs-sidebar-menu a.is-active {
  37. border-right: 5px solid #2b3637;
  38. border-left: none !important;
  39. }
  40. .mpcs-lesson .btn {
  41. line-height: 0.8rem !important;
  42. }
  43. .mpcs-lesson .mpcs-lesson-button {
  44. margin-right: auto;
  45. margin-left: 0 !important;
  46. }
  47. @media (max-width: 600px) {
  48. #mpcs-sidebar {
  49. left: unset !important;
  50.     right: 0;
  51. }
  52. }
  53. .mpcs-lesson .mpcs-lesson-link {
  54.     margin-left: 5px !important;
  55.     margin-right: 8px;
  56. }
  57. .mpcs-right-big:before, .mpcs-left-big:before {
  58.     transform: rotate(
  59. 180deg);
  60. }
  61. .mpcs-angle-circled-left:before {
  62.     transform: rotate(
  63. 180deg);
  64. }
  65. .mpcs-angle-right:before {
  66. transform: rotate(
  67. 180deg);
  68. }
  69. .mpcs-sidebar-with-accordion #mpcs-sidebar .mpcs-section-header:after {
  70. left: 20px;
  71. right: unset !important;
  72. }
  73. .dropdown.dropdown-right .menu {
  74. left: 0 !important;
  75. right: auto !important;
  76. }
  77. </style>
Advertisement
Add Comment
Please, Sign In to add comment