From 4f0f2e39ba85951e8351295e0d556cc0ab919fd8 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 31 Dec 2018 13:20:32 +0100 Subject: [PATCH] =?UTF-8?q?Estilos=20para=20el=20bloque=20de=20citas=20ale?= =?UTF-8?q?atorias=20que=20se=20muestra=20despu=C3=A9s=20de=20una=20cita?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enfold-cille/functions.php | 8 ++++---- enfold-cille/style.css | 15 +++++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/enfold-cille/functions.php b/enfold-cille/functions.php index 6372bc0..c171da6 100644 --- a/enfold-cille/functions.php +++ b/enfold-cille/functions.php @@ -591,10 +591,10 @@ register_sidebar( array( 'name' => 'Displayed After Loop', 'id' => 'after-loop', 'description' => '', - 'before_widget' => '', - 'after_widget' => '', - 'before_title' => '

', - 'after_title' => '

', + 'before_widget' => '
', + 'after_widget' => '
', + 'before_title' => '
', + 'after_title' => '
', ) ); add_action( 'loop_end', 'wp_content_after_loop' ); function wp_content_after_loop( $query ) { diff --git a/enfold-cille/style.css b/enfold-cille/style.css index 18d9dd4..3086769 100644 --- a/enfold-cille/style.css +++ b/enfold-cille/style.css @@ -350,6 +350,21 @@ article.type-quote .entry-content-wrapper p { text-align: left; color: #999999 !important; } +.quotes-after-loop h5 { + margin-bottom: 1em; +} +.quotes-after-loop ul { + margin: 0 0 1em; +} +.quotes-after-loop li.quote { + margin: 1.2em 0 .6em; +} +.quotes-after-loop .quote-text p { + color: #aaa; +} +.quotes-after-loop .quote-author a { + color: #797979; +} /* EXIF info */ p.exif > span > span { font-weight: 700;