default.css 5.5 KB

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