editor_content.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. /*
  2. Stylesheet for HTML blocks created with CKEditor to embed in Chamilo pages.
  3. */
  4. body{
  5. padding: 0;
  6. font-family: 'Open Sans', sans-serif;
  7. }
  8. /* Hack for show Bootstrap alerts in CKEditor' style select */
  9. .cke_panel_listItem a > :first-child {
  10. margin-bottom: 0;
  11. }
  12. .cke_editable{
  13. font-family: 'Open Sans', sans-serif;
  14. }
  15. .ck {
  16. display: block;
  17. font-feature-settings: normal;
  18. font-kerning: auto;
  19. font-language-override: normal;
  20. font-size-adjust: none;
  21. font-stretch: normal;
  22. font-style: normal;
  23. font-synthesis: weight style;
  24. font-variant: normal;
  25. font-weight: normal;
  26. }
  27. .ck-article {
  28. color: #E95839;
  29. background: url(../../main/img/document/border-title.png) repeat-x 0 80%;
  30. font-weight: bold;
  31. margin-bottom: 10px;
  32. padding-bottom: 2%;
  33. text-transform: uppercase;
  34. }
  35. .ck-article:before {
  36. content: "\f15c";
  37. font-family: FontAwesome, serif;
  38. font-weight: normal;
  39. margin-right: 5px;
  40. }
  41. .ck-paragraph-box {
  42. background-color: #F5EEE2;
  43. line-height: 20px;
  44. padding: 2% 3%;
  45. }
  46. .ck-title {
  47. color: #000;
  48. display: block;
  49. font-weight: bold;
  50. }
  51. .ck-title2 {
  52. color: #000;
  53. font-weight: 500;
  54. margin-top: 0;
  55. padding-top: 0;
  56. position: relative;
  57. }
  58. .ck-title2:after {
  59. background-color: #E95839;
  60. content: "";
  61. display: block;
  62. height: 2px;
  63. margin: 10px 0 0;
  64. width: 50px;
  65. }
  66. .ck-stand-out {
  67. background-color: yellow;
  68. }
  69. .ck-style1 {
  70. background: url(../../main/img/document/hr-1.png) repeat-x 0 0;
  71. border: 0;
  72. height: 6px;
  73. }
  74. .ck-style2 {
  75. background: url(../../main/img/document/hr-2.png) repeat-x 0 0;
  76. border: 0;
  77. height: 6px;
  78. }
  79. .ck-style3 {
  80. border-top: 1px dashed #8c8b8b;
  81. }
  82. .ck-style3:after {
  83. background: #FFF;
  84. color: #8c8b8b;
  85. content: '\002702';
  86. display: inline-block;
  87. font-size: 18px;
  88. left: 40px;
  89. padding: 0 3px;
  90. position: relative;
  91. top: -12px;
  92. }
  93. .img-va-baseline {
  94. vertical-align: baseline;
  95. }
  96. .img-va-top {
  97. vertical-align: top;
  98. }
  99. .img-va-bottom {
  100. vertical-align: bottom;
  101. }
  102. .img-va-middle {
  103. vertical-align: middle;
  104. }
  105. .img-va-super {
  106. vertical-align: super;
  107. }
  108. .img-va-sub {
  109. vertical-align: sub;
  110. }
  111. .img-va-text-top {
  112. vertical-align: text-top;
  113. }
  114. .img-va-text-bottom {
  115. vertical-align: text-bottom;
  116. }
  117. figure.image {
  118. border: 1px solid #ddd;
  119. border-radius: 5px;
  120. display: inline-block;
  121. margin-bottom: 1em;
  122. padding: 5px;
  123. }
  124. .cke_widget_image.pull-right,
  125. img.pull-right,
  126. figure.image.pull-right {
  127. margin-left: 1em;
  128. }
  129. .cke_widget_image.pull-left,
  130. img.pull-left,
  131. figure.image.pull-left {
  132. margin-right: 1em;
  133. }
  134. .text-center .img-responsive {
  135. margin-left: auto;
  136. margin-right: auto;
  137. }
  138. .cke_widget_image.pull-left figure.image,
  139. .cke_widget_image.pull-right figure.image,
  140. figure.image.pull-left,
  141. figure.image.pull-right {
  142. display: block;
  143. }
  144. figure.image figcaption {
  145. background-color: #f3f3f3;
  146. border-radius: 0;
  147. margin: 0;
  148. padding-left: 5px;
  149. padding-top: 0;
  150. text-align: left;
  151. }
  152. .ck-parcours{
  153. font-family: 'Verdana';
  154. font-size: 18px;
  155. font-weight: bold;
  156. color: #162a83;
  157. }
  158. .ck-etape{
  159. font-family: 'Verdana';
  160. font-size: 14px;
  161. font-weight: bold;
  162. color: #162a83;
  163. }
  164. .ck-titre{
  165. font-family: 'Verdana';
  166. font-size: 30px;
  167. color: #162a83;
  168. }
  169. .ck-texte{
  170. font-family: 'Verdana';
  171. font-size: 14px;
  172. color: #162a83;
  173. line-height: 25px;
  174. }
  175. .ck-source{
  176. font-family: 'Verdana';
  177. font-size: 12px;
  178. color: #162a83;
  179. }
  180. .ck-consignes{
  181. font-family: 'Verdana';
  182. font-size: 14px;
  183. font-weight: bold;
  184. color: #162a83;
  185. }