default.css 5.6 KB

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