default.css 6.0 KB

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