/*
	# ------------------ BEGIN LICENSE BLOCK ------------------
	#
	# This file is part of PluXml : https://www.pluxml.org
	#
	# Template for theme 11-05-24
	# Package:		theme.css
	# Copyright (c) 2024-NowDays - PluXml - Pluxthemes.com
	# Authors		G.Cyrillus.
	# Licensed under the GPL license.
	# See http://www.gnu.org/licenses/gpl.html
	#
	# ------------------- END LICENSE BLOCK -------------------
*/

@media print {
	body{
		padding: 0;
		margin: 0;
	}
	body > header,
	body>main,body>main * {
		all:revert;
	}
	body > header {
		font-size: 1em;
	}
	[href="#main"],
	[href*="rss"],
	#goTotop,
	#top,
	.repertory,
	.more,
	.art-nb-com,
	body>aside,
	body>footer{
		display:none; 
	}	
}