wordpress config + law-/live- carta themes

This commit is contained in:
Andrey Morgachev
2018-08-16 09:55:53 +03:00
commit 3b5be35fe8
65 changed files with 5457 additions and 0 deletions

View File

@@ -0,0 +1,414 @@
/* 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; }
.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; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/img/faviconlive/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="70.000000pt" height="70.000000pt" viewBox="0 0 70.000000 70.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,70.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M270 661 c-147 -48 -234 -164 -234 -311 0 -127 61 -227 177 -287 45
-24 64 -28 137 -28 73 0 93 4 142 28 65 32 121 90 152 156 30 65 30 197 0 262
-52 112 -153 180 -277 185 -40 2 -83 0 -97 -5z m198 -76 c28 -13 52 -26 52
-29 0 -3 -21 5 -47 16 -62 28 -170 30 -230 6 -24 -10 -43 -15 -43 -12 0 3 19
14 43 24 62 29 158 27 225 -5z m39 -172 c93 -97 102 -125 58 -168 -29 -30 -55
-32 -85 -7 -28 23 -19 48 11 31 11 -5 29 -7 40 -4 29 10 22 59 -9 63 -17 3
-42 -15 -101 -72 -103 -101 -109 -101 -217 7 -46 47 -86 95 -90 111 -10 41 22
80 70 84 34 3 42 -2 117 -78 44 -44 77 -85 74 -91 -4 -5 -21 -7 -39 -4 -39 8
-67 -16 -49 -43 20 -32 50 -18 128 57 l76 74 -43 44 c-23 23 -49 43 -57 43 -8
0 -30 -14 -48 -32 -26 -25 -36 -29 -45 -20 -9 9 -3 21 27 52 61 63 82 58 182
-47z"/>
<path d="M167 419 c-28 -16 -20 -42 31 -92 l48 -47 24 25 24 25 -40 41 c-49
51 -65 60 -87 48z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/img/faviconlive/android-chrome-48x48.png",
"sizes": "48x48",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,10 @@
<?php
/**
* Enqueue scripts and styles.
*/
function livecarta_scripts() {
wp_enqueue_style('livecarta-external-style', get_theme_file_uri('/assets/css/livecarta.css'), ['lawcarta-custom']);
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['livecarta-external-style']);
}
add_action('wp_enqueue_scripts', 'livecarta_scripts');

View File

@@ -0,0 +1,12 @@
/*
Theme Name: LiveCarta
Theme URI: https://www.livecarta.com
Description: LiveCarta Theme
Author: LiveCarta
Author URI: https://www.livecarta.com
Template: lawcarta
Version: 1.0.0
.
LiveCarta Theme.
.
*/