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; 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{ .message-student .chat-image, .message-teacher .chat-image {
width: 80px; width: 80px;
height: auto; height: auto;
max-height: 80px; max-height: 80px;
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
-moz-border-radius: 10px; -moz-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
border:2px solid #fff; border: 2px solid #fff;
box-shadow: 1px 1px 2px rgba(0,0,0,0.2); 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;
.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; display: inline-block;
font-size: 13px; font-size: 13px;
padding: 15px; padding: 15px;
vertical-align: top; vertical-align: top;
width: calc(100% - 100px); width: calc(100% - 100px);
} }
.message-teacher .icon-message{
.message-teacher .icon-message {
display: inline-block; display: inline-block;
margin-left: -6px; margin-left: -6px;
margin-top: 10px; margin-top: 10px;
width: 0; width: 0;
height: 0; height: 0;
border-top: 0px solid transparent; border-top: 0 solid transparent;
border-bottom: 15px solid transparent; border-bottom: 15px solid transparent;
border-left: 15px solid #EBEFF3; border-left: 15px solid #EBEFF3;
} }
.message-student .icon-message{
.message-student .icon-message {
display: inline-block; display: inline-block;
margin-right: -6px; margin-right: -6px;
margin-top: 10px; margin-top: 10px;
width: 0; width: 0;
height: 0; height: 0;
border-top: 0px solid transparent; border-top: 0 solid transparent;
border-bottom: 15px solid transparent; border-bottom: 15px solid transparent;
border-right: 15px solid #F9F2E0; border-right: 15px solid #F9F2E0;
} }
.message-teacher .content-message{
.message-teacher .content-message {
background-color: #EBEFF3; background-color: #EBEFF3;
color: #000; color: #000;
padding: 10px; margin-bottom: 15px;
margin-bottom: 15px; border: 1px solid #EBEFF3;
border-top: 1px solid #EBEFF3; border-bottom: 3px #DEE1E5;
border-left: 2px solid #DEE1E5; border-left: 2px #DEE1E5;
border-right: 1px solid #EBEFF3; border-radius: 10px;
border-bottom: 3px solid #DEE1E5;
border-radius: 10px;
display: inline-block; display: inline-block;
font-size: 13px; font-size: 13px;
padding: 15px; padding: 15px;
vertical-align: top; vertical-align: top;
width: calc(100% - 100px); width: calc(100% - 100px);
} }
.message-teacher .message-date{
.message-teacher .message-date {
color: #666; color: #666;
font-style: italic; font-style: italic;
font-size: 10px; font-size: 10px;
@ -82,7 +84,8 @@
margin-right: 35px; margin-right: 35px;
margin-top: 10px; margin-top: 10px;
} }
.message-student .message-date{
.message-student .message-date {
color: #666; color: #666;
font-style: italic; font-style: italic;
font-size: 10px; font-size: 10px;
@ -93,16 +96,14 @@
.chat-user { .chat-user {
background-color: #EEEEEE; background-color: #EEEEEE;
border: 1px solid #E2E2E2; border: 1px solid #E2E2E2;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; border-radius: 10px;
color: #666; color: #666;
margin-bottom: -1px; margin-bottom: 5px;
padding: 10px; padding: 10px;
cursor: pointer;
} }
.chat-user .user-image-chat { .chat-user .user-image-chat {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 2px solid #FFF; border: 2px solid #FFF;
border-radius: 10px; border-radius: 10px;
display: inline-block; display: inline-block;
@ -113,11 +114,12 @@
width: 40px; width: 40px;
} }
.emoticons-chat img{ .emoticons-chat img {
width: 24px; width: 24px;
border: none; border: none;
} }
.message-form-chat{
.message-form-chat {
margin-top: 10px; margin-top: 10px;
padding: 5px; padding: 5px;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
@ -134,19 +136,18 @@
.emoji-wysiwyg-editor-preview, .emoji-wysiwyg-editor-preview,
.emoji-wysiwyg-editor { .emoji-wysiwyg-editor {
padding: 3%; padding: 3%;
height: 50px; height: 50px;
border: 0; background-color: #ffffff;
background-color: #ffffff; -webkit-border-radius: 10px;
-webkit-border-radius: 10px; -moz-border-radius: 10px;
-moz-border-radius: 10px; border-radius: 10px;
border-radius: 10px; border: 1px solid #EEEEEE;
border: 1px solid #EEEEEE; color: #666;
color: #666; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
}
#chat-tabs .tab-content {
#chat-tabs .tab-content{
margin-top: 15px; margin-top: 15px;
} }
@ -158,6 +159,7 @@
#chat-users { #chat-users {
margin-left: 0; margin-left: 0;
} }
#chat-users div.chat-user > div { #chat-users div.chat-user > div {
padding: 5px; 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 */ #contentfloatholder {/* also makes the right "sliding" tab */
/*background: url(../pics/sidebar-r.gif) repeat-y 100% 0; /*background: url(../pics/sidebar-r.gif) repeat-y 100% 0;
background: url(../pics/bg_fountain.jpg) no-repeat 100% 0; */ background: url(../pics/bg_fountain.jpg) no-repeat 100% 0; */
float: left; float: left;
width: 100%; width: 100%;
position: relative; position: relative;
} }
#contentfloatholder:after { #contentfloatholder:after {
/* this is for NN6 to clear floats */ /* this is for NN6 to clear floats */
content: "."; content: ".";
display: block; display: block;
height: 0px; height: 0;
clear: both; clear: both;
visibility: hidden; visibility: hidden;
} }
@ -113,7 +113,7 @@ content: ".";
} }
/* Hide from IE5-mac. Only IE-win sees this. \*/ /* Hide from IE5-mac. Only IE-win sees this. \*/
* html #toolnav { * html #toolnav {
margin-right: 0px; margin-right: 0;
} }
* html #center { * html #center {
height: 1%; height: 1%;
@ -169,13 +169,11 @@ content: ".";
/* normal and error message-box */ /* normal and error message-box */
.normal-message, .error-message { .normal-message, .error-message {
position: relative; position: relative;
margin: 10px auto; margin: 10px auto 10px -250px;
margin-left: -250px;
width: 500px; width: 500px;
left: 50%; left: 50%;
right: 50%; right: 50%;
border-width: 1px; border: 1px solid;
border-style: solid;
padding: 5px; padding: 5px;
} }
.normal-message { .normal-message {
@ -261,7 +259,7 @@ dl.upload_option {
/* styles for general formatting */ /* styles for general formatting */
.clear { .clear {
clear: both; clear: both;
line-height: 0px; line-height: 0;
height: 0; height: 0;
} }
p, blockquote, ol, ul { p, blockquote, ol, ul {
@ -275,8 +273,8 @@ h2 {
} }
h3 { h3 {
font-size: 15px; font-size: 15px;
margin-top:0px; margin-top:0;
padding-top:0px; padding-top:0;
} }
h4 { h4 {
font-size: 12px; font-size: 12px;
@ -302,21 +300,21 @@ a:active {
} }
input.link_alike { input.link_alike {
background-color: #FFFFFF; background-color: #FFFFFF;
border-width: 0px; border-width: 0;
color: #4171b5; color: #4171b5;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
padding: 0px; padding: 0;
margin: 0px; margin: 0;
} }
input.link_alike:hover { input.link_alike:hover {
background-color: #FFFFFF; background-color: #FFFFFF;
border-width: 0px; border-width: 0;
color: #FF0000; color: #FF0000;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
padding: 0px; padding: 0;
margin: 0px; margin: 0;
} }
/* the following for the greyed out elements */ /* the following for the greyed out elements */
a.nobold:link, a.nobold:visited, a.nobold:active { 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; background-color: #fff;
} }
.data_table td .highlight { .data_table td .highlight {
font-weight: bold; font-weight: bold;
} }
.data_table td { .data_table td {
padding: 5px; padding: 5px;
@ -520,23 +518,23 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
} }
.data_table_no_border { .data_table_no_border {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
font-size: 12px; font-size: 12px;
margin-bottom: 15px; margin-bottom: 15px;
margin-top: 8px; margin-top: 8px;
text-align: left; text-align: left;
width: 100%; width: 100%;
} }
.data_table_no_border td { .data_table_no_border td {
line-height: normal; line-height: normal;
padding: 6px; padding: 6px;
text-align: left; text-align: left;
vertical-align: middle; vertical-align: middle;
} }
.data_table_no_border .highlight { .data_table_no_border .highlight {
font-weight: bold; font-weight: bold;
} }
/* admin page tool list definitions */ /* admin page tool list definitions */
@ -553,8 +551,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
float: left; float: left;
position: relative; position: relative;
margin: 0; margin: 0;
padding: 0px; padding: 8px 0 0;
padding-top: 8px;
background: #fff; background: #fff;
} }
.home_news { .home_news {
@ -562,8 +559,7 @@ padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;}
float: right; float: right;
position: relative; position: relative;
margin: 0; margin: 0;
padding: 0px; padding: 8px 0 0;
padding-top: 8px;
background: #fff; background: #fff;
} }
label.left { label.left {
@ -663,7 +659,7 @@ div.system_announcement_content {
* special print ccs classes * * special print ccs classes *
*****************************************************/ *****************************************************/
a.full_url_print:after { a.full_url_print:after {
content: "(" attr(href) ")"; content: "(" attr(href) ")";
font-size: 75%; font-size: 75%;
} }
@ -674,15 +670,15 @@ div.system_announcement_content {
/* New print CSS */ /* New print CSS */
.pdf-header{ .pdf-header{
border-bottom: 1px solid #CCC; border-bottom: 1px solid #CCC;
margin-bottom: 100px; margin-bottom: 100px;
} }
.pdf-header .logo a img{ .pdf-header .logo a img{
width: 100px; width: 100px;
} }
table{ table{
display: block; display: block;
width: 100%; width: 100%;
} }
table th, table th,
table td { table td {

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

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

@ -5,33 +5,9 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Based on Bootstrap v3 * 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 { body {
margin: 0; margin: 0;
font-family: 'Open Sans', sans-serif;
} }
a { a {
@ -47,11 +23,6 @@ a:focus {
outline: none; outline: none;
} }
.navbar{
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.navbar-nav > li{ .navbar-nav > li{
margin-bottom: 0; margin-bottom: 0;
} }
@ -60,7 +31,6 @@ a:focus {
} }
.navbar-default { .navbar-default {
background: #337AB7; 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); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
} }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:focus,
@ -133,11 +103,6 @@ a:focus {
.panel-default{ .panel-default{
border-color: #ECF0F1; border-color: #ECF0F1;
} }
.panel-default .panel-heading{
color: #2c3e50;
background-color:#ECF0F1;
border-color: #ECF0F1;
}
/* Jquery UI */ /* Jquery UI */
.ui-accordion .ui-accordion-icons{ .ui-accordion .ui-accordion-icons{
padding-left: 0.2em; padding-left: 0.2em;

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

Loading…
Cancel
Save