Modifica denominación de Apuntes por Notas breves
This commit is contained in:
parent
f6a7c540a3
commit
bcb8953a07
2 changed files with 14 additions and 14 deletions
|
@ -17,7 +17,7 @@ if ( !function_exists( 'write_log' ) ) {
|
||||||
error_log( "$log\n", 3, '/tmp/manuel.cillero.errors.log' );
|
error_log( "$log\n", 3, '/tmp/manuel.cillero.errors.log' );
|
||||||
}
|
}
|
||||||
# }
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -82,7 +82,7 @@ function fix_single_post_title( $args, $id ) {
|
||||||
else {
|
else {
|
||||||
// Post categories by name:
|
// Post categories by name:
|
||||||
$categories = array_values( array_column( get_the_category(), 'name' ) );
|
$categories = array_values( array_column( get_the_category(), 'name' ) );
|
||||||
if ( in_array( $categories[0], array( 'Blog', 'Archivo de notas', 'Apuntes', 'Álbum de fotos' ) ) ) {
|
if ( in_array( $categories[0], array( 'Blog', 'Archivo de notas', 'Notas breves', 'Álbum de fotos' ) ) ) {
|
||||||
$args['title'] = $categories[0];
|
$args['title'] = $categories[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -352,12 +352,12 @@ span[data-avia-tooltip] {
|
||||||
max-height: 900px;
|
max-height: 900px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
/* Apuntes posts */
|
/* Notas breves posts */
|
||||||
article.category-apuntes .entry-content-wrapper div.entry-content {
|
article.category-breves .entry-content-wrapper div.entry-content {
|
||||||
border-left: 7px solid #3c8dbc;
|
border-left: 7px solid #3c8dbc;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
article.category-apuntes .entry-content-wrapper p {
|
article.category-breves .entry-content-wrapper p {
|
||||||
font-size: 1.235em;
|
font-size: 1.235em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -525,11 +525,11 @@ li.comment {
|
||||||
*/
|
*/
|
||||||
div.EnlighterJSWrapper {
|
div.EnlighterJSWrapper {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
ul.EnlighterJS {
|
ul.EnlighterJS {
|
||||||
padding: 12px 0 !important;
|
padding: 12px 0 !important;
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
ul.EnlighterJS li,
|
ul.EnlighterJS li,
|
||||||
div.EnlighterJSWrapper pre {
|
div.EnlighterJSWrapper pre {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
@ -537,10 +537,10 @@ div.EnlighterJSWrapper pre {
|
||||||
span.EnlighterJS {
|
span.EnlighterJS {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
background-color: #fffcd3 !important;
|
background-color: #fffcd3 !important;
|
||||||
}
|
}
|
||||||
.EnlighterJS span {
|
.EnlighterJS span {
|
||||||
font-size: 18px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
.wpcustomEnlighterJS span {
|
.wpcustomEnlighterJS span {
|
||||||
font-size: 24px !important;
|
font-size: 24px !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue