forked from LiveCarta/LiveCartaWP
Merge branch 'wordpress' of https://github.com/Teqniksoft/LawCarta_book into wordpress
This commit is contained in:
@@ -89,6 +89,14 @@ body {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
|
||||
.th-header {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
width: 0; }
|
||||
.th-header h1 {
|
||||
display: inline-block; }
|
||||
|
||||
.wrapper {
|
||||
display: block;
|
||||
position: relative;
|
||||
@@ -627,6 +635,19 @@ blockquote {
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
|
||||
.popover-content {
|
||||
font-size: 10px;
|
||||
min-width: 200px;
|
||||
word-wrap: break-word;
|
||||
max-height: 300px;
|
||||
overflow: auto; }
|
||||
|
||||
.popover, .popover p {
|
||||
font-size: 10px !important; }
|
||||
|
||||
.popover-title {
|
||||
display: none; }
|
||||
|
||||
/* Icons. */
|
||||
@font-face {
|
||||
font-family: lawcarta;
|
||||
@@ -885,7 +906,7 @@ header {
|
||||
header .cont {
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
padding: 0 40px 0 280px;
|
||||
padding: 0;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
@@ -895,6 +916,9 @@ header {
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center; }
|
||||
@media (min-width: 769px) {
|
||||
header .cont {
|
||||
padding: 0 20px 0 210px; } }
|
||||
header .cont .header-menu {
|
||||
-webkit-box-flex: 1;
|
||||
-ms-flex: 1 1 auto;
|
||||
@@ -1073,7 +1097,11 @@ header {
|
||||
padding-right: 45px;
|
||||
display: block;
|
||||
position: relative;
|
||||
color: #fff; }
|
||||
color: #fff;
|
||||
max-width: 180px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
header .sign-block .signed-user .icon-caret {
|
||||
font-size: 18px;
|
||||
-webkit-transform: scaleY(0.6) rotate(90deg);
|
||||
@@ -1155,7 +1183,8 @@ header {
|
||||
right: 0;
|
||||
color: #fff;
|
||||
height: 100%;
|
||||
z-index: 10; }
|
||||
z-index: 10;
|
||||
padding-bottom: 60px; }
|
||||
@media (min-width: 769px) {
|
||||
header .mobile-nav {
|
||||
padding-top: 71px; } }
|
||||
@@ -2532,13 +2561,13 @@ footer {
|
||||
@media (min-width: 769px) {
|
||||
.main-page .faq-answer .answer-cont {
|
||||
padding: 22px 55px; } }
|
||||
.main-page .faq-answer h4 {
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
font-size: 18px;
|
||||
color: #7b724e;
|
||||
font-weight: 100;
|
||||
margin: 0 0 15px -10px; }
|
||||
@media (min-width: 769px) {
|
||||
.main-page .faq-answer h4 {
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
margin: 0 0 25px -30px; } }
|
||||
.main-page .faq-answer .answer-text {
|
||||
font-weight: 100;
|
||||
@@ -3032,6 +3061,22 @@ footer {
|
||||
@media (min-width: 992px) {
|
||||
.blog-page-single .blog-body .cont {
|
||||
padding-left: 85px; } }
|
||||
.blog-page-single .blog-body img {
|
||||
max-width: 100%;
|
||||
height: auto; }
|
||||
.blog-page-single .blog-body ol {
|
||||
counter-reset: item;
|
||||
margin: 0 0 15px;
|
||||
padding: 0; }
|
||||
.blog-page-single .blog-body ol > li {
|
||||
list-style-type: none;
|
||||
counter-increment: item; }
|
||||
.blog-page-single .blog-body ol > li:before {
|
||||
display: inline-block;
|
||||
padding-right: 0.5em;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
content: counter(item) "."; }
|
||||
.blog-page-single .blog-page-social {
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
@@ -3135,16 +3180,33 @@ footer {
|
||||
font-size: 15.62px;
|
||||
line-height: 20.7px;
|
||||
margin: 10px 7px; }
|
||||
.read-next .rn-block .head {
|
||||
font-size: 17.5777px;
|
||||
line-height: 23px;
|
||||
margin-bottom: 20px;
|
||||
display: block; }
|
||||
.read-next .rn-block .text {
|
||||
overflow: hidden;
|
||||
max-height: 184px; }
|
||||
overflow: hidden; }
|
||||
.read-next .rn-block:hover {
|
||||
text-decoration: none;
|
||||
background: #efefef;
|
||||
color: #666;
|
||||
cursor: pointer; }
|
||||
.read-next .rn-block .text-overflow {
|
||||
font-size: 16px;
|
||||
line-height: 1.2em;
|
||||
max-height: 8.4em;
|
||||
padding-bottom: 2px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 7;
|
||||
-webkit-box-orient: vertical; }
|
||||
.read-next .rn-block .text-overflow p {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
.read-next .rn-block .head {
|
||||
font-size: 17.5777px;
|
||||
line-height: 23px;
|
||||
margin-bottom: 20px;
|
||||
display: block;
|
||||
font-weight: bold; }
|
||||
.read-next .rn-block .head .text-overflow {
|
||||
font-size: 18px;
|
||||
max-height: 3.6em;
|
||||
-webkit-line-clamp: 3; }
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -88,7 +88,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
if ($slug != 'publish-your-book'):?>
|
||||
<header>
|
||||
<div id="header-menu" class="cont">
|
||||
<a href="<?= site_url(); ?>" class="main-logo"><img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
|
||||
<a href="<?= site_url(); ?>" class="main-logo"><img alt="Logo" src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
|
||||
|
||||
<?php
|
||||
if (has_nav_menu('top')) {
|
||||
|
||||
@@ -30,6 +30,9 @@ if ($tIds !== false) {
|
||||
|
||||
?>
|
||||
<div class="content no-pb">
|
||||
<div class="th-header">
|
||||
<h1>FAQs</h1>
|
||||
</div>
|
||||
<div class="main-page">
|
||||
<div class="faq-search">
|
||||
<div class="cont">
|
||||
|
||||
@@ -32,7 +32,7 @@ $post = $posts[0];
|
||||
<div class="faq-answer">
|
||||
<div class="cont">
|
||||
<div class="answer-cont">
|
||||
<h4><?= $post->post_title?></h4>
|
||||
<h1><?= $post->post_title?></h1>
|
||||
<div class="answer-text">
|
||||
<?= $post->post_content?>
|
||||
</div>
|
||||
|
||||
@@ -50,8 +50,8 @@
|
||||
setup_postdata( $post ); ?>
|
||||
<a class="rn-block" href="<?php the_permalink(); ?>">
|
||||
<div class="text">
|
||||
<span class="head"><?php the_title(); ?></span>
|
||||
Before starting, ask yourself a clear question: "What environment do I want to foster for my class?" It’s important to communicate with your students to learn what makes things most ...
|
||||
<span class="head"><span class="text-overflow"><?php the_title(); ?></span></span>
|
||||
<span class="text-overflow"><?php the_excerpt(); ?></span>
|
||||
</div>
|
||||
</a>
|
||||
<?php
|
||||
|
||||
@@ -334,7 +334,7 @@ footer.v2 {
|
||||
.main-page .faq-answer .answer-cont {
|
||||
border: 1px solid #d7d7d7; }
|
||||
|
||||
.main-page .faq-answer h4 {
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
color: #3090f0; }
|
||||
|
||||
.main-page .faq-answer .answer-text {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -482,7 +482,7 @@ ul.tabset-tabs li {
|
||||
.main-page .faq-answer .answer-cont {
|
||||
border: 1px solid #d7d7d7; }
|
||||
|
||||
.main-page .faq-answer h4 {
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
color: #3090f0; }
|
||||
|
||||
.main-page .faq-answer .answer-text {
|
||||
@@ -782,6 +782,14 @@ body .cd-mob-chat-widget {
|
||||
.casebook-tabs-links .right-download.new-chapters:after, .casebook-tabs-links ul li.new-chapters:after {
|
||||
background: #ff6b00; }
|
||||
|
||||
.wrapper.new-student-view .highlight-right-bar .hr-cont .hrc-nav a {
|
||||
color: #0c4e91; }
|
||||
.wrapper.new-student-view .highlight-right-bar .hr-cont .hrc-nav a.selected {
|
||||
border-bottom: 1px solid #0c4e91; }
|
||||
|
||||
.wrapper.new-student-view .right-selection-block.search-result .rs-text .search-in-text {
|
||||
color: #0c4e91; }
|
||||
|
||||
.dash-top-links .dash-link .dl-icon {
|
||||
background: #fff;
|
||||
border: 3px solid #fff;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user