default.css 9.6 KB

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