mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
Styles
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
.featuredComment {
|
||||
margin: 10px 0 35px;
|
||||
}
|
||||
|
||||
.featuredComment:last-child {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.featuredComment .goTo {
|
||||
color: #1d5294;
|
||||
font-size: 13px;
|
||||
padding: 5px 0;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.featuredComment .goToIcon {
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
line-height: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.featuredComment .goTo:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.featuredComment .quote {
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
letter-spacing: 0.1px;
|
||||
margin: 0;
|
||||
quotes: '\201c' '\201d';
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.featuredComment .quote:before {
|
||||
content: open-quote;
|
||||
}
|
||||
|
||||
.featuredComment .quote:after {
|
||||
content: close-quote;
|
||||
}
|
||||
Reference in New Issue
Block a user