default.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. /*!
  2. * Rainbow stylesheet - Default v.1.0
  3. * Homepage: https://chamilo.org
  4. * Author: Alex Aragón <alex.aragon@beeznest.com>
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. * Based on Bootstrap v3
  7. */
  8. html {
  9. -ms-text-size-adjust: 100%;
  10. -webkit-text-size-adjust: 100%;
  11. }
  12. body {
  13. margin: 0;
  14. font-family: Verdana, Helvetica, Arial, sans-serif !important;
  15. line-height: 1.72222;
  16. background: url('images/bg.png') center center repeat-x;
  17. color: #666;
  18. }
  19. a {
  20. color: #162A83;
  21. text-decoration: none;
  22. }
  23. a:hover,
  24. a:focus {
  25. color: #666;
  26. text-decoration: none;
  27. }
  28. a:focus {
  29. outline: none;
  30. }
  31. .logo-ofaj{
  32. padding: 5px;
  33. margin-bottom: 0;
  34. margin-top: 0;
  35. }
  36. .home-information{
  37. margin: 0;
  38. padding: 0;
  39. }
  40. .home-information .title{
  41. position: static;
  42. font-size: 16px;
  43. margin-top: 20px;
  44. margin-bottom: 12px;
  45. font-weight: bold;
  46. color: #162A83;
  47. }
  48. .home-information .item-icon{
  49. text-align: center;
  50. }
  51. .home-information .item-icon .circle .fa{
  52. color: #FFF;
  53. }
  54. .home-information .item-icon .circle{
  55. width: 75px;
  56. height: 75px;
  57. line-height: 90px;
  58. border-radius: 50%;
  59. background: #162A83;
  60. display: inline-block;
  61. }
  62. .title{
  63. position: static;
  64. font-size: 25px;
  65. margin-top: 32px;
  66. margin-bottom: 12px;
  67. font-weight: bold;
  68. color: #07578A;
  69. }
  70. .title a:hover{
  71. color: #666;
  72. }
  73. .page-faq .title, .page-contact .title{
  74. margin-top: 15px;
  75. margin-bottom: 10px;
  76. }
  77. .ui-widget-content{
  78. color: #666;
  79. }
  80. .ui-widget-header{
  81. color: #666;
  82. }
  83. .page-inscription .page-header{
  84. border: none;
  85. }
  86. .page-inscription .page-header h2{
  87. font-size: 25px;
  88. font-weight: bold;
  89. color: #07578A;
  90. }
  91. .title-green{
  92. position: static;
  93. font-size: 25px;
  94. margin-top: 32px;
  95. margin-bottom: 12px;
  96. font-weight: bold;
  97. color: #96BD0D;
  98. }
  99. .title-green a:hover{
  100. color: #666;
  101. }
  102. .list-faq{
  103. border: 1px solid #e5e5e5;
  104. border-radius: 5px;
  105. margin-top: 25px;
  106. padding-top: 20px;
  107. padding-bottom: 20px;
  108. margin-bottom: 20px;
  109. }
  110. .list-items-faq{
  111. list-style: none;
  112. padding: 0;
  113. margin: 0;
  114. }
  115. .list-items-faq a{
  116. color: #666;
  117. }
  118. .list-items-faq a:hover{
  119. color: #07578A;
  120. }
  121. .list-faq .list-title{
  122. font-size: 16px;
  123. font-weight: bold;
  124. }
  125. .block-faq .title{
  126. font-size: 20px;
  127. font-weight: bold;
  128. margin-bottom: 30px;
  129. color: #07578A;
  130. }
  131. .page-faq{
  132. padding-left: 30px;
  133. padding-right: 30px;
  134. }
  135. .block-faq .panel-default {
  136. box-shadow: none;
  137. }
  138. .block-faq .panel-default .panel-heading{
  139. font-weight: bold;
  140. font-size: 16px;
  141. background: transparent;
  142. }
  143. .back_to_top{
  144. font-size: 16px;
  145. text-align: center;
  146. }
  147. .back_to_top_wrap{
  148. cursor: pointer;
  149. position: fixed;
  150. right: 0;
  151. top: 50px;
  152. display: none;
  153. }
  154. .back_to_top_wrap:hover{
  155. color: #FFFFFF;
  156. }
  157. .navbar-right{
  158. margin-right: 0;
  159. }
  160. .partners{
  161. padding-bottom: 10px;
  162. padding-top: 10px;
  163. text-align: left;
  164. }
  165. .partners a{
  166. display: inline-block;
  167. padding-left: 10px;
  168. padding-right: 10px;
  169. }
  170. footer #footer_right{
  171. text-align: right;
  172. }
  173. /* Menu Option */
  174. .item-menu{
  175. text-align: center;
  176. }
  177. .item-menu a{
  178. color: #fff !important;
  179. font-size: 15px;
  180. }
  181. .navbar-collapse{
  182. padding: 0;
  183. }
  184. .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  185. background-color: #8A3BA2;
  186. }
  187. #formLogin .input-group .input-group-addon .fa{
  188. color: #162A83;
  189. }
  190. .grid-courses .items .image .user-actions .btn .fa{
  191. color: #162A83;
  192. }
  193. .hot-courses .grid-courses .items .toolbar{
  194. display: none;
  195. }
  196. .hot-courses .grid-courses .items{
  197. min-height: 220px;
  198. }
  199. #latest_pages .section-title{
  200. margin-bottom: 35px;
  201. }
  202. .statistics{
  203. padding-top: 20px;
  204. padding-bottom: 20px;
  205. margin-top: 10px;
  206. margin-bottom: 10px;
  207. }
  208. .section-notice{
  209. padding-top: 20px;
  210. padding-bottom: 20px;
  211. margin-top: 10px;
  212. margin-bottom: 10px;
  213. }
  214. .section-notice .items{
  215. padding-left: 10px;
  216. padding-right: 10px;
  217. }
  218. .section-notice .items .description .title{
  219. margin-top: 10px;
  220. }
  221. .section-notice .items .title a{
  222. color: #162A83;
  223. font-size: 14px;
  224. font-weight: 700;
  225. }
  226. .section-notice .items .title a:hover{
  227. color: #666666;
  228. font-weight: 700;
  229. }
  230. .section-notice .items .image .sonata-media-block-media-container img,
  231. #latest_blocks .container.section-notice .items .image .sonata-media-block-feature-media-container img{
  232. width: 100%;
  233. height: 100%;
  234. }
  235. .section-notice .items .date{
  236. color: #888;
  237. padding-top: 5px;
  238. padding-bottom: 10px;
  239. }
  240. .section-global #breadcrumb-bar{
  241. display: none;
  242. }
  243. .grid-courses .session .session-name{
  244. color: #E53140;
  245. }
  246. .grid-courses .items.session{
  247. min-height: 230px;
  248. border: 3px solid #19BF69;
  249. }
  250. .section-title{
  251. font-size: 32px;
  252. color: #96BD0D;
  253. text-align: center;
  254. }
  255. .statistics .icon-color{
  256. color: #96BD0D;
  257. }
  258. .statistics .number{
  259. color: #96BD0D;
  260. font-weight: 700;
  261. }
  262. .statistics .text{
  263. color: #162A83;
  264. }
  265. .statistics .items{
  266. padding: 0;
  267. margin: 0;
  268. list-style: none;
  269. margin-left: 90px;
  270. }
  271. .statistics .items li{
  272. display: inline-block;
  273. padding-right: 10px;
  274. }
  275. .statistics .items li h2{
  276. padding: 0;
  277. margin: 0;
  278. }
  279. .welcome-home-top-temp{
  280. padding: 0;
  281. margin: 0;
  282. }
  283. #content-section, #page-wrap{
  284. margin-bottom: 250px;
  285. }
  286. .welcome-home-top-temp h1{
  287. color: #E53140;
  288. }
  289. .welcome-home-top-temp p{
  290. font-size: 20px;
  291. }
  292. #carousel-announcement .carousel-indicators .active{
  293. background: #162A83;
  294. }
  295. .carousel-indicators li{
  296. border: none;
  297. }
  298. #carousel-announcement .carousel-indicators li{
  299. width: 15px;
  300. height: 15px;
  301. }
  302. .carousel-control{
  303. opacity: 1;
  304. }
  305. .carousel-control:focus, .carousel-control:hover{
  306. opacity: 1;
  307. color: #162A83;
  308. }
  309. .form-horizontal .progress{
  310. margin-top: 10px;
  311. }
  312. .navbar{
  313. border-radius: 0;
  314. }
  315. .navbar {
  316. background: #96BD0D;
  317. border: none;
  318. }
  319. .nav li a{
  320. padding: 10px 20px;
  321. }
  322. .navbar-nav li a{
  323. font-weight: bold;
  324. line-height: 25px;
  325. padding-top: 12.5px;
  326. padding-bottom: 12.5px;
  327. }
  328. .navbar-collapse{
  329. overflow: hidden !important;
  330. }
  331. .navbar-default .navbar-nav > li > a:focus,
  332. .navbar-default .navbar-nav > li > a:hover {
  333. color: #A4DC2D;
  334. }
  335. .navbar-default .navbar-nav > .active > a,
  336. .navbar-default .navbar-nav > .active > a:hover,
  337. .navbar-default .navbar-nav > .active > a:focus{
  338. color: #fff;
  339. background:#6B1D82;
  340. }
  341. .navbar-default .navbar-nav > li > a{
  342. color: #333333;
  343. }
  344. .navbar-default .navbar-nav > .open > a,
  345. .navbar-default .navbar-nav > .open > a:hover,
  346. .navbar-default .navbar-nav > .open > a:focus{
  347. background: #07578a;
  348. }
  349. .navbar-nav > li > .dropdown-menu{
  350. min-width: 100%;
  351. margin-top: 2px;
  352. border-radius: 4px;
  353. -webkit-border-radius: 4px;
  354. -moz-border-radius: 4px;
  355. }
  356. .navbar-default .navbar-nav > .open > .dropdown-menu{
  357. padding: 3px 4px;
  358. }
  359. .navbar-default .navbar-nav > .open > .dropdown-menu > li > a{
  360. padding: 6px 9px;
  361. border-radius: 4px;
  362. -webkit-border-radius: 4px;
  363. -moz-border-radius: 4px;
  364. font-weight: normal;
  365. }
  366. .navbar-right .dropdown .dropdown-toggle{
  367. padding-top: 5px;
  368. padding-bottom: 5px;
  369. }
  370. .dropdown-toggle .img-circle{
  371. border: 2px solid #ccc;
  372. }
  373. .navbar-default .navbar-nav > .open > a,
  374. .navbar-default .navbar-nav > .open > a:hover,
  375. .navbar-default .navbar-nav > .open > a:focus{
  376. background-color: #6B1D82;
  377. padding-bottom: 7px;
  378. padding-top: 7px;
  379. color: #FFF;
  380. }
  381. .navbar-default .navbar-nav > li > a:focus,
  382. .navbar-default .navbar-nav > li > a:hover{
  383. color: #FFF;
  384. }
  385. .nav > li > a:hover, .nav > li > a:focus{
  386. background-color: transparent;
  387. }
  388. .btn-primary{
  389. background-color: #162A83;
  390. border-color: #162A83;
  391. }
  392. .btn-primary:hover{
  393. background-color: #000080;
  394. border-color: #000080;
  395. }
  396. .page-inscription .btn-default{
  397. background-color: #162A83;
  398. border-color: #162A83;
  399. color: #FFF;
  400. }
  401. .page-inscription .dropdown-toggle.btn-default{
  402. background-color: #FFF;
  403. border-color: #CCC;
  404. color: #33;
  405. }
  406. #extra_terms_datedenaissance_alt{
  407. background: #FFF;
  408. }
  409. .navbar-inverse li a{
  410. line-height: 30px;
  411. background: none !important;
  412. font-size: 12px;
  413. font-weight: normal;
  414. padding-top: 5px;
  415. padding-right: 10px;
  416. padding-left: 10px;
  417. padding-bottom: 5px;
  418. }
  419. .navbar-fixed-top .navbar-collapse{
  420. min-height:auto;
  421. }
  422. .navbar-inverse .navbar-brand{
  423. padding: 10px;
  424. font-size: 14px;
  425. height: auto;
  426. }
  427. .navbar-form .form-control{
  428. height: 25px;
  429. padding: 6px;
  430. }
  431. .navbar-fixed-top{
  432. min-height: 40px;
  433. }
  434. .navbar-fixed-top .dropdown-menu li a{
  435. line-height: 20px;
  436. }
  437. .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
  438. color: #ffffff;
  439. }
  440. .navbar-inverse li a:hover {
  441. background-image: -webkit-linear-gradient(#020202, #101112 40%, #191b1d) !important;
  442. background-image: -o-linear-gradient(#020202, #101112 40%, #191b1d) !important;
  443. background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), color-stop(40%, #101112), to(#191b1d)) !important;
  444. background-image: linear-gradient(#020202, #101112 40%, #191b1d) !important;
  445. background-repeat: no-repeat !important;
  446. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0) !important;
  447. -webkit-filter: none !important;
  448. filter: none !important;
  449. border-left-color: transparent !important;
  450. }
  451. .navbar-inverse .dropdown-menu li a:hover,
  452. .navbar-inverse .dropdown-menu li a:focus{
  453. background:#3C4147 !important;
  454. color: #fff;
  455. }
  456. .grid-courses .items .title{
  457. font-size: 12px;
  458. font-weight: bold;
  459. min-height: 35px;
  460. }
  461. .badge-warning{
  462. background-color: #6D237D;
  463. }
  464. .breadcrumb{
  465. padding: 8px 15px;
  466. margin-bottom: 21px;
  467. list-style: outside none none;
  468. background-color: #ECF0F1;
  469. }
  470. .panel-default{
  471. border-color: #ddd;
  472. }
  473. .panel-default .panel-heading{
  474. color: #666;
  475. background-color:#ECF0F1;
  476. border-color: #ECF0F1;
  477. }
  478. /* Jquery UI */
  479. .ui-accordion .ui-accordion-icons{
  480. padding-left: 0.2em;
  481. }
  482. /* End Jquery UI */
  483. footer{
  484. background-color:#ECECEC;
  485. }
  486. footer{
  487. color: #333333;
  488. }
  489. footer a{
  490. color: #666666;
  491. }
  492. footer a:hover{
  493. color: #96BD0D;
  494. }
  495. .navbar-default .navbar-brand {
  496. color:white;
  497. }
  498. .navbar-default .navbar-collapse, .navbar-default .navbar-form{
  499. border-color: #00677C;
  500. }
  501. .navbar-default .navbar-toggle{
  502. border: none;
  503. background-color: #000080;
  504. }
  505. .navbar-default .navbar-toggle .icon-bar{
  506. background-color: #ffffff;
  507. }
  508. .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
  509. background-color: #00677C;
  510. }
  511. .page-header{
  512. margin: 10px 0 10px;
  513. }
  514. #user_form .form-horizontal{
  515. font-size: 13px;
  516. }
  517. .form-horizontal .holder{
  518. border: none;
  519. }
  520. .form-horizontal .ul.holder li.bit-input input{
  521. width: 514px;
  522. border: 1px solid #cccccc !important;
  523. }
  524. legend{
  525. font-size: 18px;
  526. }
  527. .legend .panel-body{
  528. font-size: 13px;
  529. }
  530. .items .sonata-media-block-media-container{
  531. float: left;
  532. padding-right: 10px;
  533. padding-top: 5px;
  534. }
  535. @media (max-width: 480px) {
  536. .item-menu{
  537. width: 100%;
  538. text-align: center;
  539. }
  540. }
  541. .required:before {
  542. content: "* ";
  543. color: #f00;
  544. }
  545. /* .red_underline {
  546. color: red;
  547. } */