forked from LiveCarta/LiveCartaWP
431 lines
12 KiB
CSS
431 lines
12 KiB
CSS
/* LiveCarta */
|
|
.casebook-item .casebook-top:after {
|
|
height: 43px;
|
|
bottom: 18px;
|
|
background-image: url("../img/live-book-logo.png"); }
|
|
|
|
/* Buttons. */
|
|
.button {
|
|
background: #ff6b00; }
|
|
.button.xl {
|
|
height: 36px;
|
|
line-height: 36px;
|
|
padding: 0 8px; }
|
|
.button.xxl {
|
|
border-radius: 25px;
|
|
padding: 0 28px;
|
|
border: none;
|
|
height: 40px;
|
|
line-height: 40px; }
|
|
.button.add-chapter {
|
|
background: #0c4e91;
|
|
color: #fff; }
|
|
.button.add-chapter-front {
|
|
background: #0c4e91; }
|
|
.button.mp-top-left {
|
|
background: #ff6b00;
|
|
border-color: #ff6b00;
|
|
color: #fff; }
|
|
.button.mp-top-left:hover {
|
|
opacity: 1;
|
|
background: #ff8933;
|
|
border-color: #ff8933; }
|
|
.button.mp-top-right {
|
|
background: #134d94;
|
|
border-color: #134d94;
|
|
color: #fff; }
|
|
.button.mp-top-right:hover {
|
|
background: #1965c1;
|
|
background: #1965c1;
|
|
opacity: 1; }
|
|
.button.mp-btn {
|
|
background: #ff6b00;
|
|
border-color: #ff6b00; }
|
|
.button.mp-btn:hover {
|
|
opacity: 1;
|
|
background: #cc5600;
|
|
border-color: #cc5600; }
|
|
.button.bordered {
|
|
background: #fff;
|
|
border: 2px solid #134d96;
|
|
color: #134d96;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
line-height: 36px; }
|
|
.button.bordered.xxl {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none; }
|
|
.button.bordered:hover {
|
|
background: rgba(0, 0, 0, 0.05); }
|
|
.button.back-btn {
|
|
background: #fff;
|
|
border: 2px solid #0c4e91;
|
|
color: #0c4e91;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none; }
|
|
.button.back-btn.xxl {
|
|
line-height: 36px; }
|
|
.button.back-btn:hover {
|
|
background: rgba(0, 0, 0, 0.05);
|
|
color: #0c4e91;
|
|
opacity: 1; }
|
|
|
|
.button.green {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #0c4e91;
|
|
border: 2px solid #0c4e91;
|
|
background: #fff;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important;
|
|
line-height: 25px; }
|
|
.button.green.xl {
|
|
line-height: 32px; }
|
|
|
|
.casebook-list .add-casebook {
|
|
background: #ff6b00;
|
|
border-color: #ff6b00;
|
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
|
|
|
|
header {
|
|
background: #fff; }
|
|
header .main-logo {
|
|
height: 33px;
|
|
top: 20px; }
|
|
header .header-menu ul li a {
|
|
color: #0c4e91;
|
|
font-weight: bold; }
|
|
header .header-menu ul li a:hover {
|
|
color: #0c4e91;
|
|
border-bottom-color: #0c4e91; }
|
|
header .header-menu ul li a.selected {
|
|
color: #0c4e91;
|
|
border-bottom-color: #0c4e91; }
|
|
header .header-menu ul li.active a {
|
|
color: #ff6b00; }
|
|
header .header-menu ul li.active a:hover {
|
|
border-bottom-color: #ff6b00; }
|
|
header .sign-block a {
|
|
color: #ff6b00;
|
|
font-weight: bold; }
|
|
header .sign-block a:hover {
|
|
color: #ff6b00; }
|
|
header .sign-block > a, header .sign-block .signed-user {
|
|
color: #ff6b00; }
|
|
header .sign-block > a:hover, header .sign-block .signed-user:hover {
|
|
color: #ff6b00;
|
|
border-bottom-color: #ff6b00; }
|
|
header .sign-block > a .icon-caret, header .sign-block > a .icon-account-settings, header .sign-block .signed-user .icon-caret, header .sign-block .signed-user .icon-account-settings {
|
|
color: #0c4e91; }
|
|
header .sign-block .button.bordered {
|
|
color: #ff6b00;
|
|
border-color: #ff6b00;
|
|
border-radius: 20px;
|
|
height: 40px;
|
|
line-height: 36px; }
|
|
header .sign-block .button.bordered:hover {
|
|
border: 2px solid #ff6b00;
|
|
background: #ff6b00;
|
|
color: #fff; }
|
|
|
|
.form-group label {
|
|
color: #036; }
|
|
|
|
/* Tabset. */
|
|
ul.tabset-tabs li {
|
|
display: block;
|
|
float: left;
|
|
position: relative;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none; }
|
|
ul.tabset-tabs li + li {
|
|
margin-left: -1px; }
|
|
ul.tabset-tabs li a {
|
|
cursor: pointer;
|
|
display: block;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding: 0 16px;
|
|
font-size: 14px;
|
|
color: #666;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
|
background: #fff;
|
|
border: 1px solid #cdc6c0;
|
|
border-radius: 0;
|
|
position: relative;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
font-weight: 400;
|
|
margin: 0;
|
|
top: -1px; }
|
|
@media (min-width: 640px) {
|
|
ul.tabset-tabs li a {
|
|
font-size: 18px;
|
|
padding: 0 16px; } }
|
|
ul.tabset-tabs li a:hover {
|
|
text-decoration: none;
|
|
background: #e0ded7;
|
|
color: #4d4d4d; }
|
|
ul.tabset-tabs li.active a {
|
|
color: #ff6b00;
|
|
font-weight: 400;
|
|
padding: 0 16px;
|
|
border-color: #cdc6c0;
|
|
border-bottom: none; }
|
|
ul.tabset-tabs li.active a:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 3px;
|
|
background: #ff6b00; }
|
|
ul.tabset-tabs li.active a:focus, ul.tabset-tabs li.active a:hover {
|
|
color: #ff6b00; }
|
|
|
|
/* Main Page */
|
|
.main-page .mp-top {
|
|
background-image: url(../img/main-page/top-bg-live.jpg); }
|
|
.main-page .mp-top .top-text {
|
|
background: -webkit-gradient(linear, left top, right top, from(rgba(19, 77, 149, 0.4)), to(rgba(1, 26, 51, 0.4)));
|
|
background: linear-gradient(to right, rgba(19, 77, 149, 0.4), rgba(1, 26, 51, 0.4)); }
|
|
|
|
.main-page .mp-capabs h4 {
|
|
color: #3090f0; }
|
|
|
|
.main-page .mp-capabs .cap-col .cc-img {
|
|
border: none;
|
|
background: #fff;
|
|
-webkit-box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.4);
|
|
box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.4); }
|
|
|
|
.main-page .mp-capabs .cap-col .cc-title {
|
|
color: #003366; }
|
|
|
|
.main-page .mp-capabs .cap-col .cc-text {
|
|
color: #475669; }
|
|
|
|
.main-page .mp-capabs .buttons {
|
|
margin-top: 60px;
|
|
text-align: center; }
|
|
|
|
.main-page .feature-block .cont {
|
|
color: #475669; }
|
|
|
|
.main-page .feature-block.with-bg {
|
|
background: -webkit-gradient(linear, left top, right top, from(#539aea), to(#0e3f7b));
|
|
background: linear-gradient(to right, #539aea, #0e3f7b); }
|
|
.main-page .feature-block.with-bg .cont {
|
|
color: #ffffff; }
|
|
|
|
.main-page .mp-footer {
|
|
background: -webkit-gradient(linear, left top, right top, from(#539aea), to(#0e3f7b));
|
|
background: linear-gradient(to right, #539aea, #0e3f7b); }
|
|
.main-page .mp-footer .buttons {
|
|
margin: 25px 0 22px; }
|
|
.main-page .mp-footer .buttons .button {
|
|
min-width: 175px; }
|
|
.main-page .mp-footer .copyright {
|
|
color: #fff;
|
|
font-size: 9px;
|
|
font-weight: 300;
|
|
margin-top: 5px; }
|
|
.main-page .mp-footer .bot-logo {
|
|
opacity: 0.35; }
|
|
|
|
h1, .sign-page h1 {
|
|
color: #3090f0; }
|
|
|
|
.sign-page .form-group label {
|
|
color: #003366; }
|
|
|
|
.casebook-header {
|
|
background: none;
|
|
background: #fefefe; }
|
|
.casebook-header:before {
|
|
display: none; }
|
|
.casebook-header .cont {
|
|
border: none; }
|
|
|
|
.casebook-tabs-links ul li, .casebook-tabs-links .right-download {
|
|
color: #475669;
|
|
cursor: pointer;
|
|
display: block;
|
|
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
|
background: #fff;
|
|
font-weight: 400;
|
|
border: 1px solid #cdc6c0;
|
|
border-radius: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
margin: 0; }
|
|
.casebook-tabs-links ul li.selected, .casebook-tabs-links .right-download.selected {
|
|
margin-top: 0;
|
|
background: #fff;
|
|
color: #ff6b00;
|
|
font-weight: 400;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
position: relative;
|
|
border-bottom: none;
|
|
padding: 0 16px; }
|
|
.casebook-tabs-links ul li.selected:before, .casebook-tabs-links .right-download.selected:before {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 3px;
|
|
background: #ff6b00; }
|
|
|
|
.casebook-tabs-links ul li {
|
|
float: left; }
|
|
.casebook-tabs-links ul li + li {
|
|
margin-left: -1px; }
|
|
|
|
.front-accordion .fa-head {
|
|
border: 1px solid #779bca;
|
|
color: #475669;
|
|
background: #fff;
|
|
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
|
position: relative;
|
|
z-index: 2; }
|
|
.front-accordion .fa-head .collapse-link {
|
|
color: #475669; }
|
|
.front-accordion .fa-head .collapse-link span {
|
|
color: #0c4e91; }
|
|
|
|
.front-accordion .form-group label {
|
|
color: #0c4e91; }
|
|
|
|
.casebook-chapter .chapter-head, .casebook-chapter .casebook-chapter .chapter-head {
|
|
border: 1px solid #779bca;
|
|
color: #475669;
|
|
background: #fff;
|
|
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
|
position: relative;
|
|
z-index: 2; }
|
|
.casebook-chapter .chapter-head .collapse-link .icon-caret, .casebook-chapter .casebook-chapter .chapter-head .collapse-link .icon-caret {
|
|
color: #0c4e91; }
|
|
|
|
.faux-modal .fa-mo-header {
|
|
background: #0c4e91; }
|
|
.faux-modal .fa-mo-header .cont {
|
|
color: #fff; }
|
|
.faux-modal .fa-mo-header .cont .fa-mo-close {
|
|
color: #fff; }
|
|
.faux-modal .fa-mo-header .cont .fa-mo-close:hover {
|
|
opacity: 0.7; }
|
|
|
|
.top-panel {
|
|
background: #134d96; }
|
|
.top-panel .cont {
|
|
color: #fff; }
|
|
.top-panel.cb-header {
|
|
background: #134d96; }
|
|
.top-panel.cb-header .casebook-name {
|
|
color: #fff; }
|
|
.top-panel.cb-header .button.green {
|
|
background: none;
|
|
border: 2px solid #fff;
|
|
color: #fff; }
|
|
.top-panel.cb-header .button.green .icon-view {
|
|
color: #fff; }
|
|
.top-panel h1 {
|
|
color: #fff; }
|
|
|
|
.student-casebook-title .sct-bg {
|
|
background: #fff; }
|
|
|
|
.casebook-top-options .dropdown .button.xl.white {
|
|
background: none;
|
|
border: 2px solid #fff;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
line-height: 30px; }
|
|
|
|
.casebook-top-options .dropdown span {
|
|
color: #fff; }
|
|
|
|
.casebook-top-options .dropdown .casebook-options:after, .casebook-top-options .dropdown .casebook-options:before, .casebook-top-options .dropdown .casebook-options i {
|
|
background: #fff; }
|
|
|
|
.casebook-item .casebook-bottom .casebook-title {
|
|
color: #475669; }
|
|
|
|
.casebook-item .casebook-bottom .casebook-author {
|
|
color: #475669; }
|
|
|
|
.casebook-item.add .add-btn {
|
|
border-color: #134d95;
|
|
background: #134d95; }
|
|
|
|
.chapters-nav .nav li a:hover,
|
|
.chapters-nav .nav li.active a,
|
|
.chapters-nav .nav li.active a:focus {
|
|
border-color: #144d96; }
|
|
|
|
.casebook-item .casebook-top {
|
|
background: #fff; }
|
|
|
|
.top-search .ts-tipsy {
|
|
color: #475669; }
|
|
|
|
.top-search .ts-search-bar .icon-search {
|
|
color: #475669; }
|
|
|
|
.casebook-header .casebook-name {
|
|
color: #0c4e91; }
|
|
|
|
.table-footnotes tr th {
|
|
color: #0c4e91; }
|
|
|
|
body .clickdesk-ultra .cdw-chat-bar-buttons span {
|
|
background: #1b62b9 !important; }
|
|
|
|
body .clickdesk-ultra .click-desk-closed-container .click-desk-closed-header {
|
|
background: #134d94 !important; }
|
|
|
|
body .clickdesk-ultra input.cdw-chat-contact-send-button {
|
|
background: #134d94 !important; }
|
|
body .clickdesk-ultra input.cdw-chat-contact-send-button:hover {
|
|
background: #1965c1 !important; }
|
|
|
|
body .clickdesk-ultra .cdw-chat-header {
|
|
background: #134d94 !important; }
|
|
|
|
body #clickdesk_popup {
|
|
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
|
|
box-shadow: 0 0 7px rgba(0, 0, 0, 0.7); }
|
|
|
|
.filter-bar .btn-link b {
|
|
color: #475669; }
|
|
|
|
.modal .modal-body .form-group.label-checkbox label {
|
|
color: #0c4e91; }
|
|
|
|
.checkout-table {
|
|
color: #475669; }
|
|
.checkout-table tr th {
|
|
font-size: 15px;
|
|
color: #003366; }
|
|
.checkout-table tr .book-title {
|
|
font-size: 14px;
|
|
color: #48566b; }
|
|
.checkout-table tr .book-info {
|
|
color: #475669; }
|
|
|
|
.checkout-btns .button.xxl {
|
|
line-height: 40px; }
|
|
|
|
.checkout-btns .button.back-btn {
|
|
line-height: 36px; }
|
|
|
|
.docs-accordion .accordion-heading a {
|
|
color: #003366; }
|