You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6376 lines
129 KiB
6376 lines
129 KiB
/*
|
|
* Common CSS for all themes
|
|
*/
|
|
|
|
/* some changes to the bootstrap.css */
|
|
|
|
/* when doing a var_dump*/
|
|
|
|
pre {
|
|
margin-top:50px !important;
|
|
}
|
|
html,body{
|
|
height: 100%;
|
|
}
|
|
#page-wrap{
|
|
margin: auto;
|
|
height: auto;
|
|
height: auto;
|
|
min-height: 100%;
|
|
}
|
|
#page-wrap:after{
|
|
width: 100%;
|
|
height: 150px;
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
/* chzn-select fix */
|
|
select {
|
|
width : auto;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: visible;
|
|
}
|
|
|
|
/* NEW CSS BASE */
|
|
.logo{
|
|
margin-bottom: 10px;
|
|
padding: 5px;
|
|
margin-top: 10px;
|
|
}
|
|
.clear-header{
|
|
height: 60px;
|
|
}
|
|
.title-tools{
|
|
text-align: left;
|
|
font-size: 20px;
|
|
margin-bottom: 20px;
|
|
padding-top: 10px;
|
|
padding-left: 20px;
|
|
}
|
|
#formLogin .input-group{
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
#login_block .nav-pills{
|
|
margin-bottom: 5px;
|
|
padding-top: 10px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#announcements-slider .left, #announcements-slider .right{
|
|
position: absolute;
|
|
top: 50%;
|
|
background: #00829C;
|
|
color: #fff;
|
|
margin-top: -25px;
|
|
height: 40px;
|
|
width: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
opacity: 0.8;
|
|
}
|
|
#announcements-slider .left{
|
|
left: 10px;
|
|
}
|
|
#announcements-slider .right{
|
|
right: 10px;
|
|
}
|
|
#announcements-slider .carousel-indicators li{
|
|
width: 20px;
|
|
height: 20px;
|
|
background-color: #fff;
|
|
margin: 0px 15px 0px 0px;
|
|
position: relative;
|
|
}
|
|
#announcements-slider .carousel-indicators .active{
|
|
background: #C52D2F;
|
|
}
|
|
#announcements-slider .carousel-inner img {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
.carousel-indicators{
|
|
bottom: 0px !important;
|
|
}
|
|
.form-group .freeze{
|
|
display: inline-block;
|
|
padding-top: 8px;
|
|
}
|
|
#updatemp3 .footer-audio{
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
ul#navigation {
|
|
position: fixed;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
top: 200px;
|
|
right: -10px;
|
|
list-style: none;
|
|
z-index:9999;
|
|
}
|
|
|
|
ul#navigation li {
|
|
width: 73px;
|
|
}
|
|
|
|
ul#navigation li a {
|
|
display: block;
|
|
margin-left: 1px;
|
|
width: 65px;
|
|
opacity: 0.6;
|
|
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
|
|
-webkit-box-shadow: 0px 4px 3px #000;
|
|
}
|
|
|
|
ul#navigation .help a {
|
|
background-color:#879DAA;
|
|
border:1px solid #FFFFFF;
|
|
display:block;
|
|
margin-left:50px;
|
|
opacity:0.6;
|
|
width:65px;
|
|
padding: 6px 0 8px 6px;
|
|
}
|
|
ul#navigation .report a {
|
|
background-color:#8fd400;
|
|
border:1px solid #FFFFFF;
|
|
display:block;
|
|
margin-left:50px;
|
|
opacity:0.6;
|
|
width:65px;
|
|
padding: 6px 0 8px 6px;
|
|
}
|
|
|
|
|
|
#gradebook_list .centered {
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
#gradebook_list .centered .badge-group {
|
|
width: auto;
|
|
}
|
|
|
|
|
|
|
|
/* END CSS BASE */
|
|
|
|
.button-load{
|
|
background: url("../../main/img/icons/64/file_upload.png") no-repeat center 20px;
|
|
padding-top: 70px;
|
|
}
|
|
|
|
/* END COURSE PROGRESS*/
|
|
/* IMPRESS JS */
|
|
.impress-content{
|
|
position: relative;
|
|
width: 100%;
|
|
height:600px;
|
|
}
|
|
.impress-title{
|
|
position: absolute;
|
|
top:40%;
|
|
left: 0%;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.impress-title h1{
|
|
font-size: 35px;
|
|
}
|
|
|
|
/* END IMPRESS JS*/
|
|
|
|
/* SESSION CATALOG*/
|
|
.session-group .padding-clear{
|
|
padding-top: 5px;
|
|
padding-bottom: 10px;
|
|
}
|
|
/*.session-group .thumbnail{
|
|
border: none;
|
|
box-shadow: none;
|
|
}*/
|
|
.session-group .border-info{
|
|
/*border-bottom: 1px solid #ccc;*/
|
|
padding-bottom: 5px;
|
|
}
|
|
.session-group .buttom-subscribed{
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
}
|
|
.session-group .time{
|
|
font-size: 12px;
|
|
}
|
|
.session-group .accordion-heading{
|
|
background-color: #D2E7F3;
|
|
}
|
|
.session-group .accordion-group{
|
|
border: 1px solid #B7D7EF;
|
|
}
|
|
.session-group .accordion-inner{
|
|
border-top: 1px solid #B7D7EF;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.buttom-subscribed .btn{
|
|
font-size: 12px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.buttom-subscribed .btn.btn-primary{
|
|
background-color: #EF3E3E;
|
|
border: none;
|
|
}
|
|
.buttom-subscribed .btn.btn-primary:hover{
|
|
background-color: #CE2121;
|
|
}
|
|
.session-group .items-session{
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.session-group .items-session li{
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
/* SESSION CATALOG END*/
|
|
|
|
#main .nav .dropdown {
|
|
width:150px;
|
|
text-align: right;
|
|
}
|
|
|
|
#main .nav .dropdown:nth-child(n) {
|
|
width:auto;
|
|
}
|
|
.course-items .title{
|
|
margin-top: 0px;
|
|
}
|
|
|
|
/* To fix the increase/decrease buttons */
|
|
label, input, button, select, textarea, p {
|
|
font-size: inherit;
|
|
}
|
|
|
|
.badge-group {
|
|
width: 200px;
|
|
position: relative;
|
|
}
|
|
|
|
.badge-group .badge {
|
|
float:left;
|
|
position:relative;
|
|
}
|
|
|
|
.badge-group > :first-child {
|
|
z-index: 1000;
|
|
}
|
|
|
|
.badge-group > :nth-child(2) {
|
|
z-index: 900;
|
|
}
|
|
|
|
.badge-group > :nth-child(3) {
|
|
z-index: 800;
|
|
}
|
|
.badge-group > :nth-child(4) {
|
|
z-index: 700;
|
|
}
|
|
.badge-group > :nth-child(5) {
|
|
z-index: 600;
|
|
}
|
|
|
|
.badge-group .badge:not(:first-child) {
|
|
margin-left: -13px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
/* fixes the * */
|
|
span.form_required {
|
|
padding-right:5px;
|
|
}
|
|
|
|
form .formw {
|
|
margin-left: 170px;
|
|
}
|
|
form .form-button-login{
|
|
margin-top: 5px;
|
|
}
|
|
form .formw input {
|
|
float:left;
|
|
}
|
|
|
|
.formw input[type="checkbox"], .formw input[type="radio"] {
|
|
margin-right: 5px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/* end chamilo forms fixes */
|
|
|
|
#top_main_content .span3 {
|
|
float: left;
|
|
}
|
|
[dir=rtl] #top_main_content .span3 {
|
|
float: right;
|
|
}
|
|
|
|
#top_main_content .control-group .span3 {
|
|
float: none;
|
|
}
|
|
#top_main_content .span9 {
|
|
float: left;
|
|
}
|
|
[dir=rtl] #top_main_content .span9 {
|
|
float: right;
|
|
}
|
|
|
|
/* New changes Chamilo 1.9 */
|
|
|
|
html {
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
min-height: 100%;
|
|
}
|
|
|
|
footer {
|
|
position: relative;
|
|
bottom: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
#footer_left, #footer_center, #footer_right {
|
|
margin: 20px 0 0 0;
|
|
}
|
|
#footer_right{
|
|
text-align: right;
|
|
}
|
|
/* Sticky footer*/
|
|
.push {
|
|
height: 9em; /* Very important */
|
|
}
|
|
|
|
#topbar_push {
|
|
height: 55px;
|
|
}
|
|
|
|
.actions {
|
|
background:#ffffff;
|
|
border:1px solid #dddddd;
|
|
padding: 15px;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
box-shadow: 0 1px 1px rgba(0,0,0,0.05);
|
|
margin-bottom: 20px;
|
|
}
|
|
[dir=rtl] .actions {
|
|
background:#efefef;
|
|
border:1px solid #ccc;
|
|
margin-bottom: 11px;
|
|
padding: 2px 2px 2px 14px;
|
|
vertical-align:middle;
|
|
float: right;
|
|
}
|
|
.actions .actions-pagination {
|
|
float:right;
|
|
margin-top:2px;
|
|
}
|
|
.actions .actions-pagination * {
|
|
display:inline-block;
|
|
float:none;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
.actions .actions-pagination img {
|
|
margin:6px;
|
|
padding:0;
|
|
}
|
|
.actions form {
|
|
margin-bottom: 0px;
|
|
}
|
|
.actions fieldset {
|
|
margin-top:0px;
|
|
}
|
|
.muted {
|
|
color: #999999 !important;
|
|
}
|
|
.actions a {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
}
|
|
.actions .btn-toolbar {
|
|
margin : 0px;
|
|
}
|
|
.actions span {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
vertical-align:middle;
|
|
}
|
|
.actions form {
|
|
margin-right: 10px;
|
|
vertical-align:middle;
|
|
}
|
|
.actions fieldset {
|
|
margin-top:0px;
|
|
}
|
|
#friend-container .thumbnail {
|
|
min-height: 140px;
|
|
}
|
|
|
|
#friend-container .thumbnail img {
|
|
max-height: 100px;
|
|
}
|
|
|
|
[dir=rtl] #friends > .thumbnails > li {
|
|
float: right;
|
|
}
|
|
|
|
.show-grid [class*="span"] {
|
|
background-color: #EEEEEE;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
line-height: 30px;
|
|
min-height: 30px;
|
|
text-align: center;
|
|
}
|
|
|
|
a.tag {
|
|
background-color: #E0EAF1;
|
|
border-bottom: 1px solid #3E6D8E;
|
|
border-right: 1px solid #7F9FB6;
|
|
color: #3E6D8E;
|
|
font-size: 90%;
|
|
line-height: 2.4;
|
|
margin: 2px 2px 2px 0;
|
|
padding: 3px 4px;
|
|
text-decoration: none;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* User portal */
|
|
|
|
#settings h4 {
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
/* Admin index.php */
|
|
#settings .span6 {
|
|
min-height: 340px;
|
|
width: 47%;
|
|
}
|
|
#settings .span6 .well_border{
|
|
min-height: 300px;
|
|
}
|
|
#settings .form-search .span3 {
|
|
float: left;
|
|
}
|
|
|
|
/* user_portal course status icon */
|
|
.coursestatusicons {
|
|
border: 0px solid #000;
|
|
float: left;
|
|
padding-right: 5px;
|
|
width: auto;
|
|
}
|
|
/* user_portal course list */
|
|
.courses {
|
|
list-style-type: none;
|
|
margin-bottom: 5px;
|
|
height: 30px;
|
|
}
|
|
/* user_portal session list */
|
|
.session_course_item .courses {
|
|
margin-bottom: 5px;
|
|
height:35px;
|
|
}
|
|
.session_course_item {
|
|
/* padding: 0px; */
|
|
margin: 0px;
|
|
margin-bottom:15px;
|
|
font-size:135%;
|
|
}
|
|
|
|
.userportal-course-item {
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-color:#F9F9F9;
|
|
/*padding:5px 10px 5px 10px;
|
|
margin:0px 0px 10px 0px; */
|
|
}
|
|
#course_category li,
|
|
#hot_courses h5,
|
|
.course_item h5,
|
|
.categories-course-description h5,
|
|
.course-box h5 {
|
|
font-size: 12px;
|
|
overflow-y : auto;
|
|
max-height:70px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.session_box_title {
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.session_course_item .item_closed, .userportal-course-item-title .item_closed {
|
|
font-size:80%;
|
|
}
|
|
#maincontent .courseslist li {
|
|
margin-bottom:8px;
|
|
}
|
|
|
|
.independent_course_item a {
|
|
font-size:135%;
|
|
}
|
|
|
|
.userportal-session-item {
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-color:#F9F9F9;
|
|
padding:5px 10px 10px 6px;
|
|
margin:10px 0px;
|
|
}
|
|
|
|
.userportal-session-category-item {
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-color:#F9F9F9;
|
|
padding:5px 10px 10px 16px;
|
|
/* height:40px; */
|
|
/*background-color:#f9f9f9; border:1px solid #dddddd; padding:5px 10px 5px 10px; margin-top: 10px; */
|
|
}
|
|
|
|
/*****************************************************
|
|
* AGENDA *
|
|
*****************************************************/
|
|
#agenda {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
border: 1px solid #bbb;
|
|
border-collapse: collapse;
|
|
}
|
|
.agenda_month_divider {
|
|
background-color: #dcdcdc;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
color: #666;
|
|
text-align: center;
|
|
}
|
|
#agenda .title a {
|
|
color: #fff;
|
|
}
|
|
#agenda .agendaitem {
|
|
font-size: 12px;
|
|
}
|
|
#smallcalendar .title {
|
|
background-color: #dcdcdc;
|
|
font-weight: bold;
|
|
padding: 5px;
|
|
color: #666;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
}
|
|
#smallcalendar .title a {
|
|
color: #666;
|
|
}
|
|
#agenda_select {
|
|
list-style: none;
|
|
border: 0px solid green;
|
|
margin: 30px 0 0 0;
|
|
padding: 0 0 0 10px;
|
|
}
|
|
|
|
|
|
/* ---------------------------------------------------
|
|
styles for the agenda (day, week, month view)
|
|
-----------------------------------------------------*/
|
|
#agenda_list {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
}
|
|
/*The caption of the calendar (displays the month and the << and >> links*/
|
|
#agenda_list .title {
|
|
background-color: #dcdcdc;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
color: #666;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
text-align: center;
|
|
border: 1px solid #bbb;
|
|
}
|
|
#agenda_list .title a:link, #agenda_list #title a:visited {
|
|
background-color: #dcdcdc;
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
color: #666;
|
|
padding: 2px 10px;
|
|
text-align: center;
|
|
}
|
|
#agenda_list .title a:hover {
|
|
background-color: #dcdcdc;
|
|
font-weight: bold;
|
|
font-size: 11px;
|
|
color: #f3840d;
|
|
padding: 2px 10px;
|
|
text-align: center;
|
|
}
|
|
/* The cells with the name of the days of the weeks (mon->sun)*/
|
|
#agenda_list .weekdays, .data_table .weekdays {
|
|
background-color: #dcdcdc;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border: 1px solid #264269;
|
|
border-collapse: collapse;
|
|
}
|
|
/* The cells for the days (1->31) */
|
|
#agenda_list .days_week {
|
|
height: 40px;
|
|
width: 12%;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
border: 1px solid #ccc;
|
|
border-collapse: collapse;
|
|
background-color: #fff;
|
|
}
|
|
#agenda_list .days_week_selected {
|
|
height: 40px;
|
|
width: 12%;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
border: 1px solid #ccc;
|
|
border-collapse: collapse;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
#agenda_list .days_weekend {
|
|
height: 40px;
|
|
width: 12%;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
border: 1px solid #ccc;
|
|
border-collapse: collapse;
|
|
background-color: #e6e6e6;
|
|
}
|
|
#agenda_list .days_today {
|
|
height: 40px;
|
|
width: 12%;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
border: 1px solid #ccc;
|
|
border-collapse: collapse;
|
|
background-color: #FFFFC0;
|
|
}
|
|
|
|
#agenda_list th {
|
|
background-color:#E5EDF9;
|
|
border:1px solid gray;
|
|
padding-right:12px;
|
|
}
|
|
|
|
/* text in the cells: display of agenda items (visible)*/
|
|
#agenda_list .data {
|
|
background-color: #eee;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
}
|
|
#agenda_list .datanotbold {
|
|
background-color: #eee;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: normal;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
}
|
|
#agenda_list .text {
|
|
background-color: #fff;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: normal;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
}
|
|
/*text in the cells: display of agenda items (invisible)*/
|
|
#agenda_list .data_hidden {
|
|
background-color: #eee;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
color: #999999;
|
|
}
|
|
#agenda_list .datanotbold_hidden {
|
|
background-color: #eee;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: normal;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
color: #999999;
|
|
}
|
|
#agenda_list .text_hidden {
|
|
background-color: #fff;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: normal;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
color: #999999;
|
|
}
|
|
/*text in the cells: display of agenda items (highlighted)*/
|
|
#agenda_list .datanow {
|
|
background-color: #FFCC00;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
}
|
|
#agenda_list .datanotboldnow {
|
|
background-color: #FFCC00;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: normal;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
}
|
|
#agenda_list .textnow {
|
|
background-color: #fff;
|
|
text-align: left;
|
|
padding: 2px 10px;
|
|
font-weight: normal;
|
|
border: 0px solid #dcdcdc;
|
|
border-collapse: collapse;
|
|
}
|
|
/* ---------------------------------------------------
|
|
styles for the mini agenda
|
|
-----------------------------------------------------*/
|
|
#smallcalendar {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
}
|
|
#smallcalendar .weekdays {
|
|
background-color: #dcdcdc;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
}
|
|
#smallcalendar .days_week {
|
|
background-color: #f5f5f5;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
border-collapse: collapse;
|
|
}
|
|
#smallcalendar .days_weekend {
|
|
background-color: #e6e6e6;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
border: 1px solid #fff;
|
|
border-collapse: collapse;
|
|
}
|
|
#smallcalendar .days_today {
|
|
width: 12%;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
border: 1px solid #FA8500;
|
|
border-collapse: collapse;
|
|
background-color: #FFCA8D;
|
|
}
|
|
|
|
#calendar_course_info h4, #calendar_session_info h4 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* ---------------------------------------------------
|
|
styles for the personal agenda
|
|
-----------------------------------------------------*/
|
|
.personal_agenda {
|
|
color: #008000;
|
|
}
|
|
.personal_agenda a:link, .personal_agenda a:visited {
|
|
color: #008000;
|
|
}
|
|
a.personal_agenda:link, a.personal_agenda:visited {
|
|
color: #008000;
|
|
}
|
|
.personal_agenda a:hover, .personal_agenda a:hover {
|
|
color: #666666;
|
|
}
|
|
a.personal_agenda:hover, a.personal_agenda:hover {
|
|
color: #666666;
|
|
}
|
|
|
|
.myagendatoday {
|
|
background-color: #FFCA8D;
|
|
border-collapse: collapse;
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
color: #CC3300;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rounded_div_agenda {
|
|
background: none repeat scroll 0 0 #FFFFFF;
|
|
-webkit-border-radius: 6px;
|
|
-opera-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
-webkit-box-shadow: 0 2px 5px #C8C8C8;
|
|
-opera-box-shadow: 0 2px 5px #C8C8C8;
|
|
-moz-box-shadow: 0 2px 5px #C8C8C8;
|
|
box-shadow: 0 2px 5px #C8C8C8;
|
|
float: left;
|
|
height: auto;
|
|
margin: 2px 4px 15px;
|
|
padding: 8px;
|
|
width: 75%;
|
|
}
|
|
|
|
.agenda_day {
|
|
float:left;
|
|
width:100%;
|
|
background-color: #F8F9FF;
|
|
color: #666666;
|
|
line-height: 16px;
|
|
overflow: hidden;
|
|
margin-bottom:5px;
|
|
}
|
|
.days_today .agenda_day {
|
|
float:left;
|
|
|
|
width:100%;
|
|
background-color: #FAD163;
|
|
color: #666666;
|
|
line-height: 16px;
|
|
overflow: hidden;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
#agenda_list th {
|
|
background-color: #F2F2F2;
|
|
}
|
|
|
|
#agenda_list .days_week {
|
|
height: 100px;
|
|
}
|
|
|
|
/* -------------- DOCUMENT --------------*/
|
|
#document_quota {
|
|
margin:15px;
|
|
font-weight:bold;
|
|
color:#006633;
|
|
text-align:center;
|
|
}
|
|
|
|
/* Message and Social */
|
|
|
|
.online_grid_item {
|
|
float:left;
|
|
margin:10px;
|
|
width: 100%;
|
|
}
|
|
.online_grid_element_0 {
|
|
display: inline;
|
|
float: left;
|
|
height: 100px;
|
|
overflow: hidden;
|
|
width: 100px;
|
|
}
|
|
.online_grid_element_1, .online_grid_element_2 {
|
|
font-size:13px;
|
|
float: left;
|
|
margin: 25px 0px 0px 10px;
|
|
width:70%;
|
|
}
|
|
|
|
/* input values to crop the image: top, right, bottom, left */
|
|
|
|
.social-home-users-online {
|
|
width: 200px;
|
|
margin: -28px 0 0 -50px;
|
|
}
|
|
.social-home-anonymous-online {
|
|
width: 200px;
|
|
}
|
|
|
|
.menulist {
|
|
margin: 0px;
|
|
list-style: none;
|
|
padding: 3px 15px;
|
|
list-style-image:none;
|
|
list-style-position:outside;
|
|
list-style-type:none;
|
|
}
|
|
|
|
.menulist li {
|
|
/* float:left; */
|
|
/* margin-left:10px; */
|
|
margin-bottom:10px;
|
|
display:list-item;
|
|
}
|
|
|
|
.menulist li {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.group_social_item {
|
|
float:left;
|
|
width:95%;
|
|
}
|
|
|
|
.group_social_sub_item {
|
|
float:left;
|
|
/* width:600px; */
|
|
background-color: #E9F4FA;
|
|
background-repeat: repeat-x;
|
|
|
|
margin: 8px;
|
|
padding:5px;
|
|
width:100%;
|
|
}
|
|
|
|
.group_social_sub_item_highlight {
|
|
background-color: #FFFFDD;
|
|
}
|
|
|
|
#profile .control-group .controls .files-production{
|
|
padding: 5px 25px;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
background-color: #F1F3F5;
|
|
border: 1px solid #EAEBED;
|
|
}
|
|
#productions{
|
|
list-style: none;
|
|
}
|
|
#productions li{
|
|
list-style: none;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
|
|
.message-group-content {
|
|
float:right;
|
|
width:90%;
|
|
line-height: 100%;
|
|
}
|
|
|
|
.message-group-date {
|
|
font-style:italic;
|
|
text-align:left;
|
|
margin-top:4px;
|
|
}
|
|
.message-reply-link {
|
|
float:right;
|
|
}
|
|
|
|
.group_social_main_item {
|
|
float:left;
|
|
width:600px;
|
|
background-color: #fff;
|
|
background-repeat: repeat-x;
|
|
margin: 8px;
|
|
padding:5px;
|
|
}
|
|
|
|
.group_discussions_replies {
|
|
background-color: #E9F4FA;
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #D0E2EC;
|
|
border-radius: 3px 3px 3px 3px;
|
|
color: #999999;
|
|
float: left;
|
|
font-size: 0.8em;
|
|
margin-right: 10px;
|
|
overflow: hidden;
|
|
padding: 13px;
|
|
text-align: center;
|
|
width: 47px;
|
|
margin-bottom: 65px;
|
|
}
|
|
|
|
.group_discussions_replies span {
|
|
display: block;
|
|
font-size: 2em;
|
|
}
|
|
|
|
.group_discussions_info {
|
|
width:400px;
|
|
height: 80px;
|
|
overflow: hidden;
|
|
width: 400px;
|
|
}
|
|
|
|
.group_social_grid {
|
|
float:left;
|
|
width:100%;
|
|
}
|
|
|
|
.message-attach {
|
|
float:left;
|
|
}
|
|
|
|
|
|
/** BUTTONS **/
|
|
|
|
.left {
|
|
float:left !important;
|
|
}
|
|
|
|
.right {
|
|
float:right !important;
|
|
}
|
|
|
|
/* Nice buttons v2 */
|
|
|
|
button.next.disabled {
|
|
cursor: default;
|
|
opacity: 0.65;
|
|
}
|
|
|
|
.round {
|
|
-webkit-border-radius: 1em;
|
|
-moz-border-radius: 1em;
|
|
border-radius: 1em;
|
|
}
|
|
|
|
.bigger {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
padding: .8em 2em .62em;
|
|
}
|
|
|
|
.big {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: .8em 2em .62em;
|
|
}
|
|
.medium {
|
|
font-size: 12px;
|
|
padding: .4em 1.5em .42em;
|
|
}
|
|
.small {
|
|
font-size: 11px;
|
|
padding: .2em 1em .275em;
|
|
}
|
|
|
|
.no_link {
|
|
cursor:default;
|
|
|
|
}
|
|
|
|
.no_link:hover {
|
|
cursor:default;
|
|
}
|
|
.no_link:active {
|
|
cursor:default;
|
|
|
|
}
|
|
|
|
/* Note */
|
|
.note {
|
|
margin: 6px;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
font-family: verdana, arial, helvetica, sans-serif;
|
|
background-color: #FFFF96;
|
|
color: #666666;
|
|
border: 1px solid #bbb;
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
.note b {
|
|
margin: 10px 10px 5px 0px;
|
|
}
|
|
|
|
/* Breadcrumb */
|
|
.breadcrumb .home {
|
|
padding:0px;
|
|
height: 22px;
|
|
}
|
|
|
|
.breadcrumb .home img {
|
|
float:left;
|
|
}
|
|
|
|
/* Warning and error messages to the user */
|
|
|
|
.error {
|
|
color: red;
|
|
}
|
|
|
|
.confirmation-message .right_link,
|
|
.error-message .right_link,
|
|
.normal-message .right_link,
|
|
.warning-message .right_link {
|
|
position: relative;
|
|
right: 0;
|
|
top: -6px;
|
|
float:right;
|
|
}
|
|
|
|
|
|
.confirmation-message, .error-message, .normal-message, .warning-message {
|
|
min-height: 15px;
|
|
position: relative;
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
padding:6px;
|
|
}
|
|
.confirmation-message img, .error-message img, .normal-message img, .warning-message img {
|
|
position: relative;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
float:left;
|
|
}
|
|
|
|
/* Categories courses*/
|
|
|
|
#course-picture {
|
|
position:absolute;
|
|
top:8%;
|
|
left:85%;
|
|
padding:4px;
|
|
border:1pt solid #ccc;
|
|
}
|
|
|
|
#categories-search {
|
|
text-align:center;
|
|
/*height:55px; */
|
|
float: left;
|
|
}
|
|
|
|
.course-block-main-item {
|
|
height: 45px;
|
|
padding: 5px 0px;
|
|
}
|
|
|
|
.categories-course-description {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.course-block-popularity {
|
|
width: 90px;
|
|
float: right;
|
|
font-size: x-small;
|
|
font-style: italic;
|
|
text-align: right;
|
|
background-color: #eeeeee;
|
|
min-height:95px;
|
|
padding-right: 5px;
|
|
-moz-border-radius-topleft:4px;
|
|
-moz-border-radius-topright:4px;
|
|
-webkit-border-top-left-radius: 4px;
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
|
|
-moz-box-shadow:0 -1px 5px 2px #CCCCCC;
|
|
-Webkit-box-shadow: 0 -1px 5px 2px #CCCCCC;
|
|
box-shadow: 0 -1px 5px 2px #CCCCCC;
|
|
}
|
|
.course-block-popularity-score {
|
|
font-size: 3em;
|
|
text-align: center;
|
|
color: #000000;
|
|
padding-top: 10px;
|
|
text-shadow: gray 3px 3px 2px;
|
|
}
|
|
|
|
/* ATTENDANCE */
|
|
|
|
div.attendance-calendar-add div.row div.formw,div.attendance-calendar-edit div.row div.formw {
|
|
float: left;
|
|
display:inline;
|
|
width:auto;
|
|
overflow:hidden;
|
|
margin-right:2px;
|
|
margin-top:5px;
|
|
}
|
|
.attendance-calendar-add div.row {
|
|
display:inline;
|
|
}
|
|
.attendance-calendar-edit div.row {
|
|
display:inline;
|
|
}
|
|
.attendance-calendar-row {
|
|
padding:5px;
|
|
}
|
|
.attendance-faults-bar {
|
|
width:90%;
|
|
background-color:none;
|
|
padding:2px;
|
|
font-size:120%;
|
|
font-weight: bold;
|
|
padding:5px;
|
|
}
|
|
|
|
.attendance-users-table td {
|
|
height:66px;
|
|
}
|
|
|
|
.attendance-calendar-table td {
|
|
height:66px;
|
|
}
|
|
|
|
/**********************************************
|
|
* MESSAGE TOOL *
|
|
**********************************************/
|
|
|
|
#inbox-wrapper {
|
|
width:100%;
|
|
}
|
|
#inbox {
|
|
height:auto;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
overflow:hidden;
|
|
}
|
|
#outbox {
|
|
height:auto;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#inbox-menu {
|
|
width:150px;
|
|
float:left;
|
|
margin-right:10px;
|
|
}
|
|
#inbox-menu ul {
|
|
list-style-image:none;
|
|
list-style-position:outside;
|
|
list-style-type:none;
|
|
margin:0;
|
|
padding:0px;
|
|
}
|
|
#inbox-menu ul li {
|
|
padding:2px 0px;
|
|
}
|
|
|
|
#message-reply-link {
|
|
float:right;
|
|
}
|
|
.message-item {
|
|
-moz-background-clip:border;
|
|
-moz-background-inline-policy:continuous;
|
|
-moz-background-origin:padding;
|
|
-moz-border-radius-bottomleft:8px;
|
|
-moz-border-radius-bottomright:8px;
|
|
-moz-border-radius-topleft:8px;
|
|
-moz-border-radius-topright:8px;
|
|
background:#F5F5F5 none repeat scroll 0 0;
|
|
margin:0 0 5px;
|
|
padding:10px;
|
|
}
|
|
.message-topic {
|
|
-moz-background-clip:border;
|
|
-moz-background-inline-policy:continuous;
|
|
-moz-background-origin:padding;
|
|
-moz-border-radius-bottomleft:8px;
|
|
-moz-border-radius-bottomright:8px;
|
|
-moz-border-radius-topleft:8px;
|
|
-moz-border-radius-topright:8px;
|
|
background:#E6EEFB none repeat scroll 0 0;
|
|
margin:0 0 5px;
|
|
padding:10px;
|
|
|
|
}
|
|
.message-group-title-topic {
|
|
font-size:180%;
|
|
margin:5px 0px 5px 0px;
|
|
}
|
|
.message-group-title {
|
|
font-size:120%;
|
|
}
|
|
.message-group-author {
|
|
margin:0px 5px 5px 0px;
|
|
float:left;
|
|
}
|
|
|
|
.message-group-content {
|
|
margin: 5px 0px 8px 0px;
|
|
}
|
|
.message-group-date {
|
|
color:#999;
|
|
width:100%;
|
|
font-size:98%;
|
|
}
|
|
.view-message-content {
|
|
line-height:150%;
|
|
font-size:110%;
|
|
}
|
|
|
|
.message_view_table {
|
|
cellspacing:0;
|
|
cellpadding:0;
|
|
background-color:#dbeaf5;
|
|
border:0;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
.message_view_table th {
|
|
padding-right: 12px;
|
|
border: 1px solid gray;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.message-select-box {
|
|
float:left;
|
|
display:inline;
|
|
position:absolute;
|
|
margin-top:23px;
|
|
margin-left:20px;
|
|
}
|
|
|
|
/* styles from the my.profile.php file */
|
|
.message-content {
|
|
/* float:right;
|
|
background:#FFF;
|
|
padding: 10px 0 0 5px;
|
|
width:125px;
|
|
position:relative;*/
|
|
}
|
|
.message-content .message-delete {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
cursor: pointer;
|
|
}
|
|
.message-content-internal {
|
|
display:inline;
|
|
margin:20px auto;
|
|
background:#F5E38E;
|
|
border:2px solid #EBCA4F;
|
|
padding:10px;
|
|
width:100px;
|
|
position:relative;
|
|
margin-top:150px;
|
|
margin-right:-100px;
|
|
}
|
|
.message-title {
|
|
font-size:12px;
|
|
}
|
|
.message-body {
|
|
padding: 0 0 11px;
|
|
color:#333;
|
|
font-size:100%;
|
|
}
|
|
.message-link {
|
|
color:#ff8400;
|
|
}
|
|
.message-view {
|
|
float:right;
|
|
margin:20px auto;
|
|
background:#F5E38E;
|
|
border:2px solid #EBCA4F;
|
|
padding:10px;
|
|
width:100px;
|
|
position:relative;
|
|
margin-top:115px;
|
|
margin-right:-100px;
|
|
}
|
|
.message-content-table {
|
|
background-color:white;
|
|
border:1px solid black;
|
|
position:absolute;
|
|
width:200px;
|
|
height:60px;
|
|
z-index:3;
|
|
visibility:hidden;
|
|
top:85px;
|
|
left:10px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
|
|
#message {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
#message select {
|
|
margin: 10px 0;
|
|
width: 220px;
|
|
}
|
|
#message textarea {
|
|
margin: 10px 0;
|
|
}
|
|
#message td {
|
|
padding: 4px;
|
|
}
|
|
.message-top-title {
|
|
float:left;
|
|
margin-top:1px;
|
|
margin-bottom:1px;
|
|
background-color:#F2F2F2;
|
|
width:600px;
|
|
border-bottom:1px solid #CCCCCC;
|
|
margin-left:5px;
|
|
}
|
|
.message-bottom-title {
|
|
height:22px;
|
|
float:left;
|
|
margin-top:1px;
|
|
margin-bottom:1px;
|
|
background-color:#F2F2F2;
|
|
width:600px;
|
|
border-bottom:1px solid #CCCCCC;
|
|
}
|
|
.message-content-body-left {
|
|
float:left;
|
|
width:30%;
|
|
}
|
|
.message-content-body-right {
|
|
float:right;
|
|
text-align:left;
|
|
width:60%;
|
|
}
|
|
.message-body-title {
|
|
float:right;
|
|
margin-top:1px;
|
|
margin-bottom:5px;
|
|
border-bottom:1px solid #CCCCCC;
|
|
border-collapse:collapse;
|
|
}
|
|
.message-image-info {
|
|
float:left;
|
|
margin-top:10px;
|
|
margin-bottom:10px;
|
|
margin-left:10px;
|
|
text-align:left;
|
|
margin-right:20px;
|
|
}
|
|
.message-content-body-right dd {
|
|
color:#333399;
|
|
border-bottom:1px solid #CCCCCC;
|
|
height:20px;
|
|
text-decoration:none;
|
|
outline-style:none;
|
|
background:#ffffff;
|
|
}
|
|
.message-content-body-right:hover {
|
|
}
|
|
|
|
a.unread {
|
|
font-weight:bold;
|
|
}
|
|
|
|
|
|
/*SOCIAL TOOL*/
|
|
|
|
.clip-wrapper {
|
|
position:relative;
|
|
width:100px;
|
|
height:100px;
|
|
top:-1px;
|
|
left:-1px;
|
|
}
|
|
.clip_vertical {
|
|
position:absolute;
|
|
clip:rect(0px 218px 185px 0px);
|
|
top:-50px;
|
|
left:-32px;
|
|
|
|
-webkit-transform: scale(0.6);
|
|
-moz-transform: scale(0.6);
|
|
-o-transform: scale(0.6);
|
|
}
|
|
|
|
.clip_horizontal {
|
|
position:absolute;
|
|
clip:rect(0px 218px 155px 0px);
|
|
top:-25px;
|
|
left:-48px;
|
|
|
|
-webkit-transform: scale(0.6);
|
|
-moz-transform: scale(0.6);
|
|
-o-transform: scale(0.6);
|
|
}
|
|
|
|
.social-plugin-item {
|
|
float:left;
|
|
width:50%;
|
|
background-color:#ccc;
|
|
margin: 0px;
|
|
}
|
|
#social-plugins {
|
|
float:left;
|
|
background-color:#f00;
|
|
width:100%;
|
|
margin: 0px;
|
|
padding:2px;
|
|
}
|
|
|
|
.social-profile-extended {
|
|
width:320px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
div.image-social-content {
|
|
float:left;
|
|
/*border:1px dotted #ccc;*/
|
|
margin:2px;
|
|
padding: 8px 4px 4px 4px;
|
|
background: #ffffff;
|
|
height:105px;
|
|
width:82px;
|
|
z-index:5;
|
|
cursor:pointer;
|
|
position:relative;
|
|
overflow:hidden;
|
|
}
|
|
div.image-social-content span {
|
|
overflow:hidden;
|
|
display:block;
|
|
height:75px;
|
|
}
|
|
div.image-social-content img {
|
|
vertical-align:middle;
|
|
}
|
|
div.image-social-content center.friend {
|
|
overflow:hidden;
|
|
height:30px;
|
|
}
|
|
.image-social-content .image-delete {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 1px;
|
|
cursor: pointer;
|
|
}
|
|
.social-info {
|
|
background:#B8C8DC;
|
|
color:#4475B0;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
}
|
|
.social-display-image {
|
|
float:right;
|
|
margin-top:-130px;
|
|
margin-right:5px;
|
|
}
|
|
.social-search-image {
|
|
color:#000033;
|
|
margin-top:2px;
|
|
width:200px;
|
|
}
|
|
.social-subtitle-search {
|
|
background:#ffffff;
|
|
border-top:1px #9DACBF solid;
|
|
border-bottom:1px #9DACBF solid;
|
|
}
|
|
.social-align-box {
|
|
text-align:left;
|
|
float:left;
|
|
}
|
|
.social-header {
|
|
margin-bottom:8px;
|
|
}
|
|
#social-content {
|
|
width:100%;
|
|
height:auto;
|
|
overflow:hidden;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
|
|
#social-content-right {
|
|
height: auto;
|
|
margin-left: 190px;
|
|
overflow: hidden;
|
|
width: 75%;
|
|
}
|
|
|
|
.social-content-image {
|
|
margin-bottom:10px;
|
|
margin-top:2px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
#social-content-left {
|
|
display:block;
|
|
float:left;
|
|
height:auto;
|
|
|
|
min-height:300px;
|
|
overflow:hidden;
|
|
width:180px;
|
|
}
|
|
|
|
.social-content-description {
|
|
background:#ECE9D8;
|
|
}
|
|
.social-content-body {
|
|
background:#ffffff;
|
|
}
|
|
.social-content-table {
|
|
border-top:1px #9DACBF solid;
|
|
border-left:1px #9DACBF solid;
|
|
border-right:1px #9DACBF solid;
|
|
border-bottom:1px #9DACBF solid;
|
|
}
|
|
.social-profile-info {
|
|
width:100%;
|
|
}
|
|
|
|
/* general layout of the profile page */
|
|
|
|
#social-profile-wrapper {
|
|
width: 100%;
|
|
text-align:left;
|
|
margin:0 auto;
|
|
float: left;
|
|
}
|
|
#social-profile-container {
|
|
/* width: 705px; */
|
|
}
|
|
#social-profile-left {
|
|
float:left;
|
|
width:22%;
|
|
}
|
|
#social-profile-content {
|
|
float:right;
|
|
width:47%;
|
|
margin-left: 4px;
|
|
}
|
|
#social-profile-right {
|
|
float:right;
|
|
width:30%;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
/* SOCIAL MENU VERTICAL */
|
|
.social-menu {
|
|
width:100%;
|
|
height:auto;
|
|
}
|
|
|
|
|
|
|
|
.social-menu-sub-level {
|
|
margin-left:20px;
|
|
}
|
|
|
|
|
|
/* BOX SHARED PROFILE */
|
|
.social-menu-groups {
|
|
border-top:1px solid #ddd;
|
|
margin-top:2px;
|
|
}
|
|
.social-menu-groups li {
|
|
padding:5px;
|
|
}
|
|
.social-menu-groups li a{
|
|
margin-left:6px;
|
|
}
|
|
.social_menu_items ul li{
|
|
padding:5px;
|
|
}
|
|
.social_menu_items ul li a{
|
|
padding-left:6px;
|
|
}
|
|
|
|
.social_menu_option {
|
|
color: #999999;
|
|
font-size: 9px;
|
|
font-weight: bold;
|
|
margin-top: 12px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.social-friend-container {
|
|
width:100%;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.shared_profile_mygroups_grid_container {
|
|
width:100%;
|
|
overflow:hidden;
|
|
}
|
|
.shared_profile_mygroups_grid_item {
|
|
width:42%;
|
|
float:left;
|
|
height:140px;
|
|
margin:20px;
|
|
}
|
|
|
|
.social-menu-group-member {
|
|
float:left;
|
|
height:120px;
|
|
margin:5px;
|
|
overflow:hidden;
|
|
padding:2px;
|
|
width:76px;
|
|
}
|
|
|
|
.box_shared_profile_group_title {
|
|
border-bottom:1pt dotted #000;
|
|
padding:5px;
|
|
vertical-align:middle;
|
|
font-size:12pt;
|
|
font-weight:bold;
|
|
margin-bottom:5px
|
|
}
|
|
.box_shared_profile_group_description {
|
|
height:100px;
|
|
margin-left:65px;
|
|
}
|
|
.box_shared_profile_group_image {
|
|
height:80px;
|
|
width:60px;
|
|
float:left;
|
|
}
|
|
.box_shared_profile_group_actions {
|
|
text-align:right;
|
|
}
|
|
|
|
.social-groups-text1 {
|
|
font-size:12px;
|
|
color:#669;
|
|
}
|
|
.social-groups-text2 {
|
|
font-size:12px;
|
|
color:#686868;
|
|
font-weight:bold;
|
|
}
|
|
.social-groups-text3 {
|
|
font-size:12px;
|
|
color:#000;
|
|
font-weight:bold;
|
|
text-transform:capitalize;
|
|
margin-top:5px;
|
|
}
|
|
.social-groups-text4 {
|
|
font-size:12px;
|
|
color:#666666;
|
|
}
|
|
.social-groups-image {
|
|
/* border: 2px solid #cac9c9; */
|
|
}
|
|
.social-groups-home-title {
|
|
border-top: 1px solid #E2E2E2;
|
|
padding:2px;
|
|
margin-bottom:5px;
|
|
font-weight:bold;
|
|
background: #F2F2F2;
|
|
}
|
|
.social-home-users-online {
|
|
border:3px solid #E6E6E6;
|
|
}
|
|
|
|
#social-content-online {
|
|
margin-bottom:5px;
|
|
margin-top:2px;
|
|
padding:1px;
|
|
}
|
|
|
|
#social-group-details {
|
|
margin-bottom:20px;
|
|
}
|
|
.social-group-details-info span {
|
|
color:#777;
|
|
}
|
|
|
|
.social-group-details-info {
|
|
padding:2px 0px 2px 0px;
|
|
}
|
|
|
|
.social-background-content {
|
|
z-index:5;
|
|
text-align: center;
|
|
}
|
|
|
|
.social-background-content .hidden_message {
|
|
cursor:pointer;
|
|
position:absolute;
|
|
top:0px;
|
|
right:0px;
|
|
}
|
|
|
|
.hidden_message {
|
|
background-color:#5A5A5A;
|
|
padding:2px;
|
|
margin:0px;
|
|
}
|
|
|
|
.hidden_message a {
|
|
color:#fff !important;
|
|
/* text-decoration: underline; */
|
|
}
|
|
|
|
#social-forum-main-title {
|
|
font-size:130%;
|
|
font-weight:bold;
|
|
padding: 0px 8px 0px 8px;
|
|
}
|
|
|
|
#social-forum-title {
|
|
font-size:130%;
|
|
font-weight:bold;
|
|
padding: 0px 8px 0px 8px;
|
|
}
|
|
|
|
#social-thread {
|
|
/*-moz-border-radius-bottomleft:5px;
|
|
-moz-border-radius-bottomright:5px; */
|
|
-moz-border-radius-topleft:5px;
|
|
-moz-border-radius-topright:5px;
|
|
border:1px solid #E1E1E0;
|
|
background-color:#E1E1E0;
|
|
padding:8px;
|
|
font-size:110%;
|
|
font-weight:bold;
|
|
}
|
|
|
|
#social-post {
|
|
-moz-border-radius-bottomleft:5px;
|
|
-moz-border-radius-bottomright:5px;
|
|
/* -moz-border-radius-topleft:5px;
|
|
-moz-border-radius-topright:5px; */
|
|
border:1px solid #E1E1E0;
|
|
background-color:#ECECEB;
|
|
padding:12px;
|
|
}
|
|
/* GROUP TOOL */
|
|
|
|
#group_description {
|
|
margin: 10px 0px 10px 0px;
|
|
}
|
|
|
|
#group_privacy {
|
|
margin: 10px 0px 10px 0px;
|
|
}
|
|
|
|
#group_permissions {
|
|
-moz-background-clip:border;
|
|
-moz-background-inline-policy:continuous;
|
|
-moz-background-origin:padding;
|
|
-moz-border-radius-bottomleft:8px;
|
|
-moz-border-radius-bottomright:8px;
|
|
-moz-border-radius-topleft:8px;
|
|
-moz-border-radius-topright:8px;
|
|
background:#EEE none repeat scroll 0 0;
|
|
margin: 20px 0px 20px 0px;
|
|
}
|
|
|
|
#group_permissions ul {
|
|
list-style-image:none;
|
|
list-style-position:outside;
|
|
list-style-type:none;
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
#group_permissions ul li {
|
|
margin: 10px 0px 10px 5px;
|
|
}
|
|
|
|
/* Groups boxes */
|
|
|
|
.groups_grid_container {
|
|
width:100%;
|
|
}
|
|
.groups_grid_item {
|
|
width:80px;
|
|
float:left;
|
|
margin:5px;
|
|
}
|
|
.groups_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.groups_grid_element_1 { width:100px; float:left; text-align:left; margin-bottom:5px;}
|
|
.groups_grid_element_2 { width:150px; float:left;}
|
|
|
|
/*MY GROUPS*/
|
|
|
|
.mygroups_grid_item {
|
|
border-bottom:1px solid #EAEAEA;
|
|
float: left;
|
|
height: 70px;
|
|
margin: 0 8px 15px 15px;
|
|
padding: 16px 12px 40px 0px;
|
|
width:600px;
|
|
}
|
|
|
|
.topic_div {
|
|
width:620px;
|
|
border-bottom:1px solid #EAEAEA;
|
|
margin-bottom: 20px;
|
|
height: 96px;
|
|
}
|
|
|
|
.box_description_group_member {
|
|
color: #999999;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.mygroups_grid_element_1 {
|
|
width:600px;
|
|
height:100px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.box_description_group_title h2 {
|
|
margin-bottom:4px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.box_description_group_title {
|
|
float:right;
|
|
width:530px;
|
|
}
|
|
.box_description_group_content {
|
|
float:right;
|
|
width:530px;
|
|
margin-top:5px;
|
|
/* height:45px;*/
|
|
font-family:Verdana, Geneva, sans-serif;
|
|
font-size:12px;
|
|
color:#666666;
|
|
}
|
|
.box_description_group_actions {
|
|
float:right;
|
|
width:530px;
|
|
text-align:right;
|
|
margin-top:4px;
|
|
margin-right:4px;
|
|
}
|
|
|
|
|
|
textarea {
|
|
border:1px solid #CCCCCC;
|
|
padding:5px;
|
|
-moz-border-radius:5px;
|
|
-webkit-border-radius:5px;
|
|
border-radius:5px;
|
|
color:#666666;
|
|
}
|
|
|
|
select {
|
|
color:#555;
|
|
border: 1px solid #CCC;
|
|
padding: 4px;
|
|
background-color: #F3F3F3;
|
|
font-size: 12px;
|
|
|
|
-moz-border-radius:5px;
|
|
-webkit-border-radius:5px;
|
|
border-radius:5px;
|
|
}
|
|
|
|
/* Fixes the FB input*/
|
|
input.maininput:focus {
|
|
box-shadow:0 0 0px #fff;
|
|
border:none;
|
|
}
|
|
|
|
/* Big icons course home page styles */
|
|
#course_tools .big_icon {
|
|
padding:10px;
|
|
text-align:center;
|
|
}
|
|
|
|
#course_tools .content {
|
|
text-align:center;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#course_tools .content a {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.big_icon img {
|
|
padding:5px;
|
|
-moz-border-radius:10px;
|
|
-border-radius:10px;
|
|
-webkit-border-radius:10px;
|
|
border-radius:10px;
|
|
-webkit-box-shadow: 0 4px 8px #C8C8C8;
|
|
-opera-box-shadow: 0 4px 8px #C8C8C8;
|
|
-moz-box-shadow: 0 4px 8px #C8C8C8;
|
|
box-shadow: 0 4px 8px #C8C8C8;
|
|
|
|
}
|
|
|
|
.big_icon img:hover {
|
|
-webkit-box-shadow: 0 4px 18px #C8C8C8;
|
|
-opera-box-shadow: 0 4px 18px #C8C8C8;
|
|
-moz-box-shadow: 0 4px 18px #C8C8C8;
|
|
box-shadow: 0 4px 18px #C8C8C8;
|
|
}
|
|
|
|
.courseadminview .big_icon a {
|
|
font-size:12px;
|
|
}
|
|
|
|
/* Fixes the administration block section */
|
|
.admin_section div {
|
|
margin: 5px 0 14px 25px;
|
|
}
|
|
|
|
.rounded_div {
|
|
background: none repeat scroll 0 0 #FFFFFF;
|
|
border: 1px solid #E5E5E5;
|
|
|
|
-webkit-border-radius: 11px;
|
|
-opera-border-radius: 11px;
|
|
-moz-border-radius: 11px;
|
|
border-radius: 11px;
|
|
|
|
-webkit-box-shadow: 0 4px 18px #C8C8C8;
|
|
-opera-box-shadow: 0 4px 18px #C8C8C8;
|
|
-moz-box-shadow: 0 4px 18px #C8C8C8;
|
|
box-shadow: 0 4px 18px #C8C8C8;
|
|
|
|
float: left;
|
|
height: auto;
|
|
margin: 10px 8px 15px 15px;
|
|
padding: 18px;
|
|
}
|
|
|
|
/* Makes the course elements more readable */
|
|
.userportal-course-item {
|
|
|
|
}
|
|
|
|
.session_course_item {
|
|
padding: 6px 0px 6px 5px ;
|
|
}
|
|
|
|
/* LP tool*/
|
|
|
|
|
|
#lp_overview .thumbnail {
|
|
text-align: center;
|
|
}
|
|
|
|
.lp_resource {
|
|
padding:5px 10px;
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
float:left;
|
|
width:100%;
|
|
}
|
|
|
|
.lp_resource_element, .lp_resource_element_no_link {
|
|
background-image:-moz-linear-gradient(top,#fefefe,#eee);
|
|
background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fdfdfd),color-stop(1,#eee));
|
|
border: 1px solid #CCCCCC;
|
|
color: #444444;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
text-shadow: 0 1px 1px #F6F6F6;
|
|
margin:5px;
|
|
padding:5px;
|
|
list-style: none outside none;
|
|
}
|
|
|
|
.lp_resource_element_new a {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.doc_resource {
|
|
margin:6px;
|
|
}
|
|
|
|
table.lp_build td.tree {
|
|
border:none;
|
|
}
|
|
#resource_tab {
|
|
min-height:380px;
|
|
}
|
|
|
|
div.system_announcement {
|
|
background-color: #EEEEEE;
|
|
}
|
|
|
|
.RequirementHeading, .RequirementText, .RequirementContent {
|
|
margin-top:12px;
|
|
line-height: 18px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#toolshortcuts_horizontal {
|
|
padding: 0px 20px 2px 0px;
|
|
clear: right;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: right;
|
|
width: 98%;
|
|
}
|
|
|
|
#toolshortcuts_vertical {
|
|
padding: 0px 0px 2px 0px;
|
|
clear: right;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
text-align: right;
|
|
width: 40px;
|
|
}
|
|
|
|
div.admin_section {
|
|
min-height: 260px;
|
|
}
|
|
.admin_section li {
|
|
padding: 2px 0px 2px;
|
|
}
|
|
|
|
div.admin_section h4 {
|
|
font-size:16px;
|
|
letter-spacing:-1px;
|
|
}
|
|
|
|
.actions span {
|
|
/* margin-right:0px; */
|
|
}
|
|
|
|
#courseintro_empty {
|
|
float: right;
|
|
margin: 2px auto;
|
|
padding: 0;
|
|
}
|
|
|
|
|
|
|
|
/*PROFILE*/
|
|
|
|
.profile_grid_container { width:100%;}
|
|
.profile_grid_item {
|
|
border:1px dotted #CCCCCC;
|
|
float:left;
|
|
height:90px;
|
|
margin:5px;
|
|
padding:5px;
|
|
width:270px;
|
|
}
|
|
.profile_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.profile_grid_element_1 { width:170px; float:left; text-align:left; margin-bottom:1px; }
|
|
|
|
#profile .picture-form {
|
|
width: 350px;
|
|
}
|
|
|
|
/* pagination grid sortable */
|
|
.sub_header {width:100%}
|
|
.grid_selectbox {float:left;width:35%}
|
|
.grid_title {float:left;width:30%;text-align:center}
|
|
.grid_nav {float:left;width:35%;text-align:right}
|
|
|
|
|
|
/* Groups boxes */
|
|
|
|
.group_invitation_grid_container { width:100%;}
|
|
.group_invitation_grid_item {
|
|
border:1px dotted #CCCCCC;
|
|
float:left;
|
|
height:85px;
|
|
margin:8px;
|
|
padding:5px;
|
|
width:300px;
|
|
}
|
|
.group_invitation_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.group_invitation_grid_element_1 { width:100px; float:left; text-align:left;margin-bottom:5px;}
|
|
.group_invitation_grid_element_2 { width:150px; float:left;}
|
|
|
|
|
|
/* home group boxes */
|
|
|
|
.home_group_grid_container {
|
|
margin-bottom:70px;
|
|
height:65px;
|
|
}
|
|
|
|
.home_group_grid_element_1 {
|
|
font-family:Verdana, Geneva, sans-serif;
|
|
font-size:12px;
|
|
color:#686868;
|
|
font-weight:bold;
|
|
margin:2px;
|
|
padding:2px;
|
|
}
|
|
.home_group_grid_element_2 {
|
|
float:right;
|
|
width:80%;
|
|
height:45px;
|
|
font-family:Verdana, Geneva, sans-serif;
|
|
font-size:12px;
|
|
color:#666666;
|
|
}
|
|
|
|
/*INVITATION IN PROFILE*/
|
|
|
|
.invitation_profile_grid_container { width:100%;}
|
|
.invitation_profile_grid_item {
|
|
border:1px dotted #CCCCCC;
|
|
float:left;
|
|
height:110px;
|
|
margin:5px;
|
|
padding:5px;
|
|
width:100px;
|
|
}
|
|
.invitation_profile_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.invitation_profile_grid_element_0 img {width:50px;height:50px;border:3px solid #E6E6E6;}
|
|
.invitation_profile_grid_element_2 { width:100px; float:left; text-align:center;}
|
|
.invitation_profile_grid_element_3 { width:100px; float:left; text-align:center;}
|
|
|
|
/* User boxes */
|
|
.search_users_grid_container { width:100%;}
|
|
.search_users_grid_item { width:400px; height: 90px; border:1px dotted #ccc; float:left; padding:5px; margin:8px;}
|
|
.search_users_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.search_users_grid_element_1 { width:100px; float:left; text-align:center;margin-bottom:5px;}
|
|
.search_users_grid_element_2 { width:150px; float:left;}
|
|
|
|
.search_users_grid_selectbox { width:50%; float:left;}
|
|
.search_users_grid_title { width:30%; float:left;}
|
|
.search_users_grid_nav { float:right;}
|
|
|
|
/*WAITING USER*/
|
|
.waiting_user_grid_container { width:100%;}
|
|
.waiting_user_grid_item { width:500px; height: 120px; border:1px dotted #ccc; float:left; padding:5px; margin:5px;}
|
|
.waiting_user_grid_element_0 { width:100px; height: 90px; float:left; text-align:center; margin-bottom:5px; padding-top:15px;}
|
|
.waiting_user_grid_element_1 { width:400px; float:left; text-align:left; margin-bottom:5px}
|
|
.waiting_user_grid_element_2 { width:400px; float:left; text-align:justify;margin-bottom:5px}
|
|
.waiting_user_grid_element_5 { width:100%; text-align:left;}
|
|
.waiting_user_grid_element_6 { width:100%; text-align:left;}
|
|
|
|
/*LIST MEMBERS*/
|
|
.list_members_grid_container { width:100%;}
|
|
.list_members_grid_item { width:105px; height: 150px; border:1px dotted #ccc; float:left; padding:5px; margin:8px;}
|
|
.list_members_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.list_members_grid_element_0 img {width:50px;height:50px;border:3px solid #E6E6E6;}
|
|
.list_members_grid_element_2 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.list_members_grid_element_3 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.list_members_grid_element_5 { width:100%; text-align:center;}
|
|
|
|
/*SEARCH USER*/
|
|
.search_user_grid_container { width:100%;}
|
|
.search_user_grid_item { width:100px; height:100px; border:1px dotted #ccc; float:left; padding:5px; margin:5px; overflow:hidden;}
|
|
.search_user_grid_element_0 { width:100px; float:left; text-align:center; margin-bottom:5px;}
|
|
.search_user_grid_element_0 img {width:50px;height:50px;border:2px solid #E6E6E6;}
|
|
.search_user_grid_element_1 { width:100%; text-align:center;}
|
|
.search_user_grid_element_2 { width:100%; text-align:center;}
|
|
.search_user_grid_element_3 { width:100%; text-align:center;}
|
|
|
|
/*SEARCH GROUP*/
|
|
|
|
.search_group_grid_item {
|
|
float:left;
|
|
width:345px;
|
|
height:165px;
|
|
margin-top:20px;
|
|
}
|
|
|
|
.search_group_grid_container {
|
|
margin-top:0px;
|
|
}
|
|
|
|
.search_group_grid_element_1 {
|
|
width:330px;
|
|
height:165px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
background-repeat:repeat-y;
|
|
overflow:hidden;
|
|
}
|
|
|
|
/* chosen javascript checkbox select width fix */
|
|
.chzn-select {
|
|
/*min-width: 173px; */
|
|
}
|
|
|
|
#lp_item_list {
|
|
margin:0;
|
|
padding: 0;
|
|
}
|
|
#lp_item_list, #lp_item_list li {
|
|
list-style-type: none;
|
|
/* float:left;*/
|
|
}
|
|
|
|
#lp_item_list .active {
|
|
border: 2px dotted #BDB76B;
|
|
}
|
|
|
|
#lp_item_list ul, #lp_item_list li{
|
|
/* float:left;*/
|
|
width:100%;
|
|
}
|
|
|
|
#lp_item_list .item_data {
|
|
padding:5px 0px 5px 0px;
|
|
/* float:left;*/
|
|
}
|
|
|
|
#lp_item_list .item {
|
|
border:none;
|
|
}
|
|
|
|
#lp_item_list .empty {
|
|
height:5px;
|
|
}
|
|
|
|
|
|
.ui-state-highlight {
|
|
height:25px;
|
|
}
|
|
|
|
#question_list .header_operations {
|
|
height:45px;
|
|
margin-bottom:5px;
|
|
clear: both;
|
|
}
|
|
/*.question-list-description-block {
|
|
margin-bottom:10px !important;
|
|
margin-top: -6px !important;
|
|
}*/
|
|
|
|
.thematic_advance_content {
|
|
padding:10px;
|
|
}
|
|
|
|
.thematic_advance_actions {
|
|
width:100px;
|
|
}
|
|
|
|
.document_preview_container {
|
|
|
|
-webkit-border-radius: 6px;
|
|
-opera-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 2px 5px #C8C8C8;
|
|
-opera-box-shadow: 0 2px 5px #C8C8C8;
|
|
-moz-box-shadow: 0 2px 5px #C8C8C8;
|
|
box-shadow: 0 2px 5px #C8C8C8;
|
|
|
|
background-color: #F9F9F9;
|
|
|
|
position: absolute;
|
|
z-index: 20;
|
|
margin:5px;
|
|
padding:5px;
|
|
width: 400px;
|
|
height:280px;
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
|
#course_settings h3 img {
|
|
margin-left: 25px;
|
|
}
|
|
|
|
.document_preview_container {
|
|
font-size: 12px !important;
|
|
color: #111 ! important;
|
|
}
|
|
|
|
/* Exercise comment*/
|
|
#comments {
|
|
position:absolute;
|
|
left:795px;
|
|
top:0px;
|
|
width:200px;
|
|
height:75px;
|
|
z-index:1;
|
|
}
|
|
/* MAIN QUESTION */
|
|
|
|
.main-question {
|
|
padding: 10px 20px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
|
|
margin-bottom: 35px;
|
|
}
|
|
.main-question .question_title{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
margin: 15px 0px;
|
|
color:#666666 ;
|
|
}
|
|
.main-question .question_description{
|
|
color: #666666;
|
|
}
|
|
.main-question .form-actions{
|
|
clear: both;
|
|
width: 100%;
|
|
display: block;
|
|
border-top:1px solid #dddddd;
|
|
padding-top: 10px;
|
|
}
|
|
#questions {
|
|
width:40%;
|
|
height:50px;
|
|
float:left;
|
|
padding:5px;
|
|
}
|
|
.exercise{
|
|
padding: 10px 20px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.question_item {
|
|
height:50px;
|
|
padding:5px;
|
|
margin:10px 0px 10px 0px;
|
|
}
|
|
|
|
.option_item {
|
|
width:150px;
|
|
padding:3px;
|
|
margin:10px;
|
|
}
|
|
|
|
.ui-jqgrid tr.jqgrow td {
|
|
height:38px !important;
|
|
}
|
|
|
|
.exercise_overview_options {
|
|
background-color: #F9F9F9;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
/*height: 40px;
|
|
margin: 5px; */
|
|
padding: 15px 0px 15px 0px;
|
|
}
|
|
|
|
.exercise_overview_options .left_option {
|
|
float:left;
|
|
margin:12px 5px;
|
|
width:33%;
|
|
}
|
|
|
|
.exercise_overview_options .center_option {
|
|
float:left;
|
|
margin:15px 5px;
|
|
text-align: center;
|
|
width:33%;
|
|
}
|
|
|
|
.exercise_overview_options .right_option {
|
|
float:right;
|
|
margin:12px 5px;
|
|
text-align: right;
|
|
font-size : 14px;
|
|
}
|
|
|
|
.remind_highlight {
|
|
background-color: #FFF7C0;
|
|
}
|
|
|
|
.exercise_header {
|
|
border-bottom: 1px dotted #ccc;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
/* Table */
|
|
.exercise_options {
|
|
width:720px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.exercise_options th {
|
|
background-color: #F2F2F2;
|
|
border-bottom: 1px solid #DDDDDD;
|
|
line-height: normal;
|
|
padding: 8px 10px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* Fixes questions list */
|
|
.question_options {
|
|
min-height:150px;
|
|
}
|
|
|
|
.question_options label {
|
|
margin-bottom: 14px;
|
|
display:block;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.question_options .radio{
|
|
min-height: 18px;
|
|
margin-left: 65px;
|
|
}
|
|
.question_options .checkbox{
|
|
margin-left: 65px;
|
|
}
|
|
|
|
.question_options .radio input[type="radio"], .question_options .checkbox input[type="checkbox"] {
|
|
float: left;
|
|
margin-left: -25px;
|
|
}
|
|
|
|
.question_options input[type="text"] {
|
|
padding: 6px 12px;
|
|
margin:2px 2px 2px 0px;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
height: 34px;
|
|
line-height: 1.42857;
|
|
border: 1px solid #CCCCCC;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
color: #555555;
|
|
font-weight: bold;
|
|
background-color: #FCF8D6;
|
|
|
|
}
|
|
.question_options input[type="text"]:focus{
|
|
border-color:#66AFE9;
|
|
background-color: #ffffff;
|
|
outline: 0px none;
|
|
box-shadow:0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6) ;
|
|
}
|
|
|
|
.exercise_description {
|
|
padding:0px 0px 10px 0px;
|
|
border-bottom: 1px solid #dddddd;
|
|
margin-bottom: 10px;
|
|
}
|
|
.exercise_title {
|
|
font-size: 1.6em;
|
|
font-weight: bold;
|
|
padding:10px 0px 10px 0px;
|
|
}
|
|
|
|
.question_no_answer {
|
|
background-color: #FFF7C0;
|
|
/* padding: 5px 0px 5px 0px; */
|
|
margin: 10px 0px 5px 0px;
|
|
}
|
|
|
|
.question_answer {
|
|
display: block;
|
|
float: left;
|
|
margin: 0;
|
|
width: 100%;
|
|
margin: 0 0 0 0px;
|
|
padding: 0px 0px 5px 0px;
|
|
}
|
|
.question_answer label {
|
|
float:left;
|
|
margin: 0px 0 0 8px;
|
|
}
|
|
|
|
.question_answer input {
|
|
float: left;
|
|
margin: 0px;
|
|
}
|
|
|
|
#question_description {
|
|
padding-left:5px;
|
|
padding-top:10px;
|
|
}
|
|
|
|
#question_score {
|
|
padding-top:10px;
|
|
padding-bottom:10px;
|
|
font-weight:bold;
|
|
font-size:130%;
|
|
}
|
|
|
|
.question_row {
|
|
margin-bottom: 40px;
|
|
}
|
|
.question_row_score .title-score .total{
|
|
border: 1px solid #ddd;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
color: #666;
|
|
background: #ffffff; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
.question-result .page-header{
|
|
margin-top: 20px;
|
|
}
|
|
.question-result .page-header h2{
|
|
font-size: 25px;
|
|
}
|
|
.question_row_score .title-score .total h3{
|
|
margin: 0px;
|
|
font-size: 22px;
|
|
}
|
|
.question_row_answer{
|
|
padding: 20px;
|
|
border: 1px solid #dddddd;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
}
|
|
.question_row_answer .page-header{
|
|
margin: 20px 0px;
|
|
}
|
|
.question_row_answer .page-header h3{
|
|
font-size: 22px;
|
|
margin: 0;
|
|
}
|
|
.ribbon {
|
|
float:left;
|
|
width:100%;
|
|
margin-bottom: 20px;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 3px;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
|
position: relative;
|
|
background: #ffffff; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
.ribbon .rib {
|
|
height: 40px;
|
|
width: 180px;
|
|
display: block;
|
|
line-height: 1.3;
|
|
left: -2px;
|
|
top: 0px;
|
|
color: #cfcfcf;
|
|
margin: 0;
|
|
padding: 2px 10px;
|
|
position: relative;
|
|
border-top: 1px solid #363636;
|
|
border-bottom: 1px solid #202020;
|
|
background: #333;
|
|
|
|
background-image: -ms-linear-gradient(top, #414B57, #2F3741);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414B57), to(#2F3741));
|
|
background-image: -webkit-linear-gradient(top, #414B57, #2F3741);
|
|
background-image: -o-linear-gradient(top, #414B57, #2F3741);
|
|
background-image: -moz-linear-gradient(top, #414B57, #2F3741);
|
|
background-image: linear-gradient(top, #414B57, #2F3741);
|
|
|
|
border-radius: 4px 0px 0 0;
|
|
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
|
|
|
|
float: left;
|
|
}
|
|
|
|
.ribbon .rib h3 {
|
|
color: white;
|
|
font-size: 16px;
|
|
float:left;
|
|
line-height: 16px;
|
|
padding-top: 5px;
|
|
margin: 0;
|
|
}
|
|
|
|
.ribbon .rib-total {
|
|
width: 275px !important;
|
|
}
|
|
|
|
.ribbon .rib-error, .ribbon .ribbon-total-error {
|
|
background: #ff3019; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
|
|
border-top: 1px solid #ff3019;
|
|
border-bottom: 1px solid #cf0404;
|
|
float: left;
|
|
}
|
|
|
|
.ribbon .rib-gray {
|
|
background: #cccccc;
|
|
background-image: -ms-linear-gradient(top, #bbbbbb, #cccccc);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbbbbb), to(#cccccc));
|
|
background-image: -webkit-linear-gradient(top, #bbbbbb, #cccccc);
|
|
background-image: -o-linear-gradient(top, #bbbbbb, #cccccc);
|
|
background-image: -moz-linear-gradient(top, #bbbbbb, #cccccc);
|
|
background-image: linear-gradient(top, #bbbbbb, #cccccc);
|
|
border-top: 1px solid #bbbbbb;
|
|
border-bottom: 1px solid #bbbbbb;
|
|
float: left;
|
|
}
|
|
|
|
|
|
.ribbon .rib-success, .ribbon .ribbon-total-success{
|
|
background-color: #768E00;
|
|
background-image: -ms-linear-gradient(top, #9CB80A, #768E00);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9CB80A), to(#768E00));
|
|
background-image: -webkit-linear-gradient(top, #9CB80A, #768E00);
|
|
background-image: -o-linear-gradient(top, #9CB80A, #768E00);
|
|
background-image: -moz-linear-gradient(top, #9CB80A, #768E00);
|
|
background-image: linear-gradient(top, #9CB80A, #768E00);
|
|
border-top: 1px solid #A8C31B;
|
|
border-bottom: 1px solid #617700;
|
|
float: left;
|
|
}
|
|
|
|
.ribbon h4 {
|
|
margin: 0;
|
|
padding: 8px 10px;
|
|
color: #444;
|
|
float:left;
|
|
}
|
|
|
|
.ribbon-total h4 {
|
|
left: 290px;
|
|
}
|
|
|
|
.ribbon h5 {
|
|
display: block;
|
|
height: 30px;
|
|
width: 150px;
|
|
margin: 0;
|
|
padding: 15px 0px;
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
}
|
|
|
|
.ribbon .rib::before {
|
|
content: '';
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute;
|
|
bottom: -11px;
|
|
z-index: -10;
|
|
border: 5px solid;
|
|
border-color: #242424 transparent transparent transparent;
|
|
}
|
|
|
|
.ribbon .rib-error::before {
|
|
border-color: #cf0404 transparent transparent transparent;
|
|
}
|
|
|
|
.ribbon .rib-success::before {
|
|
border-color: #66751B transparent transparent transparent;
|
|
}
|
|
|
|
.ribbon .rib-gray::before {
|
|
border-color: #ccc transparent transparent transparent;
|
|
}
|
|
|
|
.ribbon .rib::before {left: 0;}
|
|
.ribbon .rib::after {right: 0;}
|
|
|
|
|
|
.ribbon .success {
|
|
|
|
}
|
|
|
|
.ribbon .error {
|
|
color: red;
|
|
}
|
|
.ribbon .success {
|
|
color: green;
|
|
}
|
|
|
|
.exercise_save_now_button img {
|
|
position: relative;
|
|
top: 4px;
|
|
}
|
|
|
|
.exercise_save_now_button {
|
|
margin-top:10px;
|
|
}
|
|
.exercise_save_now_button, .exercise_button{
|
|
/* padding:5px; */
|
|
}
|
|
|
|
.time_container_warning {
|
|
background-color:#FFD700;
|
|
border:1px solid #B8860B;
|
|
}
|
|
|
|
/* Exercise clock*/
|
|
.count_down {
|
|
padding: 3px;
|
|
font-size:22px;
|
|
font-weight:bold;
|
|
color:#222;
|
|
padding: 12px;
|
|
text-align: center;
|
|
width:200px;
|
|
}
|
|
|
|
.red_alert {
|
|
color:red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#question_feedback {
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
background-color:#FCF7BA;
|
|
border:1px solid #EADC31;
|
|
color:#555;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
list-style-type:none;
|
|
margin-top:5px;
|
|
padding:5px;
|
|
}
|
|
|
|
.userportal-order-courses-link {
|
|
background-color: #F9F9F9;
|
|
border-radius: 10px 10px 10px 10px;
|
|
height: 40px;
|
|
margin: 5px;
|
|
padding: 15px;
|
|
}
|
|
|
|
.userportal-order-courses-link a {
|
|
float:right;
|
|
}
|
|
|
|
.course_social_content {
|
|
background : #EFEFEF;
|
|
margin:10px 21px;
|
|
padding:10px;
|
|
}
|
|
|
|
.topics_grid_item {
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#div_content_table {
|
|
border-bottom:1px solid #EAEAEA;
|
|
margin-bottom:20px;
|
|
padding-bottom:10px;
|
|
}
|
|
|
|
.group_description {
|
|
word-wrap: break-word;
|
|
font-size:11px;
|
|
}
|
|
|
|
/* Forms */
|
|
div.row div.form_header {
|
|
white-space: nowrap;
|
|
padding: 2px;
|
|
margin : 0px 0px 10px 0px;
|
|
background-color: #E5EDF9;
|
|
border: 1px solid #E5EDF9;
|
|
font-size:20px;
|
|
}
|
|
|
|
span.form_required {
|
|
color: #f00;
|
|
}
|
|
span.form_error {
|
|
color: #f00;
|
|
font-size: x-small;
|
|
margin: 2px;
|
|
}
|
|
|
|
form .row {
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
form .formw .freeze {
|
|
display: block;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.course_activity_home {
|
|
width:100%;
|
|
}
|
|
|
|
|
|
.course_activity_home td {
|
|
line-height: normal;
|
|
padding: 4px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.show_element {
|
|
display: block !important;
|
|
}
|
|
|
|
/* agenda js */
|
|
#add_event_form fieldset {
|
|
width:400px;
|
|
}
|
|
|
|
.tag {
|
|
background-color: #D3E6EF;
|
|
border-radius: 3px 3px 3px 3px;
|
|
display: inline-block;
|
|
float: left;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
margin: 0 10px 5px 0;
|
|
padding: 0.4em 0.6em;
|
|
}
|
|
|
|
.label_tag {
|
|
padding: 1px 3px 2px;
|
|
margin:2px 3px 2px 0px;
|
|
/* padding:5px;*/
|
|
background-color: #bfbfbf;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
width: 155px;
|
|
}
|
|
|
|
.label_tag.personal_event {
|
|
background:#3366CC;
|
|
}
|
|
.label_tag.admin_event {
|
|
background:red;
|
|
}
|
|
.label_tag.course_event {
|
|
background:#458B00;
|
|
}
|
|
.label_tag.group_event {
|
|
background:#A0522D;
|
|
}
|
|
.label_tag.session_event {
|
|
background:#00496D;
|
|
}
|
|
|
|
|
|
.label_tag.important {
|
|
background-color: #c43c35;
|
|
}
|
|
.label_tag.warning {
|
|
background-color: #f89406;
|
|
}
|
|
.label_tag.success {
|
|
background-color: #46a546;
|
|
}
|
|
.label_tag.notice {
|
|
background-color: #62cffc;
|
|
}
|
|
|
|
.label_tag.skill {
|
|
background-color: #46a546;
|
|
}
|
|
|
|
|
|
.label_tag.course {
|
|
background-color: #62cffc;
|
|
}
|
|
|
|
|
|
|
|
|
|
.invisible {
|
|
color: #999;
|
|
}
|
|
|
|
.invisible h2 {
|
|
color: #999;
|
|
}
|
|
|
|
.requirements td {
|
|
padding:5px;
|
|
}
|
|
|
|
/* header cell in data table in tools */
|
|
.data_table {
|
|
margin-bottom: 18px;
|
|
width: 100%;
|
|
border: 1px solid #DDDDDD;
|
|
}
|
|
|
|
.data_table th, .data_table td {
|
|
border-top: 1px solid #DDDDDD;
|
|
line-height: 18px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.data_table th {
|
|
padding: 8px 10px;
|
|
font-weight: bold;
|
|
background-color: #F2F2F2;
|
|
border-bottom: 1px solid #DDDDDD;
|
|
}
|
|
.data_table td {
|
|
}
|
|
|
|
.data_table_no_border {
|
|
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;
|
|
}
|
|
|
|
.data_table tr.row_odd {
|
|
background-color: #F9F9F9;
|
|
}
|
|
.data_table tr.row_odd:hover, .data_table tr.row_even:hover {
|
|
background-color: #E5EDF9;
|
|
}
|
|
.data_table tr.row_even {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.data_table_no_border td .highlight{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.data_table_pagination {
|
|
width:100%;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.form-stacked .label {
|
|
display: block;
|
|
float: none;
|
|
font-weight: bold;
|
|
line-height: 20px;
|
|
padding-top: 0;
|
|
text-align: left;
|
|
width: auto;
|
|
}
|
|
|
|
.form-stacked .row div.formw {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.form-stacked .row {
|
|
margin-bottom: 9px;
|
|
}
|
|
|
|
#install_form blockquote {
|
|
line-height: 16px;
|
|
}
|
|
|
|
#install_form .data_table_no_border td {
|
|
width:30%;
|
|
}
|
|
|
|
.lp_content_type_label {
|
|
font-style: italic;
|
|
color:#999;
|
|
font-size: 11px;
|
|
}
|
|
|
|
/* Stick table header */
|
|
|
|
.tableWithFloatingHeader th {
|
|
padding: 5px 5px 0px 5px;
|
|
}
|
|
.tableFloatingHeaderOriginal th, .tableWithFloatingHeader th{
|
|
height:80px;
|
|
}
|
|
|
|
/* jsPlumb */
|
|
/* ****************************************************
|
|
CSS SKILL
|
|
**************************************************** */
|
|
.skill-options .legend{
|
|
border: 1px dashed #cccccc;
|
|
padding: 1em;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
margin-bottom: 1em;
|
|
margin-top: 1em;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.skill-options .legend .title-skill,
|
|
.skill-options .saved_profiles .title-skill
|
|
{
|
|
color: #666655;
|
|
padding-bottom: 1em;
|
|
font-size: 16px;
|
|
}
|
|
.skill-options .skill-profile .title-skill{
|
|
color: #666655;
|
|
padding-bottom: .5em;
|
|
font-size: 18px;
|
|
}
|
|
.skill-options .skill-home{
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
.skill-options .btn-block {
|
|
box-sizing: border-box;
|
|
display: block;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
width: 100%;
|
|
}
|
|
.skill-options .accordion-heading {
|
|
border-bottom: 0px none;
|
|
background: #3FA5C3;
|
|
}
|
|
.skill-options .accordion-heading a{
|
|
color: #FFFFFF;
|
|
}
|
|
.skill-options .button-skill{
|
|
margin-top: 1em;
|
|
}
|
|
.skill-options .form-search .holder{
|
|
padding-left: .5em;
|
|
padding-right: .5em;
|
|
}
|
|
.skill-options .accordion-inner {
|
|
padding: 9px 15px;
|
|
/*border: 1px solid #dadada;*/
|
|
background-color: #FFFFFF;
|
|
}
|
|
.skill-options .items_save{
|
|
margin-top: .5em;
|
|
margin-bottom: .5em;
|
|
display: inline-block;
|
|
height: auto !important;
|
|
clear: both;
|
|
width: 100%;
|
|
}
|
|
.skill-options .accordion-group {
|
|
margin-bottom: 2px;
|
|
border: 1px solid #3FA5C3;
|
|
border-radius: 4px;
|
|
}
|
|
.skill-options .accordion-inner {
|
|
padding: 9px 15px;
|
|
border-top: 1px solid #3FA5C3;
|
|
}
|
|
.skill-options .load_wheel{
|
|
-moz-border-radius:6px;
|
|
-webkit-border-radius:6px;
|
|
border-radius:6px;
|
|
border:1px solid #C09853;
|
|
background:#FCF8E3;
|
|
padding:1px 5px 2px;
|
|
color:#333;
|
|
}
|
|
.skill-options .skill-items{
|
|
padding-bottom: 1em;
|
|
margin-bottom: .5em;
|
|
margin-top: .5em;
|
|
}
|
|
.skill-options .skill-winner{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.skill-options .skill-winner li{
|
|
float: left;
|
|
margin-right: 1em;
|
|
padding-bottom: 1em;
|
|
}
|
|
.skill-options .skill-winner li a{
|
|
background: url("../../main/img/icons/16/winner.png") no-repeat;
|
|
padding-left: 1.5em;
|
|
padding-bottom: 1em;
|
|
}
|
|
.skill-options .skill-profile{
|
|
width: 100%;
|
|
display: block;
|
|
border: 1px solid #CCC;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
margin-top: 1em;
|
|
background-color: #FFFFFF;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
margin-bottom: 1em;
|
|
}
|
|
.skill-options .section-info-skill{
|
|
display: inline-block;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
width: 100%;
|
|
clear: both;
|
|
}
|
|
.skill-options .skill-profile .avatar{
|
|
display: block;
|
|
width: auto;
|
|
text-align: center;
|
|
}
|
|
.skill-options .skill-profile .info-user{
|
|
display: block;
|
|
width: auto;
|
|
margin-left: 1em;
|
|
padding: 1em;
|
|
}
|
|
.skill-options .button-skill{
|
|
margin-bottom: .5em;
|
|
}
|
|
.search-skill ul.holder li.bit-input input{
|
|
width: 100%;
|
|
}
|
|
.page-items-profile{
|
|
padding: .5em;
|
|
}
|
|
.page-items-profile .title-skill{
|
|
margin-bottom: .5em;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
margin-top: .5em;
|
|
}
|
|
.page-items-profile .block-items{
|
|
display: block;
|
|
width: 22.5%;
|
|
margin:10px;
|
|
float: left;
|
|
}
|
|
.page-items-profile .award-items{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
}
|
|
.page-items-profile .number-skill{
|
|
background-color: #FFFFFF;
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
padding-left: .5em;
|
|
margin-bottom: 1em;
|
|
font-size: 12px;
|
|
border: 1px solid #cccccc;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
border-radius: 4px;
|
|
}
|
|
.page-items-profile .block-items .border-items{
|
|
background-color: #ffffff;
|
|
-webkit-border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
border-radius: 10px;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
.skill-legend-add{
|
|
background-color: #F89406;
|
|
}
|
|
.skill-legend-search{
|
|
background-color: #B94A48;
|
|
}
|
|
.skill-legend-badges{
|
|
background-color: #3A87AD;
|
|
}
|
|
.page-skill .panel-heading a{
|
|
color: #ffffff;
|
|
}
|
|
.page-skill .btn-default{
|
|
background-color: #F6F6F6;
|
|
}
|
|
.page-skill .text, .page-skill #saved_profiles h4{
|
|
font-size: 12px;
|
|
}
|
|
.page-skill .btn-default:hover {
|
|
background-color: #E6E6E6;
|
|
}
|
|
.page-skill #skill_info{
|
|
font-size: 12px;
|
|
}
|
|
.page-skill .items_save .holder_simple{
|
|
padding: 0;
|
|
}
|
|
.page-skill #skill_wheel tspan{
|
|
font-size: 12px;
|
|
}
|
|
.page-skill .holder_simple li.bit-box a{
|
|
color: #8A6D3B;
|
|
}
|
|
.page-items-profile .items-info{
|
|
padding:1em;
|
|
}
|
|
.page-items-profile .info-profile{
|
|
margin-top: 1em;
|
|
margin-bottom: .5em;
|
|
}
|
|
.page-items-profile .items-info .avatar-profile{
|
|
text-align: center;
|
|
background: #FFFFFF;
|
|
-webkit-border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
padding-bottom: 5px;
|
|
padding-top: 5px;
|
|
border: 1px solid #cccccc;
|
|
}
|
|
.skill_partition {
|
|
cursor: pointer;
|
|
stroke: #000000;
|
|
stroke-width: 0.5px;
|
|
}
|
|
|
|
#skill_holder li {
|
|
float:left;
|
|
padding-right: 10px;
|
|
margin-bottom: .5em;
|
|
}
|
|
|
|
/* ****************************************************
|
|
END SKILL
|
|
**************************************************** */
|
|
|
|
.skill_root {
|
|
box-shadow: 2px 2px 19px #aaa;
|
|
-o-box-shadow: 2px 2px 19px #aaa;
|
|
-webkit-box-shadow: 2px 2px 19px #aaa;
|
|
-moz-box-shadow: 2px 2px 19px #aaa;
|
|
|
|
-webkit-border-radius: 6px;
|
|
-opera-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
|
background-color: #ccc;
|
|
border: 0.1em dotted #D4E06B;
|
|
color: black;
|
|
font-size: 0.9em;
|
|
height: 4em;
|
|
opacity: 0.8;
|
|
padding-top: 0.9em;
|
|
text-align: center;
|
|
width: 120px;
|
|
z-index: 40;
|
|
position:relative;
|
|
}
|
|
|
|
.skill_child {
|
|
box-shadow: 2px 2px 19px #aaa;
|
|
-o-box-shadow: 2px 2px 19px #aaa;
|
|
-webkit-box-shadow: 2px 2px 19px #aaa;
|
|
-moz-box-shadow: 2px 2px 19px #aaa;
|
|
|
|
-webkit-border-radius: 6px;
|
|
-opera-border-radius: 6px;
|
|
-moz-border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
|
background-color: white;
|
|
border: 0.1em dotted #D4E06B;
|
|
color: black;
|
|
|
|
font-size: 0.9em;
|
|
height: 4em;
|
|
opacity: 0.8;
|
|
padding-top: 0.9em;
|
|
/* position: absolute; */
|
|
text-align: center;
|
|
width: 120px;
|
|
z-index: 40;
|
|
float:left;
|
|
margin-left:20px;
|
|
margin-bottom:20px;
|
|
margin-top:10px;
|
|
position:relative;
|
|
}
|
|
|
|
/* ****************************************************
|
|
END SKILL
|
|
**************************************************** */
|
|
|
|
/* list template document */
|
|
#frmModel{
|
|
height: 700px;
|
|
min-height: 100%;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden
|
|
}
|
|
#frmModel ul{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0 .5em 0 1em;
|
|
}
|
|
#frmModel ul li:hover{
|
|
background-color: #FAFAFA;
|
|
border: 1px solid #F2F2F2;
|
|
}
|
|
#frmModel ul li{
|
|
text-align: center;
|
|
padding-top: 1em;
|
|
padding-bottom: 1em;
|
|
}
|
|
#frmModel ul li .title, #frmModel ul li .description{
|
|
padding-top: .5em;
|
|
padding-bottom: .5em;
|
|
width: auto;
|
|
}
|
|
.lp-add-item{
|
|
display:block;
|
|
height:890px;
|
|
width:250px;
|
|
position:relative;
|
|
}
|
|
/* end list template document */
|
|
|
|
.done_window {
|
|
background-color: #73982C;
|
|
}
|
|
|
|
.first_window {
|
|
border: 1px solid red;
|
|
cursor:pointer;
|
|
}
|
|
|
|
.second_window {
|
|
border: 1px solid blue;
|
|
margin-left:0px;
|
|
}
|
|
|
|
.third_window {
|
|
border: 1px solid blue;
|
|
cursor:pointer;
|
|
}
|
|
|
|
._jsPlumb_endpoint {
|
|
z-index: 50;
|
|
}
|
|
|
|
.drag-locked {
|
|
border: 1px solid red;
|
|
}
|
|
._jsPlumb_endpoint {
|
|
z-index: 50;
|
|
}
|
|
._jsPlumb_connector {
|
|
z-index: 1;
|
|
}
|
|
.dropHover {
|
|
border: 1px dotted red;
|
|
}
|
|
|
|
.dragActive {
|
|
border: 2px dotted orange;
|
|
}
|
|
|
|
.edit_block {
|
|
z-index: 200;
|
|
}
|
|
|
|
#language_list {
|
|
width:80px !important;
|
|
min-width: 140px !important;
|
|
}
|
|
|
|
/*****************************************************
|
|
* LOGIN AND LANGUAGE FORM *
|
|
*****************************************************/
|
|
|
|
#lang_form {
|
|
text-align: left;
|
|
}
|
|
|
|
.form_login {
|
|
padding: 3px 15px;
|
|
}
|
|
|
|
#formLogin label {
|
|
color:#666666;
|
|
}
|
|
|
|
#login_fail {
|
|
margin-left: 20px;
|
|
padding: 4px;
|
|
border: 1px solid #f00;
|
|
background-color: #fff;
|
|
font-size: 12px;
|
|
color: #f00;
|
|
width:185px;
|
|
}
|
|
input.mainoption {
|
|
font-weight : bold;
|
|
-moz-border-radius-bottomleft:5px;
|
|
-moz-border-radius-bottomright:5px;
|
|
-moz-border-radius-topleft:5px;
|
|
-moz-border-radius-topright:5px;
|
|
border:1px solid #E1E1E0;
|
|
}
|
|
input.liteoption {
|
|
font-weight : normal;
|
|
-moz-border-radius-bottomleft:5px;
|
|
-moz-border-radius-bottomright:5px;
|
|
-moz-border-radius-topleft:5px;
|
|
-moz-border-radius-topright:5px;
|
|
border:1px solid #E1E1E0;
|
|
}
|
|
|
|
|
|
.row_selected {
|
|
border-color: #478ced #1f6fe2 #1f6fe2;
|
|
background-color: #FFFFCC;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFCC), to(#FFFFCC));
|
|
background-image: -webkit-linear-gradient(top, #FFFFCC, #FFFFCC);
|
|
background-image: -moz-linear-gradient(top, #FFFFCC, #FFFFCC);
|
|
background-image: -ms-linear-gradient(top, #FFFFCC, #FFFFCC);
|
|
background-image: -o-linear-gradient(top, #FFFFCC, #FFFFCC);
|
|
background-image: linear-gradient(top, #FFFFCC, #FFFFCC);
|
|
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2d7ceb', EndColorStr='#2978e6');*/
|
|
-moz-box-shadow: 0px 0px 0px transparent;
|
|
-webkit-box-shadow: 0px 1px 0px transparent;
|
|
box-shadow: 0px 1px 0px transparent;
|
|
}
|
|
|
|
.row_selected a, .row_selected .invisible, .row_selected td {
|
|
/* color: #FFFFFF !important; */
|
|
}
|
|
|
|
.data_table_exercise_result, .data_table_exercise_result_left {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
font-size: 12px;
|
|
margin-bottom: 15px;
|
|
margin-top: 8px;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
|
|
.data_table_exercise_result td {
|
|
line-height: normal;
|
|
padding: 6px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
.data_table_exercise_result_left td {
|
|
line-height: normal;
|
|
padding: 6px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#no-data-view {
|
|
padding: 20px 0 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
div#no-data-view img {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
|
|
div#no-data-view h2 {
|
|
border: 0 none;
|
|
color: #212121;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin: 0 0 6px;
|
|
padding: 0;
|
|
}
|
|
|
|
div#no-data-view div.controls {
|
|
padding-top: 1px;
|
|
}
|
|
|
|
/* styles for the star rater */
|
|
.star-rating{
|
|
list-style:none;
|
|
margin: 0px;
|
|
padding:0px;
|
|
width: 125px;
|
|
height: 25px;
|
|
position: relative;
|
|
overflow:hidden;
|
|
background: url(../../main/img/alt_star.png) top left repeat-x;
|
|
}
|
|
.star-rating li{
|
|
padding:0px;
|
|
margin:0px;
|
|
width:25px;
|
|
height:25px;
|
|
float: left;
|
|
}
|
|
.star-rating li a{
|
|
display:block;
|
|
width:25px;
|
|
height: 25px;
|
|
line-height:25px;
|
|
text-decoration: none;
|
|
text-indent: -9000px;
|
|
z-index: 20;
|
|
position: absolute;
|
|
padding: 0px;
|
|
overflow:hidden;
|
|
}
|
|
.star-rating li a:hover{
|
|
background: url(../../main/img/alt_star.png) left bottom;
|
|
z-index: 2;
|
|
left: 0px;
|
|
border:none;
|
|
}
|
|
.star-rating a.one-star{
|
|
left: 0px;
|
|
}
|
|
.star-rating a.one-star:hover{
|
|
width:25px;
|
|
}
|
|
.star-rating a.two-stars{
|
|
left:25px;
|
|
}
|
|
.star-rating a.two-stars:hover{
|
|
width: 50px;
|
|
}
|
|
.star-rating a.three-stars{
|
|
left: 50px;
|
|
}
|
|
.star-rating a.three-stars:hover{
|
|
width: 75px;
|
|
}
|
|
.star-rating a.four-stars{
|
|
left: 75px;
|
|
}
|
|
.star-rating a.four-stars:hover{
|
|
width: 100px;
|
|
}
|
|
.star-rating a.five-stars{
|
|
left: 100px;
|
|
}
|
|
.star-rating a.five-stars:hover{
|
|
width: 125px;
|
|
}
|
|
.star-rating li.current-rating{
|
|
background: url(../../main/img/alt_star.png) left center;
|
|
position: absolute;
|
|
height: 25px;
|
|
display: block;
|
|
text-indent: -9000px;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* remove halo effect in firefox */
|
|
a:active{
|
|
outline: none;
|
|
}
|
|
|
|
.skills-profiles, .skills-users, .skills-skills {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
padding:10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.skills-skills ul.holder,
|
|
.skills-users ul.holder,
|
|
.skills-profiles ul.holder
|
|
{
|
|
margin-bottom: 8px;
|
|
border: 0px;
|
|
}
|
|
|
|
.offline_user {
|
|
display: block;
|
|
height: 20px;
|
|
width: 20px;
|
|
position:absolute;
|
|
background: url("../../main/img/offline.png") no-repeat scroll right center transparent;
|
|
}
|
|
|
|
.online_user {
|
|
display: block;
|
|
height: 20px;
|
|
width: 20px;
|
|
position:absolute;
|
|
background: url("../../main/img/online.png") no-repeat scroll right center transparent;
|
|
}
|
|
|
|
.online_user_in_text {
|
|
background: url("../../main/img/online.png") no-repeat scroll right center transparent;
|
|
height: 16px;
|
|
width: 17px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
}
|
|
.send_msg_in_text {
|
|
background: url("../../main/img/mail_send.png") no-repeat scroll right center transparent;
|
|
height: 16px;
|
|
width: 17px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
}
|
|
.send_inv_in_text {
|
|
background: url("../../main/img/invitation.png") no-repeat scroll right center transparent;
|
|
height: 16px;
|
|
width: 17px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
}
|
|
.teacher_online {
|
|
background: url("../../main/img/icons/16/teacher.png") no-repeat scroll right center transparent;
|
|
height: 16px;
|
|
width: 17px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.student_online {
|
|
background: url("../../main/img/icons/16/user.png") no-repeat scroll right center transparent;
|
|
height: 16px;
|
|
width: 17px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
#online_grid_container .thumbnail .caption {
|
|
text-align:center;
|
|
}
|
|
|
|
.offline_user_in_text {
|
|
background: url("../../main/img/offline.png") no-repeat scroll right center transparent;
|
|
height: 16px;
|
|
width: 17px;
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.subnav .nav .hide_menu {
|
|
display:none;
|
|
}
|
|
|
|
.homepage_notice {
|
|
|
|
}
|
|
|
|
.welcome_course li {
|
|
float:left;
|
|
list-style-type: none;
|
|
width: 175px
|
|
}
|
|
|
|
.welcome_course li p {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 88px;
|
|
}
|
|
|
|
.welcome_course li a {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 120px;
|
|
}
|
|
|
|
/* Nanogong - exercise player*/
|
|
|
|
.nanogong_player_container {
|
|
width:370px;
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
.nanogong_player {
|
|
float:left;
|
|
}
|
|
|
|
.action_player {
|
|
float:right;
|
|
width:120px;
|
|
}
|
|
|
|
.audio_preview_container {
|
|
margin-left: 50px;
|
|
}
|
|
|
|
|
|
/* ie fixes */
|
|
|
|
/* Disabling help/bug notifications */
|
|
.lt-ie7 #navigation {
|
|
display:none;
|
|
}
|
|
|
|
/* Disabling top bar */
|
|
.lt-ie7 #topbar {
|
|
display:none
|
|
}
|
|
|
|
.lt-ie7 .subnav .nav > li {
|
|
float:left !important;
|
|
}
|
|
|
|
|
|
.lt-ie7 #announcements_page {
|
|
width:450px !important;
|
|
}
|
|
/* Disabling chat */
|
|
.lt-ie7 #chatmain {
|
|
display:none;
|
|
}
|
|
|
|
#my_timeline {
|
|
background: url("dot.gif") repeat-x scroll left 45px;
|
|
height: 350px;
|
|
margin: 0px auto;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 600px;
|
|
}
|
|
|
|
#dates {
|
|
/* height: 60px; */
|
|
overflow: hidden;
|
|
width: 800px;
|
|
}
|
|
|
|
#my_timeline #next {
|
|
background: url("../../main/img/action_next.png") no-repeat transparent;
|
|
height: 32px;
|
|
width: 32px;
|
|
float:right;
|
|
}
|
|
|
|
#my_timeline #prev {
|
|
background: url("../../main/img/action_prev.png") no-repeat transparent;
|
|
height: 32px;
|
|
width: 32px;
|
|
float:left;
|
|
}
|
|
|
|
#dates .selected {
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
font-color: #E06B04;
|
|
}
|
|
|
|
#dates li {
|
|
background: url("biggerdot.png") no-repeat scroll center bottom transparent;
|
|
float: left;
|
|
font-size: 14px;
|
|
height: 50px;
|
|
list-style: none outside none;
|
|
text-align: center;
|
|
width: 130px;
|
|
}
|
|
|
|
#issues {
|
|
height: 350px;
|
|
overflow: hidden;
|
|
width: 800px;
|
|
}
|
|
|
|
#issues li {
|
|
float: left;
|
|
height: 350px;
|
|
list-style: none outside none;
|
|
width: 800px;
|
|
}
|
|
|
|
#issues li h3 {
|
|
color: #FFCC00;
|
|
font-size: 48px;
|
|
margin: 0px;
|
|
text-shadow: 1px 1px 2px #000000;
|
|
}
|
|
|
|
#issues li p {
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 22px;
|
|
margin-right: 70px;
|
|
text-shadow: 1px 1px 2px #000000;
|
|
}
|
|
|
|
.td_actions {
|
|
width: 250px;
|
|
}
|
|
|
|
/* **** FORUM CATEGORY **** */
|
|
.forum_category {
|
|
background-color: #0066CC;
|
|
color: #fff;
|
|
}
|
|
.forum_category a {
|
|
color: #fff;
|
|
}
|
|
.forum_category_header {
|
|
background-color: #0066CC;
|
|
color: #fff;
|
|
}
|
|
tr.forum_category_header a {
|
|
color: #fff;
|
|
}
|
|
/* **** FORUM **** */
|
|
.forum_header {
|
|
background-color: #EEF;
|
|
}
|
|
/* **** THREAD **** */
|
|
.forum_threadheader {
|
|
color: #aaa;
|
|
background-color: #F7F7F7;
|
|
}
|
|
|
|
.forum-thread-header {
|
|
color: #000000;
|
|
background-color: #F7F7F7;
|
|
border-left: 1px solid #aaa;
|
|
border-right: 1px solid #aaa;
|
|
border-bottom: 1px solid #aaa;
|
|
border-top: 1px solid #aaa;
|
|
}
|
|
.forum-thread-body {
|
|
color: #000000;
|
|
background-color: #FFFFFF;
|
|
border-left: 1px solid #aaa;
|
|
border-right: 1px solid #aaa;
|
|
border-bottom: 1px solid #aaa;
|
|
border-top: 1px solid #aaa;
|
|
}
|
|
/* **** POST **** */
|
|
.quote {
|
|
background-color: #a0e5fc;
|
|
}
|
|
|
|
.structure {
|
|
/*border-bottom: 1px solid #666666;*/
|
|
font-weight: bold;
|
|
background-color: #F7F7F7;
|
|
height: 20px;
|
|
}
|
|
a.forum_group_link {
|
|
font-weight: lighter;
|
|
display:inline;
|
|
}
|
|
.forum_description {
|
|
color: #000;
|
|
font-weight: normal;
|
|
font-size: 15px;
|
|
padding-top: 1em;
|
|
padding-bottom: .5em;
|
|
}
|
|
.forum_description p{
|
|
font-size: 11px;
|
|
}
|
|
.forum_title h1{
|
|
color: #000;
|
|
padding-top: 1em;
|
|
}
|
|
.forum_low_description {
|
|
color: #737780;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
.forum_attach_comment {
|
|
color: #737780;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.forum_message_left {
|
|
width: 150px;
|
|
vertical-align: top;
|
|
border-right: 1px solid #aaa;
|
|
background-color: #F7F7F7;
|
|
}
|
|
|
|
.forum_message_left_2_be_approved {
|
|
width: 150px;
|
|
vertical-align: top;
|
|
border-right: 1px solid #aaa;
|
|
background-color: #F7F7F7;
|
|
color: #999;
|
|
}
|
|
.forum_message_post_title {
|
|
/*border-bottom: 1px solid #666666;*/
|
|
font-weight: bold;
|
|
background-color: #F7F7F7;
|
|
height: 20px;
|
|
font-size:20px;
|
|
}
|
|
.forum_message_post_title_2_be_approved {
|
|
/*border-bottom: 1px solid #666666;*/
|
|
color: #999;
|
|
font-weight: bold;
|
|
background-color: #F7F7F7;
|
|
height: 20px;
|
|
}
|
|
.forum_message_post_text {
|
|
/*border-bottom: 1px solid #666666;*/
|
|
margin-bottom: 10px;
|
|
vertical-align: top;
|
|
background:white;
|
|
}
|
|
.forum_message_post_text_2_be_approved {
|
|
/*border-bottom: 1px solid #666666;*/
|
|
color: #999;
|
|
margin-bottom: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/* New forum table */
|
|
|
|
.forum_table_title {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
padding: 5px;
|
|
border-left: 1px solid #ccc;
|
|
border-top: 1px solid #ccc;
|
|
border-right: 1px solid #ccc;
|
|
padding:5px;
|
|
}
|
|
|
|
.forum_table_title th {
|
|
padding-right: 12px;
|
|
/*border: 1px solid gray;*/
|
|
background-color: #E5EDF9;
|
|
}
|
|
.forum_table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
padding: 5px;
|
|
border: 1px solid #ccc;
|
|
margin-bottom:15px;
|
|
}
|
|
|
|
.forum_table .forum_head{
|
|
padding:5px;
|
|
text-align: left;
|
|
font-size:14px;
|
|
}
|
|
|
|
.forum_table th {
|
|
padding-right: 12px;
|
|
background-color: #E5EDF9;
|
|
}
|
|
.forum_table tr.row_odd {
|
|
background-color: #F2F2F2;
|
|
}
|
|
.forum_table tr.row_odd:hover, .data_table tr.row_even:hover {
|
|
background-color: #E5EDF9;
|
|
}
|
|
.forum_table tr.row_even {
|
|
background-color: #fff;
|
|
}
|
|
.forum_table td {
|
|
padding: 5px;
|
|
vertical-align: top;
|
|
border-bottom: 1px solid #ccc;
|
|
border-right: 1px dotted #e1e1e1;
|
|
border-left: 1px dotted #e1e1e1;
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
.post {
|
|
border: 1px solid #ccc;
|
|
margin-bottom:5px;
|
|
}
|
|
|
|
/* User list */
|
|
|
|
.blackboard_show {
|
|
float:left;
|
|
position:absolute;
|
|
border:1px solid black;
|
|
width: 200px;
|
|
background-color:white;
|
|
z-index:99; padding: 3px;
|
|
display: inline;
|
|
}
|
|
.blackboard_hide {
|
|
display: none;
|
|
}
|
|
|
|
#online_grid_container {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#hide_bar_template {
|
|
vertical-align: middle;
|
|
width: 10px;
|
|
display: inline;
|
|
float:left;
|
|
height: 100%;
|
|
padding-bottom: 90em;
|
|
margin-bottom: -90em;
|
|
cursor:pointer;
|
|
background-color:#eee;
|
|
margin-left: 4px !important;
|
|
background-image: url("../../main/img/hide0.png");
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
.hide_bar_template_not_hide {
|
|
background-image: url("../../main/img/hide2.png") !important;
|
|
}
|
|
|
|
#hide_bar_template:hover {
|
|
background-color:#aaa;
|
|
}
|
|
|
|
.timeline-example {
|
|
background-color: #FFFFFF;
|
|
border: 1px solid #CCCCCC;
|
|
border-radius: 10px 10px 10px 10px;
|
|
box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#timeline {
|
|
clear: both;
|
|
height: 600px !important;
|
|
position: relative !important;
|
|
z-index: 100;
|
|
}
|
|
|
|
#main_content .course_item {
|
|
padding: 5px 0px 5px 0px;
|
|
}
|
|
|
|
/* actions */
|
|
.actions_lp {
|
|
background:#F8F8F8;
|
|
margin: 0px;
|
|
padding:9px 0px 9px 0px;
|
|
width:100%;
|
|
text-align: center;
|
|
|
|
}
|
|
.actions_lp .btn-group {
|
|
margin-left: 25px;
|
|
}
|
|
.actions_lp img {
|
|
vertical-align:middle;
|
|
}
|
|
.actions_lp a {
|
|
}
|
|
.actions_lp span {
|
|
margin-right: 10px;
|
|
vertical-align:middle;
|
|
}
|
|
.actions_lp form {
|
|
margin-right: 10px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.exercise_overview_options {
|
|
text-align: center;
|
|
}
|
|
|
|
.new_actions {
|
|
background-color: #EEEEEE;
|
|
background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
|
|
background-repeat: repeat-x;
|
|
border: 1px solid #E5E5E5;
|
|
border-radius: 4px 4px 4px 4px;
|
|
height: 53px;
|
|
}
|
|
|
|
.new_actions .nav > li > a {
|
|
border-left: 1px solid #F5F5F5;
|
|
border-radius: 0 0 0 0;
|
|
border-right: 1px solid #E5E5E5;
|
|
margin: 0;
|
|
padding-bottom: 11px;
|
|
padding-top: 11px;
|
|
}
|
|
|
|
.new_actions-fixed {
|
|
border-color: #D5D5D5;
|
|
border-radius: 0 0 0 0;
|
|
border-width: 0 0 1px;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0px;
|
|
z-index: 1030;
|
|
}
|
|
|
|
.new_actions .nav > .active > a, .new_actions .nav > .active > a:hover {
|
|
background-color: #E9E9E9;
|
|
border-left: 0 none;
|
|
border-right-color: #DDDDDD;
|
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05) inset;
|
|
color: #777777;
|
|
padding-left: 13px;
|
|
}
|
|
|
|
.new_actions .nav-tabs > li > a, .new_actions .nav-pills > li > a {
|
|
padding-left: 6px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
.subnav .nav > li > .logout {
|
|
padding-top:8px;
|
|
}
|
|
|
|
|
|
.doc_folder {
|
|
margin-right:5px;
|
|
margin-top:5px;
|
|
width: 100%;
|
|
float:left;
|
|
}
|
|
|
|
.doc_folder_hidden {
|
|
color : grey;
|
|
}
|
|
|
|
.doc_resource{
|
|
margin: 5px;
|
|
width: 100%;
|
|
float:left;
|
|
}
|
|
|
|
.lp_resource_element_new {
|
|
border: 2px dotted green;
|
|
}
|
|
|
|
#course_thing_to_do .thumbnail {
|
|
text-align: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.handle{
|
|
background-image: url('../../main/img/div_show.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:left center;
|
|
padding-left: 25px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.handle.collapsed{
|
|
background-image: url('../../main/img/div_show.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:left center;
|
|
padding-left: 25px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.handle.expanded{
|
|
background-image: url('../../main/img/div_hide.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:left center;
|
|
padding-left: 25px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.collapsible .handle{
|
|
background-image: url('../../main/img/div_hide.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:left center;
|
|
padding-left: 25px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.collapsible .handle.collapsed{
|
|
background-image: url('../../main/img/div_show.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:left center;
|
|
padding-left: 25px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.collapsible.expanded .handle{
|
|
background-image: url('../../main/img/div_hide.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:left center;
|
|
padding-left: 25px;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.btn.show{
|
|
border:none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
width:22px;
|
|
height:22px;
|
|
margin:0;
|
|
padding:0;
|
|
display:inline-block;
|
|
background-image: url('../../main/img/icons/22/invisible.png');
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.btn.hide{
|
|
border:none;
|
|
border-radius: 0;
|
|
margin:0;
|
|
padding:0;
|
|
background-color: transparent;
|
|
width:22px;
|
|
height:22px;
|
|
display:inline-block;
|
|
background-image: url('../../main/img/icons/22/visible.png');
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.btn.loading{
|
|
border:none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
width:22px;
|
|
height:22px;
|
|
margin:0;
|
|
padding:0;
|
|
display:inline-block;
|
|
background-image: url('../../main/img/loading1.gif') !important;
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.announcement {
|
|
/* background: none repeat scroll 0 0 #F2F2F2;*/
|
|
border: 1px solid #D3D3D3;
|
|
color: #555555;
|
|
font-weight: normal;
|
|
border-spacing: 0;
|
|
margin-bottom: 15px;
|
|
margin-top: 8px;
|
|
text-align: left;
|
|
width: 100%;
|
|
}
|
|
.announcement .title{
|
|
background: none repeat scroll 0 0 #F2F2F2;
|
|
color:black;
|
|
}
|
|
|
|
.announcement .title a:link,
|
|
.announcement .title a:active,
|
|
.announcement .title a:visited{
|
|
color: #555555;
|
|
}
|
|
|
|
.announcement .icon.attachement{
|
|
border:none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
width:16px;
|
|
height:16px;
|
|
margin:0;
|
|
padding:0;
|
|
display:inline-block;
|
|
background-image: url('../../main/img/attachment.gif');
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
box-shadow:none;
|
|
}
|
|
|
|
li.annoucement{
|
|
min-height: 76px;
|
|
}
|
|
|
|
.announcement .details{
|
|
font-style: italic;
|
|
text-align: right;
|
|
}
|
|
|
|
.control-text{
|
|
padding-top: 5px;
|
|
display:inline-block;
|
|
}
|
|
|
|
.boot-tooltip {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/*
|
|
link
|
|
*/
|
|
|
|
.link_category{
|
|
background-color: #FFFFFF;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.link_category .head {
|
|
background-color: #EFEFEF;
|
|
border: 1px solid #CCCCCC;
|
|
margin-bottom: 5px;
|
|
padding-top: 2px;
|
|
padding-right: 2px;
|
|
padding-bottom: 2px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.link_category .body{
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.link:nth-child(2n) {
|
|
background-color: #F9F9F9;
|
|
}
|
|
|
|
.link{
|
|
border-top: 1px solid #DDDDDD;
|
|
border-left: 1px solid #DDDDDD;
|
|
border-right: 1px solid #DDDDDD;
|
|
}
|
|
|
|
.link:last-child{
|
|
border-bottom: 1px solid #DDDDDD;
|
|
border-left: 1px solid #DDDDDD;
|
|
border-right: 1px solid #DDDDDD;
|
|
}
|
|
|
|
.link{
|
|
border-collapse: collapse;
|
|
/*border: 1px solid #CCCCCC;*/
|
|
padding-top: 6px;
|
|
padding-right: 6px;
|
|
padding-bottom: 6px;
|
|
padding-left: 6px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.link .icon{
|
|
position: absolute;
|
|
float: left;
|
|
}
|
|
|
|
.link:hover{
|
|
background-color: #E5EDF9;
|
|
}
|
|
|
|
.link .title,
|
|
.link .description{
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.link .description{
|
|
font-weight: normal;
|
|
color: #000000;
|
|
}
|
|
|
|
.link.invisible img{
|
|
opacity:0.4;
|
|
filter:alpha(opacity=40); /* For IE8 and earlier */
|
|
}
|
|
|
|
.link.invisible .description{
|
|
color: #999999;
|
|
}
|
|
|
|
.link .status{
|
|
border:none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
width:22px;
|
|
height:22px;
|
|
margin:0;
|
|
padding:0;
|
|
display:inline-block;
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
box-shadow:none;
|
|
}
|
|
|
|
.link.invalid .status{
|
|
background-image: url('../../main/img/icons/22/error.png');
|
|
}
|
|
|
|
.link.valid .status{
|
|
background-image: url('../../main/img/icons/22/accept.png');
|
|
}
|
|
|
|
.btn.validate_link{
|
|
border:none;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
width:22px;
|
|
height:22px;
|
|
margin:0;
|
|
padding:0;
|
|
display:inline-block;
|
|
background-image: url('../../main/img/icons/22/preview_view.png');
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
box-shadow:none;
|
|
}
|
|
|
|
/*
|
|
Glossary
|
|
*/
|
|
|
|
i.size-32.icon-new-glossary-term{
|
|
background-image: url('../../main/img/icons/32/new_glossary_term.png');
|
|
}
|
|
|
|
/*
|
|
* Notebook
|
|
*/
|
|
|
|
i.size-32.icon-new-note{
|
|
background-image: url('../../main/img/icons/32/new_note.png');
|
|
}
|
|
|
|
.notebook.entries li{
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
.notebook.note{
|
|
display:inline-block;
|
|
width:49%;
|
|
margin-left:0px;
|
|
margin-right:1px;
|
|
padding:0;
|
|
}
|
|
|
|
.notebook.note{
|
|
background-color: #D2ECF5;
|
|
}
|
|
|
|
.notebook.note .title{
|
|
padding:1;
|
|
display:block;
|
|
margin-top:0;
|
|
margin-right:0;
|
|
margin-left:0;
|
|
padding-top:5px;
|
|
padding-bottom:12px;
|
|
vertical-align: baseline;
|
|
background-color: #028DC2 ;
|
|
color:#ffffff;
|
|
}
|
|
|
|
.notebook.note .footer{
|
|
text-align: right;
|
|
font-style:italic
|
|
}
|
|
|
|
#learning_path_main #control {
|
|
text-align: center;
|
|
background-image:-webkit-gradient(linear,left top,left bottom,from(#ececec),to(#fff));
|
|
background-image:-webkit-linear-gradient(top,#ececec,#fff);
|
|
background-image:-moz-linear-gradient(top,#ececec,#fff);
|
|
background-image:-ms-linear-gradient(top,#ececec,#fff);
|
|
background-image:-o-linear-gradient(top,#ececec,#fff);
|
|
background-image:linear-gradient(top,#ececec,#fff);
|
|
|
|
height:32px;
|
|
padding:8px 0px 8px 0px;
|
|
opacity:0.9;
|
|
bottom: 0px;
|
|
margin: auto;
|
|
width: 100%;
|
|
height: 34px;
|
|
position: absolute
|
|
}
|
|
|
|
/* Data table */
|
|
|
|
.dataTables_wrapper{
|
|
clear: both;
|
|
}
|
|
|
|
.dataTables_length {
|
|
float: left;
|
|
width: 40%;
|
|
}
|
|
|
|
.dataTables_filter {
|
|
text-align: right;
|
|
}
|
|
|
|
.dataTables_info {
|
|
float: left;
|
|
width: 60%;
|
|
}
|
|
|
|
.dataTables_paginate {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
.dataTables_wrapper label input, .dataTables_wrapper label textarea, .dataTables_wrapper label select {
|
|
display: inline-block;
|
|
}
|
|
|
|
.dataTables.display {
|
|
clear: both;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
}
|
|
|
|
.dataTables_wrapper .paginate_disabled_previous, .dataTables_wrapper .paginate_enabled_previous {
|
|
padding-left: 23px;
|
|
background: url("../../main/img/action_prev.png") no-repeat scroll left top;
|
|
}
|
|
|
|
.dataTables_wrapper .paginate_disabled_next, .dataTables_wrapper .paginate_enabled_next {
|
|
margin-left: 10px;
|
|
padding-right: 23px;
|
|
background: url("../../main/img/action_next.png") no-repeat scroll left top;
|
|
}
|
|
|
|
.dataTables_wrapper .paginate_disabled_previous, .dataTables_wrapper .paginate_disabled_next{
|
|
opacity: 0.4;
|
|
}
|
|
|
|
.dataTables_wrapper .sorting_asc {
|
|
background-image: url("../../main/img/sort_asc.png");
|
|
background-repeat: no-repeat;
|
|
background-attachment: scroll;
|
|
background-position: right center;
|
|
}
|
|
|
|
.dataTables_wrapper .sorting_desc{
|
|
background-image: url("../../main/img/sort_desc.png");
|
|
background-repeat: no-repeat;
|
|
background-attachment: scroll;
|
|
background-position: right center;
|
|
}
|
|
|
|
#course_category_well {
|
|
padding: 9px 0;
|
|
}
|
|
|
|
.nav-list img {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
/* Only for Firefox */
|
|
@-moz-document url-prefix() {
|
|
select#question_type_hidden option {
|
|
padding: 10px 0px 10px 40px;
|
|
background-repeat:no-repeat;
|
|
}
|
|
select#question_type_hidden option[value="1"] {background-image: url(../../main/img/icons/32/mcua.png);}
|
|
select#question_type_hidden option[value="2"] {background-image: url(../../main/img/icons/32/mcma.png);}
|
|
select#question_type_hidden option[value="3"] {background-image: url(../../main/img/icons/32/fill_in_blanks.png);}
|
|
select#question_type_hidden option[value="4"] {background-image: url(../../main/img/icons/32/matching.png);}
|
|
select#question_type_hidden option[value="5"] {background-image: url(../../main/img/icons/32/open_answer.png);}
|
|
select#question_type_hidden option[value="6"] {background-image: url(../../main/img/icons/32/hotspot.png);}
|
|
select#question_type_hidden option[value="7"] {background-image: url(../../main/img/icons/32/mcma.png);}
|
|
select#question_type_hidden option[value="8"] {background-image: url(../../main/img/icons/32/mcma.png);}
|
|
select#question_type_hidden option[value="9"] {background-image: url(../../main/img/icons/32/mcmac.png);}
|
|
select#question_type_hidden option[value="10"] {background-image: url(../../main/img/icons/32/mcuao.png);}
|
|
select#question_type_hidden option[value="11"] {background-image: url(../../main/img/icons/32/mcmao.png);}
|
|
select#question_type_hidden option[value="12"] {background-image: url(../../main/img/icons/32/mcmaco.png);}
|
|
select#question_type_hidden option[value="13"] {background-image: url(../../main/img/icons/32/audio_question.png);}
|
|
select#question_type_hidden option[value="14"] {background-image: url(../../main/img/icons/32/mcmagl.png);}
|
|
select#question_type_hidden option[value="16"] {background-image: url(../../main/img/icons/32/calculated_answer.png);}
|
|
}
|
|
|
|
|
|
.btn-success.btn-install{
|
|
float: right;
|
|
}
|
|
|
|
/*
|
|
* work
|
|
*/
|
|
i.size-32.icon-new-work{
|
|
background-image: url('../../main/img/icons/32/new_work.png');
|
|
}
|
|
|
|
/* Default skill partition colors */
|
|
|
|
#filepaths input{
|
|
margin-bottom:5px;
|
|
}
|
|
.section-social #main_content .span3 {
|
|
float: left;
|
|
}
|
|
.section-social #main_content .span9 {
|
|
float: right;
|
|
}
|
|
|
|
.xdebug-error {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.multiple_select_header {
|
|
height: 35px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.exercise_save_mini_message {
|
|
margin-left: 5px;
|
|
}
|
|
#learning_path_left_zone .no-border {
|
|
border: 0px;
|
|
}
|
|
|
|
.btn-invitations {
|
|
margin-left: 110px;
|
|
}
|
|
.btn-msg {
|
|
background: url("send_msg.png") no-repeat left center;
|
|
background-position: 3px;
|
|
padding: 2px 4px;
|
|
padding-left: 22px;
|
|
margin-bottom: 10px;
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
background-color: #e6e6e6;
|
|
}
|
|
.btn-inv {
|
|
background: url("send_inv.png") no-repeat left center;
|
|
background-position: 3px;
|
|
padding: 2px 4px;
|
|
padding-left: 22px;
|
|
margin-bottom: 10px;
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
background-color: #e6e6e6;
|
|
}
|
|
.btn-inv-off {
|
|
background: url("send_inv_off.png") no-repeat left center;
|
|
background-position: 3px;
|
|
padding: 2px 4px;
|
|
padding-left: 22px;
|
|
margin-bottom: 10px;
|
|
font-size: 11px;
|
|
line-height: 14px;
|
|
background-color: #e6e6e6;
|
|
}
|
|
|
|
.password-verdict {
|
|
padding-left:5px;
|
|
}
|
|
#password_progress {
|
|
width: 220px;
|
|
}
|
|
|
|
.jqgrid_whitespace {
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.text-h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.text-h2 {
|
|
font-size: 21px;
|
|
}
|
|
|
|
.text-h3 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.text-h4 {
|
|
font-size: 15px;
|
|
}
|
|
|
|
.text-h5 {
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.chosen-container {
|
|
min-width: 100%;
|
|
}
|
|
|
|
.chzn-container-single .chzn-search {
|
|
z-index: 1010;
|
|
}
|
|
|
|
/* Balances ".thumbnail > img" from bootstrap */
|
|
.thumbnail > a > img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
/* display the cookie usage warning validation */
|
|
.cookieUsageValidation {
|
|
padding: 5px;
|
|
background-color: #333333;
|
|
color:#E0E0E0;
|
|
text-align:center;
|
|
}
|
|
|
|
.displayUnderToolbar
|
|
{
|
|
height: 52px;
|
|
}
|
|
|
|
#settings .span6 .well_border .edit-block {
|
|
display: none;
|
|
}
|
|
#settings .span6 .well_border:hover .edit-block {
|
|
display: block;
|
|
}
|
|
|
|
#settings .span6:nth-child(2n+1) {
|
|
clear:left
|
|
}
|
|
|
|
/***** Survey *****/
|
|
#list-survey p{
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
.survey-block{
|
|
width: 100%;
|
|
margin: auto;
|
|
padding: 10px;
|
|
box-sizing:border-box;
|
|
-moz-box-sizing:border-box;
|
|
-webkit-box-sizing:border-box;
|
|
}
|
|
.survey-block .table tbody tr:hover td{
|
|
background-color: #fff6d5 ;
|
|
}
|
|
.survey-block .table tbody tr:hover th,.survey-block .table tbody tr th {
|
|
background-color: #ececec ;
|
|
text-align: center;
|
|
}
|
|
.survey-block .table .center{
|
|
text-align: center;
|
|
}
|
|
.survey-block .title-survey-block{
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.survey-block .title-survey-block h3{
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
}
|
|
#survey_title {
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
color:#666;
|
|
padding-top:10px;
|
|
padding-bottom: 10px;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
background-color: #ececec;
|
|
}
|
|
#survey_subtitle {
|
|
background-color:#F7F7E3;
|
|
color:#666;
|
|
padding:10px;
|
|
font-size:14px ;
|
|
}
|
|
.survey_content {
|
|
color:#666;
|
|
padding:5px;
|
|
font-size: 13px;
|
|
margin-top: 4px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.survey-block #question{
|
|
background-color: #ececec;
|
|
text-align: center;
|
|
}
|
|
.survey_question_wrapper {
|
|
border-top: 1px solid #DADADA;
|
|
background-color: #ffffff;
|
|
padding-top: 1em;
|
|
padding-bottom: 2em;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
text-align: left;
|
|
}
|
|
.survey_question {
|
|
/* 264269 4271b5 E5EDF9 */
|
|
color:#666;
|
|
padding:5px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
.survey_question_options {
|
|
/* 264269 4271b5 E5EDF9 */
|
|
background-color:#FFF;
|
|
color:#000;
|
|
padding:5px;/*border: 1px solid #264269;*/
|
|
}
|
|
.survey-next.btn{
|
|
border:1px solid #319265; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:18px;font-family:arial, helvetica, sans-serif; padding: 10px 20px 10px 20px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
|
|
background-color: #3FBC82; background-image: -webkit-gradient(linear, left top, left bottom, from(#3FBC82), to(#308E60));
|
|
background-image: -webkit-linear-gradient(top, #3FBC82, #308E60);
|
|
background-image: -moz-linear-gradient(top, #3FBC82, #308E60);
|
|
background-image: -ms-linear-gradient(top, #3FBC82, #308E60);
|
|
background-image: -o-linear-gradient(top, #3FBC82, #308E60);
|
|
background-image: linear-gradient(to bottom, #3FBC82, #308E60);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3FBC82, endColorstr=#308E60);
|
|
text-shadow:none;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.survey-next.btn:hover{
|
|
border:1px solid #25704d;
|
|
background-color: #329668; background-image: -webkit-gradient(linear, left top, left bottom, from(#329668), to(#236846));
|
|
background-image: -webkit-linear-gradient(top, #329668, #236846);
|
|
background-image: -moz-linear-gradient(top, #329668, #236846);
|
|
background-image: -ms-linear-gradient(top, #329668, #236846);
|
|
background-image: -o-linear-gradient(top, #329668, #236846);
|
|
background-image: linear-gradient(to bottom, #329668, #236846);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#329668, endColorstr=#236846);
|
|
background-position: 0 0;
|
|
}
|
|
.survey-block .confirmation-message, .survey-block .error-message{
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
#question_report_questionnumbers.pagination .disabled a{
|
|
background-color:#F5F5F5;
|
|
color: #666;
|
|
}
|
|
.title-question{
|
|
font-size: 22px;
|
|
}
|
|
#display-survey.table tbody tr th, #display-survey.table tbody tr:hover th{
|
|
background-color:#666;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
}
|
|
#display-survey .total{
|
|
background-color: #EBF3F5;
|
|
text-align: center;
|
|
}
|
|
#display-survey .center{
|
|
text-align: center;
|
|
}
|
|
#display-survey{
|
|
border: 1px solid #ddd;
|
|
}
|
|
#display-survey.table tbody tr:hover td,#display-survey.table tbody tr:hover th{
|
|
background-color: none;
|
|
}
|
|
.answered-people{
|
|
padding: 10px;
|
|
border: 1px solid #ddd;
|
|
margin-bottom: 20px;
|
|
}
|
|
.answered-people h4{
|
|
margin-bottom: 10px;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
/* CSS BASE BOOSTRAP 3 */
|
|
.openbadges-introduction{
|
|
line-height: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.openbadges-introduction .title{
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
color: #456176;
|
|
font-size: 35px;
|
|
}
|
|
.openbadges-introduction .lead{
|
|
font-size: 15px;
|
|
}
|
|
.openbadges-introduction .sub-title{
|
|
color: #456176;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
.openbadges-introduction .badges-tablet{
|
|
padding-top: 15px;
|
|
}
|
|
.openbadges-introduction .block-content{
|
|
padding-top: 30px;
|
|
padding-bottom: 30px;
|
|
}
|
|
.openbadges-introduction .block-edit{
|
|
padding-top: 15px;
|
|
padding-bottom: 30px;
|
|
}
|
|
.openbadges-introduction .block-content .block-title,
|
|
.openbadges-introduction .block-edit .block-title{
|
|
background-color: #e2eceb;
|
|
border: 1px solid #456176;
|
|
padding-left:10px;
|
|
padding-right: 10px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
font-size: 16px;
|
|
color: #456176;
|
|
}
|
|
.openbadges-introduction .block-content p{
|
|
padding-left: 5%;
|
|
font-size: 14px;
|
|
}
|
|
.openbadges-tablet{
|
|
margin-top: 15px;
|
|
}
|
|
.openbadges-tablet .table thead{
|
|
background-color: #E2ECEB;
|
|
border-top: 1px solid #677F8F;
|
|
border-bottom: 1px solid #677F8F;
|
|
border-left: 1px solid #677F8F;
|
|
border-right: 1px solid #677F8F;
|
|
font-size: 16px;
|
|
color: #456176;
|
|
}
|
|
.openbadges-tablet .table thead tr th{
|
|
font-weight: normal;
|
|
}
|
|
.openbadges-tablet .table td{
|
|
border-top: 1px solid #677F8F;
|
|
vertical-align: middle;
|
|
|
|
}
|
|
.openbadges-tabs ul.nav-tabs li a{
|
|
background-color: #E2ECEB;
|
|
border-top: 1px solid #677F8F;
|
|
border-right: 1px solid #677F8F;
|
|
border-left: 1px solid #677F8F;
|
|
border-bottom: 1px solid #677F8F;
|
|
}
|
|
.openbadges-tabs ul.nav-tabs .active a{
|
|
background: #fff;
|
|
border-bottom: 1px solid #ffffff;
|
|
}
|
|
.openbadges-tabs .nav-tabs{
|
|
border-bottom: 1px solid #677F8F;
|
|
}
|
|
.create-openbadges{
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.openbadges-img, .openbadges-view{
|
|
text-align: center;
|
|
padding: 10px;
|
|
margin-top: 10px;
|
|
border: 1px solid #b2b2b2;
|
|
}
|
|
.openbadges-text{
|
|
text-align: center;
|
|
}
|
|
/* Social Profile */
|
|
|
|
.social-avatar{
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
.social-avatar .avatar-profile{
|
|
margin-bottom: 5px;
|
|
}
|
|
.social-avatar .avatar-profile .img-responsive{
|
|
display: inline-block;
|
|
margin: auto;
|
|
}
|
|
.social-avatar .lastname{
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #4d4d4d;
|
|
}
|
|
.social-avatar .firstname{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #4d4d4d;
|
|
margin-bottom: 5px;
|
|
}
|
|
.social-avatar .edit-profile{
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.social-search form{
|
|
margin-bottom: 0px;
|
|
}
|
|
.social-group .group-title{
|
|
color: #456176;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
.social-skill .list-badges{
|
|
list-style: none;
|
|
padding-left: 8px;
|
|
margin:0px;
|
|
}
|
|
.social-skill .list-badges li{
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
width: 100px;
|
|
margin-right: 5px;
|
|
font-size: 11px;
|
|
text-align: center;
|
|
border: 1px solid #bce8f1;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
vertical-align: top;
|
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.09);
|
|
}
|
|
.social-skill .list-badges li img{
|
|
height: 100%;
|
|
max-height: 64px;
|
|
width: 100%;
|
|
max-width: 64px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.social-skill .list-badges .badges-name{
|
|
background: #D9EDF7;
|
|
min-height: 35px;
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
color: #31708F;
|
|
}
|
|
.social-skill .dropdown-menu{
|
|
top: 30px;
|
|
}
|
|
.social-group .list-group-newest .items{
|
|
display: block;
|
|
}
|
|
.social-group .list-group-newest .items .group-image{
|
|
vertical-align: top;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.social-group .list-group-newest .items .group-image,
|
|
.social-group .list-group-newest .items .group-info
|
|
{
|
|
display: inline-block;
|
|
}
|
|
.social-group .list-group-newest .items .group-info{
|
|
width: auto;
|
|
}
|
|
.social-group .items{
|
|
border-bottom: 1px dotted #B1DDE0;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.social-group .group-name a{
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #4D4D4D;
|
|
}
|
|
.social-group .count-username{
|
|
font-size: 12px;
|
|
color: #4D4D4D;
|
|
}
|
|
.social-group .description p{
|
|
color: #4D4D4D;
|
|
padding-top: 10px;
|
|
padding-bottom: 0px;
|
|
font-size: 11px;
|
|
}
|
|
.social-post .mediaPost{
|
|
padding-top:10px;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.social-post .sub-mediapost{
|
|
padding-left: 20px;
|
|
margin-left: 20px;
|
|
}
|
|
.top-mediapost .user-image img,
|
|
.sub-mediapost .user-image img
|
|
{
|
|
width: 50px;
|
|
height: 50px;
|
|
max-width: 50px;
|
|
max-height: 50px;
|
|
}
|
|
.top-mediapost .user-image,
|
|
.sub-mediapost .user-image
|
|
{
|
|
vertical-align: top;
|
|
}
|
|
.top-mediapost .user-image .avatar-thumb,
|
|
.sub-mediapost .user-image .avatar-thumb{
|
|
padding: 5px;
|
|
border: 1px solid #dddddd;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
.top-mediapost .user-data .username a,
|
|
.sub-mediapost .user-data .username a{
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: #4D4D4D;
|
|
}
|
|
.top-mediapost .user-data .time,
|
|
.sub-mediapost .user-data .time
|
|
{
|
|
color: #9197a3;
|
|
}
|
|
.top-mediapost .msg-content .img-post .thumbnail,
|
|
.sub-mediapost .msg-content .img-post .thumbnail{
|
|
border: 1px solid #dddddd;
|
|
}
|
|
.top-mediapost .msg-content p,
|
|
.sub-mediapost .rep-post .msg-content p{
|
|
border-top:1px solid #dddddd;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
line-height: 18px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
.top-mediapost .user-data .username a:hover,
|
|
.sub-mediapost .user-data .username a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.top-mediapost .user-image, .top-mediapost .user-data,
|
|
.sub-mediapost .rep-post .user-image, .sub-mediapost .rep-post .user-data{
|
|
display: inline-block;
|
|
}
|
|
|
|
.deleted-mgs a{
|
|
float: right;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
text-shadow: 0 1px 0 #fff;
|
|
opacity: 0.2;
|
|
filter: alpha(opacity=20);
|
|
color: #000000;
|
|
}
|
|
|
|
.social-rss .title-rss{
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
font-size: 14px;
|
|
}
|
|
.social-rss .rss-items{
|
|
padding-top: 10px;
|
|
padding-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.social-rss .rss-items .rss-title a{
|
|
color: #4D4D4D;
|
|
}
|
|
.social-rss .rss-items .rss-title a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
.social-rss .rss-items .rss-content p{
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
color: #666;
|
|
}
|
|
/* Items menus sidebar */
|
|
.menu-column .nav li a{
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
}
|
|
.menu-column .nav li a img{
|
|
vertical-align: bottom;
|
|
margin-right: 5px;
|
|
}
|
|
.social-menu .nav li a{
|
|
padding: 8px;
|
|
font-size: 12px;
|
|
}
|
|
.social-menu .nav li a img{
|
|
vertical-align: bottom;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.ui-state-highlight_lp {
|
|
border: 1px solid #FEAA18;
|
|
background: #FFB738;
|
|
color: #363636;
|
|
height:20px;
|
|
width: 70%;
|
|
}
|
|
|
|
|
|
.bottom_actions {
|
|
display: block;
|
|
}
|
|
|
|
.bottom_actions_fixed {
|
|
position: fixed;
|
|
z-index: 9001;
|
|
bottom: 0;
|
|
left: 0px;
|
|
margin-bottom: 0px;
|
|
background:#ECF0F1;
|
|
padding: 20px;
|
|
border-top: 3px solid #DCE4EC;
|
|
}
|
|
.sessions-items{
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.sessions-items li{
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
.sessions-items li img{
|
|
margin-right: 5px;
|
|
}
|
|
.sessions .subtitle-session{
|
|
font-size: 12px;
|
|
font-style: italic;
|
|
}
|
|
/**
|
|
* Modal for user avatar preview
|
|
* @author Angel Fernando Quiroz Campos <angel.quiroz@beeznest.com>
|
|
*/
|
|
#expand-image-modal img {
|
|
display: block;
|
|
height: auto;
|
|
margin: auto;
|
|
max-width: 100%;
|
|
}
|
|
.question_menu{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.question_menu li{
|
|
display: inline-block;
|
|
}
|
|
.actions .form-inline {
|
|
display:inline-block;
|
|
}
|
|
ul.holder{
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
ul.holder li.bit-input input{
|
|
width: 100%;
|
|
display: block;
|
|
height: 38px;
|
|
padding: 8px 12px;
|
|
font-size: 14px;
|
|
line-height: 1.42857;
|
|
color: #555;
|
|
background-color: #ffffff;
|
|
background-image: none;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
|
|
}
|
|
ul.holder li.bit-box{
|
|
padding: 5px;
|
|
margin-bottom: 5px;
|
|
color: #8a6d3b;
|
|
background-color:#FCF8E3;
|
|
border: 1px solid #FAEBCC;
|
|
border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
}
|
|
|
|
#file-descrtiption.form-control{
|
|
width: 80%;
|
|
}
|
|
|
|
.session-course-edit .control{
|
|
padding-top: 2em;
|
|
padding-bottom: 2em;
|
|
}
|
|
#multiple-add-session .control-course{
|
|
text-align: center;
|
|
}
|
|
.data_table tr td .form-control{
|
|
width: 20%;
|
|
display: inline-block;
|
|
}
|
|
#settings .form-inline{
|
|
margin-bottom: 15px;
|
|
}
|
|
#search_settings{
|
|
margin-bottom: 15px;
|
|
}
|
|
.src-image {
|
|
display: none;
|
|
}
|
|
/* thematic progress */
|
|
#panel-thematic .title-topics{
|
|
font-size: 15px;
|
|
color:#00829C;
|
|
font-weight: bold;
|
|
}
|
|
#panel-thematic .current{
|
|
background-color: #E7F1F7;
|
|
}
|
|
#panel-thematic .separate{
|
|
margin-bottom: 10px;
|
|
}
|
|
#panel-thematic .date{
|
|
font-size: 11px;
|
|
color: #8A6D3B;
|
|
background: #FCF8E3;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
padding: 5px;
|
|
}
|
|
#panel-thematic .views ul li{
|
|
font-size: 12px;
|
|
}
|
|
/* end thematic progress*/
|
|
.card {
|
|
overflow: hidden;
|
|
position: relative;
|
|
border: 1px solid #CCC;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
padding: 0;
|
|
/* background-color: #284c79; */
|
|
color: rgb(136, 172, 217);
|
|
margin-bottom: 20px;
|
|
}
|
|
.card .header-bg {
|
|
/* This stretches the canvas across the entire hero unit */
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 70px;
|
|
border-bottom: 1px #FFF solid;
|
|
/* This positions the canvas under the text */
|
|
z-index: 1;
|
|
}
|
|
|
|
.card .avatar {
|
|
position: relative;
|
|
margin-top: 15px;
|
|
z-index: 100;
|
|
}
|
|
|
|
.card .content {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.card .avatar img {
|
|
width: 100px;
|
|
height: 100px;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
border: 5px solid rgba(0,0,30,0.8);
|
|
}
|
|
|
|
.question_options .exercise-unique-answer-image .radio{
|
|
padding-left: 10px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.question_options label > input + div.thumbnail {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
border: 2px solid #eeeeee;
|
|
background: #ffffff; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
.question_options label > input:checked + div.thumbnail {
|
|
border: 2px solid #337AB7;
|
|
-webkit-box-shadow: 0 4px 18px #C8C8C8;
|
|
-opera-box-shadow: 0 4px 18px #C8C8C8;
|
|
-moz-box-shadow: 0 4px 18px #C8C8C8;
|
|
box-shadow: 0 4px 18px #C8C8C8;
|
|
background: #ffffff; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #ffffff 0%, #fffef2 47%, #ffffe2 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#fffef2), color-stop(100%,#ffffe2)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #ffffff 0%,#fffef2 47%,#ffffe2 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #ffffff 0%,#fffef2 47%,#ffffe2 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #ffffff 0%,#fffef2 47%,#ffffe2 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #ffffff 0%,#fffef2 47%,#ffffe2 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffe2',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
|
|
.question_options div.thumbnail p {
|
|
margin: 0;
|
|
}
|
|
|
|
.question_options div.thumbnail img {
|
|
height: 150px !important;
|
|
width: 190px !important;
|
|
max-width: 100%;
|
|
}
|
|
.question_options .fill_blanks{
|
|
padding: 20px 30px;
|
|
box-sizing: border-box;
|
|
}
|
|
.question_options .fill_blanks img{
|
|
max-width: 100%;
|
|
display: block;
|
|
height: auto !important;
|
|
}
|
|
|
|
/*** Draggable answer ***/
|
|
.question_options ul.exercise-draggable-answer{
|
|
float: left;
|
|
margin-bottom: 20px;
|
|
min-height: 2em;
|
|
min-width: 100%;
|
|
}
|
|
ul.exercise-draggable-answer li {
|
|
cursor: move;
|
|
float: left;
|
|
margin: 0 20px 20px 0;
|
|
padding: 5px 20px;
|
|
text-align: center;
|
|
}
|
|
ul.exercise-draggable-answer .touch-items{
|
|
background: #ffffff;
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #cfcfcf);
|
|
background-image: -moz-linear-gradient(top, #ffffff, #cfcfcf);
|
|
background-image: -ms-linear-gradient(top, #ffffff, #cfcfcf);
|
|
background-image: -o-linear-gradient(top, #ffffff, #cfcfcf);
|
|
background-image: linear-gradient(to bottom, #ffffff, #cfcfcf);
|
|
-webkit-border-radius: 4;
|
|
-moz-border-radius: 4;
|
|
border-radius: 4px;
|
|
font-family: Arial;
|
|
color: #2e2e2e;
|
|
font-size: 13px;
|
|
padding: 10px 20px 10px 20px;
|
|
border: solid #b0b0b0 1px;
|
|
text-decoration: none;
|
|
}
|
|
ul.exercise-draggable-answer .touch-items:hover{
|
|
background: #ffffff;
|
|
background-image: -webkit-linear-gradient(top, #ffffff, #b8d3e3);
|
|
background-image: -moz-linear-gradient(top, #ffffff, #b8d3e3);
|
|
background-image: -ms-linear-gradient(top, #ffffff, #b8d3e3);
|
|
background-image: -o-linear-gradient(top, #ffffff, #b8d3e3);
|
|
background-image: linear-gradient(to bottom, #ffffff, #b8d3e3);
|
|
text-decoration: none;
|
|
}
|
|
.question_options .ui-widget{
|
|
padding: 10px 20px;
|
|
}
|
|
.question_options .droppable {
|
|
margin: 0 20px 20px 0;
|
|
padding: 10px;
|
|
text-align: center;
|
|
background-color: #ECF0F1;
|
|
border: dotted #dddddd 4px;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
color:#666666;
|
|
}
|
|
.question_options .droppable .gallery .btn-default {
|
|
background: #D9534F;
|
|
color: #ffffff;
|
|
border-color: #D43F3A;
|
|
}
|
|
.question_options .droppable .gallery .btn-default:hover {
|
|
background: #C9302C;
|
|
color: #ffffff;
|
|
border-color: #AC2925;
|
|
}
|
|
.question_options .droppable .gallery .exercise-draggable-answer-option {
|
|
margin-bottom: 15px;
|
|
background-color: #286090;
|
|
color: #ffffff;
|
|
padding-top: 5px;
|
|
padding-bottom: 5px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/*** Matching Draggable answer ***/
|
|
.drag_question {
|
|
min-height: 4em;
|
|
width: 100%;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.drag_question .indent{
|
|
text-indent: -15px;
|
|
padding-left: 30px;
|
|
padding-right: 15px;
|
|
}
|
|
.drag_question .separate{
|
|
background-color: #ffffff;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
border-top: #dddddd;
|
|
border-left: 1px solid #dddddd;
|
|
border-right: 1px solid #dddddd;
|
|
border-bottom: none !important;
|
|
}
|
|
.drag_question .text-right{
|
|
text-align: left;
|
|
}
|
|
.drag_question .select-matching {
|
|
display: inline-block;
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 28px;
|
|
width: 60px;
|
|
text-align: center;
|
|
border: 1px solid;
|
|
border-color: white #f7f7f7 #f5f5f5;
|
|
border-radius: 3px;
|
|
background: #444;
|
|
border-color: #111 #0a0a0a black;
|
|
background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
|
|
background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
|
|
background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
|
|
background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
|
|
-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
}
|
|
.drag_question .select-matching:before, .drag_question .select-matching:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 2;
|
|
top: 9px;
|
|
right: 10px;
|
|
width: 0;
|
|
height: 0;
|
|
border: 4px dashed;
|
|
border-color: #888 transparent;
|
|
pointer-events: none;
|
|
}
|
|
.drag_question .select-matching:before {
|
|
border-bottom-style: solid;
|
|
border-top: none;
|
|
border-bottom-color: #aaa;
|
|
}
|
|
.drag_question .select-matching:after {
|
|
margin-top: 7px;
|
|
border-top-style: solid;
|
|
border-bottom: none;
|
|
border-top-color: #aaa;
|
|
}
|
|
.drag_question .select-matching select{
|
|
position: relative;
|
|
width: 130%;
|
|
margin: 0;
|
|
padding: 6px 8px 6px 10px;
|
|
height: 28px;
|
|
line-height: 14px;
|
|
font-size: 14px;
|
|
color: #ffffff;
|
|
text-shadow: 0 1px white;
|
|
/* Fallback for IE 8 */
|
|
background: #f2f2f2;
|
|
/* "transparent" doesn't work with Opera */
|
|
background: rgba(0, 0, 0, 0) !important;
|
|
border: 0;
|
|
border-radius: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
.drag_question .select-matching select > option{
|
|
margin: 3px;
|
|
padding: 6px 8px;
|
|
text-shadow: none;
|
|
background: #444;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
}
|
|
.drag_question .window{
|
|
border:1px solid #dddddd;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
cursor: pointer;
|
|
min-height: 65px;
|
|
padding: 25px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
|
|
}
|
|
.window_left_question {
|
|
padding: 10px 25px 10px 10px;
|
|
text-align: right;
|
|
background: #f2f9fe; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #f2f9fe 0%, #d6f0fd 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f9fe), color-stop(100%,#d6f0fd)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #f2f9fe 0%,#d6f0fd 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #f2f9fe 0%,#d6f0fd 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#d6f0fd',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
.window_right_question {
|
|
padding: 10px 10px 10px 25px;
|
|
background: #ffffff; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
.drag_question .data_table, .drag_question .data_table th, .drag_question .data_table td{
|
|
border:none !important;
|
|
}
|
|
._jsPlumb_endpoint {
|
|
z-index: 50;
|
|
}
|
|
|
|
/*** Video chat ***/
|
|
video#chat-local-video,
|
|
div#chat-remote-video video {
|
|
display: block;
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
/* CSS Forum */
|
|
.forum {
|
|
border-color: #dddddd !important;
|
|
}
|
|
.forum .number-post{
|
|
background-color: #F7F7F9;
|
|
border: 1px solid #E1E1E1 ;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
.forum .number-post p{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.forum .title{
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 18px;
|
|
}
|
|
.forum .description{
|
|
font-size: 14px;
|
|
color: #666666;
|
|
}
|
|
.forum_display .sticky{
|
|
background: #FCF8E3;
|
|
border-color: #FAEBCC !important;
|
|
}
|
|
.forum-post{
|
|
border-color: #dddddd !important;
|
|
}
|
|
.forum-post .thumbnail{
|
|
margin-bottom: 5px;
|
|
}
|
|
.forum-post .title-username{
|
|
text-align: center;
|
|
font-size: 16px;
|
|
margin-bottom: 5px;
|
|
margin-top: 0;
|
|
}
|
|
.forum-post .post-date{
|
|
font-size: 12px;
|
|
text-align: center;
|
|
color:#666666;
|
|
}
|
|
.forum-post .post-closed{
|
|
padding: 5px;
|
|
text-align: center;
|
|
}
|
|
.forum-post .post-header{
|
|
border-bottom: 1px solid #dddddd;
|
|
margin-bottom: 20px;
|
|
}
|
|
.forum-post .post-body {
|
|
color: #666666;
|
|
}
|
|
.forum-post .post-body img{
|
|
display: block;
|
|
max-width: 100%;
|
|
}
|
|
.forum-post .tools-icons{
|
|
text-align: center;
|
|
border: 1px solid #dddddd;
|
|
padding: 5px;
|
|
}
|
|
.forum-post .tools-icons a{
|
|
padding: 2px;
|
|
}
|
|
/* Sequence */
|
|
.title-sequence{
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
#parents{
|
|
text-align: center;
|
|
}
|
|
#parents .parent {
|
|
display: inline-block;
|
|
width: 125px;
|
|
padding: 5px;
|
|
/* background: url("../../main/img/icons/48/sequence-arrow.png") no-repeat center bottom; */
|
|
}
|
|
#parents .sequence-plus-icon{
|
|
color: #CCCCCC;
|
|
padding: 0 10px;
|
|
}
|
|
.border-sequence{
|
|
background: url("../../main/img/line.png") repeat-x 0 35px;
|
|
}
|
|
.arrow-sequence{
|
|
height: 68px;
|
|
background: url("../../main/img/icons/48/sequence-arrow.png") no-repeat center 15px;
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
}
|
|
#parents .parent .big-icon{
|
|
background-color: #ECF0F1 ;
|
|
padding: 10px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
position: relative;
|
|
}
|
|
#parents .parent.parent-deleted .sequence-course {
|
|
text-decoration: line-through;
|
|
}
|
|
#parents .parent .big-icon .sequence-course{
|
|
font-size: 12px;
|
|
}
|
|
#parents .parent .big-icon .sequence-id{
|
|
border-radius: 50%;
|
|
background-color: #E74C3C;
|
|
width: 20%;
|
|
color: #ffffff;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|
|
#parents .parent .big-icon .sequence-deleted{
|
|
font-size: 12px;
|
|
}
|
|
#resource{
|
|
text-align: center;
|
|
}
|
|
#resource .parent {
|
|
display: inline-block;
|
|
padding: 5px;
|
|
width: 15%;
|
|
}
|
|
#resource .parent .big-icon{
|
|
background-color: #eeffaa ;
|
|
padding: 10px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
position: relative;
|
|
}
|
|
#resource .parent .big-icon .sequence-course{
|
|
font-size: 12px;
|
|
}
|
|
|
|
#resource .parent .big-icon .sequence-id{
|
|
border-radius: 50%;
|
|
background-color: #E74C3C;
|
|
width: 20%;
|
|
color: #ffffff;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|
|
#resource .parent .big-icon .sequence-deleted{
|
|
font-size: 12px;
|
|
}
|
|
|
|
.section-title-sequence{
|
|
font-size: 22px;
|
|
color: #333333;
|
|
margin-bottom: 30px;
|
|
padding: 0;
|
|
border-bottom:1px solid #E5e5e5 ;
|
|
}
|
|
#children{
|
|
text-align: center;
|
|
}
|
|
#children .parent {
|
|
display: inline-block;
|
|
padding: 5px;
|
|
width: 15%;
|
|
}
|
|
#children .parent .big-icon{
|
|
background-color: #feffd6 ;
|
|
padding: 10px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
position: relative;
|
|
}
|
|
#children .parent .big-icon .sequence-course{
|
|
font-size: 12px;
|
|
}
|
|
#children .parent .big-icon .sequence-id{
|
|
border-radius: 50%;
|
|
background-color: #E74C3C;
|
|
width: 20%;
|
|
color: #ffffff;
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
}
|
|
#children .parent .big-icon .sequence-deleted{
|
|
font-size: 12px;
|
|
}
|
|
/* INSTALL CHAMILO */
|
|
#page-install .logo{
|
|
text-align: center;
|
|
}
|
|
#page-install .icon-install{
|
|
text-align: center;
|
|
}
|
|
#page-install .title{
|
|
text-align: center;
|
|
color:#2E75A3;
|
|
}
|
|
#page-install .text{
|
|
text-align: center;
|
|
}
|
|
#page-install .download-info{
|
|
padding-top: 10px;
|
|
text-align: center;
|
|
}
|
|
.RequirementHeading h2{
|
|
font-size: 25px;
|
|
}
|
|
#page-install{
|
|
background: #d2ebf9; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #d2ebf9 0%, #feffff 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ebf9), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #d2ebf9 0%,#feffff 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #d2ebf9 0%,#feffff 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
|
|
}
|
|
#page-install footer{
|
|
color: #666666;
|
|
}
|
|
#page-install footer a{
|
|
color: #333333;
|
|
}
|
|
#page-install footer a:hover{
|
|
color: #666666;
|
|
}
|
|
#page-install pre{
|
|
margin-top: 5px !important;
|
|
}
|
|
#page-install .page-header{
|
|
margin: 20px 0px 20px;
|
|
}
|
|
#page-install .normal-message{
|
|
padding: 20px;
|
|
margin: 20px 0;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-width: 1px 1px 1px 5px;
|
|
border-color: #eeeeee;
|
|
border-style: solid;
|
|
font-size: 12px;
|
|
color: #666666;
|
|
}
|
|
#about-session .description-course{
|
|
padding: 10px;
|
|
color: #666666;
|
|
}
|
|
#about-session .tags-course{
|
|
padding: 10px;
|
|
background-color:#ECF0F1 ;
|
|
margin-bottom: 10px;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
}
|
|
#about-session .tags-course .fa-tags{
|
|
color: #D94D38;
|
|
}
|
|
#about-session .tags-course a{
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
background-color:#ffffff;
|
|
border-radius: 10%;
|
|
-moz-border-radius: 10%;
|
|
-webkit-border-radius: 10%;
|
|
}
|
|
#about-session .subscribe{
|
|
padding: 5px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
}
|
|
#about-session .info-course{
|
|
margin-top: 20px;
|
|
padding-top: 20px;
|
|
}
|
|
#about-session .info-course .panel-heading h4{
|
|
margin: 0px;
|
|
}
|
|
#about-session .info-course .title-info{
|
|
color: #00829C;
|
|
border-bottom: 1px dotted #eeeeee;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
#about-session .info-course .content-info{
|
|
padding: 10px;
|
|
color:#666666;
|
|
}
|
|
#about-session .teachers .img-circle{
|
|
border: 1px solid #ddd;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
/* Catalog session */
|
|
#session-list .col-md-4:nth-child(3n+1) {
|
|
clear: left;
|
|
}
|
|
.section-title-catalog{
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 10px;
|
|
text-transform: uppercase;
|
|
}
|
|
#session-list .title-session{
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
margin-top: 5px;
|
|
}
|
|
#session-list .session-col:nth-child(4n+1) {
|
|
clear: left;
|
|
}
|
|
#session-list .item{
|
|
display: block;
|
|
padding: 0;
|
|
border: 1px solid #dddddd;
|
|
margin-bottom: 20px;
|
|
}
|
|
#session-list .item img{
|
|
max-width: 100%;
|
|
height: auto;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#session-list .information-item{
|
|
padding: 10px;
|
|
}
|
|
#session-list .information-item .requirements .fa-book{
|
|
margin-right: 10px;
|
|
color: #00829C;
|
|
}
|
|
#session-list .information-item .requirements{
|
|
color: #666666;
|
|
font-size: 12px;
|
|
}
|
|
#session-list .information-item .options .info-catalog{
|
|
background-color: #35A8C9;
|
|
color: #ffffff;
|
|
padding: 5px;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
font-size: 12px;
|
|
}
|
|
#session-list .author-session,
|
|
#session-list .date-session{
|
|
font-size: 12px;
|
|
color: #666666;
|
|
}
|
|
#session-list .author-session .fa-user,
|
|
#session-list .date-session .fa-calendar-o{
|
|
color: #00829C;
|
|
margin-right: 10px;
|
|
}
|
|
#session-list .options :last-child{
|
|
margin: 0;
|
|
}
|
|
#session-list .dependent .tool-book .fa.fa-book{
|
|
color: #00829C;
|
|
margin-right: 10px;
|
|
}
|
|
#session-list .dependent{
|
|
font-size: 12px;
|
|
padding-bottom: 10px;
|
|
}
|
|
#session-list .dependent a{
|
|
color: #666666;
|
|
}
|
|
#custom-icons .items-tools{
|
|
padding: 10px;
|
|
border: 1px solid #CCCCCC;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
min-height: 185px;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
}
|
|
#custom-icons .name-tools{
|
|
font-size: 12px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
#custom-icons .btn{
|
|
font-size: 18px;
|
|
line-height: 0;
|
|
margin-right: 5px;
|
|
}
|
|
#custom-icons .page-header{
|
|
margin: 20px 0px 20px;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
}
|
|
.help-course{
|
|
background-color: #EEEEEE;
|
|
color: #666;
|
|
border: 1px dashed #B0B0B0;
|
|
border-radius: 5px;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
padding: 1em;
|
|
margin-bottom: 1em;
|
|
margin-right: 5%;
|
|
margin-left: 5%;
|
|
text-align: center;
|
|
}
|
|
|
|
p.bg-primary,
|
|
p.bg-success,
|
|
p.bg-info,
|
|
p.bg-warning,
|
|
p.bg-danger {
|
|
padding: 10px;
|
|
}
|
|
/* CSS NEW TOP ******************************************************************************/
|
|
/* CSS Responsive */
|
|
@media (min-width: 1025px) and (max-width: 1200px) {
|
|
.sidebar-scorm{
|
|
width: 16.66666667%;
|
|
}
|
|
.content-scorm{
|
|
width: 83.33333333%;
|
|
}
|
|
#learning_path_right_zone{
|
|
width: 68%;
|
|
}
|
|
}
|
|
@media (min-width: 1024px) {
|
|
.sidebar-scorm{
|
|
width: 25.66666667%;
|
|
}
|
|
.content-scorm{
|
|
width: 76.33333333%;
|
|
}
|
|
.total{
|
|
width: 100%;
|
|
}
|
|
#learning_path_right_zone{
|
|
width: 68%;
|
|
display: block;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
#learning_path_right_zone.total{
|
|
width: 100%;
|
|
visibility: visible;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
}
|
|
/* Portrait tablet to landscape and desktop - Escritorio pequeño o Tablet */
|
|
@media (min-width: 768px) and (max-width: 979px) {
|
|
#learning_path_right_zone{
|
|
width: 58%;
|
|
display: block;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
#learning_path_right_zone.total{
|
|
width: 100%;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
visibility: visible;
|
|
}
|
|
}
|
|
/* Landscape phones and down - Solo Smartphone*/
|
|
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
|
#learning_path_breadcrumb_zone {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
#learning_path_main{
|
|
margin-top: 5px;
|
|
}
|
|
#touch-button{
|
|
top: 5px;
|
|
}
|
|
.sidebar-scorm{
|
|
width: 100%;
|
|
}
|
|
.content-scorm{
|
|
visibility: hidden;
|
|
}
|
|
.total{
|
|
width: 100%;
|
|
visibility: visible;
|
|
}
|
|
.question_options div.thumbnail img {
|
|
height: 120px !important;
|
|
width: 190px !important;
|
|
max-width: 100%;
|
|
}
|
|
.drag_question{
|
|
padding: 5px;
|
|
}
|
|
.drag_question .window{
|
|
border:1px solid #dddddd;
|
|
border-radius: 10px;
|
|
-moz-border-radius: 10px;
|
|
-webkit-border-radius: 10px;
|
|
cursor: pointer;
|
|
min-height: 65px;
|
|
padding: 10px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
padding: 10px 20px;
|
|
vertical-align: middle;
|
|
font-size: 12px;
|
|
}
|
|
.question_row_answer{
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
}
|
|
.question_row_answer .page-header{
|
|
margin: 10px 0px;
|
|
}
|
|
.question_row_answer .page-header h3{
|
|
font-size: 16px;
|
|
margin: 0;
|
|
}
|
|
.question-result .page-header{
|
|
margin-top: 20px;
|
|
}
|
|
.question-result .page-header h2{
|
|
font-size: 20px;
|
|
}
|
|
.dl-horizontal dt{
|
|
float: left;
|
|
width: 120px;
|
|
overflow: hidden;
|
|
clear: left;
|
|
text-align: right;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.dl-horizontal dd{
|
|
margin-left: 140px;
|
|
}
|
|
#parents .parent, #resource .parent, #children .parent {
|
|
display: inline-block;
|
|
padding: 5px;
|
|
width: 30%;
|
|
}
|
|
#show_graph{
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media (min-width : 480px) and (max-width: 767px) {
|
|
#learning_path_breadcrumb_zone {
|
|
display: none;
|
|
visibility: hidden;
|
|
}
|
|
#touch-button{
|
|
top: 5px;
|
|
}
|
|
.sidebar-scorm{
|
|
width: 100%;
|
|
}
|
|
.content-scorm{
|
|
visibility: hidden;
|
|
}
|
|
#control-bottom.well{
|
|
padding: 10px;
|
|
}
|
|
.total{
|
|
width: 100%;
|
|
visibility: visible;
|
|
}
|
|
#learning_path_left_zone{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.question_row_answer .page-header{
|
|
margin: 10px 0px;
|
|
}
|
|
.question_row_answer .page-header h3{
|
|
font-size: 16px;
|
|
margin: 0;
|
|
}
|
|
.question-result .page-header{
|
|
margin-top: 20px;
|
|
}
|
|
.question-result .page-header h2{
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|