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

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