/***************************************************** * MAIN - CHAMILO CSS *****************************************************/ /* Adding default style for the chamilo_X themes */ @import url('../base_chamilo.css'); /* the following for regular elements */ a { text-decoration: none; color :#3757f7 } a:visited { text-decoration: none; } a:hover { text-decoration: none; color: #f3840d; } a:active { text-decoration: none; color : #3757f7; } .subnav .navbar-inner { background-color: #00AAE3; /* Old browsers */ background-repeat: repeat-x; /* Repeat the gradient */ background-image: -moz-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#028DC2), color-stop(100%,#00AAE3)); /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(top, #028DC2 0%, #00AAE3 100%); /* Chrome 10+,Safari 5.1+ */ background-image: -ms-linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* IE10+ */ background-image: -o-linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* Opera 11.10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#028DC2', endColorstr='#00AAE3',GradientType=0 ); /* IE6-9 */ background-image: linear-gradient(top, #028DC2 0%,#00AAE3 100%); /* W3C */ } .subnav .nav > li > a { border-left: 1px solid #0EA0D4; border-right: 1px solid #0EA0D4; color: white; } .subnav .nav > #current > a, .subnav .nav > #current > a:hover { color: #fff; background-color: #028DC2; border-right-color: #028DC2; } .subnav li a { color:#fff; } /* Green hover */ .subnav .navbar-inner li a:hover { background: none repeat scroll 0 0 #8ECB50; color: #fff; } /***************************************************** * FOOTER STYLES * *****************************************************/ footer { background-color: #037fb2; background-image: url(images/bg-footer.gif); background-repeat:repeat-x; color:#ffffff; } /***************************************************** * DISPLAY MESSAGES * *****************************************************/ .normal-message { color: #00407F; border: 1px solid #CDE6F5; background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE; } .warning-message { border: 1px solid #FFB30F; color: #000; background: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7; } .confirmation-message { border: 1px solid #1F8323; color:#1F8323; background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7; } .error-message { border: 1px solid #FF0000; color: #440000; background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1; } .social-menu-title { background-color:#00AAE3; } #social-content-online { background-color:#00AAE3; } .admin_section li { background-image:url(images/bullet.gif); } .system_announcements { background: transparent url('images/systemenouvelles.jpg') no-repeat top left; } .topa { background:transparent url('images/logoa4.gif') no-repeat; } .topb { background:transparent url('images/logob4.gif') no-repeat; } #bottomhellomindfactory { background:transparent url('images/textologo.jpg') no-repeat; } /*including "login" image*/ button.login { background-image:url(images/bg-button.gif); } button.login:hover { } /*including "save" image*/ button.save { background-image:url(images/button_accept.gif); } /*including "add" image*/ button.add { background-image:url(images/button_add.gif); } /*including "cancel" image*/ button.cancel { background-image:url(images/button_delete.gif); } /*including "search" image*/ button.search { background-image:url(images/bg-button.gif); } /*including "plus" image*/ button.plus { background-image:url(images/button_plus.gif); } /*including "minus" image*/ button.minus { background-image:url(images/button_minus.gif); } /*including "next" image*/ button.next { background-image:url(images/button_next.gif) !important; } /*including "back" image*/ button.back { background-image:url(images/button_back.gif); } /*including "refresh" image*/ button.refresh { background-image:url(images/button_refresh.gif); } /*including "upload" image*/ button.upload { background-image:url(images/button_upload.gif); } button.arrowr, input.arrowr { background-image:url(images/2rightarrow.gif); } button.arrowl, input.arrowl { background-image:url(images/2leftarrow.gif); } .refresh { background-image:url(images/refresh.png); } .portal { background-image:url(images/portal.png); } #logo img { max-width: 180%; } .exercise_progress_bars_cat { width: 220px !important; } #exercise_progress_legend { margin-top:20px; float:right; width:300px; clear:both } #exercise_progress_bars { float:left; width:70%; } #exercise_progress_bars .exercise_progress_bars_cat, #exercise_progress_bars .exercise_progress_bars_cat_items { display:inline-block; } #exercise_progress_legend .legend_static { float:right; } #exercise_progress_legend .legend_dynamic { float:left; } #exercise_clock_warning { margin-top: 0 !important; } #exercise-description-content { clear: both; display: block; padding-top: 2px; }