default.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. /*****************************************************
  2. * MAIN - CHAMILO ORANGE 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 :#F88017;
  10. }
  11. a:visited {
  12. text-decoration: none;
  13. }
  14. a:hover {
  15. text-decoration: none;
  16. color: #f3840d;
  17. }
  18. a:active {
  19. text-decoration: none;
  20. color : #F88017;
  21. }
  22. #header1 {
  23. /* background-image:url(images/bg-header1.gif); */
  24. }
  25. .subnav-fixed {
  26. position: fixed;
  27. top: 0px;
  28. left: 0;
  29. right: 0;
  30. z-index: 1030;
  31. border-color: #d5d5d5;
  32. border-width: 0 0 1px; /* drop the border on the fixed edges */
  33. -webkit-border-radius: 0;
  34. -moz-border-radius: 0;
  35. border-radius: 0;
  36. }
  37. .subnav .navbar-inner {
  38. background-color: #F88017; /* Old browsers */
  39. background-repeat: repeat-x; /* Repeat the gradient */
  40. background-image: -moz-linear-gradient(top, #F88017 0%, #FC9337 100%); /* FF3.6+ */
  41. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F88017), color-stop(100%,#FC9337)); /* Chrome,Safari4+ */
  42. background-image: -webkit-linear-gradient(top, #F88017 0%, #FC9337 100%); /* Chrome 10+,Safari 5.1+ */
  43. background-image: -ms-linear-gradient(top, #F88017 0%,#FC9337 100%); /* IE10+ */
  44. background-image: -o-linear-gradient(top, #F88017 0%,#FC9337 100%); /* Opera 11.10+ */
  45. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F88017', endColorstr='#FC9337',GradientType=0 ); /* IE6-9 */
  46. background-image: linear-gradient(top, #F88017 0%,#FC9337 100%); /* W3C */
  47. border: 1px solid #F88017;
  48. }
  49. .subnav .nav > li > a {
  50. border-left: 1px solid #F88017;
  51. border-right: 1px solid #F88017;
  52. }
  53. .subnav .nav > #current > a,
  54. .subnav .nav > #current > a:hover {
  55. color: #fff;
  56. background-color: #F88017;
  57. border-right-color: #F88017;
  58. }
  59. .subnav .nav > li > a {
  60. color:#fff;
  61. }
  62. /* Green hover */
  63. .subnav .navbar-inner li a:hover {
  64. background: none repeat scroll 0 0 #FFAE67;
  65. color: #fff;
  66. }
  67. /*****************************************************
  68. * FOOTER STYLES *
  69. *****************************************************/
  70. footer {
  71. background-color: #F88017;
  72. background-image: url(images/bg-footer.gif);
  73. background-repeat:repeat-x;
  74. font-size: 12px;
  75. color:#ffffff;
  76. height: 10em;
  77. overflow:hidden;
  78. width: 100%;
  79. }
  80. /* Sticky footer*/
  81. .push {
  82. height: 9em; /* Very important */
  83. }
  84. /*****************************************************
  85. * DISPLAY MESSAGES *
  86. *****************************************************/
  87. .normal-message {
  88. color: #00407F;
  89. border: 1px solid #CDE6F5;
  90. background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
  91. }
  92. .warning-message {
  93. border: 1px solid #FFB30F;
  94. color: #000;
  95. background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
  96. }
  97. .confirmation-message {
  98. border: 1px solid #1F8323;
  99. color:#1F8323;
  100. background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
  101. }
  102. .error-message {
  103. border: 1px solid #FF0000;
  104. color: #440000;
  105. background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
  106. }
  107. /* New training */
  108. .bottom-link {
  109. background-image:url(images/button_back.jpg);
  110. }
  111. .social-menu-title {
  112. background-color:#F88017;
  113. }
  114. #social-content-online {
  115. background-color:#F88017;
  116. }
  117. .admin_section li {
  118. background-image:url(images/bullet.gif);
  119. }
  120. .system_announcements {
  121. background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
  122. }
  123. .topa {
  124. background:transparent url('images/logoa4.gif') no-repeat;
  125. }
  126. .topb {
  127. background:transparent url('images/logob4.gif') no-repeat;
  128. }
  129. #bottomhellomindfactory {
  130. background:transparent url('images/textologo.jpg') no-repeat;
  131. }
  132. #exercise_close_link {
  133. background: url(images/close.gif) no-repeat;
  134. }
  135. #exercise_close_link:hover {
  136. background: url(images/close_highlight.gif) no-repeat;
  137. }
  138. /*including "login" image*/
  139. button.login {
  140. background-image:url(images/bg-button.gif);
  141. }
  142. button.login:hover {
  143. }
  144. /*including "save" image*/
  145. button.save {
  146. background-image:url(images/button_accept.gif);
  147. }
  148. /*including "add" image*/
  149. button.add {
  150. background-image:url(images/button_add.gif);
  151. }
  152. /*including "cancel" image*/
  153. button.cancel {
  154. background-image:url(images/button_delete.gif);
  155. }
  156. /*including "search" image*/
  157. button.search {
  158. background-image:url(images/bg-button.gif);
  159. }
  160. /*including "plus" image*/
  161. button.plus {
  162. background-image:url(images/button_plus.gif);
  163. }
  164. /*including "minus" image*/
  165. button.minus {
  166. background-image:url(images/button_minus.gif);
  167. }
  168. /*including "next" image*/
  169. button.next {
  170. background-image:url(images/button_next.gif);
  171. }
  172. /*including "back" image*/
  173. button.back {
  174. background-image:url(images/button_back.gif);
  175. }
  176. /*including "refresh" image*/
  177. button.refresh {
  178. background-image:url(images/button_refresh.gif);
  179. }
  180. /*including "upload" image*/
  181. button.upload {
  182. background-image:url(images/button_upload.gif);
  183. }
  184. button.arrowr, input.arrowr {
  185. background-image:url(images/2rightarrow.gif);
  186. }
  187. button.arrowl, input.arrowl {
  188. background-image:url(images/2leftarrow.gif);
  189. }
  190. .refresh {
  191. background-image:url(images/refresh.png);
  192. }
  193. .portal {
  194. background-image:url(images/portal.png);
  195. }