<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Twenty Fifteen Child
Theme URI: http://rezaur.net/twenty-fifteen-child
Description: WordPress Child theme of Twenty Fifteen the default theme for year 2015. Added back to top link and replaced default font.
Version: 1.0
Author: Rezaur
Author URI: http://www.rezaur.com
Template: twentyfifteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout
Text Domain: twentyfifteen-child
*/
body,
button,
input,
select,
textarea {
	font-family: "Lato", Helvetica, sans-serif;
        font-weight: 300;
}
.post-navigation .post-title {
        font-family: "Lato", Helvetica, sans-serif;
}
.widget_calendar caption {
	font-family: "Lato", Helvetica, sans-serif;
}
.page-title {
	font-family: "Lato", Helvetica, sans-serif;
}
.comments-title,
.comment-reply-title {
	font-family: "Lato", Helvetica, sans-serif;
}
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}

.site-info {	
	display:none;
}</pre></body></html>