styles.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. @charset "UTF-8";
  2. @font-face {
  3. font-family: "yii-debug";
  4. src:url("fonts/yii-debug.eot");
  5. src:url("fonts/yii-debug.eot?#iefix") format("embedded-opentype"),
  6. url("fonts/yii-debug.ttf") format("truetype"),
  7. url("fonts/yii-debug.svg#yii-debug") format("svg"),
  8. url("fonts/yii-debug.woff") format("woff");
  9. font-weight: normal;
  10. font-style: normal;
  11. }
  12. [data-icon]:before {
  13. font-family: "yii-debug" !important;
  14. content: attr(data-icon);
  15. font-style: normal !important;
  16. font-weight: normal !important;
  17. font-variant: normal !important;
  18. text-transform: none !important;
  19. speak: none;
  20. line-height: 1;
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. [class^="icon-"]:before,
  25. [class*=" icon-"]:before {
  26. font-family: "yii-debug" !important;
  27. font-style: normal !important;
  28. font-weight: normal !important;
  29. font-variant: normal !important;
  30. text-transform: none !important;
  31. speak: none;
  32. line-height: 1;
  33. -webkit-font-smoothing: antialiased;
  34. -moz-osx-font-smoothing: grayscale;
  35. }
  36. .icon-arrow-cycle:before {
  37. content: "c";
  38. }
  39. .icon-arrow-down:before {
  40. content: "d";
  41. }
  42. .icon-arrow-right:before {
  43. content: "f";
  44. }
  45. .icon-arrow-up-thin:before {
  46. content: "g";
  47. }
  48. .icon-arrow-left-thin:before {
  49. content: "e";
  50. }
  51. .icon-cross:before {
  52. content: "h";
  53. }
  54. .icon-coins:before {
  55. content: "i";
  56. }
  57. .icon-block-menu:before {
  58. content: "j";
  59. }
  60. .icon-settings:before {
  61. content: "k";
  62. }
  63. .icon-eye:before {
  64. content: "l";
  65. }
  66. .icon-female-symbol:before {
  67. content: "m";
  68. }
  69. .icon-hdd-raid:before {
  70. content: "n";
  71. }
  72. .icon-bolt:before {
  73. content: "o";
  74. }
  75. .icon-stopwatch:before {
  76. content: "a";
  77. }
  78. .icon-gauge:before {
  79. content: "b";
  80. }
  81. .icon-chart-line:before {
  82. content: "p";
  83. }
  84. .icon-down-open-mini:before {
  85. content: "q";
  86. }
  87. .icon-up-open-mini:before {
  88. content: "r";
  89. }
  90. .icon-locked:before {
  91. content: "z";
  92. }
  93. .icon-content-44:before {
  94. content: "s";
  95. }
  96. .icon-right-open-mini:before {
  97. content: "t";
  98. }
  99. .icon-left-open-mini:before {
  100. content: "u";
  101. }