default.css 20 KB

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