replace-icons.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .icons-on .contenttype-document,
  2. .icons-on .contenttype-event,
  3. .icons-on .contenttype-folder,
  4. .icons-on .contenttype-link,
  5. .icons-on .contenttype-news-item,
  6. .icons-on .contenttype-plone-site,
  7. .icons-on .contenttype-collection,
  8. .icons-on .contenttype-topic,
  9. .icons-on #plone-contentmenu-factories .contenttype-file,
  10. .icons-on #plone-contentmenu-factories .contenttype-image {
  11. background: transparent;
  12. font-family: "Font Awesome 5 Free";
  13. font-weight: 900;
  14. padding-left: 0 !important;
  15. }
  16. .icons-on .contenttype-folder:before {
  17. content: "\f07b ";
  18. }
  19. .icons-on .contenttype-link:before {
  20. content: "\f0c1 ";
  21. }
  22. .icons-on .contenttype-collection:before {
  23. content: "\f022";
  24. }
  25. .icons-on .contenttype-news-item:before {
  26. content: "\f05a ";
  27. }
  28. .icons-on .contenttype-file:before {
  29. content: "\f15b ";
  30. }
  31. .icons-on .contenttype-image:before {
  32. content: "\f03e ";
  33. }
  34. .icons-on .contenttype-event:before {
  35. content: "\f073 ";
  36. }
  37. .icons-on .contenttype-document:before {
  38. content: "\f15c ";
  39. }
  40. .actionicon-object_buttons-cut:before {
  41. font-family: "Font Awesome 5 Free";
  42. font-weight: 900;
  43. content: "\f0c4 ";
  44. }
  45. .actionicon-object_buttons-copy:before {
  46. font-family: "Font Awesome 5 Free";
  47. font-weight: 900;
  48. content: "\f0c5 ";
  49. }
  50. .actionicon-object_buttons-paste:before {
  51. font-family: "Font Awesome 5 Free";
  52. font-weight: 900;
  53. content: "\f0ea ";
  54. }
  55. .actionicon-object_buttons-delete:before {
  56. font-family: "Font Awesome 5 Free";
  57. font-weight: 900;
  58. content: "\f014 ";
  59. }
  60. .actionicon-object_buttons-rename:before {
  61. font-family: "Font Awesome 5 Free";
  62. font-weight: 900;
  63. content: "\f044 ";
  64. }
  65. #personaltools-logout a:before {
  66. font-family: "Font Awesome 5 Free";
  67. font-weight: 900;
  68. content: "\f2f5 ";
  69. }
  70. #personaltools-dashboard a:before {
  71. font-family: "Font Awesome 5 Free";
  72. font-weight: 900;
  73. content: "\f0e4 ";
  74. }
  75. #personaltools-plone_setup a:before {
  76. font-family: "Font Awesome 5 Free";
  77. font-weight: 900;
  78. content: "\f085 ";
  79. }
  80. #personaltools-preferences a:before {
  81. font-family: "Font Awesome 5 Free";
  82. font-weight: 900;
  83. content: "\f007 ";
  84. }
  85. #personaltools-my-documents a:before {
  86. font-family: "Font Awesome 5 Free";
  87. font-weight: 900;
  88. content: "\f0c5 ";
  89. }