Template:Quote fancy/style.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
flex-direction: row; | flex-direction: row; | ||
} | } | ||
} | |||
.bg3wiki-image-quote-image { | |||
display: inline-block; | |||
vertical-align: middle; | |||
border: hidden; | |||
border-radius:15%; | |||
overflow: hidden; | |||
} | } | ||
Revision as of 07:44, 20 July 2024
.bg3wiki-image-quote {
display: flex;
align-items: center;
flex-direction: column;
}
@media screen and (min-width: 780px) {
.bg3wiki-image-quote {
display: flex;
align-items: center;
flex-direction: row;
}
}
.bg3wiki-image-quote-image {
display: inline-block;
vertical-align: middle;
border: hidden;
border-radius:15%;
overflow: hidden;
}
.bg3wiki-image-quote-blockquote-right {
padding: 8px 16px;
margin: 0px;
margin-left: 10px;
border-left: 2px solid #3d3d3d !important
}
.bg3wiki-image-quote-blockquote-left {
padding: 8px 16px;
margin: 0px;
margin-right: 10px;
border-left: 0 !important;
border-right: 2px solid #3d3d3d
}
.bg3wiki-image-quote-author {
margin-left: auto;
margin-right: 16px;
margin-top: -8px;
padding-bottom: 8px;
margin-bottom: -2em;
line-height: 2em;
font-size: smaller;
font-weight: bold;
}
.bg3wiki-image-quote-begin {
font-size: 300%;
font-family: serif;
opacity: 0.2;
line-height: 1em;
margin-bottom: auto;
margin-right: 8px
}
.bg3wiki-image-quote-end {
font-size: 300%;
font-family: serif;
opacity: 0.2;
line-height: 1em;
margin-top: auto;
margin-left: 8px
}