Minor - update from 1.11.x

pull/2635/head
Julio Montoya 6 years ago
parent 6b5d3d779a
commit b25c6db2ca
  1. 1134
      assets/css/base.css
  2. 40
      assets/css/chat.css
  3. 36
      assets/css/document.css
  4. 240
      assets/css/editor.css
  5. 172
      assets/css/editor_content.css
  6. 34
      assets/css/print.css
  7. 24
      assets/css/scorm.css
  8. 37
      assets/css/themes/chamilo/default.css

File diff suppressed because it is too large Load Diff

@ -2,9 +2,11 @@
padding: 10px 0;
background: #ffffff;
}
.message-form-chat .nav {
margin-bottom: 0;
}
.message-form-chat .nav-tabs .active a {
background-color: #f6f6f6;
}
@ -21,52 +23,51 @@
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: 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 {
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 {
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 {
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: 1px solid #EBEFF3;
border-bottom: 3px #DEE1E5;
border-left: 2px #DEE1E5;
border-radius: 10px;
display: inline-block;
font-size: 13px;
@ -74,6 +75,7 @@
vertical-align: top;
width: calc(100% - 100px);
}
.message-teacher .message-date {
color: #666;
font-style: italic;
@ -82,6 +84,7 @@
margin-right: 35px;
margin-top: 10px;
}
.message-student .message-date {
color: #666;
font-style: italic;
@ -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;
@ -117,6 +118,7 @@
width: 24px;
border: none;
}
.message-form-chat {
margin-top: 10px;
padding: 5px;
@ -136,7 +138,6 @@
.emoji-wysiwyg-editor {
padding: 3%;
height: 50px;
border: 0;
background-color: #ffffff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
@ -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;
}

@ -93,7 +93,7 @@ float: left;
/* this is for NN6 to clear floats */
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 {
@ -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 {

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

Loading…
Cancel
Save