default.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832
  1. /*****************************************************
  2. * MAIN - CHAMILO CSS
  3. *****************************************************/
  4. /* Adding default style for the chamilo_X themes */
  5. @import url('../base_chamilo.css');
  6. /* the following for regular <a> elements */
  7. a {
  8. text-decoration: none;
  9. color :#6E6E6E;
  10. }
  11. a:visited {
  12. text-decoration: none;
  13. }
  14. a:hover {
  15. text-decoration: none;
  16. color: #FE9A2E;
  17. }
  18. a:active {
  19. text-decoration: none;
  20. color : #3757f7;
  21. }
  22. .navbar .nav > li > a {
  23. float: none;
  24. line-height: 24px;
  25. padding-bottom: 13px;
  26. padding-right: 10px;
  27. padding-top: 13px;
  28. color: #FFFFFF;
  29. }
  30. .subnav .navbar-inner {
  31. background: #248792; /* Old browsers */
  32. background: -moz-linear-gradient(top, #2fafbc 0%, #248792 100%); /* FF3.6+ */
  33. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248792), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */
  34. background: -webkit-linear-gradient(top, #2fafbc 0%,#248792 100%); /* Chrome10+,Safari5.1+ */
  35. background: -o-linear-gradient(top, #2fafbc 0%,#248792 100%); /* Opera 11.10+ */
  36. background: -ms-linear-gradient(top, #2fafbc 0%,#248792 100%); /* IE10+ */
  37. background: linear-gradient(to bottom, #2fafbc 0%,#248792 100%); /* W3C */
  38. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fafbc', endColorstr='#248792',GradientType=0 ); /* IE6-9 */
  39. border: 1px solid #E1E1E0;
  40. border: none;
  41. }
  42. .subnav .nav > li > a {
  43. border-left: none;
  44. border-right: none;
  45. color: white;
  46. font-weight: normal;
  47. font-size: 13px;
  48. }
  49. .subnav .nav > #current > a,
  50. .subnav .nav > #current > a:hover {
  51. color: #fff;
  52. background-color: #505457;
  53. border-right:none;
  54. }
  55. .subnav li a {
  56. color:#fff;
  57. }
  58. /* Green hover */
  59. .subnav .navbar-inner li a:hover {
  60. background: none repeat scroll 0 0 #FE9A2E;
  61. color: #fff;
  62. }
  63. .well .nav-list > li > a:hover {
  64. text-decoration: none;
  65. background: none;
  66. }
  67. .sidebar-nav h4{
  68. color: #037FB2;
  69. padding-bottom: 3px;
  70. padding-left: 15px;
  71. padding-right: 15px;
  72. padding-top: 3px;
  73. }
  74. /*****************************************************
  75. * STYLE THEME CHAMILO *
  76. *****************************************************/
  77. .page-section{
  78. background:url(images/bg-header.png) repeat-x;
  79. margin-top: -5px;
  80. }
  81. .navbar-inner{
  82. background: #248792; /* Old browsers */
  83. background: -moz-linear-gradient(top, #2fafbc 0%, #248792 100%); /* FF3.6+ */
  84. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248792), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */
  85. background: -webkit-linear-gradient(top, #2fafbc 0%,#248792 100%); /* Chrome10+,Safari5.1+ */
  86. background: -o-linear-gradient(top, #2fafbc 0%,#248792 100%); /* Opera 11.10+ */
  87. background: -ms-linear-gradient(top, #2fafbc 0%,#248792 100%); /* IE10+ */
  88. background: linear-gradient(to bottom, #2fafbc 0%,#248792 100%); /* W3C */
  89. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fafbc', endColorstr='#248792',GradientType=0 ); /* IE6-9 */
  90. border: none;
  91. }
  92. .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  93. background-color: #FE9A2E;
  94. color: #FFFFFF;
  95. }
  96. .navbar-search {
  97. margin-bottom: 0;
  98. margin-top: 11px;
  99. position: relative;
  100. }
  101. .navbar-search .search-query {
  102. background:#FFFFFF;
  103. color: #666;
  104. border: 1px solid #ffffff;
  105. }
  106. .navbar .nav .active > a, .navbar .nav .active > a:hover {
  107. background:none;
  108. color: #FFFFFF;
  109. }
  110. .welcome-mascot{
  111. background: url(images/chamilo-welcome.png) no-repeat right 0;
  112. padding-right: 200px;
  113. padding-bottom: 2em;
  114. padding-top: 2em;
  115. }
  116. .nav-list > li > a {
  117. font-size: 14px;
  118. padding-bottom: 6px;
  119. /* padding-left: 15px;
  120. padding-right: 15px;*/
  121. padding-top: 6px;
  122. }
  123. .form-actions {
  124. background:transparent;
  125. }
  126. .breadcrumb {
  127. margin-bottom: 0;
  128. background-color: #E1E1E0;
  129. background-image: none;
  130. padding-top: 5px;
  131. padding-bottom: 5px;
  132. border: 1px solid #E1E1E0;
  133. box-shadow: none;
  134. }
  135. .breadcrumb a{
  136. color: #333;
  137. font-size: 13px;
  138. line-height: 30px;
  139. text-transform: none;
  140. }
  141. .breadcrumb li{
  142. font-size: 14px;
  143. text-shadow: none;
  144. }
  145. .breadcrumb a.btn-mini{
  146. font-size: 12px;
  147. line-height: 25px;
  148. text-transform: none;
  149. }
  150. .breadcrumb a.btn-success {
  151. background-color: #FD6600;
  152. background-image: none;
  153. border: 1px solid #FD6600;
  154. color: #FFFFFF;
  155. }
  156. .breadcrumb a.btn-success:hover{
  157. opacity: 0.8;
  158. }
  159. /* styles for the star rater */
  160. .star-rating{
  161. list-style:none;
  162. margin: 0px;
  163. padding:0px;
  164. width: 125px;
  165. height: 25px;
  166. position: relative;
  167. overflow:hidden;
  168. background: url(images/start-level.png) top left repeat-x;
  169. }
  170. .star-rating li{
  171. padding:0px;
  172. margin:0px;
  173. width:25px;
  174. height:25px;
  175. float: left;
  176. }
  177. .star-rating li a{
  178. display:block;
  179. width:25px;
  180. height: 25px;
  181. line-height:25px;
  182. text-decoration: none;
  183. text-indent: -9000px;
  184. z-index: 20;
  185. position: absolute;
  186. padding: 0px;
  187. overflow:hidden;
  188. }
  189. .star-rating li a:hover{
  190. background: url(images/start-level.png) left bottom;
  191. z-index: 2;
  192. left: 0px;
  193. border:none;
  194. }
  195. .star-rating a.one-star{
  196. left: 0px;
  197. }
  198. .star-rating a.one-star:hover{
  199. width:25px;
  200. }
  201. .star-rating a.two-stars{
  202. left:25px;
  203. }
  204. .star-rating a.two-stars:hover{
  205. width: 50px;
  206. }
  207. .star-rating a.three-stars{
  208. left: 50px;
  209. }
  210. .star-rating a.three-stars:hover{
  211. width: 75px;
  212. }
  213. .star-rating a.four-stars{
  214. left: 75px;
  215. }
  216. .star-rating a.four-stars:hover{
  217. width: 100px;
  218. }
  219. .star-rating a.five-stars{
  220. left: 100px;
  221. }
  222. .star-rating a.five-stars:hover{
  223. width: 125px;
  224. }
  225. .star-rating li.current-rating{
  226. background: url(images/start-level.png) left center;
  227. position: absolute;
  228. height: 25px;
  229. display: block;
  230. text-indent: -9000px;
  231. z-index: 1;
  232. }
  233. /*ICON INBOX*/
  234. .home-icon{
  235. background:url(images/icon-chamilo.png) no-repeat 0 0;
  236. background-size: 24px auto;
  237. padding-left: 30px;
  238. }
  239. .home-icon:hover,.messages-icon:hover, .invitations-icon:hover,.shared-profile-icon:hover,.friends-icon:hover,
  240. .browse-groups-icon:hover ,.search-icon:hover ,.myfiles-icon:hover {
  241. opacity: 0.8;
  242. }
  243. .messages-icon{
  244. background:url(images/icon-chamilo.png) no-repeat 0 -29px;
  245. background-size: 24px auto;
  246. padding-left: 30px;
  247. }
  248. .invitations-icon{
  249. background:url(images/icon-chamilo.png) no-repeat 0 -61px;
  250. background-size: 24px auto;
  251. padding-left: 30px;
  252. }
  253. .shared-profile-icon{
  254. background:url(images/icon-chamilo.png) no-repeat 0 -96px;
  255. background-size: 24px auto;
  256. padding-left: 30px;
  257. }
  258. .friends-icon{
  259. background:url(images/icon-chamilo.png) no-repeat 0 -130px;
  260. background-size: 24px auto;
  261. padding-left: 30px;
  262. }
  263. .browse-groups-icon{
  264. background:url(images/icon-chamilo.png) no-repeat 0 -163px;
  265. background-size: 24px auto;
  266. padding-left: 30px;
  267. }
  268. .search-icon {
  269. background:url(images/icon-chamilo.png) no-repeat 0 -198px;
  270. background-size: 24px auto;
  271. padding-left: 30px;
  272. }
  273. .myfiles-icon {
  274. background:url(images/icon-chamilo.png) no-repeat 0 -229px;
  275. background-size: 24px auto;
  276. padding-left: 30px;
  277. }
  278. /* END ICON INBOX */
  279. .nav-list > .active > a, .nav-list > .active > a:hover {
  280. color: #333333;
  281. background: none;
  282. text-shadow:none;
  283. }
  284. .social-menu .well .thumbnail{
  285. border: none;
  286. border-radius: none;
  287. box-shadow: none;
  288. }
  289. .invitation_confirm .thumbnail{
  290. border: 1px solid rgba(96, 165, 209, 0.1);
  291. -webkit-border-radius: 10px;
  292. -moz-border-radius: 10px;
  293. border-radius: 10px;
  294. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  295. display: block;
  296. line-height: 1;
  297. padding: 4px;
  298. background-color: #EEF5FA;
  299. }
  300. .invitation_confirm a.thumbnail:hover{
  301. border-color: rgba(96, 165, 209, 0.1);
  302. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  303. background-color: #FFFFFF;
  304. }
  305. .social-menu .well .thumbnail img{
  306. -webkit-border-radius: 10px;
  307. -moz-border-radius: 10px;
  308. border-radius: 10px;
  309. border: 2px solid #FFFFFF;
  310. }
  311. /*CSS SLIDER ANUNCIOS*/
  312. .pagerslide h2{
  313. font-size: 18px;
  314. font-weight: normal;
  315. background: #E6E6E6;
  316. color: #666;
  317. padding-left: 15px;
  318. }
  319. #top_main_content #announcements .page-header{
  320. display: none;
  321. line-height: 1;
  322. }
  323. #top_main_content #announcements .span6 {
  324. width: 800px;
  325. }
  326. /*CSS PARA CONTENIDO DE CURSO INTRODUCCION*/
  327. .page-course-intro{
  328. padding: 2em;
  329. border: 1px solid #DDDDDD;
  330. -webkit-border-radius: 10px;
  331. -moz-border-radius: 10px;
  332. border-radius: 10px;
  333. margin-bottom: 2em;
  334. }
  335. .page-course-intro ul{
  336. list-style-image:url(images/vineta.png);
  337. padding-top: 10px;
  338. }
  339. .page-course-intro a{
  340. color: #FD6600;
  341. }
  342. .page-course-intro a:hover{
  343. color: #FD6600;
  344. text-decoration: underline;
  345. }
  346. /*FIN DE INTRODUCCION DEL CURSO*/
  347. .fc-header-title h2{
  348. color: #FD6600;
  349. }
  350. .fc-first .fc-widget-header{
  351. font-size: 14px;
  352. font-weight: normal;
  353. padding-top: 5px;
  354. padding-bottom: 5px;
  355. }
  356. .well {
  357. /*background-color: rgba(243,226,169, 0.1);*/
  358. background:#F2F2F2;
  359. border: 1px solid rgba(243,226,169, 0.1);
  360. border-radius: 8px;
  361. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  362. margin-bottom: 20px;
  363. min-height: 20px;
  364. padding: 20px 10px;
  365. }
  366. .sidebar-nav img{
  367. -webkit-border-radius: 10px;
  368. -moz-border-radius: 10px;
  369. border-radius: 10px;
  370. }
  371. #homepage .row .span9 h2{
  372. font-size: 26px;
  373. font-weight: bold;
  374. color: #666;
  375. padding-bottom: 8px;
  376. }
  377. #homepage .row .span9 p,#homepage .row .span9 ol {
  378. color: #6E6E6E;
  379. }
  380. #homepage .row .span9 a{
  381. /*color: #DE3A01;*/
  382. }
  383. #homepage .row .span9 a:hover{
  384. /*color: #DE3A01;*/
  385. }
  386. .page-header h2{
  387. color: #FF7622;
  388. font-weight: normal;
  389. font-size: 20px;
  390. padding-left: 10px;
  391. }
  392. #course_tools .course-title-tools h3 {
  393. margin-top: 10px;
  394. color: #FF7622;
  395. font-weight: normal;
  396. }
  397. .page-header {
  398. border-bottom-color: #CCCCCC;
  399. border-bottom-style: solid;
  400. border-bottom-width: 1px;
  401. box-shadow: none;
  402. padding-bottom: 0px;
  403. }
  404. .well_border{
  405. background-color: rgba(243,226,169, 0.1);
  406. border: 1px solid rgba(243,226,169, 0.1);
  407. border-radius: 8px;
  408. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  409. margin-bottom: 20px;
  410. min-height: 20px;
  411. padding: 19px;
  412. }
  413. .well_border .row .span2 {
  414. width: 98px;
  415. }
  416. .well_border .row .span2 .thumbnail {
  417. background-color: #FFFFFF;
  418. background-image: none;
  419. }
  420. #hot_courses .row .span9 .well_border .row .span6{
  421. width: auto;
  422. }
  423. .categories-course-description h3{
  424. color: #666;
  425. }
  426. #course_tools .content a {
  427. font-size: 12px;
  428. font-weight: normal;
  429. }
  430. #main_content .course-box .row .span7{
  431. width: 730px;
  432. }
  433. #main_content .course-box .row .span7 .row .span6 {
  434. width: 615px;
  435. }
  436. #main_content .course-box .row .span7 .row .span6 h3{
  437. font-size: 20px;
  438. }
  439. #course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
  440. font-weight: normal;
  441. }
  442. /*****************************************************
  443. * FOOTER STYLES *
  444. *****************************************************/
  445. footer {
  446. height: 10em;
  447. background-color: #2FAFBC;
  448. background-image: none;
  449. background-repeat:repeat-x;
  450. color:#ffffff;
  451. border-top: 5px solid #B0BEBC;
  452. }
  453. footer .container .row {
  454. padding-top: 5px;
  455. }
  456. footer a:link, footer a:visited {
  457. color: #F1D40D;
  458. }
  459. /*****************************************************
  460. * DISPLAY MESSAGES *
  461. *****************************************************/
  462. /*****************************************************
  463. * CSS CHAT *
  464. *****************************************************/
  465. .chatboxmain {
  466. bottom: 0;
  467. display: block;
  468. position: fixed;
  469. right: 20px;
  470. width: 225px;
  471. z-index: 9000;
  472. }
  473. .chatboxheadmain {
  474. padding:7px 7px 7px 0px;
  475. color: #ffffff;
  476. border-right:1px solid #222;
  477. border-left:1px solid #222;
  478. background-color: #222;
  479. background-repeat: repeat-x;
  480. background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  481. background-image: -moz-linear-gradient(top, #333333, #222222);
  482. background-image: -ms-linear-gradient(top, #333333, #222222);
  483. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  484. background-image: -webkit-linear-gradient(top, #333333, #222222);
  485. background-image: -o-linear-gradient(top, #333333, #222222);
  486. background-image: linear-gradient(top, #333333, #222222);
  487. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  488. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  489. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  490. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  491. }
  492. #chatboxtitlemain {
  493. cursor: pointer;
  494. float: left;
  495. font-size: 12px;
  496. font-weight: normal;
  497. width: 160px;
  498. }
  499. /*****************************************************
  500. * CSS CHAT END *
  501. *****************************************************/
  502. .social-menu-title {
  503. background-color:#00AAE3;
  504. }.normal-message {
  505. background-color: #D9EDF7;
  506. color: #3A87AD;
  507. padding: 15px;
  508. margin-bottom: 15px;
  509. border-top: 1px solid #BCE8F1;
  510. border-left: 1px solid #BCE8F1;
  511. border-right: 1px solid #BCE8F1;
  512. border-bottom: 3px solid #BCE8F1;
  513. border-radius: 10px;
  514. }
  515. .warning-message {
  516. background-color: #FCF8E3;
  517. color: #C09853;
  518. padding: 10px;
  519. margin-bottom: 15px;
  520. border-top: 1px solid #FBEED5;
  521. border-left: 1px solid #FBEED5;
  522. border-right: 1px solid #FBEED5;
  523. border-bottom: 3px solid #FBEED5;
  524. border-radius: 10px;
  525. }
  526. .confirmation-message {
  527. background-color: #DFF0D8;
  528. color: #468847;
  529. padding: 10px;
  530. margin-bottom: 15px;
  531. border-top: 1px solid #D6E9C6;
  532. border-left: 1px solid #D6E9C6;
  533. border-right: 1px solid #D6E9C6;
  534. border-bottom: 3px solid #D6E9C6;
  535. border-radius: 10px;
  536. }
  537. .error-message {
  538. background-color: #F2DEDE;
  539. color: #B94A48;
  540. padding: 10px;
  541. margin-bottom: 15px;
  542. border-top: 1px solid #EED3D7;
  543. border-left: 1px solid #EED3D7;
  544. border-right: 1px solid #EED3D7;
  545. border-bottom: 3px solid #EED3D7;
  546. border-radius: 10px;
  547. }
  548. .bottom_actions_fixed{
  549. background: #248792; /* Old browsers */
  550. background: -moz-linear-gradient(top, #2fafbc 0%, #248792 100%); /* FF3.6+ */
  551. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#248792), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */
  552. background: -webkit-linear-gradient(top, #2fafbc 0%,#248792 100%); /* Chrome10+,Safari5.1+ */
  553. background: -o-linear-gradient(top, #2fafbc 0%,#248792 100%); /* Opera 11.10+ */
  554. background: -ms-linear-gradient(top, #2fafbc 0%,#248792 100%); /* IE10+ */
  555. background: linear-gradient(to bottom, #2fafbc 0%,#248792 100%); /* W3C */
  556. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fafbc', endColorstr='#248792',GradientType=0 ); /* IE6-9 */
  557. border: 1px solid #E1E1E0;
  558. }
  559. .new_actions-fixed{
  560. top: 50px;
  561. }
  562. #social-content-online {
  563. background-color:#00AAE3;
  564. }
  565. .admin_section li {
  566. background-image:url(images/bullet.gif);
  567. }
  568. .system_announcements {
  569. background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
  570. }
  571. .topa {
  572. background:transparent url('images/logoa4.gif') no-repeat;
  573. }
  574. .topb {
  575. background:transparent url('images/logob4.gif') no-repeat;
  576. }
  577. #bottomhellomindfactory {
  578. background:transparent url('images/textologo.jpg') no-repeat;
  579. }
  580. /*including "login" image*/
  581. button.login {
  582. background-image:url(images/bg-button.gif);
  583. }
  584. button.login:hover {
  585. }
  586. /*including "save" image*/
  587. button.save {
  588. background-image:url(images/button_accept.gif);
  589. }
  590. /*including "add" image*/
  591. button.add {
  592. background-image:url(images/button_add.gif);
  593. }
  594. /*including "cancel" image*/
  595. button.cancel {
  596. background-image:url(images/button_delete.gif);
  597. }
  598. /*including "search" image*/
  599. button.search {
  600. background-image:url(images/bg-button.gif);
  601. }
  602. /*including "plus" image*/
  603. button.plus {
  604. background-image:url(images/button_plus.gif);
  605. }
  606. /*including "minus" image*/
  607. button.minus {
  608. background-image:url(images/button_minus.gif);
  609. }
  610. /*including "next" image*/
  611. button.next {
  612. background-image:url(images/button_next.gif) !important;
  613. }
  614. /*including "back" image*/
  615. button.back {
  616. background-image:url(images/button_back.gif);
  617. }
  618. /*including "refresh" image*/
  619. button.refresh {
  620. background-image:url(images/button_refresh.gif);
  621. }
  622. /*including "upload" image*/
  623. button.upload {
  624. background-image:url(images/button_upload.gif);
  625. }
  626. button.arrowr, input.arrowr {
  627. background-image:url(images/2rightarrow.gif);
  628. }
  629. button.arrowl, input.arrowl {
  630. background-image:url(images/2leftarrow.gif);
  631. }
  632. .refresh {
  633. background-image:url(images/refresh.png);
  634. }
  635. .portal {
  636. background-image:url(images/portal.png);
  637. }
  638. /*CSS ICON BLOCK USER*/
  639. .inbox-social{
  640. background: url("images/icon-chamilo.png") no-repeat 0 -415px;
  641. padding-left: 40px;
  642. }
  643. .inbox-social:hover,.new-message-social:hover,.invitations-social:hover,.profile-social:hover,.add-course:hover,
  644. .order-course:hover,.history-course:hover, .list-course:hover{
  645. opacity: 0.8;
  646. }
  647. .new-message-social{
  648. background: url("images/icon-chamilo.png") no-repeat 0 -370px;
  649. padding-left: 40px;
  650. }
  651. .invitations-social{
  652. background: url("images/icon-chamilo.png") no-repeat 0 -455px;
  653. padding-left: 40px;
  654. }
  655. .profile-social{
  656. background: url("images/icon-chamilo.png") no-repeat 0 -496px;
  657. padding-left: 40px;
  658. }
  659. .add-course{
  660. background: url("images/icon-chamilo.png") no-repeat 0 -327px;
  661. padding-left: 40px;
  662. }
  663. .order-course{
  664. background: url("images/icon-chamilo.png") no-repeat 0 -536px;
  665. padding-left: 40px;
  666. }
  667. .history-course{
  668. background: url("images/icon-chamilo.png") no-repeat 0 -576px;
  669. padding-left: 40px;
  670. }
  671. .list-course{
  672. background: url("images/icon-chamilo.png") no-repeat 0 -618px;
  673. padding-left: 40px;
  674. }
  675. .forum-btn{
  676. background: url("images/icon-chamilo.png") no-repeat 0 -666px;
  677. padding-left: 40px;
  678. }
  679. /*+++++++++++++++++++++++++++++++++
  680. RESPONSIVE CSS
  681. +++++++++++++++++++++++++++++++++*/
  682. .navbar .brand {
  683. float: left;
  684. font-size: 16px;
  685. font-weight: 200;
  686. line-height: 20px;
  687. padding-bottom: 12px;
  688. padding-top: 15px;
  689. color: #FFFFFF;
  690. }
  691. @media (min-width: 481px) and (max-width: 800px) {
  692. .sidebar-nav h4 {
  693. color: #037FB2;
  694. font-size: 18px;
  695. padding-bottom: 10px;
  696. padding-left: 15px;
  697. padding-right: 15px;
  698. padding-top: 10px;
  699. }
  700. #profile_block .nav-list li, #course_block .nav-list li{
  701. padding-bottom: 5px;
  702. padding-top: 5px;
  703. }
  704. #top_main_content .menu-column #user_image_block{
  705. box-shadow: none;
  706. }
  707. }
  708. @media (max-width: 600px) {
  709. #main_content .course-box .row .span7 .row .span6 {
  710. float: left;
  711. /*width: 615px;*/
  712. padding-left: 10px;
  713. }
  714. #main_content .course-box .row .span7 .row .span6 h3 {
  715. font-size: 16px;
  716. /*width: 500px;*/
  717. }
  718. }
  719. @media (min-width: 801px){
  720. .nav-list > li > a {
  721. font-size: 13px;
  722. padding-bottom: 8px;
  723. padding-top: 8px;
  724. }
  725. /*CSS ICON BLOCK USER*/
  726. .inbox-social{
  727. background: url("images/icon-chamilo.png") no-repeat 0 -345px;
  728. padding-left: 30px;
  729. background-size: 25px auto;
  730. }
  731. .new-message-social{
  732. background: url("images/icon-chamilo.png") no-repeat 0 -307px;
  733. padding-left: 30px;
  734. background-size: 25px auto;
  735. }
  736. .invitations-social{
  737. background: url("images/icon-chamilo.png") no-repeat 0 -378px;
  738. padding-left: 30px;
  739. background-size: 25px auto;
  740. }
  741. .profile-social{
  742. background: url("images/icon-chamilo.png") no-repeat 0 -414px;
  743. padding-left: 30px;
  744. background-size: 25px auto;
  745. }
  746. .add-course{
  747. background: url("images/icon-chamilo.png") no-repeat 0 -274px;
  748. padding-left: 30px;
  749. background-size: 25px auto;
  750. }
  751. .order-course{
  752. background: url("images/icon-chamilo.png") no-repeat 0 -447px;
  753. padding-left: 30px;
  754. background-size: 25px auto;
  755. }
  756. .history-course{
  757. background: url("images/icon-chamilo.png") no-repeat 0 -481px;
  758. padding-left: 30px;
  759. background-size: 25px auto;
  760. }
  761. .list-course{
  762. background: url("images/icon-chamilo.png") no-repeat 0 -517px;
  763. padding-left: 30px;
  764. background-size: 25px auto;
  765. }
  766. .forum-btn {
  767. background: url("images/icon-chamilo.png") no-repeat scroll 0 -552px / 25px auto rgba(0, 0, 0, 0);
  768. padding-left: 30px;
  769. }
  770. }
  771. @media (min-width: 321px) and (max-width: 480px){
  772. footer {
  773. height: 5em;
  774. }
  775. }
  776. /*+++++++++++++++++++++++++++++++++
  777. END RESPONSIVE CSS
  778. +++++++++++++++++++++++++++++++++*/