Changes

Jump to navigation Jump to search
519 bytes added ,  22:49, 6 December 2021
no edit summary
Line 911: Line 911:  
}
 
}
    +
/******* Cite *******/
 +
.PWCite blockquote {
 +
font-weight: 100;
 +
font-size: 2rem;
 +
max-width: 600px;
 +
line-height: 1.4;
 +
position: relative;
 +
margin: 0;
 +
padding: .5rem;
 +
}
 +
 +
.PWCite blockquote:before,
 +
.PWCite blockquote:after {
 +
position: absolute;
 +
color: #f1efe6;
 +
font-size: 8rem;
 +
width: 4rem;
 +
height: 4rem;
 +
}
 +
 +
.PWCite blockquote:before {
 +
content: '“';
 +
left: -5rem;
 +
top: -2rem;
 +
}
 +
 +
.PWCite blockquote:after {
 +
content: '”';
 +
right: -5rem;
 +
bottom: 1rem;
 +
}
 +
 +
.PWCite cite {
 +
line-height: 3;
 +
text-align: left;
 +
}
    
/******* Advent Calendar *******/
 
/******* Advent Calendar *******/

Navigation menu