/* Theme Name: BooWP Theme URI: http://boowp.veblebi.com/ Description: Welcome to BooWP, Responsive Wordpress Theme Version: 1.0.0 Author: Sinan Tekmil Author URI: http://veblebi.com/ License: GNU General Public License License URI: license.txt Tags: one-column, two-columns, custom-background, custom-header, custom-menu, featured-images,threaded-comments, translation-ready Text Domain: BooWP */ @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight: 400; src: local("Ubuntu"), url("ubuntu.woff") format("woff"); } .lang-span { height: 32px; width: 32px; float: left; display: inline; } body { font-family: ubuntu; } img[class*="wp-image-"] { height: auto; max-width: 100%; } .home .sticky { background: #f2f7fc; border-top: 4px solid #000; margin-left: -20px; margin-right: -20px; padding: 18px 20px; } .gallery .gallery-caption { color: #777; font-size: 12px; margin: 0 0 12px; } #navbar-top { z-index: 99999; } .navbar { border-radius:0 !important; margin-bottom:14px; } #navbar-header { background-color: #FFF; border-color: #E7E7E7; } #navbar-header .navbar-nav > .active > a, #navbar-header .navbar-nav > .active > a:hover, #navbar-header .navbar-nav > .active > a:focus { color: #FF6600; background:none; } .navbar-a{ z-index: 9000; } .nav .screen-reader-text { display: none; } #logo { margin-top:6px; margin-bottom:6px; } #logo-text a { text-decoration:none; color:#FF4000; } #logo-text h4 { text-decoration:none; color:#ccc; } #header-right { padding-top:10px; } /* top nav */ #navbar-top { min-height: 32px; margin-bottom:0; } #navbar-top li a { line-height:14px !important; padding: 10px 15px; color:#C9C9C9; } #navbar-top li.active>a { color:#fff; } .navbar ul>li>ul>li>ul { top:-3px; left:80px; } .alignleft { float:left; margin-right:10px; } .alignright { float:right; margin-left:10px; } .aligncenter { float:none; display: block; margin: 0 auto; } /* widgets */ .widgets h1 { font-size: 20px; color:#FF8000; } .post-box { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04); } .post-box .thumbnail{ border:0; } .post-title { color:#FF5C26; } .rslides_container { margin-bottom:8px; } /* calendar */ #wp-calendar { width: 100%; } #wp-calendar caption { border:1px solid #F2F2F2; border-bottom: 1px solid #FF9900; padding: 3px;; } #wp-calendar td,#wp-calendar th { border:1px solid #F2F2F2; text-align: center; padding: 1px; } #wp-calendar .pad { border:none !important; border-bottom:none !important; } /* sidebar */ #sidebar-1 aside { margin-bottom:10px; border-radius:3px; border: 1px solid #F0F0F0; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); } #sidebar-1 aside>div { padding: 6px; } #sidebar-1 aside.widget_nav_menu>div { padding: 0 !important; } #sidebar-1 aside>div div { padding: inherit !important; } #sidebar-1 ul li ul li a { padding-left:14px; } #sidebar-1 ul li ul li ul li a { padding-left:30px; } .widget-title { font-size:16px; color:#D90000; margin:0; padding:10px; border-bottom:1px solid #F2F2F2; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); } /* list */ .menu,.widget_categories ul, .widget_pages ul, ul.sub-menu { padding-left: 0; margin-bottom: 0; list-style: none; display:block; } .menu li,.widget_categories li a, .widget_pages li a { clear:both; } .menu li a, .widget_categories li a, .widget_pages li a { display: block; color: #888888; padding: 8px 8px; background-color: #FFF; margin-bottom:2px; border-bottom: 1px solid #fff !important; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1); } .menu li a:hover, .menu li a:focus, .widget_categories li a:hover, .widget_categories li a:focus,.widget_pages li a:hover, .widget_pages li a:focus { color: #444444; background-color:#FBFBFB; text-decoration:none; } .menu li a:active, .menu a:hover, .widget_categories li a:active, .widget_categories:hover, .widget_pages li a:active, .widget_pages:hover { outline: 0; } ul.sub-menu li a { padding-left:14px; } /* posts */ .post-box { overflow:hidden; height:164px; } .post-box .panel { margin-bottom:0 !important; position:relative; } .post-box .panel-body { padding:6px !important; height:100%; } .post-title a { color:inherit; display:block; } .post-title a:hover { color: #D90000; text-decoration:inherit; } footer.entry-meta { margin-top:10px; margin-bottom:10px; border-top:1px dotted #FFCC99; border-bottom:1px dotted #FFCC99; padding-top:3px; padding-bottom:3px; font-size:12px; } nav.navigation { margin:10px; } /* comments */ .comment-text { position:relative; } .comment-edit { display:none; position:absolute; top:0; right:0; } .comment-text:hover>.comment-edit { display:inline-block; } .comment-ol { padding:0; margin:0; list-style:none; } /* form elemnt */ input[type="text"], #respond textarea, #respond textarea, #respond textarea, #respond textarea { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #FFF; background-image: none; border: 1px solid #CCC; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } #respond textarea { height: 84px; } input[type="submit"], button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; color: #FFF; background-color: #5BC0DE; border-color: #46B8DA; } .searchform input[type="text"] { width: 72%; display:inline; } .searchform input[type="text"], .searchform input[type="submit"] { margin-bottom:10px; } @media (max-width: 900px) { #header-right .searchform input[type="submit"] { display:none; } } .navbar-primary-right li form { padding: 10px; } .navbar-primary-right .searchform input[type="text"] { width: 70%; } .form-submit input[type='submit']:hover, .form-submit input[type='submit']:focus, .form-submit input[type='submit']:active, .form-submit input[type='submit'].active{ color: #FFF; background-color: #3276B1; border-color: #285E8E; } code { white-space: normal !important; } #footer { text-align:center; margin-top: 20px; padding-top: 20px; padding-bottom:0; border-top:1px dotted #F2F2F2; } .navbar-footer { margin-top: 20px; margin-bottom:0 !important; }