Retoca la versión para impresora de la página web

This commit is contained in:
Manuel Cillero 2021-09-09 22:56:38 +02:00
parent 0944f895db
commit d375f803ac

View file

@ -1418,6 +1418,9 @@ body.tax-quote_author_tag .quote-author a:hover {
html, body {
background: #fff;
}
body {
font-size: 15px;
}
.responsive #top #wrap_all .container {
width: 100%;
max-width: 100%;
@ -1482,6 +1485,10 @@ body.tax-quote_author_tag .quote-author a:hover {
}
/* Main content */
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a {
color: #ff3300 !important;
}
body.category-archivo div.container_wrap_first > div.container:first-child,
body.archive.tag div.container_wrap_first > div.container:first-child,
body.page-id-121962 div.container_wrap_first > div.container:first-child {
@ -1495,6 +1502,9 @@ body.tax-quote_author_tag .quote-author a:hover {
word-break: break-all;
color: #00e;
}
.entry-content-wrapper p {
text-align: justify;
}
.blog-tags a {
color: #999 !important;
}
@ -1608,7 +1618,7 @@ body.tax-quote_author_tag .quote-author a:hover {
display: none !important;
}
/* "Sobre mí" page */
/* "Sobre mí" */
.personal-card .av_font_icon {
display: block;
width: 100%;
@ -1622,8 +1632,8 @@ body.tax-quote_author_tag .quote-author a:hover {
}
}
@media print and (max-width: 567px) {
.personal-card a:after { font-size: 12pt; } /* "Sobre mí" page */
.personal-card a:after { font-size: 12pt; } /* "Sobre mí" */
}
@media (max-width: 399px) {
.personal-card a:after { font-size: 9pt; } /* "Sobre mí" page */
.personal-card a:after { font-size: 9pt; } /* "Sobre mí" */
}