diff --git a/main/css/blue_lagoon/images/accept_data.png b/main/css/blue_lagoon/images/accept_data.png
index 75e3437758..252ce9d25e 100644
Binary files a/main/css/blue_lagoon/images/accept_data.png and b/main/css/blue_lagoon/images/accept_data.png differ
diff --git a/main/css/blue_lagoon/images/add.png b/main/css/blue_lagoon/images/add.png
index 3d578ca80b..2c787d0245 100644
Binary files a/main/css/blue_lagoon/images/add.png and b/main/css/blue_lagoon/images/add.png differ
diff --git a/main/css/blue_lagoon/images/buttom.png b/main/css/blue_lagoon/images/buttom.png
index d675c3d77f..a90b66ce4c 100644
Binary files a/main/css/blue_lagoon/images/buttom.png and b/main/css/blue_lagoon/images/buttom.png differ
diff --git a/main/css/chamilo_electric_blue/images/accept.png b/main/css/chamilo_electric_blue/images/accept.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_electric_blue/images/accept.png differ
diff --git a/main/css/chamilo_electric_blue/images/accept_data.png b/main/css/chamilo_electric_blue/images/accept_data.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_electric_blue/images/accept_data.png differ
diff --git a/main/css/chamilo_electric_blue/images/add.png b/main/css/chamilo_electric_blue/images/add.png
new file mode 100644
index 0000000000..2c787d0245
Binary files /dev/null and b/main/css/chamilo_electric_blue/images/add.png differ
diff --git a/main/css/chamilo_electric_blue/images/buttom.png b/main/css/chamilo_electric_blue/images/buttom.png
new file mode 100644
index 0000000000..a90b66ce4c
Binary files /dev/null and b/main/css/chamilo_electric_blue/images/buttom.png differ
diff --git a/main/css/chamilo_electric_blue/images/next.png b/main/css/chamilo_electric_blue/images/next.png
new file mode 100644
index 0000000000..e3539a9f68
Binary files /dev/null and b/main/css/chamilo_electric_blue/images/next.png differ
diff --git a/main/css/chamilo_electric_blue/images/previus.png b/main/css/chamilo_electric_blue/images/previus.png
new file mode 100644
index 0000000000..680ac87abc
Binary files /dev/null and b/main/css/chamilo_electric_blue/images/previus.png differ
diff --git a/main/css/chamilo_green/default.css b/main/css/chamilo_green/default.css
index 0bee5ae3d7..ed5be8b371 100644
--- a/main/css/chamilo_green/default.css
+++ b/main/css/chamilo_green/default.css
@@ -120,7 +120,7 @@ a.thumbnail:hover{
text-shadow: none;
}
.breadcrumb a.btn-mini{
- line-height: 17px;
+ line-height: 25px;
text-transform: none;
}
.breadcrumb a.btn-mini > .btn-success{
@@ -640,12 +640,12 @@ a.thumbnail:hover{
}
#course_tools .course-title-tools h3 {
margin-top: 10px;
- color: #0191C7;
- font-weight: normal;
+ color: #79A500;
+ font-weight: bold;
}
.page-header {
- border:1px solid #cccccc;
- background:#E6E6E6;
+ border:none;
+ background:none;
margin-top: 0px;
margin-bottom: 10px;
}
@@ -1009,15 +1009,15 @@ button.next.disabled:hover {
END INSTALL CHAMILO
+++++++++++++++++++++++++++++++++++++++++++*/
.bottom_actions_fixed{
- background: #2bb8ef; /* Old browsers */
- background: -moz-linear-gradient(top, #2bb8ef 0%, #0191c7 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bb8ef), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* IE10+ */
- background: linear-gradient(to bottom, #2bb8ef 0%,#0191c7 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb8ef', endColorstr='#0191c7',GradientType=0 ); /* IE6-9 */
- border: 1px solid #E1E1E0;
+ background: #a0c400; /* Old browsers */
+ background: -moz-linear-gradient(top, #a0c400 0%, #73a000 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0c400), color-stop(100%,#73a000)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #a0c400 0%,#73a000 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #a0c400 0%,#73a000 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #a0c400 0%,#73a000 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #a0c400 0%,#73a000 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c400', endColorstr='#73a000',GradientType=0 ); /* IE6-9 */
+ border: 1px solid #77A300;
}
.new_actions-fixed {
top: 50px;
@@ -1076,18 +1076,18 @@ RESPONSIVE CSS
color: #FFFFFF;
}
.navbar-inner{
- background: #2bb8ef; /* Old browsers */
- background: -moz-linear-gradient(top, #2bb8ef 0%, #0191c7 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2bb8ef), color-stop(100%,#0191c7)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #2bb8ef 0%,#0191c7 100%); /* IE10+ */
- background: linear-gradient(to bottom, #2bb8ef 0%,#0191c7 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bb8ef', endColorstr='#0191c7',GradientType=0 ); /* IE6-9 */
+ background: #7d7e7d; /* Old browsers */
+background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
+background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
- background-color: #FD6600;
+ background-color: #77A300;
color: #FFFFFF;
}
.navbar-search {
diff --git a/main/css/chamilo_green/images/accept.png b/main/css/chamilo_green/images/accept.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_green/images/accept.png differ
diff --git a/main/css/chamilo_green/images/accept_data.png b/main/css/chamilo_green/images/accept_data.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_green/images/accept_data.png differ
diff --git a/main/css/chamilo_green/images/add.png b/main/css/chamilo_green/images/add.png
new file mode 100644
index 0000000000..2c787d0245
Binary files /dev/null and b/main/css/chamilo_green/images/add.png differ
diff --git a/main/css/chamilo_green/images/buttom.png b/main/css/chamilo_green/images/buttom.png
new file mode 100644
index 0000000000..a90b66ce4c
Binary files /dev/null and b/main/css/chamilo_green/images/buttom.png differ
diff --git a/main/css/chamilo_green/images/next.png b/main/css/chamilo_green/images/next.png
new file mode 100644
index 0000000000..e3539a9f68
Binary files /dev/null and b/main/css/chamilo_green/images/next.png differ
diff --git a/main/css/chamilo_green/images/previus.png b/main/css/chamilo_green/images/previus.png
new file mode 100644
index 0000000000..680ac87abc
Binary files /dev/null and b/main/css/chamilo_green/images/previus.png differ
diff --git a/main/css/chamilo_orange/default.css b/main/css/chamilo_orange/default.css
index a0082eeb0d..da7a2e5902 100644
--- a/main/css/chamilo_orange/default.css
+++ b/main/css/chamilo_orange/default.css
@@ -6,12 +6,17 @@
@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;
}
a:visited {
- text-decoration: none;
+ text-decoration: none;
}
a:hover {
text-decoration: none;
@@ -23,32 +28,51 @@ a:active {
}
.navbar .nav > li > a {
float: none;
- line-height: 20px;
+ line-height: 24px;
padding-bottom: 13px;
padding-right: 10px;
padding-top: 13px;
+ color: #FFFFFF;
}
.subnav .navbar-inner {
- background-color: #FD6600; /* Old browsers */
- background-repeat: repeat-x; /* Repeat the gradient */
- background-image: none;
- border: none;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+ border: 1px solid #DF3A01;
+ background: #ff7400; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff7400 0%, #df3a01 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#df3a01)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff7400 0%,#df3a01 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#df3a01',GradientType=0 ); /* IE6-9 */
+}
+.subnav-fixed .navbar-inner{
+ -webkit-border-radius: 0px;
+ -moz-border-radius: 0px;
+ border-radius: 0px;
}
-
.subnav .nav > li > a {
- border-left: 1px solid #FD6600;
- border-right: 1px solid #FD6600;
+ border-right:1px solid #DF3A01;
+ border-left:1px solid #F35E00;
color: white;
font-weight: normal;
font-size: 13px;
}
-
-
.subnav .nav > #current > a,
-.subnav .nav > #current > a:hover {
+.subnav .nav > #current > a:hover {
color: #fff;
- background-color: #DF3A01;
- border-right-color: #DF3A01;
+ border-right:1px solid #DF3A01;
+ border-left:1px solid #DF3A01;
+ background: #fd6600; /* Old browsers */
+ background: -moz-linear-gradient(top, #fd6600 2%, #f90000 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fd6600), color-stop(100%,#f90000)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #fd6600 2%,#f90000 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #fd6600 2%,#f90000 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6600', endColorstr='#f90000',GradientType=0 ); /* IE6-9 */
}
.subnav li a {
@@ -57,7 +81,14 @@ a:active {
/* Green hover */
.subnav .navbar-inner li a:hover {
- background: none repeat scroll 0 0 #FE9A2E;
+ background: #fd6600; /* Old browsers */
+ background: -moz-linear-gradient(top, #fd6600 2%, #f90000 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fd6600), color-stop(100%,#f90000)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #fd6600 2%,#f90000 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #fd6600 2%,#f90000 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6600', endColorstr='#f90000',GradientType=0 ); /* IE6-9 */
color: #fff;
}
.well .nav-list > li > a:hover {
@@ -65,7 +96,7 @@ a:active {
background: none;
}
.sidebar-nav h4{
- color: #037FB2;
+ color: #E34100;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
@@ -73,7 +104,7 @@ a:active {
}
/*****************************************************
- * STYLE THEME CHAMILO *
+ * CHAMILO THEME STYLE *
*****************************************************/
.welcome-mascot{
background: url(images/chamilo-welcome.png) no-repeat right 0;
@@ -89,89 +120,34 @@ a:active {
padding-right: 15px;*/
padding-top: 6px;
}
-.controls .btn{
- background:#2E75A3;
- color: #FFFFFF;
- border: 1px solid #2E75A3;
- padding: 5px 25px;
- font-size: 14px;
- text-shadow: none;
-}
-.controls .btn:hover{
- background:#DF3A01;
- border: none;
- color: #FFFFFF;
+a.thumbnail:hover{
+ border: 1px solid #e5e5e5;
+ background: transparent;
+}
+.logout img{
+ padding-top: 7px;
}
.form-actions {
background:transparent;
}
-.breadcrumb {
- margin-bottom: 0;
- background-color: #F3E2A9;
- background-image: none;
- padding-top: 5px;
- padding-bottom: 5px;
- border: 1px solid #F3E2A9;
- box-shadow: none;
-}
+
.breadcrumb a{
- color: #333;
- font-size: 13px;
line-height: 30px;
text-transform: none;
}
.breadcrumb li{
- font-size: 14px;
+
text-shadow: none;
}
.breadcrumb a.btn-mini{
- font-size: 12px;
- line-height: 17px;
+ line-height: 25px;
text-transform: none;
}
-.breadcrumb a.btn-success {
- background-color: #FD6600;
- background-image: none;
- border: 1px solid #FD6600;
+.breadcrumb a.btn-mini > .btn-success{
color: #FFFFFF;
}
-.btn{
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.428571429;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- -o-user-select: none;
- user-select: none;
- background-image: none;
- border: none;
- border-radius: 4px;
- border-color: #ccc;
-}
-.btn:hover{
- color: #333;
- text-decoration: none;
-}
-.btn-primary{
- background-color:#FD6600;
- background-image: none;
- border:none;
-}
-.btn-primary:hover{
- background-color:#DF3A01;
- color: #FFFFFF;
-}
-
/* styles for the star rater */
.star-rating{
list-style:none;
@@ -329,22 +305,278 @@ a:active {
border: 2px solid #FFFFFF;
}
-/*CSS SLIDER ANUNCIOS*/
+/* ANNOUNCEMENTS SLIDER */
.pagerslide h2{
font-size: 18px;
- font-weight: normal;
- background-color: #FD6600;
+ background-color: #0191C7;
color: #FFFFFF;
padding-left: 15px;
+ font-weight: normal;
}
-.controls .btn{
- background:#FD6600;
- color: #FFFFFF;
- border:none;
- padding: 5px 25px;
+
+#top_main_content #announcements .page-header{
+ display: none;
+ line-height: 1;
+}
+#top_main_content #announcements .span6 {
+ width: 800px;
+}
+
+/* COURSE INTRO CONTENT */
+
+.page-course-intro{
+ padding: 2em;
+ border: 1px solid #DDDDDD;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+ margin-bottom: 2em;
+}
+
+.page-course-intro ul{
+ list-style-image:url(images/vineta.png);
+ padding-top: 10px;
+}
+.page-course-intro a{
+ color: #FD6600;
+}
+.page-course-intro a:hover{
+ color: #FD6600;
+ text-decoration: underline;
+}
+
+
+/* END OF COURSE INTRO*/
+.fc-header-title h2{
+ color: #0191C7;
+}
+.fc-first .fc-widget-header{
+ font-size: 14px;
+ font-weight: normal;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+.well {
+ background-color: rgba(96,165,209, 0.1);
+ border: 1px solid rgba(96,165,209, 0.1);
+ border-radius: 8px;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
+ margin-bottom: 20px;
+ min-height: 20px;
+ padding: 20px 10px;
+}
+.sidebar-nav img{
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+}
+#homepage .row .span9 h2{
+ font-size: 26px;
+ font-weight: bold;
+ color: #0191C7;
+ padding-bottom: 8px;
+}
+#homepage .row .span9 p,#homepage .row .span9 ol {
+ color: #6E6E6E;
+}
+#homepage .row .span9 a{
+ color: #0F466A;
+}
+#homepage .row .span9 a:hover{
+ color: #FD6600;
+}
+.page-header h2{
+ color: #0191C7;
+ font-weight: normal;
+ font-size: 20px;
+ padding-left: 10px;
+ width: 250px;
+}
+#course_tools .course-title-tools h3 {
+ margin-top: 10px;
+ color: #0191C7;
+ font-weight: normal;
+
+
+}
+
+.well_border{
+ background-color: rgba(199,199,199, 0.2);
+ border: 1px solid rgba(96,165,209, 0.2);
+ border-radius: 8px;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
+ margin-bottom: 20px;
+ min-height: 20px;
+ padding: 19px;
+}
+.well_border .row .span2 {
+ width: 98px;
+}
+.well_border .row .span2 .thumbnail {
+ background-color: #FFFFFF;
+ background-image: none;
+}
+#hot_courses .row .span9 .well_border .row .span6{
+ width: auto;
+}
+.categories-course-description h3{
+ color: #0F466A;
+ font-weight: normal;
+}
+#course_tools .content a {
+ font-size: 12px;
+ font-weight: normal;
+}
+#main_content .course-box .row .span7{
+ width: 730px;
+}
+#main_content .course-box .row .span7 .row .span6 {
+ width: 615px;
+}
+#main_content .course-box .row .span7 .row .span6 h3{
+ font-size: 20px;
+}
+#course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
+ font-weight: normal;
+}
+/*****************************************************
+ * STYLE THEME CHAMILO *
+ *****************************************************/
+.welcome-mascot{
+ background: url(images/chamilo-welcome.png) no-repeat right 0;
+ padding-right: 200px;
+ padding-bottom: 2em;
+ padding-top: 2em;
+}
+
+.nav-list > li > a {
+ font-size: 14px;
+ padding-bottom: 6px;
+ /* padding-left: 15px;
+ padding-right: 15px;*/
+ padding-top: 6px;
+}
+
+#settings .span6 .well_border {
+ min-height: 300px;
+}
+.breadcrumb {
+ margin-bottom: 0;
+ background: #ffffbc; /* Old browsers */
+ background: -moz-linear-gradient(top, #ffffbc 0%, #ffff88 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffbc), color-stop(100%,#ffff88)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ffffbc 0%,#ffff88 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ffffbc 0%,#ffff88 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ffffbc 0%,#ffff88 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ffffbc 0%,#ffff88 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffbc', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 */
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-top: 5px;
+ border: 1px solid #FCCA35;
+ box-shadow: none;
+}
+.breadcrumb a{
+
+ line-height: 30px;
+ text-transform: none;
+}
+
+.breadcrumb li{
+
text-shadow: none;
}
+
+/* styles for the star rater */
+.star-rating{
+ list-style:none;
+ margin: 0px;
+ padding:0px;
+ width: 125px;
+ height: 25px;
+ position: relative;
+ overflow:hidden;
+ background: url(images/start-level.png) top left repeat-x;
+}
+.star-rating li{
+ padding:0px;
+ margin:0px;
+ width:25px;
+ height:25px;
+ float: left;
+}
+.star-rating li a{
+ display:block;
+ width:25px;
+ height: 25px;
+ line-height:25px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+ overflow:hidden;
+}
+.star-rating li a:hover{
+ background: url(images/start-level.png) left bottom;
+ z-index: 2;
+ left: 0px;
+ border:none;
+}
+.star-rating a.one-star{
+ left: 0px;
+}
+.star-rating a.one-star:hover{
+ width:25px;
+}
+.star-rating a.two-stars{
+ left:25px;
+}
+.star-rating a.two-stars:hover{
+ width: 50px;
+}
+.star-rating a.three-stars{
+ left: 50px;
+}
+.star-rating a.three-stars:hover{
+ width: 75px;
+}
+.star-rating a.four-stars{
+ left: 75px;
+}
+.star-rating a.four-stars:hover{
+ width: 100px;
+}
+.star-rating a.five-stars{
+ left: 100px;
+}
+.star-rating a.five-stars:hover{
+ width: 125px;
+}
+.star-rating li.current-rating{
+ background: url(images/start-level.png) left center;
+ position: absolute;
+ height: 25px;
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+.nav-list > .active > a, .nav-list > .active > a:hover {
+ color: #333333;
+ background: none;
+}
+/*CSS SLIDER ANUNCIOS*/
+
+.pagerslide h2{
+ font-size: 18px;
+ background-color: #E6E6E6;
+ color: #666666;
+ padding-left: 15px;
+}
+
#top_main_content #announcements .page-header{
display: none;
line-height: 1;
@@ -379,7 +611,7 @@ a:active {
/*FIN DE INTRODUCCION DEL CURSO*/
.fc-header-title h2{
- color: #FD6600;
+ color: #0191C7;
}
.fc-first .fc-widget-header{
font-size: 14px;
@@ -389,8 +621,8 @@ a:active {
}
.well {
- background-color: rgba(243,226,169, 0.1);
- border: 1px solid rgba(243,226,169, 0.1);
+ background-color: rgba(199,199,199, 0.2);
+ border: 1px solid rgba(96,165,209, 0.2);
border-radius: 8px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
@@ -405,41 +637,37 @@ a:active {
#homepage .row .span9 h2{
font-size: 26px;
font-weight: bold;
- color: #666;
+ color: #0191C7;
padding-bottom: 8px;
}
#homepage .row .span9 p,#homepage .row .span9 ol {
color: #6E6E6E;
}
#homepage .row .span9 a{
- color: #DE3A01;
+ color: #0F466A;
}
#homepage .row .span9 a:hover{
- color: #DE3A01;
-}
-.page-header h2{
color: #FD6600;
+}
+.page-header h2, .page-header h1{
+ color: #E34100;
font-weight: bold;
font-size: 20px;
padding-left: 10px;
+
}
#course_tools .course-title-tools h3 {
margin-top: 10px;
- color: #DF3A01;
- font-weight: normal;
-
-
+ color: #E24000;
+ font-weight: bold;
}
.page-header {
- border-bottom-color: #FD6600;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- box-shadow: none;
- padding-bottom: 0px;
+ border: none;
+ margin-top: 0px;
}
.well_border{
- background-color: rgba(243,226,169, 0.1);
- border: 1px solid rgba(243,226,169, 0.1);
+ background-color: rgba(199,199,199, 0.2);
+ border: 1px solid rgba(96,165,209, 0.2);
border-radius: 8px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
@@ -457,7 +685,12 @@ a:active {
width: auto;
}
.categories-course-description h3{
- color: #666;
+ color: #666666;
+}
+.categories-course-description .text-h3{
+ color: #666666;
+ font-weight: bold;
+ margin-bottom: 5px;
}
#course_tools .content a {
font-size: 12px;
@@ -479,12 +712,17 @@ a:active {
* FOOTER STYLES *
*****************************************************/
footer {
- height: 10em;
- background-color: #FD6600;
- background-image: none;
- background-repeat:repeat-x;
+ height: 7em;
+ background: #ff7400; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff7400 0%, #df3a01 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#df3a01)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff7400 0%,#df3a01 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#df3a01',GradientType=0 ); /* IE6-9 */
color:#ffffff;
- border-top: none;
+ border-top: 1px solid #DF3A01;
}
footer .container .row {
padding-top: 5px;
@@ -493,7 +731,7 @@ footer a:link, footer a:visited {
color: #F1D40D;
}
/*****************************************************
- * DISPLAY MESSAGES *
+ * DISPLAY MESSAGES *
*****************************************************/
/*****************************************************
* CSS CHAT *
@@ -512,8 +750,8 @@ footer a:link, footer a:visited {
color: #ffffff;
border-right:1px solid #222;
border-left:1px solid #222;
-
- background-color: #222;
+
+ background-color: #222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
@@ -526,7 +764,7 @@ footer a:link, footer a:visited {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-
+
}
#chatboxtitlemain {
cursor: pointer;
@@ -539,34 +777,60 @@ footer a:link, footer a:visited {
* CSS CHAT END *
*****************************************************/
.normal-message {
- color: #00407F;
- border: 1px solid #CDE6F5;
- background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
+ 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: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
+ 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/background_message.png") repeat-x scroll 0 0 #CAF0C7;
+ 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 #FF0000;
- color: #440000;
- background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
+ 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 #EEF5FAD3D7;
+ border-radius: 10px;
+}
+.error-message strong{
+ font-weight: normal;
}
-
.social-menu-title {
- background-color:#00AAE3;
+ background-color:#00AAE3;
}
#social-content-online {
background-color:#00AAE3;
}
-
+
.admin_section li {
background-image:url(images/bullet.gif);
}
@@ -582,7 +846,7 @@ footer a:link, footer a:visited {
background:transparent url('images/logob4.gif') no-repeat;
}
-#bottomhellomindfactory {
+#bottomhellomindfactory {
background:transparent url('images/textologo.jpg') no-repeat;
}
@@ -596,11 +860,23 @@ button.login:hover {
/*including "save" image*/
button.save {
- background-image:url(images/button_accept.gif);
+ background:url(images/accept.png) 0 center no-repeat #F0F0F0;
+ color: #666;
+ padding-left: 30px;
+}
+button.save:hover {
+ background:url(images/accept.png) 0 center no-repeat #ffffff;
+ color: #666;
+ padding-left: 30px;
}
/*including "add" image*/
-button.add {
- background-image:url(images/button_add.gif);
+.controls .btn.add {
+ background:url(images/add.png) 0 center no-repeat;
+ padding-left: 36px;
+}
+.controls .btn.add:hover {
+ background:url(images/add.png) 0 center no-repeat;
+ padding-left: 36px;
}
/*including "cancel" image*/
button.cancel {
@@ -608,7 +884,14 @@ button.cancel {
}
/*including "search" image*/
button.search {
- background-image:url(images/bg-button.gif);
+ background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
+ color: #666;
+ padding-left: 30px;
+}
+button.search:hover {
+ background:url(images/buttom.png) 0 center no-repeat #ffffff;
+ color: #666;
+ padding-left: 30px;
}
/*including "plus" image*/
button.plus {
@@ -620,11 +903,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 {
@@ -636,10 +925,10 @@ button.upload {
}
button.arrowr, input.arrowr {
- background-image:url(images/2rightarrow.gif);
+ background-image:url(images/2rightarrow.gif);
}
button.arrowl, input.arrowl {
- background-image:url(images/2leftarrow.gif);
+ background-image:url(images/2leftarrow.gif);
}
.refresh {
background-image:url(images/refresh.png);
@@ -649,6 +938,109 @@ button.arrowl, input.arrowl {
background-image:url(images/portal.png);
}
+/*+++++++++++++++++++++++++++++++++++++++++++
+ + CHAMILO INSTALL
+ ++++++++++++++++++++++++++++++++++++++++++++*/
+.install-mascot{
+ background: url(images/install.png) no-repeat center 0;
+ padding-top: 20em;
+}
+.install-chamilo .navbar{
+ display: none;
+}
+.install-chamilo footer{
+ display: none;
+}
+.install-chamilo .page-header {
+ border-bottom: 2px solid #FD6600;
+}
+.install-chamilo .page-header h1 {
+ line-height: 1;
+ color: #FD6600;
+}
+.install-chamilo header{
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.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+ */
+ 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: 3em;
+ border: 1px solid #E1E1E0;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ 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
++++++++++++++++++++++++++++++++++++++++++++*/
+.bottom_actions_fixed{
+ background: #ff7400; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff7400 0%, #df3a01 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#df3a01)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff7400 0%,#df3a01 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#df3a01',GradientType=0 ); /* IE6-9 */
+ border: 2px solid #E13E00;
+}
+.new_actions-fixed {
+ top: 50px;
+}
+
/*CSS ICON BLOCK USER*/
.inbox-social{
background: url("images/icon-chamilo.png") no-repeat 0 -415px;
@@ -686,10 +1078,7 @@ button.arrowl, input.arrowl {
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
@@ -701,9 +1090,38 @@ RESPONSIVE CSS
font-weight: 200;
line-height: 20px;
padding-bottom: 12px;
- padding-top: 8px;
+ padding-top: 12px;
+ color: #FFFFFF;
+}
+.navbar-inner{
+ background: #7d7e7d; /* Old browsers */
+background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
+background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
+.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
+ background-color: #FD6600;
+ color: #FFFFFF;
+}
+.navbar-search {
+ margin-bottom: 0;
+ margin-top: 11px;
+ position: relative;
+}
+.navbar-search .search-query {
+ background:#FFFFFF;
+ color: #666;
+ border: 1px solid #ffffff;
+}
+.navbar .nav .active > a, .navbar .nav .active > a:hover {
+ background:none;
+ color: #FFFFFF;
+}
@media (min-width: 481px) and (max-width: 800px) {
.sidebar-nav h4 {
@@ -748,59 +1166,70 @@ RESPONSIVE CSS
padding-left: 30px;
background-size: 25px auto;
}
-
+
.new-message-social{
background: url("images/icon-chamilo.png") no-repeat 0 -307px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.invitations-social{
background: url("images/icon-chamilo.png") no-repeat 0 -378px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.profile-social{
background: url("images/icon-chamilo.png") no-repeat 0 -414px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.add-course{
background: url("images/icon-chamilo.png") no-repeat 0 -274px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.order-course{
background: url("images/icon-chamilo.png") no-repeat 0 -447px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.history-course{
background: url("images/icon-chamilo.png") no-repeat 0 -481px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.list-course{
background: url("images/icon-chamilo.png") no-repeat 0 -517px;
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 {
height: 5em;
}
+.welcome-mascot{
+ background: none;
+ padding-right: 0px;
+ padding-bottom: 2em;
+ padding-top: 2em;
+ }
+#homepage .row .span9 h2 {
+ color: #0191C7;
+ font-size: 22px;
+ font-weight: bold;
+ padding-bottom: 8px;
+ line-height: 25px;
+}
+#announcements{
+ display: none;
+}
}
/*+++++++++++++++++++++++++++++++++
END RESPONSIVE CSS
-+++++++++++++++++++++++++++++++++*/
\ No newline at end of file
++++++++++++++++++++++++++++++++++*/
diff --git a/main/css/chamilo_orange/images/accept.png b/main/css/chamilo_orange/images/accept.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_orange/images/accept.png differ
diff --git a/main/css/chamilo_orange/images/accept_data.png b/main/css/chamilo_orange/images/accept_data.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_orange/images/accept_data.png differ
diff --git a/main/css/chamilo_orange/images/add.png b/main/css/chamilo_orange/images/add.png
new file mode 100644
index 0000000000..2c787d0245
Binary files /dev/null and b/main/css/chamilo_orange/images/add.png differ
diff --git a/main/css/chamilo_orange/images/blue_arrow.png b/main/css/chamilo_orange/images/blue_arrow.png
index cb39f30766..15a30377a2 100644
Binary files a/main/css/chamilo_orange/images/blue_arrow.png and b/main/css/chamilo_orange/images/blue_arrow.png differ
diff --git a/main/css/chamilo_orange/images/buttom.png b/main/css/chamilo_orange/images/buttom.png
new file mode 100644
index 0000000000..a90b66ce4c
Binary files /dev/null and b/main/css/chamilo_orange/images/buttom.png differ
diff --git a/main/css/chamilo_orange/images/next.png b/main/css/chamilo_orange/images/next.png
new file mode 100644
index 0000000000..e3539a9f68
Binary files /dev/null and b/main/css/chamilo_orange/images/next.png differ
diff --git a/main/css/chamilo_orange/images/previus.png b/main/css/chamilo_orange/images/previus.png
new file mode 100644
index 0000000000..680ac87abc
Binary files /dev/null and b/main/css/chamilo_orange/images/previus.png differ
diff --git a/main/css/chamilo_orange/scorm.css b/main/css/chamilo_orange/scorm.css
index 16cbfa6046..c2da0403f5 100644
--- a/main/css/chamilo_orange/scorm.css
+++ b/main/css/chamilo_orange/scorm.css
@@ -8,7 +8,7 @@
.inner_lp_toc .scorm_item a {
font-weight: bold;
- font-size: 14px;
+ font-size: 13px;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
@@ -139,25 +139,27 @@
}
.scorm_item_level_1 {
- padding : 0 0.5em 0 1.5em;
+ padding : 0 1.5em 0 1.5em;
}
.scorm_item_level_2 {
- padding : 0 0.5em 0 3em;
+ padding : 0 1.5em 0 3em;
}
-
.scorm_item_level_3 {
- padding : 0 0.5em 0 4.5em;
+ padding : 0 1.5em 0 4.5em;
}
.scorm_item_level_4 {
- padding : 0 0.5em 0 6em;
+ padding : 0 1.5em 0 6em;
}
.scorm_item_level_5 {
- padding : 0 0.5em 0 7.5em;
+ padding : 0 1.5em 0 7.5em;
}
+.scorm_item.scorm_item_level_2 > a, .scorm_item.scorm_item_level_3 > a, .scorm_item.scorm_item_level_4 > a, .scorm_item.scorm_item_level_5 > a{
+ font-weight: normal;
+}
/* end of copy of default_scorm.css */
@@ -171,7 +173,6 @@
padding: 0px;
margin-top: 0px;
padding-top: 0px;
- font-size: small;
}
.lp_toc {
background-color: white;
@@ -182,17 +183,15 @@
.inner_lp_toc {
overflow: auto;
- background-color: white;
- height: 210px;
+ background-color: #F2F2EF;
+ height: 210px;
+ padding: 10px;
}
.inner_lp_toc .scorm_item a {
- font-weight: normal;
- font-size: 12px;
margin-right: 1px;
padding-bottom: 2px;
text-decoration: none;
- font-family: Helvetica,Arial,sans-serif;
color: #2F3E46;
}
@@ -203,7 +202,6 @@
.inner_lp_toc .scorm_item_highlight {
border:1px solid #00aad4;
background:#00aad4;
- font-weight:normal;
background-image:none;
margin-right: 0px;
padding: 10px 0px 10px 0px;
@@ -214,7 +212,6 @@
color:#fff;
margin-right: 1px;
text-decoration: none;
- font-weight: normal;
}
.inner_lp_toc .scorm_item_section {
@@ -346,28 +343,43 @@
padding-left: 17px;
padding-top: 4px;
}
-
-
-
+.breadcrumb .divider {
+ color: #FFCC00;
+ padding-bottom: 0;
+ padding-left: 5px;
+ padding-right: 5px;
+ padding-top: 0;
+}
#learning_path_breadcrumb_zone .breadcrumb{
- background-image: none;
- background-color: #2e75a3;
+ background: #ff7400; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff7400 0%, #df3a01 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#df3a01)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff7400 0%,#df3a01 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff7400 0%,#df3a01 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#df3a01',GradientType=0 ); /* IE6-9 */
color: #fff;
text-transform: capitalize;
+ border:none;
+ -webkit-border-radius: 1px;
+ -moz-border-radius: 1px;
+ border-radius: 1px;
}
#learning_path_breadcrumb_zone .breadcrumb a{
color: #FFF;
}
#learning_path_breadcrumb_zone .breadcrumb a:hover{
- text-decoration: underline;
+ text-decoration: none;
+ opacity: 0.8;
}
#scorm_title {
font-weight: bold;
background:none;
font-size: 20px;
background-image: none;
- color: #0088aa;
- padding-top: 5px;
+ color: #E34200;
+ padding-top: 15px;
padding-bottom: 15px;
}
#learning_path_main #control {
@@ -377,11 +389,11 @@
opacity: 0.7;
}
#author_image{
- background-color: #d7eef4;
+ background-color: #F2F2EF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
- border: 1px solid #b4cbff;
+ border: 1px solid #CCCCCC;
margin-top: 10px;
}
#author_icon img{
@@ -393,17 +405,16 @@ opacity: 0.7;
}
#author_image .progresstext{
font-size: 20px;
- color: #0088aa;
+ color: #F86700;
font-weight: bold;
}
#learning_path_left_zone #header {
- font-size: 14px;
+ font-size: 18px;
margin-top: 10px;
}
#learning_path_left_zone .no-border{
background: none;
- color: #2e75a3;
- font-weight: normal;
+ color: #E34200;
}
.progress {
height: 18px;
@@ -426,31 +437,23 @@ opacity: 0.7;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.progress-striped .bar {
- background-color: #149BDF;
- background-size: 40px 40px;
- background-image: none;
+ background-color: #F86700;
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
}
/*STYLES PROCESS LESSION*/
.inner_lp_toc .scorm_completed {
-
- background-image: url("images/blue_arrow.png") !important;
- background-position: 250px center !important;
+ background-image: url("images/blue_arrow.png") !important;
+ background-position: 255px center !important;
background-repeat: no-repeat;
}
-.inner_lp_toc .scorm_item_highlight {
- background-color: #00aad4;
- background-image: url("images/white_arrow.png") !important;
- background-position: 250px center !important;
- background-repeat: no-repeat;
- border: 1px solid #00aad4;
-}
-
-
.inner_lp_toc .scorm_item_1 {
- background-color: #d7eef4;
- background-image: none;
+ background:none;
+ background-repeat: no-repeat;
border-bottom-color: #CCCCCC;
border-bottom-style: solid;
border-bottom-width: 1px;
@@ -479,4 +482,23 @@ opacity: 0.7;
position: absolute;
text-align: center;
width: 100%;
-}
+ border-top:1px solid #00AAD4;
+}
+.inner_lp_toc .scorm_item_highlight {
+ background-color: #F97E26;
+ background-image: url("images/white_arrow.png") !important;
+ background-position: 255px center !important;
+ background-repeat: no-repeat;
+ border: 1px solid #F97E26;
+ text-shadow:none;
+}
+#author_name {
+ color: #666666;
+ float: left;
+ font-size: 13px;
+ margin-top: 2px;
+ text-align: center;
+ width: 100%;
+ padding-top: 10px;
+ padding-bottom: 5px;
+}
\ No newline at end of file
diff --git a/main/css/chamilo_red/default.css b/main/css/chamilo_red/default.css
index 520a2270b9..11d6a0824b 100644
--- a/main/css/chamilo_red/default.css
+++ b/main/css/chamilo_red/default.css
@@ -6,16 +6,21 @@
@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;
}
a:visited {
- text-decoration: none;
+ text-decoration: none;
}
a:hover {
text-decoration: none;
- color: #FF0000;
+ color: #FD6600;
}
a:active {
text-decoration: none;
@@ -23,32 +28,51 @@ a:active {
}
.navbar .nav > li > a {
float: none;
- line-height: 20px;
+ line-height: 24px;
padding-bottom: 13px;
padding-right: 10px;
padding-top: 13px;
+ color: #FFFFFF;
}
.subnav .navbar-inner {
- background-color: #FF0000; /* Old browsers */
- background-repeat: repeat-x; /* Repeat the gradient */
- background-image: none;
- border: none;
+ -webkit-border-radius: 8px;
+ -moz-border-radius: 8px;
+ border-radius: 8px;
+ border: 1px solid #C40000;
+ background: #ff0000; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff0000 0%, #8a0808 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#8a0808)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff0000 0%,#8a0808 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#8a0808',GradientType=0 ); /* IE6-9 */
+}
+.subnav-fixed .navbar-inner{
+ -webkit-border-radius: 0px;
+ -moz-border-radius: 0px;
+ border-radius: 0px;
}
-
.subnav .nav > li > a {
- border-left: 1px solid #FF0000;
- border-right: 1px solid #FF0000;
+ border-right:1px solid #970707;
+ border-left:1px solid #EF0000;
color: white;
font-weight: normal;
font-size: 13px;
}
-
-
.subnav .nav > #current > a,
-.subnav .nav > #current > a:hover {
+.subnav .nav > #current > a:hover {
color: #fff;
- background-color: #8A0808;
- border-right-color: #DF3A01;
+ border-right:1px solid #DF3A01;
+ border-left:1px solid #DF3A01;
+ background: #fd6600; /* Old browsers */
+ background: -moz-linear-gradient(top, #fd6600 2%, #f90000 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fd6600), color-stop(100%,#f90000)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #fd6600 2%,#f90000 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #fd6600 2%,#f90000 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6600', endColorstr='#f90000',GradientType=0 ); /* IE6-9 */
}
.subnav li a {
@@ -57,7 +81,14 @@ a:active {
/* Green hover */
.subnav .navbar-inner li a:hover {
- background: none repeat scroll 0 0 #DF0101;
+ background: #fd6600; /* Old browsers */
+ background: -moz-linear-gradient(top, #fd6600 2%, #f90000 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fd6600), color-stop(100%,#f90000)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #fd6600 2%,#f90000 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #fd6600 2%,#f90000 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #fd6600 2%,#f90000 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6600', endColorstr='#f90000',GradientType=0 ); /* IE6-9 */
color: #fff;
}
.well .nav-list > li > a:hover {
@@ -65,7 +96,7 @@ a:active {
background: none;
}
.sidebar-nav h4{
- color: #037FB2;
+ color: #DF0202;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
@@ -73,7 +104,7 @@ a:active {
}
/*****************************************************
- * STYLE THEME CHAMILO *
+ * CHAMILO THEME STYLE *
*****************************************************/
.welcome-mascot{
background: url(images/chamilo-welcome.png) no-repeat right 0;
@@ -89,89 +120,34 @@ a:active {
padding-right: 15px;*/
padding-top: 6px;
}
-.controls .btn{
- background:#2E75A3;
- color: #FFFFFF;
- border: 1px solid #2E75A3;
- padding: 5px 25px;
- font-size: 14px;
- text-shadow: none;
-}
-.controls .btn:hover{
- background:#8A0808;
- border: none;
- color: #FFFFFF;
+a.thumbnail:hover{
+ border: 1px solid #e5e5e5;
+ background: transparent;
+}
+.logout img{
+ padding-top: 7px;
}
.form-actions {
background:transparent;
}
-.breadcrumb {
- margin-bottom: 0;
- background-color: #F6CED8;
- background-image: none;
- padding-top: 5px;
- padding-bottom: 5px;
- border: 1px solid #F3E2A9;
- box-shadow: none;
-}
+
.breadcrumb a{
- color: #333;
- font-size: 13px;
line-height: 30px;
text-transform: none;
}
.breadcrumb li{
- font-size: 14px;
+
text-shadow: none;
}
.breadcrumb a.btn-mini{
- font-size: 12px;
- line-height: 17px;
+ line-height: 25px;
text-transform: none;
}
-.breadcrumb a.btn-success {
- background-color: #FD6600;
- background-image: none;
- border: 1px solid #FD6600;
+.breadcrumb a.btn-mini > .btn-success{
color: #FFFFFF;
}
-.btn{
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.428571429;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- -o-user-select: none;
- user-select: none;
- background-image: none;
- border: none;
- border-radius: 4px;
- border-color: #ccc;
-}
-.btn:hover{
- color: #333;
- text-decoration: none;
-}
-.btn-primary{
- background-color:#FF0000;
- background-image: none;
- border:none;
-}
-.btn-primary:hover{
- background-color:#8A0808;
- color: #FFFFFF;
-}
-
/* styles for the star rater */
.star-rating{
list-style:none;
@@ -329,22 +305,16 @@ a:active {
border: 2px solid #FFFFFF;
}
-/*CSS SLIDER ANUNCIOS*/
+/* ANNOUNCEMENTS SLIDER */
.pagerslide h2{
font-size: 18px;
- background-color: #585858;
+ background-color: #0191C7;
color: #FFFFFF;
padding-left: 15px;
font-weight: normal;
}
-.controls .btn{
- background:#FF0000;
- color: #FFFFFF;
- border:none;
- padding: 5px 25px;
- text-shadow: none;
-}
+
#top_main_content #announcements .page-header{
display: none;
line-height: 1;
@@ -353,7 +323,7 @@ a:active {
width: 800px;
}
-/*CSS PARA CONTENIDO DE CURSO INTRODUCCION*/
+/* COURSE INTRO CONTENT */
.page-course-intro{
padding: 2em;
@@ -377,9 +347,9 @@ a:active {
}
-/*FIN DE INTRODUCCION DEL CURSO*/
+/* END OF COURSE INTRO*/
.fc-header-title h2{
- color: #FF0000;
+ color: #0191C7;
}
.fc-first .fc-widget-header{
font-size: 14px;
@@ -389,8 +359,8 @@ a:active {
}
.well {
- background-color: rgba(230,230,230, 0.1);
- border: 1px solid rgba(230,230,230, 0.1);
+ background-color: rgba(96,165,209, 0.1);
+ border: 1px solid rgba(96,165,209, 0.1);
border-radius: 8px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
@@ -405,41 +375,42 @@ a:active {
#homepage .row .span9 h2{
font-size: 26px;
font-weight: bold;
- color: #666;
+ color: #0191C7;
padding-bottom: 8px;
}
#homepage .row .span9 p,#homepage .row .span9 ol {
color: #6E6E6E;
}
#homepage .row .span9 a{
- color: #FF0000;
+ color: #0F466A;
}
#homepage .row .span9 a:hover{
- color: #DE3A01;
+ color: #FD6600;
}
.page-header h2{
- color: #FF0000;
- font-weight: bold;
+ color: #0191C7;
+ font-weight: normal;
font-size: 20px;
padding-left: 10px;
+ width: 250px;
}
#course_tools .course-title-tools h3 {
margin-top: 10px;
- color: #FF0000;
+ color: #0191C7;
font-weight: normal;
-
-
+
+
}
.page-header {
- border-bottom-color: #FF0000;
+ border-bottom-color: #0191C7;
border-bottom-style: solid;
border-bottom-width: 1px;
box-shadow: none;
padding-bottom: 0px;
}
.well_border{
- background-color: rgba(230,230,230, 0.1);
- border: 1px solid rgba(230,230,230, 0.1);
+ background-color: rgba(199,199,199, 0.2);
+ border: 1px solid rgba(96,165,209, 0.2);
border-radius: 8px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
margin-bottom: 20px;
@@ -457,7 +428,275 @@ a:active {
width: auto;
}
.categories-course-description h3{
- color: #666;
+ color: #0F466A;
+ font-weight: normal;
+}
+#course_tools .content a {
+ font-size: 12px;
+ font-weight: normal;
+}
+#main_content .course-box .row .span7{
+ width: 730px;
+}
+#main_content .course-box .row .span7 .row .span6 {
+ width: 615px;
+}
+#main_content .course-box .row .span7 .row .span6 h3{
+ font-size: 20px;
+}
+#course_category li, #hot_courses h5, .course_item h5, .categories-course-description h5, .course-box h5 {
+ font-weight: normal;
+}
+/*****************************************************
+ * STYLE THEME CHAMILO *
+ *****************************************************/
+.welcome-mascot{
+ background: url(images/chamilo-welcome.png) no-repeat right 0;
+ padding-right: 200px;
+ padding-bottom: 2em;
+ padding-top: 2em;
+}
+
+.nav-list > li > a {
+ font-size: 14px;
+ padding-bottom: 6px;
+ /* padding-left: 15px;
+ padding-right: 15px;*/
+ padding-top: 6px;
+}
+
+#settings .span6 .well_border {
+ min-height: 300px;
+}
+.breadcrumb {
+ margin-bottom: 0;
+ background: #ffffbc; /* Old browsers */
+ background: -moz-linear-gradient(top, #ffffbc 0%, #ffff88 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffbc), color-stop(100%,#ffff88)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ffffbc 0%,#ffff88 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ffffbc 0%,#ffff88 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ffffbc 0%,#ffff88 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ffffbc 0%,#ffff88 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffbc', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 */
+ padding-top: 5px;
+ padding-bottom: 5px;
+ margin-top: 5px;
+ border: 1px solid #FCCA35;
+ box-shadow: none;
+}
+.breadcrumb a{
+
+ line-height: 30px;
+ text-transform: none;
+}
+
+.breadcrumb li{
+
+ text-shadow: none;
+}
+
+/* styles for the star rater */
+.star-rating{
+ list-style:none;
+ margin: 0px;
+ padding:0px;
+ width: 125px;
+ height: 25px;
+ position: relative;
+ overflow:hidden;
+ background: url(images/start-level.png) top left repeat-x;
+}
+.star-rating li{
+ padding:0px;
+ margin:0px;
+ width:25px;
+ height:25px;
+ float: left;
+}
+.star-rating li a{
+ display:block;
+ width:25px;
+ height: 25px;
+ line-height:25px;
+ text-decoration: none;
+ text-indent: -9000px;
+ z-index: 20;
+ position: absolute;
+ padding: 0px;
+ overflow:hidden;
+}
+.star-rating li a:hover{
+ background: url(images/start-level.png) left bottom;
+ z-index: 2;
+ left: 0px;
+ border:none;
+}
+.star-rating a.one-star{
+ left: 0px;
+}
+.star-rating a.one-star:hover{
+ width:25px;
+}
+.star-rating a.two-stars{
+ left:25px;
+}
+.star-rating a.two-stars:hover{
+ width: 50px;
+}
+.star-rating a.three-stars{
+ left: 50px;
+}
+.star-rating a.three-stars:hover{
+ width: 75px;
+}
+.star-rating a.four-stars{
+ left: 75px;
+}
+.star-rating a.four-stars:hover{
+ width: 100px;
+}
+.star-rating a.five-stars{
+ left: 100px;
+}
+.star-rating a.five-stars:hover{
+ width: 125px;
+}
+.star-rating li.current-rating{
+ background: url(images/start-level.png) left center;
+ position: absolute;
+ height: 25px;
+ display: block;
+ text-indent: -9000px;
+ z-index: 1;
+}
+
+.nav-list > .active > a, .nav-list > .active > a:hover {
+ color: #333333;
+ background: none;
+}
+/*CSS SLIDER ANUNCIOS*/
+
+.pagerslide h2{
+ font-size: 18px;
+ background-color: #E6E6E6;
+ color: #666666;
+ padding-left: 15px;
+}
+
+#top_main_content #announcements .page-header{
+ display: none;
+ line-height: 1;
+}
+#top_main_content #announcements .span6 {
+ width: 800px;
+}
+
+/*CSS PARA CONTENIDO DE CURSO INTRODUCCION*/
+
+.page-course-intro{
+ padding: 2em;
+ border: 1px solid #DDDDDD;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+ margin-bottom: 2em;
+}
+
+.page-course-intro ul{
+ list-style-image:url(images/vineta.png);
+ padding-top: 10px;
+}
+.page-course-intro a{
+ color: #FD6600;
+}
+.page-course-intro a:hover{
+ color: #FD6600;
+ text-decoration: underline;
+}
+
+
+/*FIN DE INTRODUCCION DEL CURSO*/
+.fc-header-title h2{
+ color: #0191C7;
+}
+.fc-first .fc-widget-header{
+ font-size: 14px;
+ font-weight: normal;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+.well {
+ background-color: rgba(199,199,199, 0.2);
+ border: 1px solid rgba(96,165,209, 0.2);
+ border-radius: 8px;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
+ margin-bottom: 20px;
+ min-height: 20px;
+ padding: 20px 10px;
+}
+.sidebar-nav img{
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border-radius: 10px;
+}
+#homepage .row .span9 h2{
+ font-size: 26px;
+ font-weight: bold;
+ color: #0191C7;
+ padding-bottom: 8px;
+}
+#homepage .row .span9 p,#homepage .row .span9 ol {
+ color: #6E6E6E;
+}
+#homepage .row .span9 a{
+ color: #0F466A;
+}
+#homepage .row .span9 a:hover{
+ color: #FD6600;
+}
+.page-header h2, .page-header h1{
+ color: #DF0202;
+ font-weight: bold;
+ font-size: 20px;
+ padding-left: 10px;
+
+}
+#course_tools .course-title-tools h3 {
+ margin-top: 10px;
+ color: #DF0202;
+ font-weight: bold;
+}
+.page-header {
+ border: none;
+ margin-top: 0px;
+}
+.well_border{
+ background-color: rgba(199,199,199, 0.2);
+ border: 1px solid rgba(96,165,209, 0.2);
+ border-radius: 8px;
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
+ margin-bottom: 20px;
+ min-height: 20px;
+ padding: 19px;
+}
+.well_border .row .span2 {
+ width: 98px;
+}
+.well_border .row .span2 .thumbnail {
+ background-color: #FFFFFF;
+ background-image: none;
+}
+#hot_courses .row .span9 .well_border .row .span6{
+ width: auto;
+}
+.categories-course-description h3{
+ color: #666666;
+}
+.categories-course-description .text-h3{
+ color: #666666;
+ font-weight: bold;
+ margin-bottom: 5px;
}
#course_tools .content a {
font-size: 12px;
@@ -479,12 +718,17 @@ a:active {
* FOOTER STYLES *
*****************************************************/
footer {
- height: 10em;
- background-color: #FF0000;
- background-image: none;
- background-repeat:repeat-x;
+ height: 7em;
+ background: #ff0000; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff0000 0%, #8a0808 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#8a0808)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff0000 0%,#8a0808 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#8a0808',GradientType=0 ); /* IE6-9 */
color:#ffffff;
- border-top: none;
+ border-top: 1px solid #DF3A01;
}
footer .container .row {
padding-top: 5px;
@@ -493,7 +737,7 @@ footer a:link, footer a:visited {
color: #F1D40D;
}
/*****************************************************
- * DISPLAY MESSAGES *
+ * DISPLAY MESSAGES *
*****************************************************/
/*****************************************************
* CSS CHAT *
@@ -512,8 +756,8 @@ footer a:link, footer a:visited {
color: #ffffff;
border-right:1px solid #222;
border-left:1px solid #222;
-
- background-color: #222;
+
+ background-color: #222;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
background-image: -moz-linear-gradient(top, #333333, #222222);
@@ -526,7 +770,7 @@ footer a:link, footer a:visited {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
-
+
}
#chatboxtitlemain {
cursor: pointer;
@@ -539,34 +783,60 @@ footer a:link, footer a:visited {
* CSS CHAT END *
*****************************************************/
.normal-message {
- color: #00407F;
- border: 1px solid #CDE6F5;
- background: url("images/background_message.png") repeat-x scroll 0 0 #EAF8FE;
+ 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: url("images/background_message.png") repeat-x scroll 0 0 #FFEFA7;
+ 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/background_message.png") repeat-x scroll 0 0 #CAF0C7;
+ 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 #FF0000;
- color: #440000;
- background: url("images/background_message.png") repeat-x scroll 0 0 #FFD1D1;
+ 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 #EEF5FAD3D7;
+ border-radius: 10px;
+}
+.error-message strong{
+ font-weight: normal;
}
-
.social-menu-title {
- background-color:#00AAE3;
+ background-color:#00AAE3;
}
#social-content-online {
background-color:#00AAE3;
}
-
+
.admin_section li {
background-image:url(images/bullet.gif);
}
@@ -582,7 +852,7 @@ footer a:link, footer a:visited {
background:transparent url('images/logob4.gif') no-repeat;
}
-#bottomhellomindfactory {
+#bottomhellomindfactory {
background:transparent url('images/textologo.jpg') no-repeat;
}
@@ -596,11 +866,23 @@ button.login:hover {
/*including "save" image*/
button.save {
- background-image:url(images/button_accept.gif);
+ background:url(images/accept.png) 0 center no-repeat #F0F0F0;
+ color: #666;
+ padding-left: 30px;
+}
+button.save:hover {
+ background:url(images/accept.png) 0 center no-repeat #ffffff;
+ color: #666;
+ padding-left: 30px;
}
/*including "add" image*/
-button.add {
- background-image:url(images/button_add.gif);
+.controls .btn.add {
+ background:url(images/add.png) 0 center no-repeat;
+ padding-left: 36px;
+}
+.controls .btn.add:hover {
+ background:url(images/add.png) 0 center no-repeat;
+ padding-left: 36px;
}
/*including "cancel" image*/
button.cancel {
@@ -608,7 +890,14 @@ button.cancel {
}
/*including "search" image*/
button.search {
- background-image:url(images/bg-button.gif);
+ background:url(images/buttom.png) 0 center no-repeat #F0F0F0;
+ color: #666;
+ padding-left: 30px;
+}
+button.search:hover {
+ background:url(images/buttom.png) 0 center no-repeat #ffffff;
+ color: #666;
+ padding-left: 30px;
}
/*including "plus" image*/
button.plus {
@@ -620,11 +909,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 {
@@ -636,10 +931,10 @@ button.upload {
}
button.arrowr, input.arrowr {
- background-image:url(images/2rightarrow.gif);
+ background-image:url(images/2rightarrow.gif);
}
button.arrowl, input.arrowl {
- background-image:url(images/2leftarrow.gif);
+ background-image:url(images/2leftarrow.gif);
}
.refresh {
background-image:url(images/refresh.png);
@@ -649,6 +944,109 @@ button.arrowl, input.arrowl {
background-image:url(images/portal.png);
}
+/*+++++++++++++++++++++++++++++++++++++++++++
+ + CHAMILO INSTALL
+ ++++++++++++++++++++++++++++++++++++++++++++*/
+.install-mascot{
+ background: url(images/install.png) no-repeat center 0;
+ padding-top: 20em;
+}
+.install-chamilo .navbar{
+ display: none;
+}
+.install-chamilo footer{
+ display: none;
+}
+.install-chamilo .page-header {
+ border-bottom: 2px solid #FD6600;
+}
+.install-chamilo .page-header h1 {
+ line-height: 1;
+ color: #FD6600;
+}
+.install-chamilo header{
+ margin-top: 0;
+ margin-bottom: 0;
+}
+.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+ */
+ 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: 3em;
+ border: 1px solid #E1E1E0;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ 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
++++++++++++++++++++++++++++++++++++++++++++*/
+.bottom_actions_fixed{
+ background: #ff0000; /* Old browsers */
+ background: -moz-linear-gradient(top, #ff0000 0%, #8a0808 100%); /* FF3.6+ */
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#8a0808)); /* Chrome,Safari4+ */
+ background: -webkit-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* Chrome10+,Safari5.1+ */
+ background: -o-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* Opera 11.10+ */
+ background: -ms-linear-gradient(top, #ff0000 0%,#8a0808 100%); /* IE10+ */
+ background: linear-gradient(to bottom, #ff0000 0%,#8a0808 100%); /* W3C */
+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#8a0808',GradientType=0 ); /* IE6-9 */
+ border-top: 2px solid #8F0707;
+}
+.new_actions-fixed {
+ top: 50px;
+}
+
/*CSS ICON BLOCK USER*/
.inbox-social{
background: url("images/icon-chamilo.png") no-repeat 0 -415px;
@@ -686,10 +1084,7 @@ button.arrowl, input.arrowl {
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
@@ -701,9 +1096,38 @@ RESPONSIVE CSS
font-weight: 200;
line-height: 20px;
padding-bottom: 12px;
- padding-top: 8px;
+ padding-top: 12px;
+ color: #FFFFFF;
+}
+.navbar-inner{
+ background: #141616; /* Old browsers */
+background: -moz-linear-gradient(top, #141616 0%, #000000 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141616), color-stop(100%,#000000)); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, #141616 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
+background: -o-linear-gradient(top, #141616 0%,#000000 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, #141616 0%,#000000 100%); /* IE10+ */
+background: linear-gradient(to bottom, #141616 0%,#000000 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141616', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
+.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
+ background-color: #FD6600;
+ color: #FFFFFF;
+}
+.navbar-search {
+ margin-bottom: 0;
+ margin-top: 11px;
+ position: relative;
+}
+.navbar-search .search-query {
+ background:#FFFFFF;
+ color: #666;
+ border: 1px solid #ffffff;
+}
+.navbar .nav .active > a, .navbar .nav .active > a:hover {
+ background:none;
+ color: #FFFFFF;
+}
@media (min-width: 481px) and (max-width: 800px) {
.sidebar-nav h4 {
@@ -748,59 +1172,70 @@ RESPONSIVE CSS
padding-left: 30px;
background-size: 25px auto;
}
-
+
.new-message-social{
background: url("images/icon-chamilo.png") no-repeat 0 -307px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.invitations-social{
background: url("images/icon-chamilo.png") no-repeat 0 -378px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.profile-social{
background: url("images/icon-chamilo.png") no-repeat 0 -414px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.add-course{
background: url("images/icon-chamilo.png") no-repeat 0 -274px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.order-course{
background: url("images/icon-chamilo.png") no-repeat 0 -447px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.history-course{
background: url("images/icon-chamilo.png") no-repeat 0 -481px;
padding-left: 30px;
background-size: 25px auto;
}
-
+
.list-course{
background: url("images/icon-chamilo.png") no-repeat 0 -517px;
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 {
height: 5em;
}
+.welcome-mascot{
+ background: none;
+ padding-right: 0px;
+ padding-bottom: 2em;
+ padding-top: 2em;
+ }
+#homepage .row .span9 h2 {
+ color: #0191C7;
+ font-size: 22px;
+ font-weight: bold;
+ padding-bottom: 8px;
+ line-height: 25px;
+}
+#announcements{
+ display: none;
+}
}
/*+++++++++++++++++++++++++++++++++
END RESPONSIVE CSS
-+++++++++++++++++++++++++++++++++*/
\ No newline at end of file
++++++++++++++++++++++++++++++++++*/
diff --git a/main/css/chamilo_red/images/accept.png b/main/css/chamilo_red/images/accept.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_red/images/accept.png differ
diff --git a/main/css/chamilo_red/images/accept_data.png b/main/css/chamilo_red/images/accept_data.png
new file mode 100644
index 0000000000..252ce9d25e
Binary files /dev/null and b/main/css/chamilo_red/images/accept_data.png differ
diff --git a/main/css/chamilo_red/images/add.png b/main/css/chamilo_red/images/add.png
new file mode 100644
index 0000000000..2c787d0245
Binary files /dev/null and b/main/css/chamilo_red/images/add.png differ
diff --git a/main/css/chamilo_red/images/buttom.png b/main/css/chamilo_red/images/buttom.png
new file mode 100644
index 0000000000..a90b66ce4c
Binary files /dev/null and b/main/css/chamilo_red/images/buttom.png differ
diff --git a/main/css/chamilo_red/images/next.png b/main/css/chamilo_red/images/next.png
new file mode 100644
index 0000000000..e3539a9f68
Binary files /dev/null and b/main/css/chamilo_red/images/next.png differ
diff --git a/main/css/chamilo_red/images/previus.png b/main/css/chamilo_red/images/previus.png
new file mode 100644
index 0000000000..680ac87abc
Binary files /dev/null and b/main/css/chamilo_red/images/previus.png differ