Minor - update from 1.11.x

pull/2635/head
Julio Montoya 6 years ago
parent 6b5d3d779a
commit b25c6db2ca
  1. 1212
      assets/css/base.css
  2. 128
      assets/css/chat.css
  3. 36
      assets/css/document.css
  4. 240
      assets/css/editor.css
  5. 172
      assets/css/editor_content.css
  6. 76
      assets/css/print.css
  7. 230
      assets/css/responsive.css
  8. 26
      assets/css/scorm.css
  9. 37
      assets/css/themes/chamilo/default.css
  10. 16
      assets/css/themes/chamilo/learnpath.css

File diff suppressed because it is too large Load Diff

@ -1,80 +1,82 @@
.page-chat{
.page-chat {
padding: 10px 0;
background:#ffffff;
background: #ffffff;
}
.message-form-chat .nav{
margin-bottom: 0;
.message-form-chat .nav {
margin-bottom: 0;
}
.message-form-chat .nav-tabs .active a{
background-color: #f6f6f6;
.message-form-chat .nav-tabs .active a {
background-color: #f6f6f6;
}
.message-student .chat-image, .message-teacher .chat-image{
width: 80px;
height: auto;
max-height: 80px;
display: inline-block;
vertical-align: top;
-webkit-border-radius: 10px;
.message-student .chat-image, .message-teacher .chat-image {
width: 80px;
height: auto;
max-height: 80px;
display: inline-block;
vertical-align: top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border:2px solid #fff;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.message-student .content-message{
background-color: #F9F2E0;
color: #000;
padding: 10px;
margin-bottom: 15px;
border-top: 1px solid #F9F2E0;
border-left: 1px solid #F9F2E0;
border-right: 2px solid #F7E5B9;
border-bottom: 3px solid #F7E5B9;
border-radius: 10px;
border: 2px solid #fff;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.message-student .content-message {
background-color: #F9F2E0;
color: #000;
margin-bottom: 15px;
border: 1px solid #F9F2E0;
border-right: 2px #F7E5B9;
border-bottom: 3px #F7E5B9;
border-radius: 10px;
display: inline-block;
font-size: 13px;
padding: 15px;
vertical-align: top;
width: calc(100% - 100px);
}
.message-teacher .icon-message{
.message-teacher .icon-message {
display: inline-block;
margin-left: -6px;
margin-top: 10px;
width: 0;
height: 0;
border-top: 0px solid transparent;
border-top: 0 solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #EBEFF3;
}
.message-student .icon-message{
.message-student .icon-message {
display: inline-block;
margin-right: -6px;
margin-top: 10px;
width: 0;
height: 0;
border-top: 0px solid transparent;
border-top: 0 solid transparent;
border-bottom: 15px solid transparent;
border-right: 15px solid #F9F2E0;
}
.message-teacher .content-message{
.message-teacher .content-message {
background-color: #EBEFF3;
color: #000;
padding: 10px;
margin-bottom: 15px;
border-top: 1px solid #EBEFF3;
border-left: 2px solid #DEE1E5;
border-right: 1px solid #EBEFF3;
border-bottom: 3px solid #DEE1E5;
border-radius: 10px;
color: #000;
margin-bottom: 15px;
border: 1px solid #EBEFF3;
border-bottom: 3px #DEE1E5;
border-left: 2px #DEE1E5;
border-radius: 10px;
display: inline-block;
font-size: 13px;
padding: 15px;
vertical-align: top;
width: calc(100% - 100px);
}
.message-teacher .message-date{
.message-teacher .message-date {
color: #666;
font-style: italic;
font-size: 10px;
@ -82,7 +84,8 @@
margin-right: 35px;
margin-top: 10px;
}
.message-student .message-date{
.message-student .message-date {
color: #666;
font-style: italic;
font-size: 10px;
@ -93,16 +96,14 @@
.chat-user {
background-color: #EEEEEE;
border: 1px solid #E2E2E2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
color: #666;
margin-bottom: -1px;
margin-bottom: 5px;
padding: 10px;
cursor: pointer;
}
.chat-user .user-image-chat {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 2px solid #FFF;
border-radius: 10px;
display: inline-block;
@ -113,11 +114,12 @@
width: 40px;
}
.emoticons-chat img{
width: 24px;
border: none;
.emoticons-chat img {
width: 24px;
border: none;
}
.message-form-chat{
.message-form-chat {
margin-top: 10px;
padding: 5px;
-webkit-border-radius: 10px;
@ -134,19 +136,18 @@
.emoji-wysiwyg-editor-preview,
.emoji-wysiwyg-editor {
padding: 3%;
height: 50px;
border: 0;
background-color: #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #EEEEEE;
color: #666;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset;
}
#chat-tabs .tab-content{
padding: 3%;
height: 50px;
background-color: #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #EEEEEE;
color: #666;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset;
}
#chat-tabs .tab-content {
margin-top: 15px;
}
@ -158,6 +159,7 @@
#chat-users {
margin-left: 0;
}
#chat-users div.chat-user > div {
padding: 5px;
}

@ -0,0 +1,36 @@
/*
Stylesheet for HTML documents created with CKEditor.
This stylesheet must import editor_content.css file
*/
@import url(./editor_content.css);
body {
color: #666;
font-family: 'Open Sans', sans-serif;
line-height: 30px;
padding: 1em;
}
blockquote {
background: #f9f9f9;
border-left: 8px solid #ccc;
display: inline-block;
font: 14px/20px italic Times, serif;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}

@ -1,240 +0,0 @@
/*
Theme Name: Frame Scorm
URI Project: http://www.chamilo.org
Description: Styles main base of Chamilo LMS appearance, works with Bootstrap 3.0.x
Author:
alex.aragon@beeznest.com
Version: 1.0
*/
body{
color: #666;
font-family: 'Open Sans', sans-serif;
line-height: 30px;
}
.ck{
display: block;
font-style: normal;
font-weight: normal;
line-height: 1;
font-size-adjust: none;
font-stretch: normal;
font-feature-settings: normal;
font-language-override: normal;
font-kerning: auto;
font-synthesis: weight style;
font-variant: normal;
}
.ck-article{
text-transform: uppercase;
color: #E95839;
font-weight: bold;
background: url(../../public/img/document/border-title.png) repeat-x 0 80%;
padding-bottom: 2%;
margin-bottom: 10px;
}
.ck-article:before{
content: "\f15c";
margin-right: 5px;
font-family: FontAwesome;
font-weight: normal;
}
.ck-paragraph-box{
background-color: #F5EEE2;
padding: 2% 3%;
line-height: 20px;
}
.ck-title{
display: block;
font-weight: bold;
color: #000;
}
.ck-title2{
padding-top: 0;
margin-top: 0;
font-weight: 500;
position: relative;
color: #000;
}
.ck-title2:after{
background-color:#E95839;
margin: 10px 0px 0px;
width: 50px;
height: 2px;
display: block;
content: "";
}
figure .image.alignleft{
margin: 0 20px 20px 0;
}
figure .image.alignright{
margin: 0 20px 0px 20px;
}
figure .image{
margin: 0 20px 0px 20px;
}
figure figcaption{
text-align: left;
background-color: #f3f3f3;
padding-top: 0px;
margin: 0px;
border-radius: 0px;
padding-left: 5px;
}
figure{
border: 1px solid #ddd;
margin-bottom: 20px !important;
padding: 5px;
border-radius: 5px;
}
blockquote {
background: #f9f9f9;
border-left: 8px solid #ccc;
font: 14px/20px italic Times, serif;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
display: inline-block;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
.ck-stand-out{
background-color: yellow;
}
/* line horizontal separation */
.ck-style1 {
height: 6px;
background: url(../../public/img/document/hr-1.png) repeat-x 0 0;
border: 0;
}
.ck-style2 {
height: 6px;
background: url(../../public/img/document/hr-2.png) repeat-x 0 0;
border: 0;
}
.ck-style3 {
border-top: 1px dashed #8c8b8b;
}
.ck-style3:after {
content: '\002702';
display: inline-block;
position: relative;
top: -12px;
left: 40px;
padding: 0 3px;
background: #FFF;
color: #8c8b8b;
font-size: 18px;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert-dismissible {
padding-right: 35px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.img-responsive {
max-width: 100%;
height: auto;
}
.img-va-baseline {
vertical-align: baseline;
}
.img-va-top {
vertical-align: top;
}
.img-va-bottom {
vertical-align: bottom;
}
.img-va-middle {
vertical-align: middle;
}
.img-va-super {
vertical-align: super;
}
.img-va-sub {
vertical-align: sub;
}
.img-va-text-top {
vertical-align: text-top;
}
.img-va-text-bottom {
vertical-align: text-bottom;
}
@media (max-width: 767px) {
.img-responsive {
display: block;
}
}

@ -0,0 +1,172 @@
/*
Stylesheet for HTML blocks created with CKEditor to embed in Chamilo pages.
*/
/* Hack for show Bootstrap alerts in CKEditor' style select */
.cke_panel_listItem a > :first-child {
margin-bottom: 0;
}
.ck {
display: block;
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
}
.ck-article {
color: #E95839;
background: url(../../main/img/document/border-title.png) repeat-x 0 80%;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 2%;
text-transform: uppercase;
}
.ck-article:before {
content: "\f15c";
font-family: FontAwesome;
font-weight: normal;
margin-right: 5px;
}
.ck-paragraph-box {
background-color: #F5EEE2;
line-height: 20px;
padding: 2% 3%;
}
.ck-title {
color: #000;
display: block;
font-weight: bold;
}
.ck-title2 {
color: #000;
font-weight: 500;
margin-top: 0;
padding-top: 0;
position: relative;
}
.ck-title2:after {
background-color: #E95839;
content: "";
display: block;
height: 2px;
margin: 10px 0 0;
width: 50px;
}
.ck-stand-out {
background-color: yellow;
}
.ck-style1 {
background: url(../../main/img/document/hr-1.png) repeat-x 0 0;
border: 0;
height: 6px;
}
.ck-style2 {
background: url(../../main/img/document/hr-2.png) repeat-x 0 0;
border: 0;
height: 6px;
}
.ck-style3 {
border-top: 1px dashed #8c8b8b;
}
.ck-style3:after {
background: #FFF;
color: #8c8b8b;
content: '\002702';
display: inline-block;
font-size: 18px;
left: 40px;
padding: 0 3px;
position: relative;
top: -12px;
}
.img-va-baseline {
vertical-align: baseline;
}
.img-va-top {
vertical-align: top;
}
.img-va-bottom {
vertical-align: bottom;
}
.img-va-middle {
vertical-align: middle;
}
.img-va-super {
vertical-align: super;
}
.img-va-sub {
vertical-align: sub;
}
.img-va-text-top {
vertical-align: text-top;
}
.img-va-text-bottom {
vertical-align: text-bottom;
}
figure.image {
border: 1px solid #ddd;
border-radius: 5px;
display: inline-block;
margin-bottom: 1em;
padding: 5px;
}
.cke_widget_image.pull-right,
img.pull-right,
figure.image.pull-right {
margin-left: 1em;
}
.cke_widget_image.pull-left,
img.pull-left,
figure.image.pull-left {
margin-right: 1em;
}
.text-center .img-responsive {
margin-left: auto;
margin-right: auto;
}
.cke_widget_image.pull-left figure.image,
.cke_widget_image.pull-right figure.image,
figure.image.pull-left,
figure.image.pull-right {
display: block;
}
figure.image figcaption {
background-color: #f3f3f3;
border-radius: 0;
margin: 0;
padding-left: 5px;
padding-top: 0;
text-align: left;
}

@ -85,15 +85,15 @@ img {
#contentfloatholder {/* also makes the right "sliding" tab */
/*background: url(../pics/sidebar-r.gif) repeat-y 100% 0;
background: url(../pics/bg_fountain.jpg) no-repeat 100% 0; */
float: left;
float: left;
width: 100%;
position: relative;
}
#contentfloatholder:after {
/* this is for NN6 to clear floats */
content: ".";
content: ".";
display: block;
height: 0px;
height: 0;
clear: both;
visibility: hidden;
}
@ -113,7 +113,7 @@ content: ".";
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #toolnav {
margin-right: 0px;
margin-right: 0;
}
* html #center {
height: 1%;
@ -169,13 +169,11 @@ content: ".";
/* normal and error message-box */
.normal-message, .error-message {
position: relative;
margin: 10px auto;
margin-left: -250px;
margin: 10px auto 10px -250px;
width: 500px;
left: 50%;
right: 50%;
border-width: 1px;
border-style: solid;
border: 1px solid;
padding: 5px;
}
.normal-message {
@ -261,7 +259,7 @@ dl.upload_option {
/* styles for general formatting */
.clear {
clear: both;
line-height: 0px;
line-height: 0;
height: 0;
}
p, blockquote, ol, ul {
@ -275,8 +273,8 @@ h2 {
}
h3 {
font-size: 15px;
margin-top:0px;
padding-top:0px;
margin-top:0;
padding-top:0;
}
h4 {
font-size: 12px;
@ -302,21 +300,21 @@ a:active {
}
input.link_alike {
background-color: #FFFFFF;
border-width: 0px;
border-width: 0;
color: #4171b5;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
}
input.link_alike:hover {
background-color: #FFFFFF;
border-width: 0px;
border-width: 0;
color: #FF0000;
font-weight: bold;
text-align: left;
padding: 0px;
margin: 0px;
padding: 0;
margin: 0;
}
/* the following for the greyed out elements */
a.nobold:link, a.nobold:visited, a.nobold:active {
@ -509,7 +507,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
background-color: #fff;
}
.data_table td .highlight {
font-weight: bold;
font-weight: bold;
}
.data_table td {
padding: 5px;
@ -520,23 +518,23 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
}
.data_table_no_border {
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin-bottom: 15px;
margin-top: 8px;
text-align: left;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
font-size: 12px;
margin-bottom: 15px;
margin-top: 8px;
text-align: left;
width: 100%;
}
.data_table_no_border td {
line-height: normal;
padding: 6px;
text-align: left;
vertical-align: middle;
line-height: normal;
padding: 6px;
text-align: left;
vertical-align: middle;
}
.data_table_no_border .highlight {
font-weight: bold;
font-weight: bold;
}
/* admin page tool list definitions */
@ -553,8 +551,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
float: left;
position: relative;
margin: 0;
padding: 0px;
padding-top: 8px;
padding: 8px 0 0;
background: #fff;
}
.home_news {
@ -562,8 +559,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
float: right;
position: relative;
margin: 0;
padding: 0px;
padding-top: 8px;
padding: 8px 0 0;
background: #fff;
}
label.left {
@ -663,7 +659,7 @@ div.system_announcement_content {
* special print ccs classes *
*****************************************************/
a.full_url_print:after {
a.full_url_print:after {
content: "(" attr(href) ")";
font-size: 75%;
}
@ -674,15 +670,15 @@ div.system_announcement_content {
/* New print CSS */
.pdf-header{
border-bottom: 1px solid #CCC;
margin-bottom: 100px;
border-bottom: 1px solid #CCC;
margin-bottom: 100px;
}
.pdf-header .logo a img{
width: 100px;
width: 100px;
}
table{
display: block;
width: 100%;
display: block;
width: 100%;
}
table th,
table td {

@ -24,10 +24,10 @@ The more frequent ones have been marked with *
display:none;
}
.navbar {
margin-top: 0em;
margin-top: 0em;
}
.navbar .brand {
font-size: 14px;
font-size: 14px;
}
#main_content .span3 #login_block {
width: 160px;
@ -46,7 +46,7 @@ The more frequent ones have been marked with *
}
/* Smaller brand */
.navbar .brand {
font-size: 14px;
font-size: 14px;
}
/* In order to avoid clicking in the main title instead of the expand button */
@ -129,7 +129,7 @@ The more frequent ones have been marked with *
padding-left: 0;
padding-right: 0;
}
header #header_left {
display: block;
}
@ -143,47 +143,47 @@ The more frequent ones have been marked with *
}
#header_right #notifications {
padding:0;
padding:0;
}
/* THEMATIC COURSE */
/* THEMATIC COURSE */
.score-thematic .score {
text-align: left;
width: 90px;
float: left;
padding-left: 5px;
text-align: left;
width: 90px;
float: left;
padding-left: 5px;
}
.score-thematic .name-student {
display: none;
display: none;
}
.score-thematic .span8 {
width: 320px;
width: 320px;
}
.accordion-heading .title-accordion{
background: none;
background: none;
}
.accordion-heading .accordion-toggle{
margin-right: 0;
margin-right: 0;
}
.accordion-inner .span4 .row-fluid .span4 {
width: 105px;
width: 105px;
}
.navbar .nav > li > a {
float: none;
line-height: 20px;
padding-bottom: 7px;
padding-right: 10px;
padding-top: 7px;
color: #FFFFFF;
}
/* END THEMATIC COURSE */
float: none;
line-height: 20px;
padding-bottom: 7px;
padding-right: 10px;
padding-top: 7px;
color: #FFFFFF;
}
/* END THEMATIC COURSE */
#top_main_content .span6 {
width: 100%;
}
.well.form-inline {
clear: both;
display: inline-block;
margin-top: 22px;
width: 100%;
clear: both;
display: inline-block;
margin-top: 22px;
width: 100%;
}
.nav.nav-pills {
background:#E9E9E9;
@ -199,8 +199,8 @@ The more frequent ones have been marked with *
border-bottom: 1px solid #0191C7;
}
#login_block #formLogin, #login_block #lang_form, #notice_block .homepage_notice {
color: #777777;
font-size: 14px;
color: #777777;
font-size: 14px;
}
#main_content .course-box .row .span7 .row .span6 h3 {
font-size: 14px;
@ -220,32 +220,32 @@ The more frequent ones have been marked with *
.welcome-home-top-temp img{
height: 100%;
max-width: 100%;
}
}
#top_main_content .menu-column #reservation_block, #top_main_content .menu-column #notice_block, #top_main_content .menu-column #help_block {
clear: both;
display: block;
width: auto;
clear: both;
display: block;
width: auto;
}
#profile_block .nav-list li, #course_block .nav-list li {
padding-bottom: 10px;
padding-top: 10px;
}
.well_border .row .span2 .thumbnail {
background-color: #FFFFFF;
background-image: none;
display: none;
visibility: hidden;
background-color: #FFFFFF;
background-image: none;
display: none;
visibility: hidden;
}
.navbar {
margin-top: 0em;
margin-top: 0em;
}
header{
margin-top: 15px;
}
.subnav .dropdown-menu li a {
color: #FFFFFF;
font-weight: normal;
color: #FFFFFF;
font-weight: normal;
}
.subnav .navbar-inner .in{
@ -267,8 +267,8 @@ The more frequent ones have been marked with *
background: none;
border:none;
box-shadow: none;
}
#top_main_content .menu-column #course_block{
}
#top_main_content .menu-column #course_block{
float: none;
clear: both;
width: 250px;
@ -276,7 +276,7 @@ The more frequent ones have been marked with *
background: none;
border:none;
box-shadow: none;
}
}
/* No topbar */
@ -291,7 +291,7 @@ The more frequent ones have been marked with *
/* Brand fix */
.navbar .brand {
font-size: 14px;
font-size: 14px;
}
.subnav .dropdown-toggle {
@ -415,7 +415,7 @@ The more frequent ones have been marked with *
.section-mycourses #main_content {
margin-right: 15px;
width: 100%
;
;
}
.section-mycourses .course-box .course-box-actions {
display: none;
@ -434,10 +434,10 @@ The more frequent ones have been marked with *
#topbar {
display:none;
}
.subnav .dropdown-menu li a {
color: #FFFFFF;
font-weight: normal;
color: #FFFFFF;
font-weight: normal;
}
header{
margin-top: 15px;
@ -453,18 +453,18 @@ The more frequent ones have been marked with *
width: 445px;
clear: both;
float: left;
}
#top_main_content .menu-column .block_tools_info{
#top_main_content .menu-column .block_tools_info{
width: 225px;
float: left;
}
#top_main_content .menu-column .block_tools_info #help_block{
display: none;
visibility: hidden;
}
}
#top_main_content .menu-column .block_tools_info #help_block{
display: none;
visibility: hidden;
}
#top_main_content .menu-column #user_image_block{
float: left;
width: 100px;
@ -481,18 +481,18 @@ The more frequent ones have been marked with *
border: 3px solid #FFFFFF;
-webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.71);
-moz-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.71);
box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.71);
box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.71);
}
#top_main_content .menu-column #profile_block{
#top_main_content .menu-column #profile_block{
float: left;
width: 250px;
margin-left: 10px;
background: none;
border:none;
box-shadow: none;
}
}
input.span2, textarea.span2, .uneditable-input.span2 {
input.span2, textarea.span2, .uneditable-input.span2 {
height: 45px;
width: 97%;
}
@ -505,28 +505,28 @@ The more frequent ones have been marked with *
#top_main_content .menu-column .well{
padding: 15px;
}
.nav-list > li > a {
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
font-size: 16px;
.nav-list > li > a {
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
font-size: 16px;
}
.bx-prev,.bx-next{
display: none;
display: none;
}
.pagerslide h2 {
display: none;
visibility: hidden;
display: none;
visibility: hidden;
}
#login_block #formLogin, #login_block #lang_form, #notice_block .homepage_notice {
color: #666666;
font-size: 14px;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
padding-top: 3px;
color: #666666;
font-size: 14px;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
padding-top: 3px;
}
/* only for the course tools */
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] {
@ -548,7 +548,7 @@ The more frequent ones have been marked with *
display:none;
}
#footer_right #admin_name, #footer_right #software_name {
#footer_right #admin_name, #footer_right #software_name {
text-align: center !important;
}
@ -581,8 +581,8 @@ The more frequent ones have been marked with *
width: 100%;
height: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.subnav .nav > li {
float: none;
@ -596,14 +596,14 @@ The more frequent ones have been marked with *
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
border-radius: none;
}
.subnav .navbar-inner li a:hover {
color: #fff;
}
/* .new_actions */
/* .new_actions */
.new_actions {
border:1px solid #fff;
position: static;
@ -612,18 +612,18 @@ The more frequent ones have been marked with *
width: 100%;
height: auto;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-align: center;
-moz-box-shadow: none;
box-shadow: none;
text-align: center;
}
.new_actions .nav > li {
float: left;
}
.well.form-inline {
display: inline-block;
margin-top: 15px;
width: 100%;
}
display: inline-block;
margin-top: 15px;
width: 100%;
}
.new_actions .nav > li > a {
border: 0;
}
@ -633,8 +633,8 @@ The more frequent ones have been marked with *
.new_actions .nav > li:first-child > a,
.new_actions .nav > li:first-child > a:hover {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
/* Some fixes for w~720px */
@ -656,7 +656,7 @@ The more frequent ones have been marked with *
.section-mycampus .hot-course-box, .section-mycourses .course-box {
width: 95%;
}
#top_main_content .span9 {
#top_main_content .span9 {
float: left;
width: 720px;
}
@ -703,29 +703,29 @@ The more frequent ones have been marked with *
visibility: hidden;
}
#top_main_content .menu-column #reservation_block, #top_main_content .menu-column #notice_block, #top_main_content .menu-column #help_block {
/*width: 94%;*/
/*width: 94%;*/
}
footer {
padding-top: 2em;
padding-bottom: 2em;
}
#top_main_content .span9 {
width: 100%;
clear: both;
width: 100%;
clear: both;
}
.section-mycampus #hot_courses .page-header {
width: 565px;
width: 565px;
}
/*.course-tool {
width: 190px;
}*/
.well_border .row .span2 .thumbnail {
background-color: #FFFFFF;
background-image: none;
float: left;
margin-right: 10px;
border: none;
box-shadow: none;
background-color: #FFFFFF;
background-image: none;
float: left;
margin-right: 10px;
border: none;
box-shadow: none;
}
#top_main_content .menu-column .block_user_info {
width: 280px;
@ -740,8 +740,8 @@ The more frequent ones have been marked with *
clear: both;
}
#settings .span6 {
min-height: 260px;
width: 100%;
min-height: 260px;
width: 100%;
}
#settings .form-search .span3 {
float: left;
@ -779,13 +779,13 @@ The more frequent ones have been marked with *
header{
margin-top: 15px;
}
#homepage .row .span9{
width: 610px;
width: 610px;
}
.subnav .dropdown-menu li a {
color: #FFFFFF;
font-weight: normal;
color: #FFFFFF;
font-weight: normal;
}
/* fixes tabs */
@ -802,8 +802,8 @@ The more frequent ones have been marked with *
color: #ccc;
}
.subnav .nav > li > a:hover,
.subnav .dropdown-menu a:hover {
.subnav .nav > li > a:hover,
.subnav .dropdown-menu a:hover {
}
.course-tool {
width: 220px;
@ -838,7 +838,7 @@ The more frequent ones have been marked with *
.section-social-network .social-network-menu {
width: 200px;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
@ -850,13 +850,13 @@ The more frequent ones have been marked with *
display: none;
visibility: hidden;
}
}
/* LARGE DESKTOP SCREENS */
@media (min-width: 1201px) {
#top_main_content .span12 {
/* width: 98%; */
/* width: 98%; */
}
/* only for the course tools */
#course_tools .row > [class*="span"], #course_tools .row-fluid > [class*="span"] {
@ -867,7 +867,7 @@ The more frequent ones have been marked with *
}
.btn-invitations {
margin-left: 120px;
}
}
.btn-msg {
padding-left: 27px;
}
@ -879,6 +879,6 @@ The more frequent ones have been marked with *
padding-left: 27px;
padding-right:5px;
}
}

@ -75,8 +75,8 @@ See https://support.chamilo.org/issues/6976
background-image: -ms-linear-gradient(top, #666, #999);
background-image: -o-linear-gradient(top, #666, #999);
background-image: linear-gradient(top, #666, #999);
margin-right: 0px;
padding: 10px 0px 10px 0px;
margin-right: 0;
padding: 10px 0 10px 0;
text-decoration: none;
}
@ -149,10 +149,7 @@ See https://support.chamilo.org/issues/6976
.level_3 {
margin: 0 0.5em 0 60px;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding: 5px 5px 5px 30px;
line-height: 14px;
}
@ -313,6 +310,8 @@ See https://support.chamilo.org/issues/6976
#scorm-info {
padding: 0;
background-color: #EBF3F5;
display: inline-block;
width: 100%;
}
#scorm-info .description-autor p {
@ -345,6 +344,13 @@ See https://support.chamilo.org/issues/6976
.scorm-title {
padding: 10px;
display: inline-block;
width: 100%;
}
.scorm-body{
display: inline-block;
width: 100%;
}
.scorm-title h4 {
@ -566,6 +572,7 @@ See https://support.chamilo.org/issues/6976
.scorm_item_normal.scorm_highlight.scorm_not_attempted {
background: url(../../public/img/icons/svg/check-not-attempted.svg) #00829C right center no-repeat;
}
.scorm_item_normal.scorm_highlight.scorm_completed {
background: url(../../public/img/icons/svg/check-highlight.svg) #00829C right center no-repeat;
}
@ -589,9 +596,11 @@ See https://support.chamilo.org/issues/6976
.scorm-collapse-list .sub-item {
padding-left: 20px;
}
.scorm_item_normal.scorm_highlight a{
.scorm_item_normal.scorm_highlight a {
color: #FFFFFF;
}
/* END LP VIEW COLLAPSE */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
@ -649,16 +658,19 @@ See https://support.chamilo.org/issues/6976
width: calc(100% - 465px);
}
}
@media (min-width: 979px) and (max-width: 1024px) {
#panel-scorm .image-avatar {
display: none;
}
}
@media (min-width: 768px) and (max-width: 978px) {
#panel-scorm .image-avatar {
display: none;
}
}
@media (min-width: 480px) and (max-width: 767px) {
#panel-scorm .image-avatar {
display: none;

@ -5,33 +5,9 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Based on Bootstrap v3
*/
/*@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/OpenSans-Light.woff2) format('woff2'), url(fonts/OpenSans-Light.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(fonts/OpenSans.woff2) format('woff2'), url(fonts/OpenSans.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/OpenSans-Semibold.woff2) format('woff2'), url(fonts/OpenSans-Semibold.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/OpenSans-Bold.woff2) format('woff2'), url(fonts/OpenSans-Bold.woff) format('woff');
}*/
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
}
a {
@ -47,11 +23,6 @@ a:focus {
outline: none;
}
.navbar{
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.navbar-nav > li{
margin-bottom: 0;
}
@ -60,7 +31,6 @@ a:focus {
}
.navbar-default {
background: #337AB7;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > li > a:focus,
@ -133,11 +103,6 @@ a:focus {
.panel-default{
border-color: #ECF0F1;
}
.panel-default .panel-heading{
color: #2c3e50;
background-color:#ECF0F1;
border-color: #ECF0F1;
}
/* Jquery UI */
.ui-accordion .ui-accordion-icons{
padding-left: 0.2em;

@ -9,7 +9,7 @@ span.messagesmall {
font-style : italic;
color : Red;
}
/* newscorm/learnpath */
/* newscorm/learnpath */
div.lp_actions {
background:#F8F8F8;
@ -152,12 +152,12 @@ table.lp_overview th.exercise {
width:50px;
}
table.lp_form input, table.lp_form select, table.lp_form textarea {
/* background:#F8F8F8;
border:1px solid #999999;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
padding:1px 2px;
width:300px;*/
/* background:#F8F8F8;
border:1px solid #999999;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
padding:1px 2px;
width:300px;*/
}
table.lp_form td.radio input, table.lp_form td.exercise input {
width:auto;
@ -166,7 +166,7 @@ table.lp_form .small_form {
background:#FFFFFF;
}
table.lp_form select {
/* padding:0;*/
/* padding:0;*/
}
table.lp_form input.button {
width:75px;

Loading…
Cancel
Save