Template:Quote box/sandbox/styles.css
Jump to navigation
Jump to search
/* */
.quotebox-sandbox {
background-color: #F9F9F9;
border: 1px solid #aaa;
box-sizing: border-box;
padding: 10px;
font-size: 88%;
max-width: 100%;
}
.quotebox-sandbox.floatleft {
margin: .5em 1.4em .8em 0;
}
.quotebox-sandbox.floatright {
margin: .5em 0 .8em 1.4em;
}
.quotebox-sandbox.centered {
position: relative;
margin: .5em auto .8em auto;
}
.quotebox-sandbox.floatleft span,
.quotebox-sandbox.floatright span {
font-style: inherit;
}
.quotebox-title {
background-color: #F9F9F9;
text-align: center;
font-size: larger;
font-weight: bold;
}
.quotebox-quote.quoted:before {
font-family:'Times New Roman',serif;
font-weight:bold;
font-size: large;
color: gray;
content: ' “ ';
vertical-align: -45%;
line-height: 0;
}
.quotebox-quote.quoted:after {
font-family:'Times New Roman',serif;
font-weight:bold;
font-size: large;
color: gray;
content: ' ” ';
line-height: 0;
}
.quotebox-sandbox .left-aligned {
text-align: left;
}
.quotebox-sandbox .right-aligned {
text-align: right;
}
.quotebox-sandbox .center-aligned {
text-align: center;
}
.quotebox-sandbox .quote-title,
.quotebox .quotebox-quote {
display: block;
}
.quotebox-sandbox cite {
display:block;
font-style:normal;
}
@media screen and (max-width:640px) {
.quotebox-sandbox {
/*override inline styles */
width: 100% !important;
margin: 0 0 .8em !important;
float: none !important;
}
}