/* Theme Name: BioShip Theme URI: http://bioship.space Details URI: http://bioship.space/news/ Description: BioShip is an extended Hybrid Skeleton Theme Framework. Responsive, flexible, cross-browser friendly, easily skinnable and customizable. Version: 2.1.4 Status: publish Author: majick Author URI: http://wordquest.org Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, theme-options, threaded-comments License: GPLv2 or later License URI: http://www.opensource.org/licenses/gpl-license.php Requires at least: 3.4 Text Domain: bioship GitHub Theme URI: majick777/bioship */ /* note: this file is enequeued after skeleton.css */ /* Table of Contents ================================================== #Page / Sidebar #Bioship Style Fixes #Accessibility */ /* @group Page / Sidebar Structure */ body #wrap #content.nosidebar {float: none;} #header, #footer, #navigation {width: 100%;} body.sidebar-left #wrap #sidebar, body.subsidebar-left #wrap #subsidebar, body.sidebar-right #wrap #content, body.sidebar-left.subsidebar-right #wrap #content {float: left;} body.sidebar-right #wrap #sidebar, body.subsidebar-right #wrap #subsidebar, body.sidebar-left #wrap #content, body.sidebar-right.subsidebar-left #wrap #content {float: right;} #sidebar .widget-container, #subsidebar .widget-container {margin-left: 10px; margin-right: 10px;} #sidebar-primary, #sidebar-subsidiary {margin-top: -10px;} /* @end */ /* @group BioShip Fixes */ h1#site-title-text {font-size: initial;} #site-logo .site-logo-image, #site-logo .site-logo-text {display:inline-block;} #site-logo, #site-logo .inner, #site-logo .site-logo-text {font-size: initial;} .mobilebutton {display:none;} #mainmenubutton {text-align:center;} body .mobilebutton a.button {padding: 5px !important; font-size: 13px !important;} #sidebar-header {float: right;} #wrap {margin-top:15px; margin-bottom:30px;} h2.entry-title {margin-top:0px;} h3.entry-subtitle {margin-top:-5px; margin-bottom:25px;} #content .entry-header {margin-bottom: 20px;} #content .entry-summary {margin-top: 15px; margin-bottom: 15px;} .thumbnail.aligncenter {text-align:center;} body .vcard {border:0px; padding:0px;} form.search-form {overflow: hidden;} .loop-nav .prev, #nav-below .nav-prev {float: left; margin-left:5px;} .loop-nav .next, #nav-below .nav-next {float: right; margin-right:5px;} .loop-nav .prev, .loop-nav .next, #nav-below .nav-next, #nav-below .nav-prev { display: inline-block; font-weight: bold; } p.comments-closed.pings-closed {display: none;} img.emoji {width: 16px;} /* Infinite Scroll Support */ span.infinite-loader {url('../images/infinite-loader.gif');} /* @end */ /* @group Accesibility */ /* ref: https://make.wordpress.org/themes/2019/07/14/how-to-add-and-test-skip-links/ */ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .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; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus {outline: 0;} /* @end */ /* Font-Face example - this is the proper syntax for an @font-face file Just create a "fonts" folder at the theme root, copy your FontName into the code below and remove comment braces. */ /* @font-face { font-family: 'FontName'; src: url('fonts/FontName.eot'); src: url('fonts/FontName.eot?iefix') format('eot'), url('fonts/FontName.woff') format('woff'), url('fonts/FontName.ttf') format('truetype'), url('fonts/FontName.svg#webfontZam02nTh') format('svg'); font-weight: normal; font-style: normal; } */