default.css 34 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328
  1. /*****************************************************
  2. * MAIN - CHAMILO CSS
  3. *****************************************************/
  4. /* Adding default style for the chamilo_X themes */
  5. @import url('../base_chamilo.css');
  6. a {
  7. text-decoration: none;
  8. color :#6E6E6E;
  9. }
  10. a:visited {
  11. text-decoration: none;
  12. }
  13. a:hover {
  14. text-decoration: none;
  15. color: #FD6600;
  16. }
  17. a:active {
  18. text-decoration: none;
  19. color : #3757f7;
  20. }
  21. .navbar .nav > li > a {
  22. float: none;
  23. line-height: 15px;
  24. padding-bottom: 13px;
  25. padding-right: 10px;
  26. padding-top: 13px;
  27. color: #FFFFFF;
  28. }
  29. .subnav .navbar-inner {
  30. background: none;
  31. border:none;
  32. }
  33. .subnav .nav > li{
  34. margin-right: 5px;
  35. margin-top: 6px;
  36. }
  37. .subnav .nav > .tab-homepage{
  38. background: url(images/icon-kids.png) no-repeat 5px 6px #FD6600;
  39. -webkit-border-top-left-radius: 10px;
  40. -webkit-border-top-right-radius: 10px;
  41. -moz-border-radius-topleft: 10px;
  42. -moz-border-radius-topright: 10px;
  43. border-top-left-radius: 10px;
  44. border-top-right-radius: 10px;
  45. }
  46. .subnav .nav > .tab-my-course{
  47. background: url(images/icon-kids.png) no-repeat 5px -35px #FD6600;
  48. -webkit-border-top-left-radius: 10px;
  49. -webkit-border-top-right-radius: 10px;
  50. -moz-border-radius-topleft: 10px;
  51. -moz-border-radius-topright: 10px;
  52. border-top-left-radius: 10px;
  53. border-top-right-radius: 10px;
  54. }
  55. .subnav .nav > .tab-agenda{
  56. background: url(images/icon-kids.png) no-repeat 5px -81px #FD6600;
  57. -webkit-border-top-left-radius: 10px;
  58. -webkit-border-top-right-radius: 10px;
  59. -moz-border-radius-topleft: 10px;
  60. -moz-border-radius-topright: 10px;
  61. border-top-left-radius: 10px;
  62. border-top-right-radius: 10px;
  63. }
  64. .subnav .nav > .tab-my-space,.subnav .nav > .tab-my-progress {
  65. background: url(images/icon-kids.png) no-repeat 5px -124px #FD6600;
  66. -webkit-border-top-left-radius: 10px;
  67. -webkit-border-top-right-radius: 10px;
  68. -moz-border-radius-topleft: 10px;
  69. -moz-border-radius-topright: 10px;
  70. border-top-left-radius: 10px;
  71. border-top-right-radius: 10px;
  72. }
  73. .subnav .nav > .tab-social-network{
  74. background: url(images/icon-kids.png) no-repeat 5px -165px #FD6600;
  75. -webkit-border-top-left-radius: 10px;
  76. -webkit-border-top-right-radius: 10px;
  77. -moz-border-radius-topleft: 10px;
  78. -moz-border-radius-topright: 10px;
  79. border-top-left-radius: 10px;
  80. border-top-right-radius: 10px;
  81. }
  82. .subnav .nav > .tab-dashboard{
  83. background: url(images/icon-kids.png) no-repeat 5px -208px #FD6600;
  84. -webkit-border-top-left-radius: 10px;
  85. -webkit-border-top-right-radius: 10px;
  86. -moz-border-radius-topleft: 10px;
  87. -moz-border-radius-topright: 10px;
  88. border-top-left-radius: 10px;
  89. border-top-right-radius: 10px;
  90. }
  91. .subnav .nav > .tab-admin{
  92. background: url(images/icon-kids.png) no-repeat 5px -252px #FD6600;
  93. -webkit-border-top-left-radius: 10px;
  94. -webkit-border-top-right-radius: 10px;
  95. -moz-border-radius-topleft: 10px;
  96. -moz-border-radius-topright: 10px;
  97. border-top-left-radius: 10px;
  98. border-top-right-radius: 10px;
  99. }
  100. .subnav .nav > li > a {
  101. background: none;
  102. border: none;
  103. box-shadow: none;
  104. font-size: 14px;
  105. padding-left: 33px;
  106. font-weight: bold;
  107. }
  108. .subnav .nav > #current{
  109. background-color: #D10404;
  110. border: none;
  111. box-shadow: none;
  112. color: #FFFFFF;
  113. padding-left: 20px;
  114. -webkit-border-top-left-radius: 10px;
  115. -webkit-border-top-right-radius: 10px;
  116. -moz-border-radius-topleft: 10px;
  117. -moz-border-radius-topright: 10px;
  118. border-top-left-radius: 10px;
  119. border-top-right-radius: 10px;
  120. }
  121. .subnav-fixed{
  122. background: #0191C7;
  123. }
  124. .subnav .nav > #current > a,
  125. .subnav .nav > #current > a:hover {
  126. background: none;
  127. border: none;
  128. box-shadow: none;
  129. color: #FFFFFF;
  130. }
  131. .subnav .navbar-inner li a:hover{
  132. background: none;
  133. border: none;
  134. box-shadow: none;
  135. color: #ffCC00;
  136. }
  137. .well .nav-list > li > a:hover {
  138. text-decoration: none;
  139. background: none;
  140. }
  141. .sidebar-nav h4{
  142. color: #037FB2;
  143. padding-bottom: 3px;
  144. padding-left: 15px;
  145. padding-right: 15px;
  146. padding-top: 3px;
  147. }
  148. #main .nav .dropdown a {
  149. text-align: right;
  150. background: none;
  151. border: none;
  152. font-weight: normal;
  153. font-size: 12px;
  154. padding-left: 0;
  155. color: #665;
  156. }
  157. #main .nav .dropdown a:hover {
  158. color: #FD6600;
  159. font-weight: normal;
  160. }
  161. #main .nav .notification-marker a{
  162. padding-left: 0;
  163. }
  164. .subnav .nav > li > .logout, .subnav .nav > li > .logout:hover{
  165. background: none;
  166. border: none;
  167. padding-left: 0;
  168. }
  169. #main .nav .dropdown .caret{
  170. border-bottom-color: #FFCC00;
  171. border-top-color: #FFCC00;
  172. opacity: 1;
  173. }
  174. /*****************************************************
  175. * CHAMILO THEME STYLE *
  176. *****************************************************/
  177. .welcome-mascot{
  178. background: url(images/chamilo-welcome.png) no-repeat right 0;
  179. padding-right: 200px;
  180. padding-bottom: 2em;
  181. padding-top: 2em;
  182. }
  183. .nav-list > li > a {
  184. font-size: 14px;
  185. padding-bottom: 6px;
  186. /* padding-left: 15px;
  187. padding-right: 15px;*/
  188. padding-top: 6px;
  189. }
  190. a.thumbnail:hover{
  191. border: 1px solid #e5e5e5;
  192. background: transparent;
  193. }
  194. .logout img{
  195. padding-top: 2px;
  196. }
  197. .form-actions {
  198. background:transparent;
  199. }
  200. .breadcrumb a{
  201. line-height: 30px;
  202. text-transform: none;
  203. }
  204. .breadcrumb li{
  205. text-shadow: none;
  206. }
  207. .breadcrumb a.btn-mini{
  208. line-height: 17px;
  209. text-transform: none;
  210. }
  211. .breadcrumb a.btn-mini > .btn-success{
  212. color: #FFFFFF;
  213. }
  214. /* styles for the star rater */
  215. .star-rating{
  216. list-style:none;
  217. margin: 0px;
  218. padding:0px;
  219. width: 125px;
  220. height: 25px;
  221. position: relative;
  222. overflow:hidden;
  223. background: url(images/start-level.png) top left repeat-x;
  224. }
  225. .star-rating li{
  226. padding:0px;
  227. margin:0px;
  228. width:25px;
  229. height:25px;
  230. float: left;
  231. }
  232. .star-rating li a{
  233. display:block;
  234. width:25px;
  235. height: 25px;
  236. line-height:25px;
  237. text-decoration: none;
  238. text-indent: -9000px;
  239. z-index: 20;
  240. position: absolute;
  241. padding: 0px;
  242. overflow:hidden;
  243. }
  244. .star-rating li a:hover{
  245. background: url(images/start-level.png) left bottom;
  246. z-index: 2;
  247. left: 0px;
  248. border:none;
  249. }
  250. .star-rating a.one-star{
  251. left: 0px;
  252. }
  253. .star-rating a.one-star:hover{
  254. width:25px;
  255. }
  256. .star-rating a.two-stars{
  257. left:25px;
  258. }
  259. .star-rating a.two-stars:hover{
  260. width: 50px;
  261. }
  262. .star-rating a.three-stars{
  263. left: 50px;
  264. }
  265. .star-rating a.three-stars:hover{
  266. width: 75px;
  267. }
  268. .star-rating a.four-stars{
  269. left: 75px;
  270. }
  271. .star-rating a.four-stars:hover{
  272. width: 100px;
  273. }
  274. .star-rating a.five-stars{
  275. left: 100px;
  276. }
  277. .star-rating a.five-stars:hover{
  278. width: 125px;
  279. }
  280. .star-rating li.current-rating{
  281. background: url(images/start-level.png) left center;
  282. position: absolute;
  283. height: 25px;
  284. display: block;
  285. text-indent: -9000px;
  286. z-index: 1;
  287. }
  288. /*ICON INBOX*/
  289. .home-icon{
  290. background:url(images/icon-chamilo.png) no-repeat 0 0;
  291. background-size: 24px auto;
  292. padding-left: 30px;
  293. }
  294. .home-icon:hover,.messages-icon:hover, .invitations-icon:hover,.shared-profile-icon:hover,.friends-icon:hover,
  295. .browse-groups-icon:hover ,.search-icon:hover ,.myfiles-icon:hover {
  296. opacity: 0.8;
  297. }
  298. .messages-icon{
  299. background:url(images/icon-chamilo.png) no-repeat 0 -29px;
  300. background-size: 24px auto;
  301. padding-left: 30px;
  302. }
  303. .invitations-icon{
  304. background:url(images/icon-chamilo.png) no-repeat 0 -61px;
  305. background-size: 24px auto;
  306. padding-left: 30px;
  307. }
  308. .shared-profile-icon{
  309. background:url(images/icon-chamilo.png) no-repeat 0 -96px;
  310. background-size: 24px auto;
  311. padding-left: 30px;
  312. }
  313. .friends-icon{
  314. background:url(images/icon-chamilo.png) no-repeat 0 -130px;
  315. background-size: 24px auto;
  316. padding-left: 30px;
  317. }
  318. .browse-groups-icon{
  319. background:url(images/icon-chamilo.png) no-repeat 0 -163px;
  320. background-size: 24px auto;
  321. padding-left: 30px;
  322. }
  323. .search-icon {
  324. background:url(images/icon-chamilo.png) no-repeat 0 -198px;
  325. background-size: 24px auto;
  326. padding-left: 30px;
  327. }
  328. .myfiles-icon {
  329. background:url(images/icon-chamilo.png) no-repeat 0 -229px;
  330. background-size: 24px auto;
  331. padding-left: 30px;
  332. }
  333. /* END ICON INBOX */
  334. .nav-list > .active > a, .nav-list > .active > a:hover {
  335. color: #333333;
  336. background: none;
  337. text-shadow:none;
  338. }
  339. .social-menu .well .thumbnail{
  340. border: none;
  341. border-radius: none;
  342. box-shadow: none;
  343. }
  344. .invitation_confirm .thumbnail{
  345. border: 1px solid rgba(96, 165, 209, 0.1);
  346. -webkit-border-radius: 10px;
  347. -moz-border-radius: 10px;
  348. border-radius: 10px;
  349. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  350. display: block;
  351. line-height: 1;
  352. padding: 4px;
  353. background-color: #EEF5FA;
  354. }
  355. .invitation_confirm a.thumbnail:hover{
  356. border-color: rgba(96, 165, 209, 0.1);
  357. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  358. background-color: #FFFFFF;
  359. }
  360. .social-menu .well .thumbnail img{
  361. -webkit-border-radius: 10px;
  362. -moz-border-radius: 10px;
  363. border-radius: 10px;
  364. border: 2px solid #FFFFFF;
  365. }
  366. /* ANNOUNCEMENTS SLIDER */
  367. .pagerslide h2{
  368. font-size: 18px;
  369. background-color: #0191C7;
  370. color: #FFFFFF;
  371. padding-left: 15px;
  372. font-weight: normal;
  373. }
  374. #top_main_content #announcements .page-header{
  375. display: none;
  376. line-height: 1;
  377. }
  378. #top_main_content #announcements .span6 {
  379. width: 800px;
  380. }
  381. /* COURSE INTRO CONTENT */
  382. .page-course-intro{
  383. padding: 2em;
  384. border: 1px solid #DDDDDD;
  385. -webkit-border-radius: 10px;
  386. -moz-border-radius: 10px;
  387. border-radius: 10px;
  388. margin-bottom: 2em;
  389. }
  390. .page-course-intro ul{
  391. list-style-image:url(images/vineta.png);
  392. padding-top: 10px;
  393. }
  394. .page-course-intro a{
  395. color: #FD6600;
  396. }
  397. .page-course-intro a:hover{
  398. color: #FD6600;
  399. text-decoration: underline;
  400. }
  401. /* END OF COURSE INTRO*/
  402. .fc-header-title h2{
  403. color: #0191C7;
  404. }
  405. .fc-first .fc-widget-header{
  406. font-size: 14px;
  407. font-weight: normal;
  408. padding-top: 5px;
  409. padding-bottom: 5px;
  410. }
  411. .well {
  412. background-color: rgba(96,165,209, 0.1);
  413. border: 1px solid rgba(96,165,209, 0.1);
  414. border-radius: 8px;
  415. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  416. margin-bottom: 20px;
  417. min-height: 20px;
  418. padding: 20px 10px;
  419. }
  420. .sidebar-nav img{
  421. -webkit-border-radius: 10px;
  422. -moz-border-radius: 10px;
  423. border-radius: 10px;
  424. }
  425. #homepage .row .span9 h2{
  426. font-size: 26px;
  427. font-weight: bold;
  428. color: #0191C7;
  429. padding-bottom: 8px;
  430. }
  431. #homepage .row .span9 p,#homepage .row .span9 ol {
  432. color: #6E6E6E;
  433. }
  434. #homepage .row .span9 a{
  435. color: #0F466A;
  436. }
  437. #homepage .row .span9 a:hover{
  438. color: #FD6600;
  439. }
  440. .page-header h2{
  441. color: #0191C7;
  442. font-weight: normal;
  443. font-size: 20px;
  444. padding-left: 10px;
  445. }
  446. #course_tools .course-title-tools h3 {
  447. margin-top: 10px;
  448. color: #0191C7;
  449. font-weight: normal;
  450. }
  451. .page-header {
  452. border-bottom-color: #0191C7;
  453. border-bottom-style: solid;
  454. border-bottom-width: 1px;
  455. box-shadow: none;
  456. padding-bottom: 0px;
  457. }
  458. .well_border{
  459. background-color: rgba(96,165,209, 0.1);
  460. border: 1px solid rgba(96,165,209, 0.1);
  461. border-radius: 8px;
  462. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  463. margin-bottom: 20px;
  464. min-height: 20px;
  465. padding: 19px;
  466. }
  467. .well_border .row .span2 {
  468. width: 98px;
  469. }
  470. .well_border .row .span2 .thumbnail {
  471. background-color: #FFFFFF;
  472. background-image: none;
  473. }
  474. #hot_courses .row .span9 .well_border .row .span6{
  475. width: auto;
  476. }
  477. .categories-course-description h3{
  478. color: #0F466A;
  479. font-weight: normal;
  480. }
  481. #course_tools .content a {
  482. font-size: 12px;
  483. font-weight: normal;
  484. }
  485. #main_content .course-box .row .span7{
  486. width: 730px;
  487. }
  488. #main_content .course-box .row .span7 .row .span6 {
  489. width: 615px;
  490. }
  491. #main_content .course-box .row .span7 .row .span6 h3{
  492. font-size: 20px;
  493. }
  494. #course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
  495. font-weight: normal;
  496. }
  497. /*****************************************************
  498. * STYLE THEME CHAMILO *
  499. *****************************************************/
  500. .welcome-mascot{
  501. background: url(images/chamilo-welcome.png) no-repeat right 0;
  502. padding-right: 200px;
  503. padding-bottom: 2em;
  504. padding-top: 2em;
  505. }
  506. .nav-list > li > a {
  507. font-size: 14px;
  508. padding-bottom: 6px;
  509. /* padding-left: 15px;
  510. padding-right: 15px;*/
  511. padding-top: 6px;
  512. }
  513. #settings .span6 .well_border {
  514. min-height: 300px;
  515. }
  516. .breadcrumb {
  517. margin-bottom: 0;
  518. background: rgb(239,234,179); /* Old browsers */
  519. background: -moz-linear-gradient(top, rgba(239,234,179,1) 0%, rgba(255,196,48,1) 100%); /* FF3.6+ */
  520. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,234,179,1)), color-stop(100%,rgba(255,196,48,1))); /* Chrome,Safari4+ */
  521. background: -webkit-linear-gradient(top, rgba(239,234,179,1) 0%,rgba(255,196,48,1) 100%); /* Chrome10+,Safari5.1+ */
  522. background: -o-linear-gradient(top, rgba(239,234,179,1) 0%,rgba(255,196,48,1) 100%); /* Opera 11.10+ */
  523. background: -ms-linear-gradient(top, rgba(239,234,179,1) 0%,rgba(255,196,48,1) 100%); /* IE10+ */
  524. background: linear-gradient(to bottom, rgba(239,234,179,1) 0%,rgba(255,196,48,1) 100%); /* W3C */
  525. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeab3', endColorstr='#ffc430',GradientType=0 ); /* IE6-9 */
  526. padding-top: 5px;
  527. padding-bottom: 5px;
  528. margin-top: 5px;
  529. border: 1px solid #FFBD23;
  530. box-shadow: none;
  531. }
  532. .breadcrumb a{
  533. line-height: 30px;
  534. text-transform: none;
  535. }
  536. .breadcrumb li{
  537. text-shadow: none;
  538. }
  539. /* styles for the star rater */
  540. .star-rating{
  541. list-style:none;
  542. margin: 0px;
  543. padding:0px;
  544. width: 125px;
  545. height: 25px;
  546. position: relative;
  547. overflow:hidden;
  548. background: url(images/start-level.png) top left repeat-x;
  549. }
  550. .star-rating li{
  551. padding:0px;
  552. margin:0px;
  553. width:25px;
  554. height:25px;
  555. float: left;
  556. }
  557. .star-rating li a{
  558. display:block;
  559. width:25px;
  560. height: 25px;
  561. line-height:25px;
  562. text-decoration: none;
  563. text-indent: -9000px;
  564. z-index: 20;
  565. position: absolute;
  566. padding: 0px;
  567. overflow:hidden;
  568. }
  569. .star-rating li a:hover{
  570. background: url(images/start-level.png) left bottom;
  571. z-index: 2;
  572. left: 0px;
  573. border:none;
  574. }
  575. .star-rating a.one-star{
  576. left: 0px;
  577. }
  578. .star-rating a.one-star:hover{
  579. width:25px;
  580. }
  581. .star-rating a.two-stars{
  582. left:25px;
  583. }
  584. .star-rating a.two-stars:hover{
  585. width: 50px;
  586. }
  587. .star-rating a.three-stars{
  588. left: 50px;
  589. }
  590. .star-rating a.three-stars:hover{
  591. width: 75px;
  592. }
  593. .star-rating a.four-stars{
  594. left: 75px;
  595. }
  596. .star-rating a.four-stars:hover{
  597. width: 100px;
  598. }
  599. .star-rating a.five-stars{
  600. left: 100px;
  601. }
  602. .star-rating a.five-stars:hover{
  603. width: 125px;
  604. }
  605. .star-rating li.current-rating{
  606. background: url(images/start-level.png) left center;
  607. position: absolute;
  608. height: 25px;
  609. display: block;
  610. text-indent: -9000px;
  611. z-index: 1;
  612. }
  613. .nav-list > .active > a, .nav-list > .active > a:hover {
  614. color: #333333;
  615. background: none;
  616. }
  617. /*CSS SLIDER ANUNCIOS*/
  618. .pagerslide h2{
  619. font-size: 18px;
  620. background-color: #0191C7;
  621. color: #FFFFFF;
  622. padding-left: 15px;
  623. }
  624. #top_main_content #announcements .page-header{
  625. display: none;
  626. line-height: 1;
  627. }
  628. #top_main_content #announcements .span6 {
  629. width: 800px;
  630. }
  631. /*CSS PARA CONTENIDO DE CURSO INTRODUCCION*/
  632. .page-course-intro{
  633. padding: 2em;
  634. border: 1px solid #DDDDDD;
  635. -webkit-border-radius: 10px;
  636. -moz-border-radius: 10px;
  637. border-radius: 10px;
  638. margin-bottom: 2em;
  639. }
  640. .page-course-intro ul{
  641. list-style-image:url(images/vineta.png);
  642. padding-top: 10px;
  643. }
  644. .page-course-intro a{
  645. color: #FD6600;
  646. }
  647. .page-course-intro a:hover{
  648. color: #FD6600;
  649. text-decoration: underline;
  650. }
  651. /*FIN DE INTRODUCCION DEL CURSO*/
  652. .fc-header-title h2{
  653. color: #0191C7;
  654. }
  655. .fc-first .fc-widget-header{
  656. font-size: 14px;
  657. font-weight: normal;
  658. padding-top: 5px;
  659. padding-bottom: 5px;
  660. }
  661. .well {
  662. background: rgb(214,249,255); /* Old browsers */
  663. background: -moz-linear-gradient(top, rgba(214,249,255,1) 0%, rgba(249,249,249,1) 14%); /* FF3.6+ */
  664. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,249,255,1)), color-stop(14%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
  665. background: -webkit-linear-gradient(top, rgba(214,249,255,1) 0%,rgba(249,249,249,1) 14%); /* Chrome10+,Safari5.1+ */
  666. background: -o-linear-gradient(top, rgba(214,249,255,1) 0%,rgba(249,249,249,1) 14%); /* Opera 11.10+ */
  667. background: -ms-linear-gradient(top, rgba(214,249,255,1) 0%,rgba(249,249,249,1) 14%); /* IE10+ */
  668. background: linear-gradient(to bottom, rgba(214,249,255,1) 0%,rgba(249,249,249,1) 14%); /* W3C */
  669. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
  670. border: 1px solid rgba(96,165,209, 0.1);
  671. border-radius: 8px;
  672. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  673. margin-bottom: 20px;
  674. min-height: 20px;
  675. padding: 20px 10px;
  676. }
  677. .sidebar-nav img{
  678. -webkit-border-radius: 10px;
  679. -moz-border-radius: 10px;
  680. border-radius: 10px;
  681. }
  682. #homepage .row .span9 h2{
  683. font-size: 26px;
  684. font-weight: bold;
  685. color: #0191C7;
  686. padding-bottom: 8px;
  687. }
  688. #homepage .row .span9 p,#homepage .row .span9 ol {
  689. color: #6E6E6E;
  690. }
  691. #homepage .row .span9 a{
  692. color: #0F466A;
  693. }
  694. #homepage .row .span9 a:hover{
  695. color: #FD6600;
  696. }
  697. .page-header h2, .page-header h1{
  698. color: #0191C7;
  699. font-weight: bold;
  700. font-size: 20px;
  701. padding-left: 10px;
  702. width: 250px;
  703. }
  704. #course_tools .course-title-tools h3 {
  705. margin-top: 10px;
  706. color: #0191C7;
  707. font-weight: normal;
  708. }
  709. .page-header {
  710. border:none;
  711. }
  712. .well_border{
  713. background-color: rgba(96,165,209, 0.1);
  714. border: 1px solid rgba(96,165,209, 0.1);
  715. border-radius: 8px;
  716. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  717. margin-bottom: 20px;
  718. min-height: 20px;
  719. padding: 19px;
  720. }
  721. .well_border .row .span2 {
  722. width: 98px;
  723. }
  724. .well_border .row .span2 .thumbnail {
  725. background-color: #FFFFFF;
  726. background-image: none;
  727. }
  728. #hot_courses .row .span9 .well_border .row .span6{
  729. width: auto;
  730. }
  731. .categories-course-description h3{
  732. color: #0F466A;
  733. }
  734. #course_tools .content a {
  735. font-size: 12px;
  736. font-weight: normal;
  737. }
  738. #main_content .course-box .row .span7{
  739. width: 730px;
  740. }
  741. #main_content .course-box .row .span7 .row .span6 {
  742. width: 615px;
  743. }
  744. #main_content .course-box .row .span7 .row .span6 h3{
  745. font-size: 20px;
  746. }
  747. #course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
  748. font-weight: normal;
  749. }
  750. /*****************************************************
  751. * FOOTER STYLES *
  752. *****************************************************/
  753. footer {
  754. height: 16em;
  755. background: url(images/footer.jpg) center 0 repeat-x #6CB1DB;
  756. color:#147FB8;
  757. border-top: none;
  758. padding-top: 0;
  759. }
  760. footer .container .row {
  761. padding-top: 0;
  762. }
  763. footer a:link, footer a:visited {
  764. color: #FD6600;
  765. }
  766. /*****************************************************
  767. * DISPLAY MESSAGES *
  768. *****************************************************/
  769. /*****************************************************
  770. * CSS CHAT *
  771. *****************************************************/
  772. .chatboxmain {
  773. bottom: 0;
  774. display: block;
  775. position: fixed;
  776. right: 20px;
  777. width: 225px;
  778. z-index: 9000;
  779. }
  780. .chatboxheadmain {
  781. padding:7px 7px 7px 0px;
  782. color: #ffffff;
  783. border-right:1px solid #222;
  784. border-left:1px solid #222;
  785. background-color: #222;
  786. background-repeat: repeat-x;
  787. background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  788. background-image: -moz-linear-gradient(top, #333333, #222222);
  789. background-image: -ms-linear-gradient(top, #333333, #222222);
  790. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  791. background-image: -webkit-linear-gradient(top, #333333, #222222);
  792. background-image: -o-linear-gradient(top, #333333, #222222);
  793. background-image: linear-gradient(top, #333333, #222222);
  794. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  795. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  796. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  797. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  798. }
  799. #chatboxtitlemain {
  800. cursor: pointer;
  801. float: left;
  802. font-size: 12px;
  803. font-weight: normal;
  804. width: 160px;
  805. }
  806. /*****************************************************
  807. * CSS CHAT END *
  808. *****************************************************/
  809. .normal-message {
  810. color: #00407F;
  811. border: 1px solid #CDE6F5;
  812. background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
  813. }
  814. .warning-message {
  815. border: 1px solid #FFB30F;
  816. color: #000;
  817. background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
  818. }
  819. .confirmation-message {
  820. border: 1px solid #1F8323;
  821. color:#1F8323;
  822. background: url("images/accept_data.png") no-repeat scroll 5px center #CAF0C7;
  823. padding-left: 45px;
  824. }
  825. .error-message {
  826. border: 1px solid #FA5858;
  827. color: #000;
  828. padding-top: 5px;
  829. background: url("images/error.png") no-repeat scroll 5px center #F6CECE;
  830. padding-left: 45px;
  831. }
  832. .error-message strong{
  833. font-weight: normal;
  834. }
  835. .social-menu-title {
  836. background-color:#00AAE3;
  837. }
  838. #social-content-online {
  839. background-color:#00AAE3;
  840. }
  841. .admin_section li {
  842. background-image:url(images/bullet.gif);
  843. }
  844. .system_announcements {
  845. background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
  846. }
  847. .topa {
  848. background:transparent url('images/logoa4.gif') no-repeat;
  849. }
  850. .topb {
  851. background:transparent url('images/logob4.gif') no-repeat;
  852. }
  853. #bottomhellomindfactory {
  854. background:transparent url('images/textologo.jpg') no-repeat;
  855. }
  856. /*including "login" image*/
  857. button.login {
  858. background-image:url(images/bg-button.gif);
  859. }
  860. button.login:hover {
  861. }
  862. /*including "save" image*/
  863. button.save {
  864. background:url(images/accept.png) 0 center no-repeat #F0F0F0;
  865. color: #666;
  866. padding-left: 30px;
  867. }
  868. button.save:hover {
  869. background:url(images/accept.png) 0 center no-repeat #ffffff;
  870. color: #666;
  871. padding-left: 30px;
  872. }
  873. /*including "add" image*/
  874. .controls .btn.add {
  875. background:url(images/add.png) 0 center no-repeat;
  876. padding-left: 36px;
  877. }
  878. .controls .btn.add:hover {
  879. background:url(images/add.png) 0 center no-repeat;
  880. padding-left: 36px;
  881. }
  882. /*including "cancel" image*/
  883. button.cancel {
  884. background-image:url(images/button_delete.gif);
  885. }
  886. /*including "search" image*/
  887. button.search {
  888. background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
  889. color: #666;
  890. padding-left: 30px;
  891. }
  892. button.search:hover {
  893. background:url(images/buttom.png) 0 center no-repeat #ffffff;
  894. color: #666;
  895. padding-left: 30px;
  896. }
  897. /*including "plus" image*/
  898. button.plus {
  899. background-image:url(images/button_plus.gif);
  900. }
  901. /*including "minus" image*/
  902. button.minus {
  903. background-image:url(images/button_minus.gif);
  904. }
  905. /*including "next" image*/
  906. button.next {
  907. background:url(images/next.png) 0 center no-repeat #F0F0F0;
  908. }
  909. button.next:hover {
  910. background:url(images/next.png) 0 center no-repeat #ffffff;
  911. }
  912. /*including "back" image*/
  913. button.back {
  914. background:url(images/previus.png) 0 center no-repeat #F0F0F0;
  915. }
  916. button.back:hover {
  917. background:url(images/previus.png) 0 center no-repeat #ffffff;
  918. }
  919. /*including "refresh" image*/
  920. button.refresh {
  921. background-image:url(images/button_refresh.gif);
  922. }
  923. /*including "upload" image*/
  924. button.upload {
  925. background-image:url(images/button_upload.gif);
  926. }
  927. button.arrowr, input.arrowr {
  928. background-image:url(images/2rightarrow.gif);
  929. }
  930. button.arrowl, input.arrowl {
  931. background-image:url(images/2leftarrow.gif);
  932. }
  933. .refresh {
  934. background-image:url(images/refresh.png);
  935. }
  936. .portal {
  937. background-image:url(images/portal.png);
  938. }
  939. /*+++++++++++++++++++++++++++++++++++++++++++
  940. + CHAMILO INSTALL
  941. ++++++++++++++++++++++++++++++++++++++++++++*/
  942. .install-mascot{
  943. background: url(images/install.png) no-repeat center 0;
  944. padding-top: 20em;
  945. }
  946. .install-chamilo .navbar{
  947. display: none;
  948. }
  949. .install-chamilo footer{
  950. display: none;
  951. }
  952. .install-chamilo .page-header {
  953. border-bottom: 2px solid #FD6600;
  954. }
  955. .install-chamilo .page-header h1 {
  956. line-height: 1;
  957. color: #FD6600;
  958. }
  959. .install-chamilo header{
  960. margin-top: 0;
  961. margin-bottom: 0;
  962. }
  963. .install-chamilo .RequirementHeading h2{
  964. color: #2E75A3;
  965. }
  966. .install-chamilo .page-header h2 {
  967. color: #FD6600;
  968. font-size: 20px;
  969. font-weight: bold;
  970. padding-left: 0;
  971. width: 250px;
  972. }
  973. .well-install{
  974. background: #ffffff; /* Old browsers */
  975. background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
  976. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
  977. background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
  978. background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
  979. background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
  980. background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
  981. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
  982. padding: 3em;
  983. border: 1px solid #E1E1E0;
  984. -webkit-border-radius: 10px;
  985. -moz-border-radius: 10px;
  986. border-radius: 10px;
  987. margin-top: 3em;
  988. }
  989. button.next.disabled {
  990. cursor: default;
  991. opacity: 0.65;
  992. }
  993. button.next.disabled:hover {
  994. cursor: default;
  995. opacity: 0.65;
  996. background-image: none;
  997. }
  998. .install-chamilo .btn-success.btn-install {
  999. float: right;
  1000. background: #ff9900; /* Old browsers */
  1001. background: -moz-linear-gradient(top, #ff9900 0%, #fd6600 100%); /* FF3.6+ */
  1002. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#fd6600)); /* Chrome,Safari4+ */
  1003. background: -webkit-linear-gradient(top, #ff9900 0%,#fd6600 100%); /* Chrome10+,Safari5.1+ */
  1004. background: -o-linear-gradient(top, #ff9900 0%,#fd6600 100%); /* Opera 11.10+ */
  1005. background: -ms-linear-gradient(top, #ff9900 0%,#fd6600 100%); /* IE10+ */
  1006. background: linear-gradient(to bottom, #ff9900 0%,#fd6600 100%); /* W3C */
  1007. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#fd6600',GradientType=0 ); /* IE6-9 */
  1008. border:1px solid rgba(0, 0, 0, 0.15);
  1009. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
  1010. color: #FFFFFF;
  1011. padding: 5px 25px;
  1012. }
  1013. .install-chamilo .btn-success.btn-install:hover {
  1014. background: #ff7b00; /* Old browsers */
  1015. background: -moz-linear-gradient(top, #ff7b00 0%, #fd6600 100%); /* FF3.6+ */
  1016. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b00), color-stop(100%,#fd6600)); /* Chrome,Safari4+ */
  1017. background: -webkit-linear-gradient(top, #ff7b00 0%,#fd6600 100%); /* Chrome10+,Safari5.1+ */
  1018. background: -o-linear-gradient(top, #ff7b00 0%,#fd6600 100%); /* Opera 11.10+ */
  1019. background: -ms-linear-gradient(top, #ff7b00 0%,#fd6600 100%); /* IE10+ */
  1020. background: linear-gradient(to bottom, #ff7b00 0%,#fd6600 100%); /* W3C */
  1021. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#fd6600',GradientType=0 ); /* IE6-9 */
  1022. color: #FFFFFF;
  1023. }
  1024. /*+++++++++++++++++++++++++++++++++++++++++++
  1025. END INSTALL CHAMILO
  1026. +++++++++++++++++++++++++++++++++++++++++++*/
  1027. .bottom_actions_fixed{
  1028. background: #2bb8ef; /* Old browsers */
  1029. background: -moz-linear-gradient(top, #2bb8ef 0%, #0191c7 100%); /* FF3.6+ */
  1030. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bb8ef), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */
  1031. background: -webkit-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* Chrome10+,Safari5.1+ */
  1032. background: -o-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* Opera 11.10+ */
  1033. background: -ms-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* IE10+ */
  1034. background: linear-gradient(to bottom, #2bb8ef 0%,#0191c7 100%); /* W3C */
  1035. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb8ef', endColorstr='#0191c7',GradientType=0 ); /* IE6-9 */
  1036. border: 1px solid #E1E1E0;
  1037. }
  1038. .new_actions-fixed {
  1039. top: 50px;
  1040. }
  1041. /*CSS ICON BLOCK USER*/
  1042. .inbox-social{
  1043. background: url("images/icon-chamilo.png") no-repeat 0 -415px;
  1044. padding-left: 40px;
  1045. }
  1046. .inbox-social:hover,.new-message-social:hover,.invitations-social:hover,.profile-social:hover,.add-course:hover,
  1047. .order-course:hover,.history-course:hover, .list-course:hover{
  1048. opacity: 0.8;
  1049. }
  1050. .new-message-social{
  1051. background: url("images/icon-chamilo.png") no-repeat 0 -370px;
  1052. padding-left: 40px;
  1053. }
  1054. .invitations-social{
  1055. background: url("images/icon-chamilo.png") no-repeat 0 -455px;
  1056. padding-left: 40px;
  1057. }
  1058. .profile-social{
  1059. background: url("images/icon-chamilo.png") no-repeat 0 -496px;
  1060. padding-left: 40px;
  1061. }
  1062. .add-course{
  1063. background: url("images/icon-chamilo.png") no-repeat 0 -327px;
  1064. padding-left: 40px;
  1065. }
  1066. .order-course{
  1067. background: url("images/icon-chamilo.png") no-repeat 0 -536px;
  1068. padding-left: 40px;
  1069. }
  1070. .history-course{
  1071. background: url("images/icon-chamilo.png") no-repeat 0 -576px;
  1072. padding-left: 40px;
  1073. }
  1074. .list-course{
  1075. background: url("images/icon-chamilo.png") no-repeat 0 -618px;
  1076. padding-left: 40px;
  1077. }
  1078. .forum-btn{
  1079. background: url("images/icon-chamilo.png") no-repeat 0 -666px;
  1080. padding-left: 40px;
  1081. }
  1082. /*+++++++++++++++++++++++++++++++++
  1083. RESPONSIVE CSS
  1084. +++++++++++++++++++++++++++++++++*/
  1085. .navbar .brand {
  1086. float: left;
  1087. font-size: 16px;
  1088. font-weight: 200;
  1089. line-height: 20px;
  1090. padding-bottom: 12px;
  1091. padding-top: 12px;
  1092. color: #FFFFFF;
  1093. }
  1094. .navbar-inner{
  1095. background: rgb(41,110,170); /* Old browsers */
  1096. background: -moz-linear-gradient(top, rgba(41,110,170,1) 0%, rgba(1,145,199,1) 100%); /* FF3.6+ */
  1097. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,110,170,1)), color-stop(100%,rgba(1,145,199,1))); /* Chrome,Safari4+ */
  1098. background: -webkit-linear-gradient(top, rgba(41,110,170,1) 0%,rgba(1,145,199,1) 100%); /* Chrome10+,Safari5.1+ */
  1099. background: -o-linear-gradient(top, rgba(41,110,170,1) 0%,rgba(1,145,199,1) 100%); /* Opera 11.10+ */
  1100. background: -ms-linear-gradient(top, rgba(41,110,170,1) 0%,rgba(1,145,199,1) 100%); /* IE10+ */
  1101. background: linear-gradient(to bottom, rgba(41,110,170,1) 0%,rgba(1,145,199,1) 100%); /* W3C */
  1102. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296eaa', endColorstr='#0191c7',GradientType=0 ); /* IE6-9 */
  1103. }
  1104. .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  1105. background-color: #FD6600;
  1106. color: #FFFFFF;
  1107. }
  1108. .navbar-search {
  1109. margin-bottom: 0;
  1110. margin-top: 11px;
  1111. position: relative;
  1112. }
  1113. .navbar-search .search-query {
  1114. background:#FFFFFF;
  1115. color: #666;
  1116. border: 1px solid #ffffff;
  1117. }
  1118. .navbar .nav .active > a, .navbar .nav .active > a:hover {
  1119. background:none;
  1120. color: #FFFFFF;
  1121. }
  1122. @media (min-width: 321px) and (max-width: 480px) {
  1123. .page-section{
  1124. background: url(images/camaleon.jpg) repeat-x -850px -100px;
  1125. margin-top: -10px;
  1126. }
  1127. }
  1128. @media (min-width: 481px) and (max-width: 800px) {
  1129. .sidebar-nav h4 {
  1130. color: #037FB2;
  1131. font-size: 18px;
  1132. padding-bottom: 10px;
  1133. padding-left: 15px;
  1134. padding-right: 15px;
  1135. padding-top: 10px;
  1136. }
  1137. .page-section{
  1138. background: url(images/camaleon.jpg) repeat-x -500px -100px;
  1139. margin-top: -10px;
  1140. padding-top: 40px;
  1141. }
  1142. #profile_block .nav-list li, #course_block .nav-list li{
  1143. padding-bottom: 5px;
  1144. padding-top: 5px;
  1145. }
  1146. #top_main_content .menu-column #user_image_block{
  1147. box-shadow: none;
  1148. }
  1149. footer #footer_left a, footer #footer_center a, footer #footer_right a{
  1150. color: #FD6600;
  1151. }
  1152. }
  1153. @media (max-width: 600px) {
  1154. #main_content .course-box .row .span7 .row .span6 {
  1155. float: left;
  1156. /*width: 615px;*/
  1157. padding-left: 10px;
  1158. }
  1159. #main_content .course-box .row .span7 .row .span6 h3 {
  1160. font-size: 16px;
  1161. /*width: 500px;*/
  1162. }
  1163. }
  1164. @media (min-width: 801px){
  1165. .nav-list > li > a {
  1166. font-size: 13px;
  1167. padding-bottom: 8px;
  1168. padding-top: 8px;
  1169. }
  1170. .page-section{
  1171. background: url(images/camaleon.jpg) repeat-x -500px -100px;
  1172. margin-top: -10px;
  1173. }
  1174. /*CSS ICON BLOCK USER*/
  1175. .inbox-social{
  1176. background: url("images/icon-chamilo.png") no-repeat 0 -345px;
  1177. padding-left: 30px;
  1178. background-size: 25px auto;
  1179. }
  1180. .new-message-social{
  1181. background: url("images/icon-chamilo.png") no-repeat 0 -307px;
  1182. padding-left: 30px;
  1183. background-size: 25px auto;
  1184. }
  1185. .invitations-social{
  1186. background: url("images/icon-chamilo.png") no-repeat 0 -378px;
  1187. padding-left: 30px;
  1188. background-size: 25px auto;
  1189. }
  1190. .profile-social{
  1191. background: url("images/icon-chamilo.png") no-repeat 0 -414px;
  1192. padding-left: 30px;
  1193. background-size: 25px auto;
  1194. }
  1195. .add-course{
  1196. background: url("images/icon-chamilo.png") no-repeat 0 -274px;
  1197. padding-left: 30px;
  1198. background-size: 25px auto;
  1199. }
  1200. .order-course{
  1201. background: url("images/icon-chamilo.png") no-repeat 0 -447px;
  1202. padding-left: 30px;
  1203. background-size: 25px auto;
  1204. }
  1205. .history-course{
  1206. background: url("images/icon-chamilo.png") no-repeat 0 -481px;
  1207. padding-left: 30px;
  1208. background-size: 25px auto;
  1209. }
  1210. .list-course{
  1211. background: url("images/icon-chamilo.png") no-repeat 0 -517px;
  1212. padding-left: 30px;
  1213. background-size: 25px auto;
  1214. }
  1215. .forum-btn {
  1216. background: url("images/icon-chamilo.png") no-repeat scroll 0 -552px / 25px auto rgba(0, 0, 0, 0);
  1217. padding-left: 30px;
  1218. }
  1219. }
  1220. @media (min-width: 321px) and (max-width: 480px){
  1221. footer {
  1222. height: 15em;
  1223. }
  1224. footer #footer_left a, footer #footer_center a, footer #footer_right a {
  1225. color: #FD6600;
  1226. }
  1227. .welcome-mascot{
  1228. background: none;
  1229. padding-right: 0px;
  1230. padding-bottom: 2em;
  1231. padding-top: 2em;
  1232. }
  1233. #homepage .row .span9 h2 {
  1234. color: #0191C7;
  1235. font-size: 22px;
  1236. font-weight: bold;
  1237. padding-bottom: 8px;
  1238. line-height: 25px;
  1239. }
  1240. #announcements{
  1241. display: none;
  1242. }
  1243. }
  1244. @media (min-width: 1201px) {
  1245. .page-section{
  1246. background: url(images/camaleon.jpg) repeat-x center -100px;
  1247. background-size: auto auto;
  1248. margin-top: -10px;
  1249. }
  1250. }
  1251. /*+++++++++++++++++++++++++++++++++
  1252. END RESPONSIVE CSS
  1253. +++++++++++++++++++++++++++++++++*/