Skip to content
Snippets Groups Projects
Commit e055d81f authored by Jennifer Mankoff's avatar Jennifer Mankoff
Browse files

improved quote styling in my-remark

parent 13f9a87d
No related branches found
No related tags found
6 merge requests!12Accessibility website jen summer work,!9Q access 24 sp,!8Q access 24 sp,!5Latest update from Spring 2023,!4Latest update after pmp class,!3Updated content for week 3 and week 4 (week 4 still needs work)
n
---
# This is the custom style sheet for remark
---
......@@ -146,33 +145,55 @@ table tfoot td {
font-size:0.7em;
}
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
blockquote{
background:#f9f9f9;
border-left:1em solid #eee;
margin:1.5em 1em;
padding:.5em 1em;
quotes:"\201C""\201D";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
blockquote:before{
color:#808080;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote :first-child{display:inline;}
blockquote :last-child{margin-bottom:0;}
blockquote p {
display: inline;
}
.quote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
.quote{
background:#f9f9f9;
border-left:1em solid #eee;
margin: .5em 0 .5em;
padding: 0 1em 0 .5em;
position:relative;
}
.quote:before{
content: "\201C";
font-size:4em;
line-height:.1em;
margin-right:.05em;
vertical-align:-.4em;
}
.quote:after{
font-size: 5em;
position:absolute;
right:3px;
bottom: 0em;
line-height: 0.1em;
}
.quote :first-child{display:inline;}
.quote :last-child{margin-bottom:0;}
.quote p {
display: inline;
}
.inverse {
background: $dark;
color: $medium;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment