115 lines
2.2 KiB
CSS
115 lines
2.2 KiB
CSS
/*************************************
|
|
* QUOTE MODULE
|
|
*************************************/
|
|
.sek-quote p {
|
|
margin: 0 0 .5em;
|
|
padding: 0;
|
|
}
|
|
|
|
.sek-quote .sek-cite {
|
|
font-size: 14px;
|
|
line-height: 1.5em;
|
|
font-style: inherit;
|
|
}
|
|
|
|
.sek-quote[data-sek-quote-design="none"] {
|
|
border-left: none;
|
|
}
|
|
|
|
.sek-quote .sek-quote-content {
|
|
font-weight: 400;
|
|
font-size: 1.2em;
|
|
line-height: 1.5em;
|
|
color: inherit;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design {
|
|
background: none;
|
|
font-style: inherit;
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
padding: 15px 0;
|
|
border: none;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design > * {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design::before, .sek-quote.sek-quote-design::after {
|
|
display: none;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design .sek-cite {
|
|
padding: 0;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design .sek-cite::before {
|
|
display: none;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design .sek-quote-inner {
|
|
color: inherit;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-quote-icon-before .sek-quote-inner {
|
|
padding-left: calc( 10px + 0.7 * 50px);
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-border-before {
|
|
padding-left: 15px;
|
|
border-left: 5px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-border-before .sek-cite {
|
|
clear: both;
|
|
display: block;
|
|
margin-top: 1.5em;
|
|
position: relative;
|
|
padding-left: 2.2em;
|
|
padding-right: 0.25em;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-border-before .sek-cite::before {
|
|
display: block;
|
|
content: '';
|
|
top: 1em;
|
|
position: absolute;
|
|
background: none;
|
|
width: 2em;
|
|
height: auto;
|
|
left: 0;
|
|
border-top: 1px solid;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-quote-icon-before {
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-quote-icon-before .sek-quote-content *:last-child {
|
|
margin-bottom: .75em;
|
|
}
|
|
|
|
.sek-quote.sek-quote-design.sek-quote-icon-before::before {
|
|
content: "\275D";
|
|
font-family: "Arial Unicode MS", Code2000;
|
|
font-size: 50px;
|
|
line-height: 1em;
|
|
color: #ccc;
|
|
font-style: normal;
|
|
text-align: center;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-variant: normal;
|
|
text-rendering: auto;
|
|
display: flex;
|
|
width: auto;
|
|
margin: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 10px;
|
|
}
|