wpb_icon.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. i.icon {
  2. display: inline-block;
  3. width: 16px;
  4. height: 16px;
  5. line-height: 16px;
  6. vertical-align: text-top;
  7. margin-left: 5px;
  8. }
  9. .wpb_btn-large i.icon {
  10. height: 19px;
  11. margin-left: 9px;
  12. }
  13. .wpb_btn-small i.icon {
  14. height: 15px;
  15. }
  16. .wpb_btn-mini i.icon {
  17. display: none;
  18. }
  19. .wpb_address_book i.icon, option.wpb_address_book {
  20. background: url(../images/icons/address-book.png) no-repeat right center;
  21. }
  22. .wpb_alarm_clock i.icon, option.wpb_alarm_clock {
  23. background: url(../images/icons/alarm-clock.png) no-repeat right center;
  24. }
  25. .wpb_anchor i.icon, option.wpb_anchor {
  26. background: url(../images/icons/anchor.png) no-repeat right center;
  27. }
  28. .wpb_application_image i.icon, option.wpb_application_image {
  29. background: url(../images/icons/application-image.png) no-repeat right center;
  30. }
  31. .wpb_arrow i.icon, option.wpb_arrow {
  32. background: url(../images/icons/arrow.png) no-repeat right center;
  33. }
  34. .wpb_asterisk i.icon, option.wpb_asterisk {
  35. background: url(../images/icons/asterisk.png) no-repeat right center;
  36. }
  37. .wpb_hammer i.icon, option.wpb_hammer {
  38. background: url(../images/icons/auction-hammer.png) no-repeat right center;
  39. }
  40. .wpb_balloon i.icon, option.wpb_balloon {
  41. background: url(../images/icons/balloon.png) no-repeat right center;
  42. }
  43. .wpb_balloon_buzz i.icon, option.wpb_balloon_buzz {
  44. background: url(../images/icons/balloon-buzz.png) no-repeat right center;
  45. }
  46. .wpb_balloon_facebook i.icon, option.wpb_balloon_facebook {
  47. background: url(../images/icons/balloon-facebook.png) no-repeat right center;
  48. }
  49. .wpb_balloon_twitter i.icon, option.wpb_balloon_twitter {
  50. background: url(../images/icons/balloon-twitter.png) no-repeat right center;
  51. }
  52. .wpb_battery i.icon, option.wpb_battery {
  53. background: url(../images/icons/battery-full.png) no-repeat right center;
  54. }
  55. .wpb_binocular i.icon, option.wpb_binocular {
  56. background: url(../images/icons/binocular.png) no-repeat right center;
  57. }
  58. .wpb_document_excel i.icon, option.wpb_document_excel {
  59. background: url(../images/icons/blue-document-excel.png) no-repeat right center;
  60. }
  61. .wpb_document_image i.icon, option.wpb_document_image {
  62. background: url(../images/icons/blue-document-image.png) no-repeat right center;
  63. }
  64. .wpb_document_music i.icon, option.wpb_document_music {
  65. background: url(../images/icons/blue-document-music.png) no-repeat right center;
  66. }
  67. .wpb_document_office i.icon, option.wpb_document_office {
  68. background: url(../images/icons/blue-document-office.png) no-repeat right center;
  69. }
  70. .wpb_document_pdf i.icon, option.wpb_document_pdf {
  71. background: url(../images/icons/blue-document-pdf.png) no-repeat right center;
  72. }
  73. .wpb_document_powerpoint i.icon, option.wpb_document_powerpoint {
  74. background: url(../images/icons/blue-document-powerpoint.png) no-repeat right center;
  75. }
  76. .wpb_document_word i.icon, option.wpb_document_word {
  77. background: url(../images/icons/blue-document-word.png) no-repeat right center;
  78. }
  79. .wpb_bookmark i.icon, option.wpb_bookmark {
  80. background: url(../images/icons/bookmark.png) no-repeat right center;
  81. }
  82. .wpb_camcorder i.icon, option.wpb_camcorder {
  83. background: url(../images/icons/camcorder.png) no-repeat right center;
  84. }
  85. .wpb_camera i.icon, option.wpb_camera {
  86. background: url(../images/icons/camera.png) no-repeat right center;
  87. }
  88. .wpb_chart i.icon, option.wpb_chart {
  89. background: url(../images/icons/chart.png) no-repeat right center;
  90. }
  91. .wpb_chart_pie i.icon, option.wpb_chart_pie {
  92. background: url(../images/icons/chart-pie.png) no-repeat right center;
  93. }
  94. .wpb_clock i.icon, option.wpb_clock {
  95. background: url(../images/icons/clock.png) no-repeat right center;
  96. }
  97. .wpb_play i.icon, option.wpb_play {
  98. background: url(../images/icons/control.png) no-repeat right center;
  99. }
  100. .wpb_fire i.icon, option.wpb_fire {
  101. background: url(../images/icons/fire.png) no-repeat right center;
  102. }
  103. .wpb_heart i.icon, option.wpb_heart {
  104. background: url(../images/icons/heart.png) no-repeat right center;
  105. }
  106. .wpb_mail i.icon, option.wpb_mail {
  107. background: url(../images/icons/mail.png) no-repeat right center;
  108. }
  109. .wpb_shield i.icon, option.wpb_shield {
  110. background: url(../images/icons/plus-shield.png) no-repeat right center;
  111. }
  112. .wpb_video i.icon, option.wpb_video {
  113. background: url(../images/icons/video.png) no-repeat right center;
  114. }