editor.css 4.0 KB

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