Template:Blurb/styles.css
Jump to navigation
Jump to search
.blurb-container {
max-width: 280px;
margin: 0 1em 1em 0;
padding: 1em 0.6em 0.8em 0.6em;
column-gap: 3px;
border: 1px solid #a2a9b1;
display: flex;
flex-flow: column nowrap;
float: left;
clear: left;
background-color: #f8f9fa;
}
.blurb-container-right {
margin: 4px 0 4px 1em;
float: right;
clear: right;
}
.blurb-top {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.blurb-curly-open {
align-self: self-start;
width: 20px;
border: none;
color: #B2B7F2;
font-size: 30px;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
line-height: .6em;
text-align: left;
padding: 0 10px 0 0;
}
.blurb-curly-closed {
align-self: self-end;
width: 20px;
border: none;
color: #B2B7F2;
font-size: 30px;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
line-height: .6em;
text-align: right;
padding: 0 0 0 10px;
}
.blurb-author {
text-align: right;
font-style: italic;
margin-right: 14px;
font-size: 90%;
}
@media (max-width:720px) {
.blurb-container {
float: none;
clear: both;
margin: 4px auto;
width: auto;
}
}