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-1to10.css 1.2KB

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