/* Theme Name: SimpleMag Theme URI: http://themesindep.com/ Author: ThemesIndep Author URI: http://themesindep.com/ Description: Magazine theme for creative things Template: simplemag */ @import url("../simplemag/style.css"); /* Your CSS code goes here -------------------------------------- */ /* Lösung des h3-Problem mit dem FAP-Player -------------------------------------- */ /* CSS-Lösung bzgl. "You may also like" only shows recent posts -------------------------------------- */ @media only screen and (min-width: 751px) { .related-posts .entry-image { height:220px; overflow:hidden; } } @media only screen and (min-width: 960px) and (max-width: 1199px) { .related-posts .entry-image { height:193px; overflow:hidden; } } @media only screen and (min-width: 751px) and (max-width: 959px) { .related-posts .entry-image { height:147px; overflow:hidden; } } /* No Sidebar on Tag Pages -------------------------------------- */ .tag #content .wrapper > .grids > .grid-8 { width:100%; } .tag #content .wrapper > .grids > .grid-4 { display:none; } /* All Posts - Button, Sidebar deak., Masonry -------------------------------------------- */ .body .blog .grid-4 { display:none; } body.blog .grid-8 { width:100% !important; } .all-news-link .read-more { border: 1px solid black; max-width: 1050px; } .sticky-menu-container { height:51px !important; } /* Background Popular & Latest 5 -------------------------------------------- */ .pptwj-tabs-wrap .boxes ul.tab-filter-list { background: #000000 !important; } .pptwj-tabs-wrap .tab-links { border-bottom: 3px solid #000000 !important; } .pptwj-tabs-wrap .tab-links li a.selected, .pptwj-tabs-wrap .tab-links li a:hover { background: #000000 none repeat scroll 0 0 !important; } .pptwj-tabs-wrap .tab-links li a { font-weight: normal !important; } .pptwj-tabs-wrap .tab-links li a.selected, .pptwj-tabs-wrap .tab-links li a:hover { border-radius: 0px 0px 0 0 !important; } /* Hide Player in Audio Format -------------------------------------------- */ .single-format-audio .entry-media {display:none;}