editor.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. /*
  2. Deprecated stylesheet. Use document.css.
  3. Theme Name: Frame Scorm
  4. URI Project: http://www.chamilo.org
  5. Description: Styles main base of Chamilo LMS appearance, works with Bootstrap 3.0.x
  6. Author:
  7. alex.aragon@beeznest.com
  8. Version: 1.0
  9. */
  10. @import url(../assets/fontawesome/css/font-awesome.min.css);
  11. @import url(../assets/bootstrap/dist/css/bootstrap.min.css);
  12. @font-face {
  13. font-family: 'Open Sans';
  14. font-style: normal;
  15. font-weight: 300;
  16. src: local('Open Sans Light'), local('OpenSans-Light'), url(themes/chamilo/fonts/OpenSans-Light.woff2) format('woff2'), url(themes/chamilo/fonts/OpenSans-Light.woff) format('woff');
  17. }
  18. @font-face {
  19. font-family: 'Open Sans';
  20. font-style: normal;
  21. font-weight: 400;
  22. src: local('Open Sans'), local('OpenSans'), url(themes/chamilo/fonts/OpenSans.woff2) format('woff2'), url(themes/chamilo/fonts/OpenSans.woff) format('woff');
  23. }
  24. @font-face {
  25. font-family: 'Open Sans';
  26. font-style: normal;
  27. font-weight: 600;
  28. src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(themes/chamilo/fonts/OpenSans-Semibold.woff2) format('woff2'), url(themes/chamilo/fonts/OpenSans-Semibold.woff) format('woff');
  29. }
  30. @font-face {
  31. font-family: 'Open Sans';
  32. font-style: normal;
  33. font-weight: 700;
  34. src: local('Open Sans Bold'), local('OpenSans-Bold'), url(themes/chamilo/fonts/OpenSans-Bold.woff2) format('woff2'), url(themes/chamilo/fonts/OpenSans-Bold.woff) format('woff');
  35. }
  36. body{
  37. color: #666;
  38. font-family: 'Open Sans', sans-serif;
  39. line-height: 30px;
  40. }
  41. .ck{
  42. display: block;
  43. font-style: normal;
  44. font-weight: normal;
  45. /* Commenting Ck line height to use the general configuration cf BT#13092 */
  46. /* line-height: 1; */
  47. font-size-adjust: none;
  48. font-stretch: normal;
  49. font-feature-settings: normal;
  50. font-language-override: normal;
  51. font-kerning: auto;
  52. font-synthesis: weight style;
  53. font-variant: normal;
  54. }
  55. .ck-article{
  56. text-transform: uppercase;
  57. color: #E95839;
  58. font-weight: bold;
  59. background: url(../../main/img/document/border-title.png) repeat-x 0 80%;
  60. padding-bottom: 2%;
  61. margin-bottom: 10px;
  62. }
  63. .ck-article:before{
  64. content: "\f15c";
  65. margin-right: 5px;
  66. font-family: FontAwesome;
  67. font-weight: normal;
  68. }
  69. .ck-paragraph-box{
  70. background-color: #F5EEE2;
  71. padding: 2% 3%;
  72. line-height: 20px;
  73. }
  74. .ck-title{
  75. display: block;
  76. font-weight: bold;
  77. color: #000;
  78. }
  79. .ck-title2{
  80. padding-top: 0;
  81. margin-top: 0;
  82. font-weight: 500;
  83. position: relative;
  84. color: #000;
  85. }
  86. .ck-title2:after{
  87. background-color:#E95839;
  88. margin: 10px 0 0;
  89. width: 50px;
  90. height: 2px;
  91. display: block;
  92. content: "";
  93. }
  94. figure .image.alignleft{
  95. margin: 0 20px 20px 0;
  96. }
  97. figure .image.alignright{
  98. margin: 0 20px 0 20px;
  99. }
  100. figure .image{
  101. margin: 0 20px 0 20px;
  102. }
  103. figure figcaption{
  104. text-align: left;
  105. background-color: #f3f3f3;
  106. padding-top: 0;
  107. margin: 0;
  108. border-radius: 0;
  109. padding-left: 5px;
  110. }
  111. figure{
  112. border: 1px solid #ddd;
  113. margin-bottom: 20px !important;
  114. padding: 5px;
  115. border-radius: 5px;
  116. }
  117. blockquote {
  118. background: #f9f9f9;
  119. border-left: 8px solid #ccc;
  120. font: 14px/20px italic Times, serif;
  121. margin: 1.5em 10px;
  122. padding: 0.5em 10px;
  123. quotes: "\201C""\201D""\2018""\2019";
  124. display: inline-block;
  125. }
  126. blockquote:before {
  127. color: #ccc;
  128. content: open-quote;
  129. font-size: 4em;
  130. line-height: 0.1em;
  131. margin-right: 0.25em;
  132. vertical-align: -0.4em;
  133. }
  134. blockquote p {
  135. display: inline;
  136. }
  137. .ck-stand-out{
  138. background-color: yellow;
  139. }
  140. /* line horizontal separation */
  141. .ck-style1 {
  142. height: 6px;
  143. background: url(../../main/img/document/hr-1.png) repeat-x 0 0;
  144. border: 0;
  145. }
  146. .ck-style2 {
  147. height: 6px;
  148. background: url(../../main/img/document/hr-2.png) repeat-x 0 0;
  149. border: 0;
  150. }
  151. .ck-style3 {
  152. border-top: 1px dashed #8c8b8b;
  153. }
  154. .ck-style3:after {
  155. content: '\002702';
  156. display: inline-block;
  157. position: relative;
  158. top: -12px;
  159. left: 40px;
  160. padding: 0 3px;
  161. background: #FFF;
  162. color: #8c8b8b;
  163. font-size: 18px;
  164. }
  165. .alert {
  166. padding: 15px;
  167. margin-bottom: 20px;
  168. border: 1px solid transparent;
  169. border-radius: 4px;
  170. }
  171. .alert-dismissible {
  172. padding-right: 35px;
  173. }
  174. .alert h4 {
  175. margin-top: 0;
  176. color: inherit;
  177. }
  178. .alert .alert-link {
  179. font-weight: bold;
  180. }
  181. .alert > p,
  182. .alert > ul {
  183. margin-bottom: 0;
  184. }
  185. .alert > p + p {
  186. margin-top: 5px;
  187. }
  188. .alert-success {
  189. color: #3c763d;
  190. background-color: #dff0d8;
  191. border-color: #d6e9c6;
  192. }
  193. .alert-success hr {
  194. border-top-color: #c9e2b3;
  195. }
  196. .alert-success .alert-link {
  197. color: #2b542c;
  198. }
  199. .alert-info {
  200. color: #31708f;
  201. background-color: #d9edf7;
  202. border-color: #bce8f1;
  203. }
  204. .alert-info hr {
  205. border-top-color: #a6e1ec;
  206. }
  207. .alert-info .alert-link {
  208. color: #245269;
  209. }
  210. .alert-warning {
  211. color: #8a6d3b;
  212. background-color: #fcf8e3;
  213. border-color: #faebcc;
  214. }
  215. .alert-warning hr {
  216. border-top-color: #f7e1b5;
  217. }
  218. .alert-warning .alert-link {
  219. color: #66512c;
  220. }
  221. .alert-danger {
  222. color: #a94442;
  223. background-color: #f2dede;
  224. border-color: #ebccd1;
  225. }
  226. .alert-danger hr {
  227. border-top-color: #e4b9c0;
  228. }
  229. .alert-danger .alert-link {
  230. color: #843534;
  231. }
  232. .img-responsive {
  233. max-width: 100%;
  234. height: auto;
  235. }
  236. .img-va-baseline {
  237. vertical-align: baseline;
  238. }
  239. .img-va-top {
  240. vertical-align: top;
  241. }
  242. .img-va-bottom {
  243. vertical-align: bottom;
  244. }
  245. .img-va-middle {
  246. vertical-align: middle;
  247. }
  248. .img-va-super {
  249. vertical-align: super;
  250. }
  251. .img-va-sub {
  252. vertical-align: sub;
  253. }
  254. .img-va-text-top {
  255. vertical-align: text-top;
  256. }
  257. .img-va-text-bottom {
  258. vertical-align: text-bottom;
  259. }
  260. .text-center .img-responsive {
  261. margin-left: auto;
  262. margin-right: auto;
  263. }
  264. .ck-parcours{
  265. font-family: 'Verdana';
  266. font-size: 18px;
  267. font-weight: bold;
  268. color: #162a83;
  269. }
  270. .ck-etape{
  271. font-family: 'Verdana';
  272. font-size: 14px;
  273. font-weight: bold;
  274. color: #162a83;
  275. }
  276. .ck-titre{
  277. font-family: 'Verdana';
  278. font-size: 30px;
  279. color: #162a83;
  280. }
  281. .ck-texte{
  282. font-family: 'Verdana';
  283. font-size: 14px;
  284. color: #162a83;
  285. line-height: 25px;
  286. }
  287. .ck-source{
  288. font-family: 'Verdana';
  289. font-size: 12px;
  290. color: #162a83;
  291. }
  292. .ck-consignes{
  293. font-family: 'Verdana';
  294. font-size: 14px;
  295. font-weight: bold;
  296. color: #162a83;
  297. }
  298. .mejs__container{
  299. background: transparent;
  300. }
  301. @media (max-width: 767px) {
  302. .img-responsive {
  303. display: block;
  304. }
  305. }