Corrige la vista de las citas
Se posiciona correctamente el nombre del autor cuando la cita se muestra en página individual. También se aumenta el contraste de color en el listado de "Otras citas".
This commit is contained in:
parent
1932537e7e
commit
5266f4a317
1 changed files with 15 additions and 18 deletions
|
@ -512,6 +512,16 @@ article.type-quote .post-meta-infos > span.blog-categories {
|
|||
white-space: nowrap;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.single article.type-quote .post-meta-infos > span.blog-categories {
|
||||
bottom: 15em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
article.type-quote .post-meta-infos span.blog-categories a:before {
|
||||
content: "— ";
|
||||
}
|
||||
|
@ -1110,10 +1120,14 @@ a.dpe-flexible-photos-link:hover {
|
|||
}
|
||||
.quote-text,
|
||||
.quote-text p {
|
||||
color: #ccc !important;
|
||||
color: #919191 !important;
|
||||
text-align: left;
|
||||
margin: .1em 0 .4em;
|
||||
}
|
||||
body.home .quote-text,
|
||||
body.home .quote-text p {
|
||||
color: #ccc !important;
|
||||
}
|
||||
.quote-text p {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
@ -1132,23 +1146,6 @@ a.dpe-flexible-photos-link:hover {
|
|||
color: #f70a0a;
|
||||
}
|
||||
|
||||
body.tax-quote_author_tag .quote-text,
|
||||
body.tax-quote_author_tag .quote-text p {
|
||||
color: #999;
|
||||
margin-top: 1.4em;
|
||||
margin-left: 1.2em;
|
||||
}
|
||||
body.tax-quote_author_tag .quote-author p {
|
||||
margin-left: 2.8em;
|
||||
}
|
||||
body.tax-quote_author_tag .quote-author a {
|
||||
color: #ccc;
|
||||
font-weight: 400;
|
||||
}
|
||||
body.tax-quote_author_tag .quote-author a:hover {
|
||||
color: #f70a0a;
|
||||
}
|
||||
|
||||
/*
|
||||
* Métrica 3 widget.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue