You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrap-wysihtml5.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. ul.wysihtml5-toolbar {
  2. margin: 0;
  3. padding: 0;
  4. display: block;
  5. }
  6. ul.wysihtml5-toolbar::after {
  7. clear: both;
  8. display: table;
  9. content: "";
  10. }
  11. ul.wysihtml5-toolbar > li {
  12. float: left;
  13. display: list-item;
  14. list-style: none;
  15. margin: 0 5px 10px 0;
  16. }
  17. ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  18. font-weight: bold;
  19. }
  20. ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  21. font-style: italic;
  22. }
  23. ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  24. text-decoration: underline;
  25. }
  26. ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  27. background-image: none;
  28. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
  29. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
  30. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
  31. background-color: #E6E6E6;
  32. background-color: #D9D9D9;
  33. outline: 0;
  34. }
  35. ul.wysihtml5-commands-disabled .dropdown-menu {
  36. display: none !important;
  37. }
  38. ul.wysihtml5-toolbar div.wysihtml5-colors {
  39. display:block;
  40. width: 50px;
  41. height: 20px;
  42. margin-top: 2px;
  43. margin-left: 5px;
  44. position: absolute;
  45. pointer-events: none;
  46. }
  47. ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  48. padding-left: 70px;
  49. }
  50. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  51. background: black !important;
  52. }
  53. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  54. background: silver !important;
  55. }
  56. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  57. background: gray !important;
  58. }
  59. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  60. background: maroon !important;
  61. }
  62. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  63. background: red !important;
  64. }
  65. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  66. background: purple !important;
  67. }
  68. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  69. background: green !important;
  70. }
  71. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  72. background: olive !important;
  73. }
  74. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  75. background: navy !important;
  76. }
  77. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  78. background: blue !important;
  79. }
  80. ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  81. background: orange !important;
  82. }
  83. .glyphicon-quote:before {
  84. content: "\201C";
  85. font-family: Georgia, serif;
  86. font-size: 50px;
  87. position: absolute;
  88. top: -4px;
  89. left: -3px;
  90. max-height: 100%;
  91. }
  92. .glyphicon-quote:after {
  93. content: "\0000a0";
  94. }