This commit is contained in:
parent
61f642a056
commit
fd538d55b2
@ -202,6 +202,54 @@ html{
|
|||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-content blockquote {
|
||||||
|
font-size: 1.1em;
|
||||||
|
margin:40px auto;
|
||||||
|
font-family:Open Sans;
|
||||||
|
font-style:italic;
|
||||||
|
color: #555555;
|
||||||
|
padding:0.2em 30px 0.2em 55px;
|
||||||
|
border-left:4px solid #dcdfe3 ;
|
||||||
|
line-height:1.6;
|
||||||
|
position: relative;
|
||||||
|
background:#f3f3f3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content blockquote::before {
|
||||||
|
font-family:Arial;
|
||||||
|
content: "\201C";
|
||||||
|
color:#dcdfe3;
|
||||||
|
font-size:3.5em;
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
top:-10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content blockquote::after {
|
||||||
|
content: '';
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content ul {
|
||||||
|
list-style: none;
|
||||||
|
margin:20px auto;
|
||||||
|
padding-left: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content ul li::before {
|
||||||
|
content: "\203A";
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-weight: bold;
|
||||||
|
width: 1em;
|
||||||
|
position: absolute;
|
||||||
|
margin-left: -20px;
|
||||||
|
margin-top: -8px;
|
||||||
|
color: #505050
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content li {
|
||||||
|
margin: 10px auto;
|
||||||
|
}
|
||||||
|
|
||||||
/************************
|
/************************
|
||||||
Global Blog Footer
|
Global Blog Footer
|
||||||
*************************/
|
*************************/
|
||||||
|
@ -191,6 +191,48 @@ html {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
}
|
}
|
||||||
|
.post-content blockquote {
|
||||||
|
font-size: 1.1em;
|
||||||
|
margin: 40px auto;
|
||||||
|
font-family: Open Sans;
|
||||||
|
font-style: italic;
|
||||||
|
color: #555;
|
||||||
|
padding: .2em 30px .2em 55px;
|
||||||
|
border-left: 4px solid #dcdfe3;
|
||||||
|
line-height: 1.6;
|
||||||
|
position: relative;
|
||||||
|
background: #f3f3f3
|
||||||
|
}
|
||||||
|
.post-content blockquote::before {
|
||||||
|
font-family: Arial;
|
||||||
|
content: "\201C";
|
||||||
|
color: #dcdfe3;
|
||||||
|
font-size: 3.5em;
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
top: -10px
|
||||||
|
}
|
||||||
|
.post-content blockquote::after {
|
||||||
|
content: ''
|
||||||
|
}
|
||||||
|
.post-content ul {
|
||||||
|
list-style: none;
|
||||||
|
margin: 20px auto;
|
||||||
|
padding-left: 60px
|
||||||
|
}
|
||||||
|
.post-content ul li::before {
|
||||||
|
content: "\203A";
|
||||||
|
font-size: 1.5em;
|
||||||
|
font-weight: 700;
|
||||||
|
width: 1em;
|
||||||
|
position: absolute;
|
||||||
|
margin-left: -20px;
|
||||||
|
margin-top: -8px;
|
||||||
|
color: #505050
|
||||||
|
}
|
||||||
|
.post-content li {
|
||||||
|
margin: 10px auto
|
||||||
|
}
|
||||||
.site-footer {
|
.site-footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #2f333e;
|
background: #2f333e;
|
||||||
|
2
themes/geeklab/static/default.min.css
vendored
2
themes/geeklab/static/default.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user