<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Twenty Sixteen Child Theme by Jo
Theme URI:   http://jemjob.it/
Description: Child theme for Twenty Sixteen.
Author:      Giuseppe Cannuli - jemjob
Author URI:  http://jemjob.it/
Template:    twentysixteen
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen-child-jo
*/

/* Modifica per fare sì che il contenuto della pagina ne occupi l'intera larghezza. */
.site-inner {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

/* Riduzione dello spazio vuoto prima e dopo la testata, per portare il contenuto un poco più in alto. */
.site-header {
	padding: 0em 7.6923%;
}

@media screen and (min-width: 44.375em) {
	.site-header {
		padding: 0em 7.6923%;
	}
}

@media screen and (min-width: 61.5625em) {
	.site-header {
		padding: 1.25em 4.5455%;
	}
	/* Per mettere sempre le informazioni aggiuntive degli articoli (autore, data, categorie e tag) sotto il testo dell'articolo, e non in una colonna a sinsitra quando la videata è larga. */
	body:not(.search-results) article:not(.type-page) .entry-content {
		width: 100%;
		float: none;
	}
	body:not(.search-results) article:not(.type-page) .entry-footer {
		width: 100%;
		float: none;
		margin-top: 2.5em;
		margin-left: 2.5em;
	}
}

/* Personalizzazione della visualizzazione del widget con un menu, per visualizzare il menu nella colonna dei widget al posto di quello nella testata. */
.widget_nav_menu li {
	font-size: 1.35em;
	padding-bottom: 1.3em;
}
</pre></body></html>