icons.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* font icons */
  2. @font-face {
  3. font-family: 'tui-calendar-font-icon';
  4. src: url('../fonts/icon.eot') format('embedded-opentype'),
  5. url('../fonts/icon.ttf') format('truetype'),
  6. url('../fonts/icon.woff') format('woff'),
  7. url('../fonts/icon.svg') format('svg');
  8. }
  9. .calendar-icon {
  10. width: 14px;
  11. height: 14px;
  12. display: inline-block;
  13. vertical-align: middle;
  14. }
  15. .calendar-font-icon {
  16. font-family: 'tui-calendar-font-icon';
  17. font-size: 10px;
  18. font-weight: normal;
  19. }
  20. .img-bi {
  21. background: url('../images/img-bi.png') no-repeat;
  22. width: 215px;
  23. height: 16px;
  24. }
  25. .ic_view_month {
  26. background: url('../images/ic-view-month.png') no-repeat;
  27. }
  28. .ic_view_week {
  29. background: url('../images/ic-view-week.png') no-repeat;
  30. }
  31. .ic_view_day {
  32. background: url('../images/ic-view-day.png') no-repeat;
  33. }
  34. .ic-arrow-line-left {
  35. background: url('../images/ic-arrow-line-left.png') no-repeat;
  36. }
  37. .ic-arrow-line-right {
  38. background: url('../images/ic-arrow-line-right.png') no-repeat;
  39. }
  40. .ic-travel-time {
  41. background: url('../images/ic-traveltime-w.png') no-repeat;
  42. }
  43. /* font icons */
  44. .ic-location-b:before {
  45. content: '\e900';
  46. }
  47. .ic-lock-b:before {
  48. content: '\e901';
  49. }
  50. .ic-milestone-b:before {
  51. content: '\e902';
  52. }
  53. .ic-readonly-b:before {
  54. content: '\e903';
  55. }
  56. .ic-repeat-b:before {
  57. content: '\e904';
  58. }
  59. .ic-state-b:before {
  60. content: '\e905';
  61. }
  62. .ic-user-b:before {
  63. content: '\e906';
  64. }