| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- /*
- Theme Name: Taskereasy
- Theme URI: http://slidesigma.com/themes/wp/taskereasy
- Author: Slidesigma
- Author URI: https://themeforest.net/user/slidesigma
- Description: Taskereasy Built for modern businesses that constantly change and adapt to client needs, Taskereasy takes the guesswork out of
- design and makes it simple to apply changes with the click of a button. With two unique homepages, Google Maps, well-organized and documented
- file structures and over 15 valid HTML5 files, we’re confident that you’ll love all of the awesome features that come with Taskereasy.
- Version: 1.0.1
- License: GNU General Public License v2 or later
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
- Tags: blog, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
- Text Domain: taskereasy
- This theme, like WordPress, is licensed under the GPL.
- Use it to make something cool, have fun, and share what you've learned with others.
- */
- body{
- color: #78797b;
- }
- #comments .comment-list li.comment {
- list-style: none;
- }
- .alignnone {
- margin: 5px 20px 20px 0;
- }
- .aligncenter,
- div.aligncenter {
- display: block;
- margin: 5px auto 20px auto;
- }
- .alignright {
- float: right;
- margin: 5px 0 20px 20px;
- }
- .alignleft {
- float: left;
- margin: 5px 20px 20px 0;
- }
- .aligncenter {
- display: block;
- margin: 5px auto 20px auto;
- }
- code {
- color: #e83388;
- }
- a img.alignright {
- float: right;
- margin: 5px 0 20px 20px;
- }
- a img.alignnone {
- margin: 5px 20px 20px 0;
- }
- a img.alignleft {
- float: left;
- margin: 5px 20px 20px 0;
- }
- a img.aligncenter {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .wp-post-image{
- float: none;
- display: inline-block;
- margin-left: auto;
- margin-right: auto;
- max-width: 100%;
- height: auto;
- }
- .wp-caption {
- background: #f2f2f2;
- border: 1px solid #e6e6e6;
- max-width: 100%;
- padding: 5px;
- text-align: center;
- }
- .wp-caption-text {
- margin-top: 8px;
- font-size: small;
- }
- .wp-caption.alignnone {
- margin: 5px 0px 20px 0;
- }
- .wp-caption.alignleft {
- margin: 5px 20px 20px 0;
- }
- .wp-caption.alignright {
- margin: 5px 0 20px 20px;
- }
- .wp-caption img {
- border: 0 none;
- height: auto;
- margin: 0;
- max-width: 100%;
- padding: 0;
- width: auto;
- }
- .wp-caption p.wp-caption-text {
- font-size: 12px;
- margin: 0;
- padding: 5px;
- color: #5d5d5d;
- }
- .bypostauthor {
- display: block;
- }
- .pagination .current .screen-reader-text {
- position: absolute !important;
- }
- .pagination .page-numbers {
- display: inline-block;
- }
- .image-navigation {
- padding: 0 9.0909%;
- }
- .comment-content ul,
- .comment-content ol {
- margin-left: 0;
- }
- .comment-content li > ul,
- .comment-content li > ol,
- .comment-content blockquote > ul,
- .comment-content blockquote > ol {
- margin-left: 1.3333em;
- }
- .widecolumn {
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
- margin: 7.6923%;
- }
- .gallery {
- margin-bottom: 1.6em;
- }
- .gallery-item {
- display: inline-block;
- padding: 1.79104477%;
- text-align: center;
- vertical-align: top;
- width: 100%;
- }
- .gallery-columns-2 .gallery-item {
- max-width: 50%;
- }
- .gallery-columns-3 .gallery-item {
- max-width: 33.33%;
- }
- .gallery-columns-4 .gallery-item {
- max-width: 25%;
- }
- .gallery-columns-5 .gallery-item {
- max-width: 20%;
- }
- .gallery-columns-6 .gallery-item {
- max-width: 16.66%;
- }
- .gallery-columns-7 .gallery-item {
- max-width: 14.28%;
- }
- .gallery-columns-8 .gallery-item {
- max-width: 12.5%;
- }
- .gallery-columns-9 .gallery-item {
- max-width: 11.11%;
- }
- .gallery-icon img {
- margin: 0 auto;
- }
- .gallery-caption {
- color: #707070;
- color: rgba(51, 51, 51, 0.7);
- display: block;
- font-family: "Noto Sans", sans-serif;
- font-size: 12px;
- font-size: 1.2rem;
- line-height: 1.5;
- padding: 0.5em 0;
- }
- .gallery-columns-6 .gallery-caption,
- .gallery-columns-7 .gallery-caption,
- .gallery-columns-8 .gallery-caption,
- .gallery-columns-9 .gallery-caption {
- display: none;
- }
|