default.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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 :#3757f7
  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 : #3757f7;
  21. }
  22. .subnav-fixed {
  23. position: fixed;
  24. top: 0px;
  25. left: 0;
  26. right: 0;
  27. z-index: 1030;
  28. border-color: #d5d5d5;
  29. border-width: 0 0 1px; /* drop the border on the fixed edges */
  30. -webkit-border-radius: 0;
  31. -moz-border-radius: 0;
  32. border-radius: 0;
  33. /*-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
  34. -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
  35. box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
  36. */
  37. }
  38. .subnav {
  39. background-color: #00AAE3; /* Old browsers */
  40. background-repeat: repeat-x; /* Repeat the gradient */
  41. background-image: -moz-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* FF3.6+ */
  42. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#028DC2), color-stop(100%,#00AAE3)); /* Chrome,Safari4+ */
  43. background-image: -webkit-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* Chrome 10+,Safari 5.1+ */
  44. background-image: -ms-linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* IE10+ */
  45. background-image: -o-linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* Opera 11.10+ */
  46. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028DC2', endColorstr='#00AAE3',GradientType=0 ); /* IE6-9 */
  47. background-image: linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* W3C */
  48. border: 1px solid #028DC2;
  49. }
  50. .subnav .nav > li > a {
  51. border-left: 1px solid #0EA0D4;
  52. border-right: 1px solid #0EA0D4;
  53. }
  54. .subnav .nav > #current > a,
  55. .subnav .nav > #current > a:hover {
  56. color: #fff;
  57. background-color: #028DC2;
  58. border-right-color: #028DC2;
  59. }
  60. .subnav li a {
  61. color:#fff;
  62. }
  63. /* Green hover */
  64. .subnav li a:hover {
  65. background: none repeat scroll 0 0 #8ECB50;
  66. color: #fff;
  67. }
  68. /*****************************************************
  69. * FOOTER STYLES *
  70. *****************************************************/
  71. footer {
  72. background-color: #037fb2;
  73. background-image: url(images/bg-footer.gif);
  74. background-repeat:repeat-x;
  75. color:#ffffff;
  76. height: 9em;
  77. width: 100%;
  78. }
  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. .social-menu-title {
  108. background-color:#00AAE3;
  109. }
  110. #social-content-online {
  111. background-color:#00AAE3;
  112. }
  113. .admin_section li {
  114. background-image:url(images/bullet.gif);
  115. }
  116. .system_announcements {
  117. background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
  118. }
  119. .topa {
  120. background:transparent url('images/logoa4.gif') no-repeat;
  121. }
  122. .topb {
  123. background:transparent url('images/logob4.gif') no-repeat;
  124. }
  125. #bottomhellomindfactory {
  126. background:transparent url('images/textologo.jpg') no-repeat;
  127. }
  128. #exercise_close_link {
  129. background: url(images/close.gif) no-repeat;
  130. }
  131. #exercise_close_link:hover {
  132. background: url(images/close_highlight.gif) no-repeat;
  133. }
  134. /*including "login" image*/
  135. button.login {
  136. background-image:url(images/bg-button.gif);
  137. }
  138. button.login:hover {
  139. }
  140. /*including "save" image*/
  141. button.save {
  142. background-image:url(images/button_accept.gif);
  143. }
  144. /*including "add" image*/
  145. button.add {
  146. background-image:url(images/button_add.gif);
  147. }
  148. /*including "cancel" image*/
  149. button.cancel {
  150. background-image:url(images/button_delete.gif);
  151. }
  152. /*including "search" image*/
  153. button.search {
  154. background-image:url(images/bg-button.gif);
  155. }
  156. /*including "plus" image*/
  157. button.plus {
  158. background-image:url(images/button_plus.gif);
  159. }
  160. /*including "minus" image*/
  161. button.minus {
  162. background-image:url(images/button_minus.gif);
  163. }
  164. /*including "next" image*/
  165. button.next {
  166. background-image:url(images/button_next.gif) !important;
  167. }
  168. /*including "back" image*/
  169. button.back {
  170. background-image:url(images/button_back.gif);
  171. }
  172. /*including "refresh" image*/
  173. button.refresh {
  174. background-image:url(images/button_refresh.gif);
  175. }
  176. /*including "upload" image*/
  177. button.upload {
  178. background-image:url(images/button_upload.gif);
  179. }
  180. .fake_button_back {
  181. background-image:url(images/button_back.gif);
  182. }
  183. button.arrowr, input.arrowr {
  184. background-image:url(images/2rightarrow.gif);
  185. }
  186. button.arrowl, input.arrowl {
  187. background-image:url(images/2leftarrow.gif);
  188. }
  189. .refresh {
  190. background-image:url(images/refresh.png);
  191. }
  192. .portal {
  193. background-image:url(images/portal.png);
  194. }