/* Theme Name: anatta Theme URI: https://github.com/Rahmon/anatta Author: Rahmon Author URI: https://github.com/Rahmon Description: A clean and minimal theme. Version: 1.0.3 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: anatta Tags: one-column, blog, translation-ready, post-formats, threaded-comments, custom-background, custom-colors, custom-menu Anatta theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. anatta is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/ awsm.css - CSS library for semantic HTML markup https://github.com/igoradamenko/awsm.css */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Elements # Forms # Navigation ## Menus # Accessibility # Alignments # Content ## Posts and pages ## Comments # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ img.aligncenter { float: initial; } figure { height: auto; max-width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ nav .current-menu-item a { color: #000; background: transparent; } .posts-navigation .nav-previous { float: left; } .posts-navigation .nav-next { float: right; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; word-wrap: normal !important; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .page-header { margin-bottom: 1em; } .sticky { display: block; } .entry-title { word-wrap: break-word; } .entry-content, .entry-summary { margin-top: 1em; } .nav-links .dashicons { font-size: 14px; vertical-align: initial; } /*-------------------------------------------------------------- ## Attachment --------------------------------------------------------------*/ .attachment img { float: none; margin: 0; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-metadata > a { font-size: .82353em; } .comment-metadata .edit-link { margin-left: 10px; } .reply { margin-top: 10px; } ol.children li { list-style-type: none; } .comment-form-comment { margin-bottom: 0; } .comment-form-comment > label, .comment-form-author > label, .comment-form-email > label, .comment-form-url > label { display: block; } .comment-form-comment > #comment { width: 100%; } .form-submit { margin-top: 0; } .form-submit > #submit { height: 30px; } .comment-form-author > #author, .comment-form-email > #email, .comment-form-url > #url { height: 25px; } .bypostauthor { display: block; } .pingback > .comment-body { margin-top: 1.275em; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery .gallery-item { display: inline-block; margin-right: .7em; margin-left: .7em; vertical-align: top; float: none; max-width: 150px; } .gallery-caption { display: block; }