update css baby orange

1.9.x
Alex 12 years ago
parent 58b78fdc29
commit 3f88d5cb3f
  1. 16
      main/css/academica/default.css
  2. 224
      main/css/baby_orange/default.css
  3. 80
      main/css/chamilo/default.css
  4. 11
      main/css/responsive.css

@ -1004,6 +1004,22 @@ RESPONSIVE CSS
footer {
height: 5em;
}
.welcome-mascot{
background: none;
padding-right: 0px;
padding-bottom: 2em;
padding-top: 2em;
}
#homepage .row .span9 h2 {
color: #666;
font-size: 22px;
font-weight: bold;
padding-bottom: 8px;
line-height: 25px;
}
#announcements{
display: none;
}
}
/*+++++++++++++++++++++++++++++++++
END RESPONSIVE CSS

@ -26,79 +26,53 @@ a:active {
padding-right: 10px;
padding-top: 13px;
color: #FFFFFF;
text-shadow: none;
}
.subnav .navbar-inner {
background: #505f6b; /* Old browsers */
background: -moz-linear-gradient(top, #505f6b 0%, #3e4f5c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505f6b), color-stop(100%,#3e4f5c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* IE10+ */
background: linear-gradient(to bottom, #505f6b 0%,#3e4f5c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505f6b', endColorstr='#3e4f5c',GradientType=0 ); /* IE6-9 */
border: none;
background: #F9F9F9;
border: 1px solid #E1E1E0;
margin-bottom: 5px;
}
.subnav .nav > li > a {
border-left: none;
border-right: none;
color: white;
color: #666;
font-weight: normal;
font-size: 13px;
box-shadow: 1px 1px #EDEDED !important;
}
.subnav .nav > li > a:hover{
background: #3D3D3D;
color: #FFFFFF;
line-height: 22px;
}
.subnav .nav > #current > a,
.subnav .nav > #current > a:hover {
color: #fff;
background-color: #3A4751;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.2);
background-color: #EC5923;
border: 1px solid #EC5923;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.15) inset;
line-height: 13px;
margin-top: 5px;
line-height: 22px;
}
.subnav li a {
color:#fff;
}
#main .nav .dropdown .dropdown-toggle{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
line-height: 23px;
/*#main .nav .dropdown .dropdown-toggle{
}
#main .nav .dropdown .dropdown-toggle:hover{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
line-height: 23px;
margin-top: 0;
}
*/
/* Green hover */
.subnav .navbar-inner li a:hover {
color: #fff;
background-color: #3A4751;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: none;
box-shadow:0 1px 1px rgba(0, 0, 0, 0.15) inset;
line-height: 15px;
margin-top: 5px;
box-shadow:none;
line-height: 24px;
}
.well .nav-list > li > a:hover {
text-decoration: none;
@ -118,28 +92,31 @@ a:active {
}
#logout_button{
margin-top: 4px;
border: none;
}
#logout_button:hover{
margin-top: 6px;
margin-top: 4px;
background: none;
box-shadow: none;
}
/*****************************************************
* STYLE THEME CHAMILO *
*****************************************************/
.page-section{
/*.page-section{
background:url(images/bg-header.jpg) repeat-x;
margin-top: -5px;
}
}*/
.navbar-inner{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
background: #ec5923; /* Old browsers */
background: -moz-linear-gradient(top, #ec5923 0%, #ec5923 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec5923), color-stop(100%,#ec5923)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ec5923 0%,#ec5923 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ec5923 0%,#ec5923 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ec5923 0%,#ec5923 100%); /* IE10+ */
background: linear-gradient(to bottom, #ec5923 0%,#ec5923 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec5923', endColorstr='#ec5923',GradientType=0 ); /* IE6-9 */
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
background-color: #3A4751;
@ -174,28 +151,14 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', end
padding-top: 6px;
}
.controls .btn{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
background:#EC5923;
color: #ffffff;
border:1px solid rgba(0, 0, 0, 0.15);
padding: 5px 25px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
}
.controls .btn:hover{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #ef7f70 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#ef7f70)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#ef7f70 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#ef7f70',GradientType=0 ); /* IE6-9 */
background: #EC5923; /* Old browsers */
color: #FFFFFF;
border:1px solid rgba(0, 0, 0, 0.15);
padding: 5px 25px;
@ -207,15 +170,22 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', end
}
.breadcrumb {
margin-bottom: 0;
background-color: #E1E1E0;
background-image: none;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #E1E1E0;
box-shadow: none;
color: #666;
}
.breadcrumb a{
color: #333;
color: #666;
font-size: 13px;
line-height: 30px;
text-transform: none;
@ -266,51 +236,23 @@ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
cursor: pointer;
color: #FFFFFF;
background: #606e78; /* Old browsers */
background: -moz-linear-gradient(top, #606e78 0%, #495864 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606e78), color-stop(100%,#495864)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #606e78 0%,#495864 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #606e78 0%,#495864 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #606e78 0%,#495864 100%); /* IE10+ */
background: linear-gradient(to bottom, #606e78 0%,#495864 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606e78', endColorstr='#495864',GradientType=0 ); /* IE6-9 */
background: #3D3D3D; /* Old browsers */
border:1px solid rgba(0, 0, 0, 0.15);
}
.btn:hover{
background: #6f8091; /* Old browsers */
background: -moz-linear-gradient(top, #6f8091 0%, #4d5963 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f8091), color-stop(100%,#4d5963)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #6f8091 0%,#4d5963 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #6f8091 0%,#4d5963 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #6f8091 0%,#4d5963 100%); /* IE10+ */
background: linear-gradient(to bottom, #6f8091 0%,#4d5963 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f8091', endColorstr='#4d5963',GradientType=0 ); /* IE6-9 */
background: #4E5B65; /* Old browsers */
color: #ffffff;
text-decoration: none;
}
.btn-primary{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #f26954 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#f26954)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#f26954 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#f26954 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#f26954',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
background:#EC5923;
color: #ffffff;
border:1px solid rgba(0, 0, 0, 0.15);
padding: 3px 25px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
}
.btn-primary:hover{
background: #f68a7a; /* Old browsers */
background: -moz-linear-gradient(top, #f68a7a 0%, #ef7f70 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68a7a), color-stop(100%,#ef7f70)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f68a7a 0%,#ef7f70 100%); /* IE10+ */
background: linear-gradient(to bottom, #f68a7a 0%,#ef7f70 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', endColorstr='#ef7f70',GradientType=0 ); /* IE6-9 */
background: #EA4E15; /* Old browsers */
color: #FFFFFF;
border:1px solid rgba(0, 0, 0, 0.15);
@ -529,17 +471,10 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a7a', end
}
.well {
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #f2f2f2 0%, #fcfcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f2f2 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f2f2 0%,#fcfcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f2f2 0%,#fcfcfc 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f2f2 0%,#fcfcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
border: 1px solid rgba(243,226,169, 0.1);
background: #F9F9F9; /* Old browsers */
border: 1px solid #EDEDED;
border-radius: 8px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
box-shadow: none;
margin-bottom: 20px;
min-height: 20px;
padding: 20px 10px;
@ -590,17 +525,10 @@ input.span3, textarea.span3, .uneditable-input.span3 {
padding-bottom: 0px;
}
.well_border{
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top, #f2f2f2 0%, #fcfcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f2f2f2 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f2f2f2 0%,#fcfcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f2f2f2 0%,#fcfcfc 100%); /* IE10+ */
background: linear-gradient(to bottom, #f2f2f2 0%,#fcfcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
border: 1px solid rgba(243,226,169, 0.1);
background: #F9F9F9; /* Old browsers */
border: 1px solid #EDEDED;
border-radius: 8px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
box-shadow: none;
margin-bottom: 20px;
min-height: 20px;
padding: 19px;
@ -639,16 +567,9 @@ input.span3, textarea.span3, .uneditable-input.span3 {
*****************************************************/
footer {
height: 10em;
background: #505f6b; /* Old browsers */
background: -moz-linear-gradient(top, #505f6b 0%, #3e4f5c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505f6b), color-stop(100%,#3e4f5c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #505f6b 0%,#3e4f5c 100%); /* IE10+ */
background: linear-gradient(to bottom, #505f6b 0%,#3e4f5c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505f6b', endColorstr='#3e4f5c',GradientType=0 ); /* IE6-9 */
background: #3D3D3D;
color:#ffffff;
border-top: 5px solid #B0BEBC;
border-top: 5px solid #CFCFCF;
}
footer .container .row {
padding-top: 5px;
@ -866,11 +787,20 @@ RESPONSIVE CSS
line-height: 20px;
padding-bottom: 12px;
padding-top: 15px;
color: #FFFFFF;
color: #ffffff;
}
@media (min-width: 481px) and (max-width: 800px) {
.navbar .brand {
color: #666;
}
.navbar .nav-collapse .nav.pull-right a{
color: #3A4751;
line-height: 26px;
}
.navbar .nav-collapse .nav.pull-right a:hover{
color: #FFFFFF;
}
.sidebar-nav h4 {
color: #037FB2;
font-size: 18px;
@ -965,6 +895,22 @@ RESPONSIVE CSS
footer {
height: 5em;
}
.welcome-mascot{
background: none;
padding-right: 0px;
padding-bottom: 2em;
padding-top: 2em;
}
#homepage .row .span9 h2 {
color: #666;
font-size: 18px;
font-weight: bold;
padding-bottom: 8px;
line-height: 25px;
|}
#announcements{
display: none;
}
}
/*+++++++++++++++++++++++++++++++++
END RESPONSIVE CSS

@ -582,14 +582,19 @@ footer a:link, footer a:visited {
.confirmation-message {
border: 1px solid #1F8323;
color:#1F8323;
background: url("images/background_message.png") repeat-x scroll 0 0 #CAF0C7;
background: url("images/accept_data.png") no-repeat scroll 5px center #CAF0C7;
padding-left: 45px;
}
.error-message {
border: 1px solid #FF0000;
color: #440000;
background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
border: 1px solid #FA5858;
color: #000;
padding-top: 5px;
background: url("images/error.png") no-repeat scroll 5px center #F6CECE;
padding-left: 45px;
}
.error-message strong{
font-weight: normal;
}
.social-menu-title {
background-color:#00AAE3;
}
@ -662,11 +667,17 @@ button.minus {
}
/*including "next" image*/
button.next {
background-image:url(images/button_next.gif) !important;
background:url(images/next.png) 0 center no-repeat #F0F0F0;
}
button.next:hover {
background:url(images/next.png) 0 center no-repeat #ffffff;
}
/*including "back" image*/
button.back {
background-image:url(images/button_back.gif);
background:url(images/previus.png) 0 center no-repeat #F0F0F0;
}
button.back:hover {
background:url(images/previus.png) 0 center no-repeat #ffffff;
}
/*including "refresh" image*/
button.refresh {
@ -717,6 +728,13 @@ INSTALL CHAMILO
.install-chamilo .RequirementHeading h2{
color: #2E75A3;
}
.install-chamilo .page-header h2 {
color: #FD6600;
font-size: 20px;
font-weight: bold;
padding-left: 0;
width: 250px;
}
.well-install{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
@ -733,6 +751,41 @@ INSTALL CHAMILO
border-radius: 10px;
margin-top: 3em;
}
button.next.disabled {
cursor: default;
opacity: 0.65;
}
button.next.disabled:hover {
cursor: default;
opacity: 0.65;
background-image: none;
}
.install-chamilo .btn-success.btn-install {
float: right;
background: #ff9900; /* Old browsers */
background: -moz-linear-gradient(top, #ff9900 0%, #fd6600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#fd6600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff9900 0%,#fd6600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff9900 0%,#fd6600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff9900 0%,#fd6600 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff9900 0%,#fd6600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#fd6600',GradientType=0 ); /* IE6-9 */
border:1px solid rgba(0, 0, 0, 0.15);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.17);
color: #FFFFFF;
padding: 5px 25px;
}
.install-chamilo .btn-success.btn-install:hover {
background: #ff7b00; /* Old browsers */
background: -moz-linear-gradient(top, #ff7b00 0%, #fd6600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b00), color-stop(100%,#fd6600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff7b00 0%,#fd6600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff7b00 0%,#fd6600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff7b00 0%,#fd6600 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff7b00 0%,#fd6600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b00', endColorstr='#fd6600',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
}
/*+++++++++++++++++++++++++++++++++++++++++++
END INSTALL CHAMILO
+++++++++++++++++++++++++++++++++++++++++++*/
@ -932,11 +985,11 @@ footer {
height: 5em;
}
.welcome-mascot{
background: none;
padding-right: 0px;
padding-bottom: 2em;
padding-top: 2em;
}
background: none;
padding-right: 0px;
padding-bottom: 2em;
padding-top: 2em;
}
#homepage .row .span9 h2 {
color: #0191C7;
font-size: 22px;
@ -944,6 +997,9 @@ footer {
padding-bottom: 8px;
line-height: 25px;
}
#announcements{
display: none;
}
}
/*+++++++++++++++++++++++++++++++++
END RESPONSIVE CSS

@ -144,6 +144,7 @@ The more frequent ones have been marked with *
#top_main_content .span6 {
width: 100%;
}
legend {
margin-bottom: 10px;
color:#0191C7;
@ -714,14 +715,15 @@ The more frequent ones have been marked with *
}
#settings .form-search .span3 {
float: left;
width: 76%;
width: 65%;
height: 34px;
margin-right: 5px;
}
#settings .row .span6 .well_border ul li{
font-size: 15px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 13px;
padding-top: 3px;
padding-bottom: 3px;
line-height: 16px;
}
#course_tools .course-title-tools h3 {
color: #0191C7;
@ -852,5 +854,6 @@ The more frequent ones have been marked with *
padding-left: 27px;
padding-right:5px;
}
}

Loading…
Cancel
Save