| Current Path : /home/smartbloks/public_html/help.smartbloks.ai/wp-content/themes/docly/ |
| Current File : /home/smartbloks/public_html/help.smartbloks.ai/wp-content/themes/docly/style-editor.css |
/** === Body Colors === */
body {
line-height: 26px;
font-size: 16px;
height: 100%;
font-family: "Roboto", sans-serif;
font-weight: 400;
color: #6b707f;
}
.editor-post-title__block .editor-post-title__input {
font-family: "Roboto", sans-serif;
font-size: 36px;
line-height: 1.3;
font-weight: 600;
margin-bottom: 0;
color: #1d2746;
padding-left: 50px;
}
/** === Editor Frame === */
body .wp-block[data-align="full"] {
width: 100%;
}
@media only screen and (min-width: 600px) {
body .wp-block[data-align="full"] {
width: calc( 100% + 90px);
max-width: calc( 100% + 90px);
}
}
@media only screen and (min-width: 768px) {
body .editor-writing-flow {
max-width: 100%;
margin: 0 5%;
}
body .editor-post-title__block,
body .editor-default-block-appender,
body .editor-block-list__block {
margin-left: 0;
margin-right: 0;
}
body .wp-block[data-align="wide"] {
width: 100%;
}
body .wp-block[data-align="full"] {
position: relative;
left: calc( -12.5% - 14px);
width: calc( 125% + 116px);
max-width: calc( 125% + 115px);
}
body .wp-block[data-align="right"] {
max-width: 125%;
}
}
/** === Content Width === */
.wp-block {
width: calc(100vw - (2 * 1rem));
max-width: 100%;
}
@media only screen and (min-width: 768px) {
.wp-block {
width: calc(8 * (100vw / 12));
}
}
.wp-block .wp-block {
width: 100%;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
max-width: none;
}
/** === HTML Tags === */
a {
color: #000;
text-decoration: none;
}
pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
td, th {
border-top: 1px solid #ededed;
padding: 10px;
border-left: none;
border-right: none;
border-bottom: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-weight: 500;
font-family: "Roboto", sans-serif;
color: #1d2746;
}
h2 {
font-size: 2rem;
}
/** === Button === **/
body .wp-block-button:not(.is-style-squared) .wp-block-button__link {
border-radius: 4px;
}
.wp-block-button__link {
background: #10b3d6;
color: #fff;
border-color: #10b3d6;
padding: 10px 25px;
text-align: center;
border-radius: 4px;
font-size: 16px;
overflow: hidden;
font-weight: 500;
font-family: "Roboto", sans-serif;
z-index: 1;
cursor: pointer;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.is-style-outline .wp-block-button__link {
background-color: transparent;
border: 2px solid #10b3d6;
color: #10b3d6;
}
.is-style-outline .wp-block-button__link:hover {
background-color: #10b3d6;
color: #fff;
}
/** === Separator === */
body .wp-block-separator:not(.is-style-dots) {
background-color: #767676;
border: 0;
height: 2px;
margin-bottom: 3rem;
margin-top: 3rem;
text-align: left;
border-color: transparent;
max-width: 100%;
}
body .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 150px;
}
.wp-block-separator.is-style-dots:before {
content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
color: #767676;
font-size: 1.6875em;
letter-spacing: calc(1.5 * 1rem);
padding-left: calc(1.5 * 1rem);
}
/** === Blockquote === */
body .wp-block-pullquote {
border-top: none;
border-bottom: none;
}
body figure.wp-block-pullquote {
margin: 35px 0;
padding: 0;
}
.wp-block-pullquote:not(.is-large):not(.is-style-large),
body blockquote.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large),
body blockquote.wp-block-quote {
background: #f3f8f9;
border-left: 4px solid #10b3d6;
font-size: 20px;
padding: 50px 40px;
position: relative;
z-index: 0;
margin: 46px 0;
}
body blockquote.wp-block-quote:after,
body blockquote.wp-block-quote:before {
content: "";
position: absolute;
z-index: -1;
}
body blockquote.wp-block-quote:before {
background: url("assets/img/blog-classic/quote_top.png") no-repeat scroll left top;
width: 132px;
height: 81px;
top: 0;
}
body blockquote.wp-block-quote:after {
background: url("assets/img/blog-classic/quote_bottom.png") no-repeat scroll left bottom;
width: 77px;
height: 75px;
right: 40px;
bottom: 30px;
}
body blockquote p {
font-size: 20px;
font-weight: 500;
line-height: 34px;
margin-bottom: 0;
}
body blockquote {
color: #525c7c;
}
.wp-block-pullquote.alignleft {
margin-right: 20px !important;
}
.wp-block-pullquote.alignright {
margin-left: 20px !important;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
padding: 0 !important;
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.wp-block-pullquote.alignleft blockquote p,
.wp-block-pullquote.alignright blockquote p {
font-size: 16px;
line-height: 1.6em;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
padding: 30px 15px 15px 15px !important;
margin: 0;
}
.wp-block-pullquote blockquote:after,
.wp-block-pullquote blockquote:after {
display: none;
}
body .wp-block-separator:not(.is-style-dots) {
clear: both;
}
.editor-block-list__layout .editor-block-list__block[data-align=left] {
max-width: 305px;
padding: 0;
padding-left: 40px;
}
.editor-block-list__layout .editor-block-list__block[data-align=right] {
max-width: 305px;
padding: 0;
padding-right: 40px;
float: right;
margin-left: 1.5em;
margin-right: 1em;
margin-bottom: 10px;
}
.editor-block-list__layout .editor-block-list__block[data-align=left] figure.wp-block-pullquote,
.editor-block-list__layout .editor-block-list__block[data-align=right] figure.wp-block-pullquote {
padding: 0;
padding-top: 10px;
margin: 0;
margin-right: 15px;
}
.editor-block-list__layout .editor-block-list__block[data-align=left] figure.wp-block-pullquote p,
.editor-block-list__layout .editor-block-list__block[data-align=right] figure.wp-block-pullquote p {
font-size: 16px;
line-height: 1.6em;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
font-size: 14px;
line-height: 20px;
letter-spacing: 1px;
display: inline-block;
text-transform: uppercase;
margin-top: 15px;
margin-bottom: 10px;
font-style: normal;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
font-size: 14px;
color: #848ca5;
line-height: 20px;
letter-spacing: 1px;
display: inline-block;
text-transform: uppercase;
margin-top: 0;
font-style: normal;
}
.is-style-large .wp-block-quote__citation,
.is-style-large .wp-block-quote cite, .is-style-large .wp-block-quote footer {
font-size: 18px;
}
/** === Separator === **/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 250px;
}
/** === Headings === **/
.block-editor-block-list__block .block-editor-block-list__block-edit {
margin-top: 0;
margin-bottom: 10px;
}
/** === Cover Image === **/
.wp-block-cover__inner-container p {
color: #fff;
font-family: "Roboto", sans-serif;
font-weight: 500;
line-height: 1.3;
}
/** === Docbuzz Blocks === **/
.tab_shortcode .nav-tabs {
list-style: none;
margin: 0;
}
.card.card-body.toggle_body {
max-width: none;
margin: 0;
}
.tab_shortcode .tab-content p,
.card.card-body.toggle_body p {
margin: 0;
}
.card.doc_accordion {
padding: 0;
max-width: none;
}