mpd.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. body {
  2. padding-top: 50px;
  3. padding-bottom: 50px;
  4. }
  5. .starter-template {
  6. padding: 40px 15px;
  7. }
  8. #volumeslider {
  9. width: 150px;
  10. }
  11. #volumeslider .progress {
  12. margin-bottom: 0;
  13. }
  14. #volume-icon {
  15. float: left;
  16. margin-right: 10px;
  17. margin-top: 2px;
  18. }
  19. #counter {
  20. font-size: 24px;
  21. margin-top: -6px;
  22. margin-left: 10px;
  23. min-width: 50px;
  24. }
  25. #search {
  26. margin-right: -10px;
  27. }
  28. .btn-group-hover {
  29. opacity: 20%;
  30. }
  31. .btn:active,
  32. .btn.active {
  33. background-image: none;
  34. outline: 0;
  35. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  36. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  37. color: #428bca;
  38. background-color: #fdfdfd;
  39. border-color: #adadad;
  40. }
  41. @media (max-width: 1199px) {
  42. #btn-responsive-block > .btn {
  43. padding: 6px 12px;
  44. font-size: 14px;
  45. border-radius: 4px;
  46. }
  47. }
  48. #salamisandwich td:nth-child(3), th:nth-child(3) {
  49. text-align: right;
  50. }
  51. tbody {
  52. cursor: pointer;
  53. }
  54. td:last-child, td:first-child {
  55. width: 30px;
  56. }
  57. .notifications {
  58. position: fixed;
  59. z-index: 9999;
  60. }
  61. /* Positioning */
  62. .notifications.top-right {
  63. right: 10px;
  64. top: 60px;
  65. }
  66. /* Notification Element */
  67. .notifications > div {
  68. position: relative;
  69. z-index: 9999;
  70. margin: 5px 0px;
  71. }