@charset "utf-8"; /* Theme Name: BirdTIPS Theme URI: http://www.sysbird.jp/birdtips/ Description: BirdTIPS is a flexible three-column blog theme. The theme uses CSS3 media queries for its responsive layout and is therefore optimized for tablet pcs and smart phones. Features include the page navigation and breadcrumb navigation. You can also choose the link color, article title color and navigation menu color. Author: Sysbird Author URI: http://www.sysbird.jp/wptips/ Version: 1.01 License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: white, three-columns, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready */ /* A modern, HTML5-ready alternative to CSS resets. Based on normalize.css: http://necolas.github.com/normalize.css/ --------------------------------------------- */ /* ============================================================================= HTML5 element display ========================================================================== */ /* * Add display for block-level HTML5 elements * Addresses display not defined in IE6/7/8/9 & FF3 */ .hentry, aside, details, figcaption, figure, footer, header, hgroup, nav, time, section { display: block; } /* * Add display for embedded HTML5 elements * Addresses display not defined in IE6/7/8/9 & FF3 */ audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; } /* ============================================================================= Base ========================================================================== */ /* * 1. Add font size * Addresses text resizing oddly in IE6/7 when body font-size is set using em units * http://clagnut.com/blog/348/#c790 * 2. Add vertical scrollbar * Keeps page centred in all browsers regardless of content height * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted * www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/ * 4. Remove iOS text size adjust without disabling user zoom * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ html { font-size: 100%; /* 1 */ overflow-y: scroll; /* 2 */ -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */ -webkit-text-size-adjust: 100%; /* 4 */ -ms-text-size-adjust: 100%; /* 4 */ } /* * Remove margin * Addresses margins handled incorrectly in IE6/7 */ body { margin: 0; } /* * Define base font-family * Addresses font-family inconsistency between