Просмотр файла delta_framework-main/admin/styles/css/bootstrap-wysihtml5.css

Размер файла: 2Kb
  1. ul.wysihtml5-toolbar {
  2. margin: 0;
  3. padding: 0;
  4. display: block;
  5. }
  6.  
  7. ul.wysihtml5-toolbar::after {
  8. clear: both;
  9. display: table;
  10. content: "";
  11. }
  12.  
  13. ul.wysihtml5-toolbar > li {
  14. float: left;
  15. display: list-item;
  16. list-style: none;
  17. margin: 0 5px 10px 0;
  18. }
  19.  
  20. ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  21. font-weight: bold;
  22. }
  23.  
  24. ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  25. font-style: italic;
  26. }
  27.  
  28. ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  29. text-decoration: underline;
  30. }
  31.  
  32. ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  33. background-image: none;
  34. background-color: #fff;
  35. outline: 0;
  36. }
  37.  
  38. ul.wysihtml5-commands-disabled .dropdown-menu {
  39. display: none !important;
  40. }
  41.  
  42. ul.wysihtml5-toolbar div.wysihtml5-colors {
  43. display:block;
  44. width: 50px;
  45. height: 20px;
  46. margin-top: 2px;
  47. margin-left: 5px;
  48. position: absolute;
  49. pointer-events: none;
  50. }
  51.  
  52. ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  53. padding-left: 70px;
  54. }
  55.  
  56. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  57. background: black !important;
  58. }
  59.  
  60. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  61. background: silver !important;
  62. }
  63.  
  64. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  65. background: gray !important;
  66. }
  67.  
  68. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  69. background: maroon !important;
  70. }
  71.  
  72. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  73. background: red !important;
  74. }
  75.  
  76. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  77. background: purple !important;
  78. }
  79.  
  80. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  81. background: green !important;
  82. }
  83.  
  84. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  85. background: olive !important;
  86. }
  87.  
  88. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  89. background: navy !important;
  90. }
  91.  
  92. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  93. background: blue !important;
  94. }
  95.  
  96. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  97. background: orange !important;
  98. }