<blockquote class="quoteBox{if !$quoteAuthorObject} quoteBoxSimple{/if}"{if $quoteLink} cite="{$quoteLink}"{/if}>
- <header class="quoteBoxHeader">
- <span class="quoteBoxIcon">
- {if $quoteAuthorObject}
- <a href="{link controller='User' object=$quoteAuthorObject}{/link}" class="userLink" data-user-id="{@$quoteAuthorObject->userID}">{@$quoteAuthorObject->getAvatar()->getImageTag(32)}</a>
- {else}
- <span class="icon icon24 fa-quote-left"></span>
- {/if}
- </span>
+ <div class="quoteBoxIcon">
+ {if $quoteAuthorObject}
+ <a href="{link controller='User' object=$quoteAuthorObject}{/link}" class="userLink" data-user-id="{@$quoteAuthorObject->userID}">{@$quoteAuthorObject->getAvatar()->getImageTag(64)}</a>
+ {else}
+ <span class="quoteBoxQuoteSymbol"></span>
+ {/if}
+ </div>
+
+ <div class="quoteBoxTitle">
<span class="quoteBoxTitle">
{if $quoteAuthor}
{if $quoteLink}
{lang}wcf.bbcode.quote{/lang}
{/if}
</span>
- </header>
+ </div>
<div>
<!-- META_CODE_INNER_CONTENT -->
box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
font-style: italic;
margin: 20px 0;
- padding: 10px 20px;
+ padding: 20px;
&:first-child {
margin-top: 0;
@include wcfFontHeadline;
}
-.quoteBoxHeader {
- align-items: center;
- display: flex;
+.quoteBoxTitle {
font-style: normal;
margin-bottom: 20px;
- .quoteBoxIcon {
- flex: 0 0 auto;
-
- > a {
- display: block;
- font-size: 0;
- margin-right: 5px;
- }
-
- > .icon {
- margin-right: 7px;
- position: relative;
- top: 2px;
- }
+ @include wcfFontHeadline;
+}
+
+.quoteBoxIcon {
+ float: right;
+ margin: 0 0 10px 10px;
+
+ > a {
+ display: block;
+ font-size: 0;
}
- .quoteBoxTitle {
- flex: 1 auto;
+ > .quoteBoxQuoteSymbol {
+ color: $wcfContentDimmedText;
+ display: block;
+ font-family: Georgia, "Times New Roman", serif;
+ font-size: 160px;
+ font-style: normal;
+ height: 64px;
+ line-height: 160px;
+ text-align: center;
+ width: 64px;
- @include wcfFontHeadline;
+ &::before {
+ content: "\201c";
+ position: relative;
+ top: -5px;
+ }
}
}