Advertisement
Khasky

inlinemanual custom css

Aug 6th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.58 KB | None | 0 0
  1. .inmplayer-popover-branding {
  2.     display: none !important;
  3. }
  4.  
  5. .fczbkk-popover-pointer-holder {
  6.     background: none !important;
  7. }
  8.  
  9. .inmplayer-popover-wrapper {
  10.     border-radius: 4px;
  11.     font-size: 14px;
  12.     font-family: Open Sans, sans-serif;
  13.     color: #4A556B;
  14. }
  15.  
  16. .inmplayer-popover-content {
  17.    padding: 20px;
  18. }
  19.  
  20. .inmplayer-popover-content h3:first-of-type {
  21.     margin-top: 0;
  22. }
  23.  
  24. .inmplayer-popover-wrapper a {
  25. color: #005aff !important;
  26. }
  27.  
  28. .inmplayer-popover-buttons {
  29.  margin-top: 25px;
  30. }
  31.  
  32. .inmplayer-button:not(.inmplayer-popover-button-end) {
  33.     background: none !important;
  34.     border: none !important;
  35.     color: #005aff !important;
  36.     font-weight: normal;
  37. }
  38.  
  39. .inmplayer-popover-close-button {
  40.     top: -36px;
  41.     right: -32px;
  42.     font-size: 36px;
  43.     color: #292b3f;
  44.     line-height: initial;
  45. }
  46.  
  47. .inmplayer-popover-button-previous,
  48. .inmplayer-popover-button-next {
  49.     float: right;
  50.     margin: 0;
  51.     padding: 0;
  52. }
  53.  
  54. .inmplayer-popover-button-previous {
  55.     right: 90px;
  56.     position: relative;
  57. }
  58.  
  59. .inmplayer-popover-button-next {
  60.     padding: 0px 0px 0 10px;
  61.     margin: 0;
  62. }
  63.  
  64. .inmplayer-popover-button-previous:before,
  65. .inmplayer-popover-button-next:before {
  66.     font-family: budicon;
  67.     font-style: normal;
  68.     font-weight: bold;
  69.     speak: none;
  70.     display: inline-block;
  71.     text-decoration: inherit;
  72.     width: 1em;
  73.     margin-right: .2em;
  74.     text-align: center;
  75.     font-variant: normal;
  76.     text-transform: none;
  77.     line-height: 1em;
  78.     margin-left: .2em;
  79. }
  80.  
  81. .inmplayer-popover-button-previous:before {
  82.     content: "\EB47";
  83. }
  84.  
  85. .inmplayer-popover-button-next:before {
  86.     content: "\EB4B";
  87. }
  88.  
  89. .inmplayer-popover-button-end {
  90.     float: left;
  91.     margin-left: 0;
  92.     padding: 6px 30px;
  93.     border: 1px solid #C7CAD1 !important;
  94.     border-radius: 2px;
  95.     color: #4A556B !important;
  96. font-weight: normal;
  97. background: none;
  98. }
  99.  
  100. .inmplayer-popover-button-end:hover {
  101. background: #f5f5f5;
  102.     transition: background .2s;
  103. }
  104.  
  105. .inmplayer-popover-progress {
  106.     text-align: right;
  107.     color: #828282;
  108.     font-weight: 400;
  109. }
  110.  
  111. .inmplayer-popover-pointer-shape {
  112.     fill: #ffffff;
  113.     stroke: #ffffff;
  114. }
  115. svg.inmplayer-popover-pointer-holder {
  116.     transform: none;
  117. }
  118. .inmplayer-launcher {
  119.    background: #ff0060 !important;
  120.    color: #ff0060 !important;
  121.     width: 12px !important;
  122.     height: 12px !important;
  123. z-index: 65535;
  124. border: none;
  125. }
  126. .inmplayer-launcher.inmplayer-launcher-hotspot .pulse {
  127.     border-color: #ff0060 !important;
  128. background: none;
  129. }
  130.  
  131. /* Onboard panel */
  132. .inmplayer-panel {
  133.     bottom: 0px !important;
  134.     top: auto !important;
  135.     height: 300px;
  136. }
  137.  
  138. .inmplayer-panel-body {
  139.    height: 100%;
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement