72 lines
2.3 KiB
CSS
72 lines
2.3 KiB
CSS
/*
|
||
* Theme Name: Thinkai
|
||
* Author: Theme Kalia
|
||
* Author URI: http://themeforest.net/user/themekalia
|
||
* Theme URI: https://wp1.themevibrant.com/newwp/thinkai
|
||
* Description: Thinkai is the new outstanding, extremely modern WordPress Theme, designed for AI Writer, Copywriting, OpenAI Content Generator, Machine learning, ChatGPT, OpenAI, AI Engine or AI Content Writing Websites then Ai Genius Theme will best choice to build your own website.. Besides this, we have used the popular Elementor page builder plugin. It allows you to control your contents and layout more efficiently with less effort. Our built-in Elementor Add-ons will help to make your work more convenient, more comfortable, and faster than the traditional method. That’s why we are considering the Thinkai as a perfect for financial and investment consulting business WordPress Theme for professional use.
|
||
* Version: 1.0
|
||
* License: This theme or plugin is comprised of two parts. (1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the license purchased from Envato. Read more about licensing here: http://themeforest.net/licenses
|
||
* License URI: license.txt
|
||
* Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
|
||
* Text Domain: thinkai
|
||
* Tested up to: 5.0
|
||
* Requires PHP: 7.0
|
||
*/
|
||
.wp-caption {
|
||
margin-bottom: 2px;
|
||
}
|
||
|
||
.wp-caption-text {
|
||
margin-bottom: 5px;
|
||
}
|
||
|
||
.screen-reader-text {
|
||
margin-bottom: 12px;
|
||
}
|
||
|
||
.gallery-caption {
|
||
margin-bottom: 2px;
|
||
}
|
||
|
||
.bypostauthor {
|
||
margin-bottom: 2px;
|
||
}
|
||
|
||
.alignleft {
|
||
float: left;
|
||
margin-bottom: 20px;
|
||
margin-right: 20px;
|
||
max-width: 100%;
|
||
}
|
||
|
||
.alignright {
|
||
float: right !important;
|
||
margin-bottom: 20px;
|
||
margin-left: 20px;
|
||
max-width: 100%;
|
||
}
|
||
|
||
.aligncenter {
|
||
display: block;
|
||
margin: 0 auto 20px;
|
||
}
|
||
|
||
.col-md-4 .funfact-meta > i {
|
||
right: 27px;
|
||
}
|
||
|
||
.mycustom-pricing {
|
||
background-color: #090909 !important;
|
||
}
|
||
|
||
.on-hover {
|
||
display: none;
|
||
animation: fadeOut 0.5s;
|
||
}
|
||
|
||
.hver:hover .on-hover {
|
||
display: block;
|
||
animation: fadeIn 0.5s;
|
||
}
|
||
|