Se mejora la visualización de las citas y se cambia de menú
This commit is contained in:
parent
541c042773
commit
904360e631
7 changed files with 1214 additions and 12 deletions
|
@ -140,6 +140,9 @@ body.home .content {
|
|||
background-color: #e9146c;
|
||||
height: 4px;
|
||||
}
|
||||
#menu-item-5544 {
|
||||
border-top: 1px solid #556372;
|
||||
}
|
||||
|
||||
/*
|
||||
* Navigation menu for pages.
|
||||
|
@ -236,6 +239,36 @@ body.home .content {
|
|||
.entry-content-wrapper .text-underline {
|
||||
border-bottom: 1px solid currentcolor;
|
||||
}
|
||||
/* Text styles */
|
||||
span[data-avia-tooltip] {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
border-bottom: 3px solid #e9146c;
|
||||
cursor: help;
|
||||
}
|
||||
.text-highlight,
|
||||
.line-highlight-green,
|
||||
.line-highlight-yellow,
|
||||
.line-highlight-red,
|
||||
.line-highlight-blue {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
border-bottom: 3px solid #d8ff3f !important;
|
||||
}
|
||||
.text-highlight {
|
||||
border-radius: 3px;
|
||||
border: 3px solid #d8ff3f !important;
|
||||
background-color: #d8ff3f;
|
||||
}
|
||||
.line-highlight-yellow {
|
||||
border-color: #fff2a8 !important;
|
||||
}
|
||||
.line-highlight-red {
|
||||
border-color: #ffb7b7 !important;
|
||||
}
|
||||
.line-highlight-blue {
|
||||
border-color: #a8d1ff !important;
|
||||
}
|
||||
/* Center and set background color for featured images */
|
||||
.big-preview a {
|
||||
border-radius: 5px;
|
||||
|
@ -255,6 +288,35 @@ article.post-entry-social .entry-content-wrapper p {
|
|||
text-align: left;
|
||||
color: #999999 !important;
|
||||
}
|
||||
/* Quotes posts */
|
||||
article.type-quote .post-meta-infos > time,
|
||||
article.type-quote .post-meta-infos > span {
|
||||
display: none;
|
||||
}
|
||||
article.type-quote .post-meta-infos > span.blog-categories {
|
||||
display: block;
|
||||
text-indent: -1.325em;
|
||||
margin-top: 1.4em;
|
||||
}
|
||||
article.type-quote .post-meta-infos span.blog-categories a:before {
|
||||
content: "— ";
|
||||
}
|
||||
article.type-quote .post-meta-infos span.blog-categories a {
|
||||
font-size: 1.4em;
|
||||
color: #797979;
|
||||
padding-left: 4px;
|
||||
}
|
||||
article.type-quote .entry-content-wrapper div.entry-content {
|
||||
padding-left: 60px;
|
||||
background: url(images/quotes.png) no-repeat 5px 0;
|
||||
}
|
||||
article.type-quote .entry-content-wrapper p {
|
||||
font-size: 1.5em;
|
||||
font-style: italic;
|
||||
line-height: 1.5em;
|
||||
text-align: left;
|
||||
color: #999999 !important;
|
||||
}
|
||||
/* EXIF info */
|
||||
p.exif > span > span {
|
||||
font-weight: 700;
|
||||
|
@ -575,12 +637,15 @@ a.dpe-flexible-photos-link:hover {
|
|||
text-align: left;
|
||||
margin: .1em 0 .4em;
|
||||
}
|
||||
.quote-text p {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.quote-author p {
|
||||
color: #999;
|
||||
text-align: left;
|
||||
font-size: .88em;
|
||||
font-weight: 300;
|
||||
margin-bottom: .4em;
|
||||
margin-bottom: .8em;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.quote-author a {
|
||||
|
@ -590,6 +655,23 @@ 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