mpd.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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-last-child(2), th:nth-last-child(2) {
  49. text-align: right;
  50. }
  51. #salamisandwich td:nth-child(2) span {
  52. font-style:italic;
  53. font-size:90%;
  54. }
  55. tbody {
  56. cursor: pointer;
  57. }
  58. td:last-child, td:first-child {
  59. width: 30px;
  60. }
  61. .notifications {
  62. position: fixed;
  63. z-index: 9999;
  64. }
  65. /* Positioning */
  66. .notifications.top-right {
  67. right: 10px;
  68. top: 60px;
  69. }
  70. /* Notification Element */
  71. .notifications > div {
  72. position: relative;
  73. z-index: 9999;
  74. margin: 5px 0px;
  75. }
  76. button {
  77. overflow: hidden;
  78. }
  79. #trashmode span:last-child {
  80. display:inline-block;
  81. text-align:left;
  82. width:2.8em;
  83. }