Template:Blurb/styles.css
Jump to navigation
Jump to search
.blurb-container {
float: left;
clear: left;
margin: 0.4em 1em 1em 0;
border: 1px solid #aaa;
background: #fafafa;
padding: 1em 0.6em 0.8em 0.6em;
max-width: 300px;
}
.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%;
}