/*!
Theme Name: nechto
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nechto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nechto is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* Решаем проблему с админкой */
div.logged-in > .header {  
    top: 32px;  
} 


/* Стили контента */ 

.entry-content {
	margin:-20px 0px 40px;
}

.entry-title a {
	color:#333 !important;
}

/* Постраничная навигация */

.nav-previous {
	display:block;
	float:left;
}

.nav-next {
	display:block;
	float:right;
}

.nav-links a {
	color:white !important;
	background:#00B9EE;
	padding:0px 5px 3px;
	border-radius:3px;
}

.thumb {
	display:block;
	float:left;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:2px;
}