Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bars-horizontal.css 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .br-theme-bars-horizontal .br-widget {
  2. width: 120px;
  3. white-space: nowrap;
  4. }
  5. .br-theme-bars-horizontal .br-widget a {
  6. display: block;
  7. width: 120px;
  8. height: 5px;
  9. background-color: #fbedd9;
  10. margin: 1px;
  11. }
  12. .br-theme-bars-horizontal .br-widget a.br-active,
  13. .br-theme-bars-horizontal .br-widget a.br-selected {
  14. background-color: #EDB867;
  15. }
  16. .br-theme-bars-horizontal .br-widget .br-current-rating {
  17. width: 120px;
  18. font-size: 18px;
  19. font-weight: 600;
  20. line-height: 2;
  21. text-align: center;
  22. color: #EDB867;
  23. }
  24. .br-theme-bars-horizontal .br-readonly a {
  25. cursor: default;
  26. }
  27. .br-theme-bars-horizontal .br-readonly a.br-active,
  28. .br-theme-bars-horizontal .br-readonly a.br-selected {
  29. background-color: #f2cd95;
  30. }
  31. .br-theme-bars-horizontal .br-readonly .br-current-rating {
  32. color: #f2cd95;
  33. }
  34. @media print {
  35. .br-theme-bars-horizontal .br-widget a {
  36. border: 1px solid #b3b3b3;
  37. background: white;
  38. -webkit-box-sizing: border-box;
  39. -moz-box-sizing: border-box;
  40. box-sizing: border-box;
  41. }
  42. .br-theme-bars-horizontal .br-widget a.br-active,
  43. .br-theme-bars-horizontal .br-widget a.br-selected {
  44. border: 1px solid black;
  45. background: white;
  46. }
  47. .br-theme-bars-horizontal .br-widget .br-current-rating {
  48. color: black;
  49. }
  50. }