editor.js/plugins/ceditor-tool-quote/ceditor-tool-quote.css
2016-07-02 15:24:35 +03:00

86 lines
1.6 KiB
CSS

/** Quote - settings */
.ce_plugin_quote--settings{
white-space: nowrap;
/*padding-right: 10px; */
}
.ce_plugin_quote--caption{
color: #b9c2c2;
}
.ce_plugin_quote--select_button{
display: inline-block;
margin-left: 40px;
border-bottom: 1px solid #c3d5ed;
padding-bottom: 2px;
color: #5399d4;
cursor: pointer;
}
.ce_plugin_quote--select_button:hover{
border-bottom-color: #f6d8da;
color: #cc7d74;
}
.clearfix_quote:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.quoteStyle-withCaption--author {
margin-top: 25px;
text-align: right;
font-size: 17px;
font-weight: bold;
color: #000;
line-height: 1.5em;
}
.quoteStyle-withCaption--blockquote:focus,
.quoteStyle-withCaption--author:focus {
outline: none;
}
/** Quote with photo */
.ce_redactor .quoteStyle-withPhoto--wrapper {
margin: 0px !important;
padding: 4.5em 6.5em !important;
}
.quoteStyle-withPhoto--photo {
width: 80px;
height: 80px;
border: 1px solid #8E8E8E;
border-radius: 50%;
float: left;
margin-right: 33px;
}
.quoteStyle-withPhoto--author {
font-size: 24px;
font-weight: bold;
color: #000;
/*letter-spacing: 0px;*/
outline: none;
overflow: hidden;
}
.quoteStyle-withPhoto--job {
font-weight: regular;
font-size: 19px;
color: #818BA1;
/*letter-spacing: 0px;*/
outline: none;
overflow: hidden;
}
.quoteStyle-withPhoto--quote {
margin-top: 30px;
outline: none;
overflow: hidden;
}
.quoteStyle-withPhoto--authorWrapper {
margin-top: 10px;
}