default.css 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. /*****************************************************
  2. * MAIN - SPORT RED - BASED ON CHAMILO RED CSS
  3. *****************************************************/
  4. /* Adding default generic style for non chamilo_X themes */
  5. @import url('../base_chamilo.css');
  6. /**********************/
  7. /*** ADICIONAL CODE ***/
  8. /**********************/
  9. div.subnav ul li a span {
  10. font-size:13px;
  11. }
  12. div.subnav ul#logout {
  13. margin-right: -2px;
  14. }
  15. .subnav {
  16. border-bottom: 0px;
  17. }
  18. .subnav {
  19. background: none;
  20. }
  21. #current {
  22. color: #EDDD00;
  23. }
  24. .userportal-course-item {
  25. background-color: #ededed;
  26. }
  27. /*** medios ***/
  28. p#medios {
  29. border-bottom:1px solid #CCC;
  30. padding-bottom:10px;
  31. color:#999;
  32. width:85%;
  33. }
  34. ul.medios {
  35. padding:0;
  36. }
  37. ul.medios li a {
  38. border: 1px solid #999999;
  39. -webkit-border-radius: 4px 4px 4px 4px;
  40. -moz-border-radius: 4px 4px 4px 4px;
  41. border-radius: 4px 4px 4px 4px;
  42. color: #999;
  43. padding: 1px 4px 0;
  44. height: 16px;
  45. }
  46. ul.medios li a:hover {
  47. background:#DD0000;
  48. border: 1px solid #DD0000;
  49. color:#FFF;
  50. }
  51. ul.medios li {
  52. display:inline;
  53. font-size:11px;
  54. }
  55. /* the following for regular <a> elements */
  56. a {
  57. text-decoration: none;
  58. color :#B50018;
  59. }
  60. a:visited {
  61. text-decoration: none;
  62. }
  63. a:hover {
  64. text-decoration: none;
  65. color: #f3840d;
  66. }
  67. a:active {
  68. text-decoration: none;
  69. color : #ff0000;
  70. }
  71. #header1 {
  72. /* background-image: url("images/bg-header1.gif");
  73. border-top: 5px solid #900217; */
  74. /* height: 47px; */
  75. margin-bottom: 43px;
  76. }
  77. .subnav {
  78. background-image:url(images/bg-header4.png);
  79. }
  80. #header4 {
  81. /*background-image:url(images/bg-header4.png);*/
  82. }
  83. .subnav li {
  84. background:transparent url(images/tab_left.png) no-repeat scroll left top;
  85. border:none;
  86. margin-right: 2px;
  87. }
  88. .subnav li a {
  89. background:transparent url(images/tab_right.png) no-repeat scroll right top;
  90. margin-left: 5px;
  91. border:none;
  92. color:#ffffff;
  93. }
  94. .subnav li#current {
  95. background:transparent url(images/tab_left-active.png) no-repeat scroll left top;
  96. height: 30px;
  97. }
  98. .subnav #current a {
  99. background:transparent url(images/tab_right-active.png) no-repeat scroll right top;
  100. }
  101. .maincontent {
  102. /*background:url(images/maincontent-bg.png) no-repeat 0% 0%;*/
  103. width:63%;
  104. }
  105. #menu {
  106. background:#FFF;
  107. padding-top:16px;
  108. }
  109. #formLogin label {
  110. color: #9E0000;
  111. font-family: helvetica;
  112. font-size: 15px;
  113. }
  114. /*****************************************************
  115. * FOOTER STYLES *
  116. *****************************************************/
  117. footer {
  118. background-color: #000;
  119. background-image: url(images/bg-footer.gif);
  120. background-repeat:repeat-x;
  121. font-size: 12px;
  122. color:#ffffff;
  123. height: 10em;
  124. overflow:hidden;
  125. width: 100%;
  126. }
  127. footer a {
  128. color:#FFC721;
  129. }
  130. /* Sticky footer*/
  131. .push {
  132. height: 9em; /* Very important */
  133. }
  134. #footer .copyright {
  135. float: right;
  136. padding-top:60px;
  137. margin-right:5%;
  138. }
  139. .footer_emails{
  140. float: left;
  141. padding-top:60px;
  142. margin-right:5%;
  143. }
  144. /*****************************************************
  145. * DISPLAY MESSAGES *
  146. *****************************************************/
  147. .normal-message {
  148. color: #00407F;
  149. border: 1px solid #CDE6F5;
  150. background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
  151. }
  152. .warning-message {
  153. border: 1px solid #FFB30F;
  154. color: #000;
  155. background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
  156. }
  157. .confirmation-message {
  158. border: 1px solid #1F8323;
  159. color:#1F8323;
  160. background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
  161. }
  162. .error-message {
  163. border: 1px solid #FF0000;
  164. color: #440000;
  165. background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
  166. }
  167. /* New training */
  168. .bottom-link {
  169. background-color:#fbc0c9;
  170. border-color: #D4E2F6;
  171. background-image:url(images/button_back.jpg);
  172. }
  173. .social-menu-title {
  174. background-color:#ff0000;
  175. }
  176. #social-content-online {
  177. background-color:#ff0000;
  178. }
  179. .admin_section li {
  180. background-image:url(images/bullet.gif);
  181. }
  182. .system_announcements {
  183. background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
  184. }
  185. .topa {
  186. background:transparent url('images/logoa4.gif') no-repeat;
  187. }
  188. .topb {
  189. background:transparent url('images/logob4.gif') no-repeat;
  190. }
  191. #bottomhellomindfactory {
  192. background:transparent url('images/textologo.jpg') no-repeat;
  193. }
  194. #exercise_close_link {
  195. background: url(images/close.gif) no-repeat;
  196. }
  197. #exercise_close_link:hover {
  198. background: url(images/close_highlight.gif) no-repeat;
  199. }
  200. /*including "login" image*/
  201. button.login {
  202. background:url(images/login-button.png) no-repeat 0 0;
  203. width: 114px;
  204. height:30px;
  205. -moz-border-radius:0;
  206. -webkit-border-radius:0;
  207. border-radius:0;
  208. border:none;
  209. -moz-box-shadow:none;
  210. -webkit-box-shadow:none;
  211. box-shadow:none;
  212. padding:0px 0px 0px 11px;
  213. text-align:left;
  214. text-transform:lowercase;
  215. text-shadow:1px 1px 0px #FFF;
  216. font-family:helvetica,sans-serif;
  217. color:#990000;
  218. margin:0px 0px 19px 0px!important;
  219. }
  220. button.login:hover {
  221. background:url(images/login-button.png) no-repeat 0 -31px;
  222. color:#333;
  223. }
  224. /*including "save" image*/
  225. button.save {
  226. background-image:url(images/button_accept.gif);
  227. }
  228. /*including "add" image*/
  229. button.add {
  230. background-image:url(images/button_add.gif);
  231. }
  232. /*including "cancel" image*/
  233. button.cancel {
  234. background-image:url(images/button_delete.gif);
  235. }
  236. /*including "search" image*/
  237. button.search {
  238. background-image:url(images/bg-button.gif);
  239. }
  240. /*including "plus" image*/
  241. button.plus {
  242. background-image:url(images/button_plus.gif);
  243. }
  244. /*including "minus" image*/
  245. button.minus {
  246. background-image:url(images/button_minus.gif);
  247. }
  248. /*including "next" image*/
  249. button.next {
  250. background-image:url(images/button_next.gif);
  251. }
  252. /*including "back" image*/
  253. button.back {
  254. background-image:url(images/button_back.gif);
  255. }
  256. /*including "refresh" image*/
  257. button.refresh {
  258. background-image:url(images/button_refresh.gif);
  259. }
  260. /*including "upload" image*/
  261. button.upload {
  262. background-image:url(images/button_upload.gif);
  263. }
  264. button.arrowr, input.arrowr {
  265. background-image:url(images/2rightarrow.gif);
  266. }
  267. button.arrowl, input.arrowl {
  268. background-image:url(images/2leftarrow.gif);
  269. }
  270. .refresh {
  271. background-image:url(images/refresh.png);
  272. }
  273. .portal {
  274. background-image:url(images/portal.png);
  275. }