/* Theme Name: Azakios Theme URI: https://aioexperts.com Description: Azakios theme is a UI-friendly theme developed by Aafaq Ahmad Mir, directed by Azakios, and now represented by Aioexperts. Author: Aafaq Ahmad Mir Author URI: https://github.com/MirAafaq Version: 1.0.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: azakios Tags: Azakios, responsive, elegant, fast Tested up to: 5.9 Requires PHP: 7.0 Copyright: © 2023 Azakios. All rights reserved. */ /* Image captions */ .wp-caption { margin-bottom: 15px; max-width: 100%; text-align: center; } /* Caption text */ .wp-caption-text { font-style: italic; color: #666; } /* Sticky posts */ .sticky { background-color: #f8f8f8; border: 1px solid #ddd; padding: 10px; margin-bottom: 20px; } /* Gallery captions */ .gallery-caption { font-weight: bold; text-align: center; margin-top: 10px; } /* Author's post */ .bypostauthor { border: 1px solid #ddd; padding: 10px; margin: 10px 0; } /* Align right */ .alignright { float: right; margin: 0 0 10px 10px; } /* Align left */ .alignleft { float: left; margin: 0 10px 10px 0; } /* Align center */ .aligncenter { display: block; margin: 0 auto; text-align: center; clear: both; } /* Example CSS for .screen-reader-text class */ .screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /*pagination */ /* Pagination styles */ .pagination { display: flex; justify-content: space-between; margin-top: 20px; } .pagination a { padding: 10px; text-decoration: none; background-color: #f2f2f2; border: 1px solid #ddd; } .pagination a:hover { background-color: #ddd; }