diff --git a/main/css/base.css b/main/css/base.css index a49038edcc..7a37f8b394 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -564,7 +564,7 @@ a.tag { width: 47%; } #settings .span6 .well_border{ - min-height: 265px; + min-height: 300px; } #settings .form-search .span3 { float: left; diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css index 4068b1341e..ac38b8210e 100644 --- a/main/css/chamilo/default.css +++ b/main/css/chamilo/default.css @@ -6,6 +6,11 @@ @import url('../base_chamilo.css'); /* the following for regular elements */ +body { + + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} a { text-decoration: none; color :#6E6E6E; @@ -30,15 +35,20 @@ a:active { color: #FFFFFF; } .subnav .navbar-inner { - background-color: #0191C7; /* Old browsers */ - background-repeat: repeat-x; /* Repeat the gradient */ - background-image: none; - border: none; + background: #4fb2ea; /* Old browsers */ +background: -moz-linear-gradient(top, #4fb2ea 0%, #0191c7 100%); /* FF3.6+ */ +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fb2ea), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */ +background: -webkit-linear-gradient(top, #4fb2ea 0%,#0191c7 100%); /* Chrome10+,Safari5.1+ */ +background: -o-linear-gradient(top, #4fb2ea 0%,#0191c7 100%); /* Opera 11.10+ */ +background: -ms-linear-gradient(top, #4fb2ea 0%,#0191c7 100%); /* IE10+ */ +background: linear-gradient(to bottom, #4fb2ea 0%,#0191c7 100%); /* W3C */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb2ea', endColorstr='#0191c7',GradientType=0 ); /* IE6-9 */ + border: 1px solid #178ACC; } .subnav .nav > li > a { - border-left: 1px solid #0191C7; - border-right: 1px solid #0191C7; + border-left: none; + border-right: none; color: white; font-weight: normal; font-size: 13px; @@ -48,8 +58,8 @@ a:active { .subnav .nav > #current > a, .subnav .nav > #current > a:hover { color: #fff; - background-color: #0f466a; - border-right-color: #0f466a; + background-color: #178ACC; + border-right-color: #178ACC; } .subnav li a { @@ -58,7 +68,7 @@ a:active { /* Green hover */ .subnav .navbar-inner li a:hover { - background: none repeat scroll 0 0 #FD6600; + background: #178ACC; color: #fff; } .well .nav-list > li > a:hover { @@ -684,12 +694,17 @@ a.thumbnail:hover{ * FOOTER STYLES * *****************************************************/ footer { - height: 10em; - background-color: #0191C7; - background-image: none; - background-repeat:repeat-x; + height: 7em; + background: #4fb2ea; /* Old browsers */ + background: -moz-linear-gradient(top, #4fb2ea 0%, #0191c7 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4fb2ea), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #4fb2ea 0%,#0191c7 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #4fb2ea 0%,#0191c7 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #4fb2ea 0%,#0191c7 100%); /* IE10+ */ + background: linear-gradient(to bottom, #4fb2ea 0%,#0191c7 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb2ea', endColorstr='#0191c7',GradientType=0 ); /* IE6-9 */ color:#ffffff; - border-top: none; + border-top: 1px solid #0191C7; } footer .container .row { padding-top: 5px; @@ -744,25 +759,48 @@ footer a:link, footer a:visited { * CSS CHAT END * *****************************************************/ .normal-message { - color: #00407F; - border: 1px solid #CDE6F5; + background-color: #D9EDF7; + color: #3A87AD; + padding: 15px; + margin-bottom: 15px; + border-top: 1px solid #BCE8F1; + border-left: 1px solid #BCE8F1; + border-right: 1px solid #BCE8F1; + border-bottom: 3px solid #BCE8F1; + border-radius: 10px; } .warning-message { - border: 1px solid #FFB30F; - color: #000; + background-color: #FCF8E3; + color: #C09853; + padding: 10px; + margin-bottom: 15px; + border-top: 1px solid #FBEED5; + border-left: 1px solid #FBEED5; + border-right: 1px solid #FBEED5; + border-bottom: 3px solid #FBEED5; + border-radius: 10px; } .confirmation-message { - border: 1px solid #1F8323; - color:#1F8323; - background: url("images/accept_data.png") no-repeat scroll 5px center #CAF0C7; - padding-left: 45px; + background-color: #DFF0D8; + color: #468847; + padding: 10px; + margin-bottom: 15px; + border-top: 1px solid #D6E9C6; + border-left: 1px solid #D6E9C6; + border-right: 1px solid #D6E9C6; + border-bottom: 3px solid #D6E9C6; + border-radius: 10px; } .error-message { - border: 1px solid #FA5858; - color: #000; - padding-top: 5px; - background: url("images/error.png") no-repeat scroll 5px center #F6CECE; - padding-left: 45px; + background-color: #F2DEDE; + color: #B94A48; + padding: 10px; + margin-bottom: 15px; + border-top: 1px solid #EED3D7; + border-left: 1px solid #EED3D7; + border-right: 1px solid #EED3D7; + border-bottom: 3px solid #EED3D7; + border-radius: 10px; } .error-message strong{ font-weight: normal; @@ -1022,10 +1060,7 @@ END INSTALL CHAMILO background: url("images/icon-chamilo.png") no-repeat 0 -618px; padding-left: 40px; } - .forum-btn{ - background: url("images/icon-chamilo.png") no-repeat 0 -666px; - padding-left: 40px; - } + /*+++++++++++++++++++++++++++++++++ RESPONSIVE CSS @@ -1155,11 +1190,6 @@ RESPONSIVE CSS padding-left: 30px; background-size: 25px auto; } - .forum-btn { - background: url("images/icon-chamilo.png") no-repeat scroll 0 -552px / 25px auto rgba(0, 0, 0, 0); - padding-left: 30px; -} - } @media (min-width: 321px) and (max-width: 480px){ footer { diff --git a/main/css/chamilo/images/accept_data.png b/main/css/chamilo/images/accept_data.png index 75e3437758..252ce9d25e 100644 Binary files a/main/css/chamilo/images/accept_data.png and b/main/css/chamilo/images/accept_data.png differ diff --git a/main/css/chamilo/images/error.png b/main/css/chamilo/images/error.png deleted file mode 100644 index 965d44d7eb..0000000000 Binary files a/main/css/chamilo/images/error.png and /dev/null differ diff --git a/main/template/default/layout/main.tpl b/main/template/default/layout/main.tpl index d0dc15c1aa..e4565f0acf 100644 --- a/main/template/default/layout/main.tpl +++ b/main/template/default/layout/main.tpl @@ -11,12 +11,11 @@ {% block footer %} {# Footer #} {% if show_footer == true %} -
- - + {% endif %} + {% include "default/layout/main_footer.tpl" %} {% endblock %} diff --git a/main/template/default/layout/main_footer.tpl b/main/template/default/layout/main_footer.tpl index 195a0763c4..b0b6aa415b 100644 --- a/main/template/default/layout/main_footer.tpl +++ b/main/template/default/layout/main_footer.tpl @@ -1,3 +1,5 @@ + + {% if show_footer == true %} {% include "default/layout/footer.tpl" %} {% endif %} diff --git a/main/template/default/layout/main_header.tpl b/main/template/default/layout/main_header.tpl index 306aaefb7c..59dfbdf64d 100644 --- a/main/template/default/layout/main_header.tpl +++ b/main/template/default/layout/main_header.tpl @@ -16,7 +16,9 @@
  • {{ "WCAGGoContent"|get_lang }}
  • +
    +
    {# Bug and help notifications #}