add icons css

1.9.x
Alex 12 years ago committed by Yannick Warnier
parent 0267c86a8e
commit 3d56b93018
  1. BIN
      main/css/blue_lagoon/images/accept_data.png
  2. BIN
      main/css/blue_lagoon/images/add.png
  3. BIN
      main/css/blue_lagoon/images/buttom.png
  4. BIN
      main/css/chamilo_electric_blue/images/accept.png
  5. BIN
      main/css/chamilo_electric_blue/images/accept_data.png
  6. BIN
      main/css/chamilo_electric_blue/images/add.png
  7. BIN
      main/css/chamilo_electric_blue/images/buttom.png
  8. BIN
      main/css/chamilo_electric_blue/images/next.png
  9. BIN
      main/css/chamilo_electric_blue/images/previus.png
  10. 46
      main/css/chamilo_green/default.css
  11. BIN
      main/css/chamilo_green/images/accept.png
  12. BIN
      main/css/chamilo_green/images/accept_data.png
  13. BIN
      main/css/chamilo_green/images/add.png
  14. BIN
      main/css/chamilo_green/images/buttom.png
  15. BIN
      main/css/chamilo_green/images/next.png
  16. BIN
      main/css/chamilo_green/images/previus.png
  17. 751
      main/css/chamilo_orange/default.css
  18. BIN
      main/css/chamilo_orange/images/accept.png
  19. BIN
      main/css/chamilo_orange/images/accept_data.png
  20. BIN
      main/css/chamilo_orange/images/add.png
  21. BIN
      main/css/chamilo_orange/images/blue_arrow.png
  22. BIN
      main/css/chamilo_orange/images/buttom.png
  23. BIN
      main/css/chamilo_orange/images/next.png
  24. BIN
      main/css/chamilo_orange/images/previus.png
  25. 116
      main/css/chamilo_orange/scorm.css
  26. 755
      main/css/chamilo_red/default.css
  27. BIN
      main/css/chamilo_red/images/accept.png
  28. BIN
      main/css/chamilo_red/images/accept_data.png
  29. BIN
      main/css/chamilo_red/images/add.png
  30. BIN
      main/css/chamilo_red/images/buttom.png
  31. BIN
      main/css/chamilo_red/images/next.png
  32. BIN
      main/css/chamilo_red/images/previus.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 916 B

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 B

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 599 B

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

@ -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;
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Loading…
Cancel
Save