editor.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. /*
  2. Theme Name: Frame Scorm
  3. URI Project: http://www.chamilo.org
  4. Description: Styles main base of Chamilo LMS appearance, works with Bootstrap 3.0.x
  5. Author:
  6. alex.aragon@beeznest.com
  7. Version: 1.0
  8. */
  9. @import url(../assets/fontawesome/css/font-awesome.min.css);
  10. body{
  11. color: #666;
  12. font-family: Verdana, Helvetica, Arial, sans-serif;
  13. line-height: 30px;
  14. }
  15. .ck{
  16. display: block;
  17. font-style: normal;
  18. font-weight: normal;
  19. line-height: 1;
  20. font-size-adjust: none;
  21. font-stretch: normal;
  22. font-feature-settings: normal;
  23. font-language-override: normal;
  24. font-kerning: auto;
  25. font-synthesis: weight style;
  26. font-variant: normal;
  27. }
  28. .ck-article{
  29. text-transform: uppercase;
  30. color: #E95839;
  31. font-weight: bold;
  32. background: url(../../main/img/document/border-title.png) repeat-x 0 80%;
  33. padding-bottom: 2%;
  34. margin-bottom: 10px;
  35. }
  36. .ck-article:before{
  37. content: "\f15c";
  38. margin-right: 5px;
  39. font-family: FontAwesome;
  40. font-weight: normal;
  41. }
  42. .ck-paragraph-box{
  43. background-color: #F5EEE2;
  44. padding: 2% 3%;
  45. line-height: 20px;
  46. }
  47. .ck-title{
  48. display: block;
  49. font-weight: bold;
  50. color: #000;
  51. }
  52. .ck-title2{
  53. padding-top: 0;
  54. margin-top: 0;
  55. font-weight: 500;
  56. position: relative;
  57. color: #000;
  58. }
  59. .ck-title2:after{
  60. background-color:#E95839;
  61. margin: 10px 0px 0px;
  62. width: 50px;
  63. height: 2px;
  64. display: block;
  65. content: "";
  66. }
  67. figure .image.alignleft{
  68. margin: 0 20px 20px 0;
  69. }
  70. figure .image.alignright{
  71. margin: 0 20px 0px 20px;
  72. }
  73. figure .image{
  74. margin: 0 20px 0px 20px;
  75. }
  76. figure figcaption{
  77. text-align: left;
  78. background-color: #f3f3f3;
  79. padding-top: 0px;
  80. margin: 0px;
  81. border-radius: 0px;
  82. padding-left: 5px;
  83. }
  84. figure{
  85. border: 1px solid #ddd;
  86. margin-bottom: 20px !important;
  87. padding: 5px;
  88. border-radius: 5px;
  89. }
  90. blockquote {
  91. background: #f9f9f9;
  92. border-left: 8px solid #ccc;
  93. font: 14px/20px italic Times, serif;
  94. margin: 1.5em 10px;
  95. padding: 0.5em 10px;
  96. quotes: "\201C""\201D""\2018""\2019";
  97. display: inline-block;
  98. }
  99. blockquote:before {
  100. color: #ccc;
  101. content: open-quote;
  102. font-size: 4em;
  103. line-height: 0.1em;
  104. margin-right: 0.25em;
  105. vertical-align: -0.4em;
  106. }
  107. blockquote p {
  108. display: inline;
  109. }
  110. .ck-stand-out{
  111. background-color: yellow;
  112. }
  113. /* line horizontal separation */
  114. .ck-style1 {
  115. height: 6px;
  116. background: url(../../main/img/document/hr-1.png) repeat-x 0 0;
  117. border: 0;
  118. }
  119. .ck-style2 {
  120. height: 6px;
  121. background: url(../../main/img/document/hr-2.png) repeat-x 0 0;
  122. border: 0;
  123. }
  124. .ck-style3 {
  125. border-top: 1px dashed #8c8b8b;
  126. }
  127. .ck-style3:after {
  128. content: '\002702';
  129. display: inline-block;
  130. position: relative;
  131. top: -12px;
  132. left: 40px;
  133. padding: 0 3px;
  134. background: #FFF;
  135. color: #8c8b8b;
  136. font-size: 18px;
  137. }
  138. .alert {
  139. padding: 15px;
  140. margin-bottom: 20px;
  141. border: 1px solid transparent;
  142. border-radius: 4px;
  143. }
  144. .alert h4 {
  145. margin-top: 0;
  146. color: inherit;
  147. }
  148. .alert .alert-link {
  149. font-weight: bold;
  150. }
  151. .alert > p,
  152. .alert > ul {
  153. margin-bottom: 0;
  154. }
  155. .alert > p + p {
  156. margin-top: 5px;
  157. }
  158. .alert-success {
  159. color: #3c763d;
  160. background-color: #dff0d8;
  161. border-color: #d6e9c6;
  162. }
  163. .alert-success hr {
  164. border-top-color: #c9e2b3;
  165. }
  166. .alert-success .alert-link {
  167. color: #2b542c;
  168. }
  169. .alert-info {
  170. color: #31708f;
  171. background-color: #d9edf7;
  172. border-color: #bce8f1;
  173. }
  174. .alert-info hr {
  175. border-top-color: #a6e1ec;
  176. }
  177. .alert-info .alert-link {
  178. color: #245269;
  179. }
  180. .alert-warning {
  181. color: #8a6d3b;
  182. background-color: #fcf8e3;
  183. border-color: #faebcc;
  184. }
  185. .alert-warning hr {
  186. border-top-color: #f7e1b5;
  187. }
  188. .alert-warning .alert-link {
  189. color: #66512c;
  190. }
  191. .alert-danger {
  192. color: #a94442;
  193. background-color: #f2dede;
  194. border-color: #ebccd1;
  195. }
  196. .alert-danger hr {
  197. border-top-color: #e4b9c0;
  198. }
  199. .alert-danger .alert-link {
  200. color: #843534;
  201. }