content.css

  1. 7.x modules/content/css/content.css
  2. 7.x modules/tinymce/lib/tinymce/js/tinymce/skins/content/writer/content.css
  3. 7.x modules/tinymce/lib/tinymce/js/tinymce/skins/content/dark/content.css
  4. 7.x modules/tinymce/lib/tinymce/js/tinymce/skins/content/document/content.css
  5. 7.x modules/tinymce/lib/tinymce/js/tinymce/skins/content/default/content.css
  6. 7.x modules/tinymce/lib/tinymce/js/tinymce/skins/ui/oxide/content.css
  7. 7.x modules/tinymce/lib/tinymce/js/tinymce/skins/ui/oxide-dark/content.css
  8. 6.x modules/content/css/content.css
  9. 4.x modules/content/css/content.css
  10. 4.x modules/tinymce/inc/tiny_mce/plugins/spellchecker/css/content.css
  11. 4.x modules/tinymce/inc/tiny_mce/themes/simple/skins/default/content.css
  12. 4.x modules/tinymce/inc/tiny_mce/themes/simple/skins/o2k7/content.css
  13. 4.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/default/content.css
  14. 4.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/highcontrast/content.css
  15. 4.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/o2k7/content.css
  16. 5.x modules/content/css/content.css
  17. 5.x modules/tinymce/inc/tiny_mce/plugins/spellchecker/css/content.css
  18. 5.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/o2k7/content.css
  19. 5.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/highcontrast/content.css
  20. 5.x modules/tinymce/inc/tiny_mce/themes/advanced/skins/default/content.css
  21. 5.x modules/tinymce/inc/tiny_mce/themes/simple/skins/o2k7/content.css
  22. 5.x modules/tinymce/inc/tiny_mce/themes/simple/skins/default/content.css
/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
body {
  background-color: #2f3742;
  color: #dfe0e4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.4;
  margin: 1rem;
}
a {
  color: #4099ff;
}
table {
  border-collapse: collapse;
}
/* Apply a default padding if legacy cellpadding attribute is missing */
table:not([cellpadding]) th,
table:not([cellpadding]) td {
  padding: 0.4rem;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
table[border]:not([border="0"]):not([style*="border-width"]) th,
table[border]:not([border="0"]):not([style*="border-width"]) td {
  border-width: 1px;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
table[border]:not([border="0"]):not([style*="border-style"]) th,
table[border]:not([border="0"]):not([style*="border-style"]) td {
  border-style: solid;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
table[border]:not([border="0"]):not([style*="border-color"]) th,
table[border]:not([border="0"]):not([style*="border-color"]) td {
  border-color: #6d737b;
}
figure {
  display: table;
  margin: 1rem auto;
}
figure figcaption {
  color: #8a8f97;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}
hr {
  border-color: #6d737b;
  border-style: solid;
  border-width: 1px 0 0 0;
}
code {
  background-color: #6d737b;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
}
.mce-content-body:not([dir=rtl]) blockquote {
  border-left: 2px solid #6d737b;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.mce-content-body[dir=rtl] blockquote {
  border-right: 2px solid #6d737b;
  margin-right: 1.5rem;
  padding-right: 1rem;
}

File

modules/tinymce/lib/tinymce/js/tinymce/skins/content/dark/content.css
View source
  1. /**
  2. * Copyright (c) Tiny Technologies, Inc. All rights reserved.
  3. * Licensed under the LGPL or a commercial license.
  4. * For LGPL see License.txt in the project root for license information.
  5. * For commercial licenses see https://www.tiny.cloud/
  6. */
  7. body {
  8. background-color: #2f3742;
  9. color: #dfe0e4;
  10. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  11. line-height: 1.4;
  12. margin: 1rem;
  13. }
  14. a {
  15. color: #4099ff;
  16. }
  17. table {
  18. border-collapse: collapse;
  19. }
  20. /* Apply a default padding if legacy cellpadding attribute is missing */
  21. table:not([cellpadding]) th,
  22. table:not([cellpadding]) td {
  23. padding: 0.4rem;
  24. }
  25. /* Set default table styles if a table has a positive border attribute
  26. and no inline css */
  27. table[border]:not([border="0"]):not([style*="border-width"]) th,
  28. table[border]:not([border="0"]):not([style*="border-width"]) td {
  29. border-width: 1px;
  30. }
  31. /* Set default table styles if a table has a positive border attribute
  32. and no inline css */
  33. table[border]:not([border="0"]):not([style*="border-style"]) th,
  34. table[border]:not([border="0"]):not([style*="border-style"]) td {
  35. border-style: solid;
  36. }
  37. /* Set default table styles if a table has a positive border attribute
  38. and no inline css */
  39. table[border]:not([border="0"]):not([style*="border-color"]) th,
  40. table[border]:not([border="0"]):not([style*="border-color"]) td {
  41. border-color: #6d737b;
  42. }
  43. figure {
  44. display: table;
  45. margin: 1rem auto;
  46. }
  47. figure figcaption {
  48. color: #8a8f97;
  49. display: block;
  50. margin-top: 0.25rem;
  51. text-align: center;
  52. }
  53. hr {
  54. border-color: #6d737b;
  55. border-style: solid;
  56. border-width: 1px 0 0 0;
  57. }
  58. code {
  59. background-color: #6d737b;
  60. border-radius: 3px;
  61. padding: 0.1rem 0.2rem;
  62. }
  63. .mce-content-body:not([dir=rtl]) blockquote {
  64. border-left: 2px solid #6d737b;
  65. margin-left: 1.5rem;
  66. padding-left: 1rem;
  67. }
  68. .mce-content-body[dir=rtl] blockquote {
  69. border-right: 2px solid #6d737b;
  70. margin-right: 1.5rem;
  71. padding-right: 1rem;
  72. }