/* Theme Name: AmazeBlog Theme URI: http://www.dlugosch.sk/theme/amazeblog.zip; Author: Damián Dlugosch Author URI: http://dlugosch.sk/ Description: This theme is blog page. This theme has unlimited pages, posts, comments, widgets, media. This theme has three sidebars. It has amaze design. This theme is only green design. Version: 1.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: green, right-sidebar Text Domain: amazeblog */ /* =WordPress Core -------------------------------------------------------------- */ .alignnone { margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 20px 20px; } .alignleft { float: left; margin: 5px 20px 20px 0; } 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-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; } .wp-caption.alignnone { margin: 5px 20px 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: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; } /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .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. */ } /* GENERAL & SUCH --------------------------------------------------------------------------------------------------------------*/ body, html { padding: 0px; margin: 0px; } body { font-family: 'Trebuchet MS', sans-serif; font-size: 14px; line-height: 22px; color: dimGray; } h1, h2, h3, h4 { margin: 15px 0; font-family: 'Poiret One', cursive; font-weight: normal; text-transform: uppercase; } h1 { font-size: 36px; } a { color: #9e9e9e; text-decoration: none; } a:hover { color: #3399FF; -webkit-transition: color 0.5s ease; transition: color 0.5s ease; } .container { width: 980px; margin: 0 auto; overflow: hidden; } .sticky { } .gallery-caption { } .bypostauthor { } /* HEADER ------------------------------------------------------------------------------------------------------------*/ header[role=banner] { height: 259px; background: #D5FFA0; border-bottom: 1px solid #B8D593; } header[role=banner] .container { height: 259px; background: url("assets/img/gir.png") right bottom no-repeat; } hgroup { margin-top: 170px; color: #FFFFFF; } hgroup h1 { font-size: 50px; } hgroup h1 a { color: #FFF; } hgroup h1 a:hover { color: green; -webkit-transition: color 0.5s ease; transition: color 0.5s ease; } hgroup h2 { display: none; } /* featured content */ #featured { font-size: 20px; width: 520px; height: 195px; margin: 70px auto; position: relative; } #featured .widget-container { margin: 0; height: inherit; background: #FFF85E; border: 1px solid #F8F25E; border-color: #F8F25E #E0DA4E #E0DA4E #F8F25E; overflow: hidden; position: relative; z-index: 1; } #featured a { color: #fff; font-family: 'Comfortaa', sans-serif; font-size: 55px; padding-top: 60px; width: 125px; height: 90px; border-radius: 50% 50%; background: #f7f7f7; border: 1px solid #f2f2f2; position: absolute; top: 25px; z-index: 0; } #featured a:hover { background: #efefef; } #featured .prev { left: -75px; padding-left: 25px; } #featured .next { right: -75px; padding-right: 25px; text-align: right; } #featured article { color: #fff; text-shadow: 1px 1px 0 #EBCB65; margin: 0; padding: 20px; height: 155px; width: 478px; position: absolute; top: 0; left: 0; display: none; } #featured article:first-child { display: block; } #featured h3 { margin-top: 5px; } /* MAIN ------------------------------------------------------------------------------------------------------------*/ [role=main] { margin-top: 75px; } article { margin-bottom: 60px; } time { color: #85C2FF; font-size: 13px; font-style: italic; padding-left: 10px; } .articles { float: left; width: 700px; } aside { float: right; width: 200px; height: 500px; } .widget-container { margin-bottom: 50px; } #wp-calendar { width: 100%; } #navmenu { margin-top: 2px; } #navmenu ul { margin: 0; padding: 0; padding-left: 30px; list-style-type: none; list-style-image: none; } #navmenu li { display: inline; } #navmenu ul li a { text-decoration:none; margin: 4px; padding: 5px 20px 5px 20px; color: green; border: 1px solid green; } #navmenu ul li a:hover { color: white; background: #B8D593; } /* SEARCH FORM -----------------------------------------------------------------------------------------------------------*/ /* FOOTER -----------------------------------------------------------------------------------------------------------*/ [role=contentinfo] { background: #D5FFA0; } footer[role=contentinfo] .container { text-align: center; font-size: 10px; } small { font-size: 10px; } small a { color: inherit; } small a:hover { color: green; }