Txantiloi:Paperezko aipua/styles.css
Itxura
.notepaper {
position: relative;
margin: 10px auto 10px 20px;
padding: 7px;
width: 350px;
line-height: 22px;
color: #6a5f49;
text-shadow: 0 1px 1px white;
background-color: #f2f6c1;
border: 1px solid #c3baaa;
border-color: rgba(195, 186, 170, 0.9);
}
.notepaper:before, .notepaper:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
}
.notepaper:before {
left: 28px;
width: 2px;
border: solid #efcfad;
border-color: rgba(239, 207, 173, 0.9);
border-width: 0 1px;
}
.notepaper:after {
z-index: -1;
left: 0;
right: 0;
background: rgba(242, 246, 193, 0.9);
border: 1px solid rgba(170, 157, 134, 0.7);
}
.notepaper blockquote.curly-quotes {padding: 0 !important;}
.quote {
font-family: Georgia, serif;
font-size: 12px;
}
.curly-quotes {
font-family: 'Courier New', Courier, monospace;
margin-top: 15px;
font-size: 11px;
}
.curly-quotes:before, .curly-quotes:after {
display: inline-block;
vertical-align: top;
height: 30px;
line-height: 38px;
font-size: 50px;
opacity: .2;
}
.curly-quotes:before {
content: '\201C';
margin-right: 4px;
margin-left: -8px;
float: left;
}
.curly-quotes:after {
content: '\201D';
margin-left: 4px;
margin-right: -20px;
float: right;
margin-top: -30px;
}
.quote-by {
display: block;
padding-right: 10px;
text-align: right;
font-size: 13px;
font-style: italic;
color: #84775c;
}
.lt-ie8 .notepaper {
padding: 15px 25px;
}