blogside/responsive.css

200 lines
7 KiB
CSS
Raw Normal View History

2016-02-03 11:28:05 +01:00
#wrapper,
.container-inner { min-width: 320px; }
/* ------------------------------------------------------------------------- *
* Toggle Sidebar s1 : 960px > 480px
/* ------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 960px) {
/* s1 general */
.s1 { width: 50px; }
.s1 .sidebar-content { display: none; float: left; width: 100%; }
.s1 .sidebar-toggle { display: block; }
/* s1 expand/collapse */
.s1-expand .s1 { background: #fff; position: absolute; top: 0; bottom: 0; width: 400px; margin: 0!important; z-index: 9; overflow: auto;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1);
-moz-transition: width .2s ease; -webkit-transition: width .2s ease; transition: width .2s ease; }
.s1-expand .s1 .sidebar-content,
.s1-expand .s1 .post-nav { display: block; min-width: 400px; }
.s1-collapse .s1 .sidebar-content,
.s1-collapse .s1 .sidebar .post-nav { display: none; }
/* s1 toggle icon */
.col-2cl.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f101"; }
.col-2cr.s1-expand .s1 .icon-sidebar-toggle:before { content: "\f100"; }
/* 2 column, content right */
.col-2cr .main-inner { background-position: -350px 0!important; padding-left: 50px; }
.col-2cr .s1 { margin-left: -50px; }
.col-2cr.s1-expand .s1 { left: 0; }
/* 2 column, content left */
.col-2cl .main-inner { background-image: url(img/sidebar/s-right-collapse.png); padding-right: 50px; }
.col-2cl .s1 { margin-right: -50px; }
.col-2cl.s1-expand .s1 { right: 0; }
.col-2cl.s1-expand .sidebar-toggle { float: right; }
/* ipad, iphone fix */
.safari .s1 { min-width: 50px; max-width: 50px; width: auto; }
.safari.s1-expand .s1 { min-width: 400px; max-width: 400px; width: auto; }
}
/* ------------------------------------------------------------------------- *
* Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
/* layout */
.container { padding: 0; }
.grid { width: 100%; margin: 0 0 10px; }
/* hide */
.site-description,
.image-caption,
.page-title .dropdown-buttons { display: none; }
/* base */
.pad { padding: 20px 20px 10px; }
.notebox { margin-bottom: 20px; }
.entry,
.entry.excerpt { font-size: 15px; }
/* text */
.entry h1 { font-size: 30px; letter-spacing: -0.7px; }
.entry h2 { font-size: 26px; letter-spacing: -0.5px; }
.entry h3 { font-size: 24px; letter-spacing: -0.3px; }
.entry h4 { font-size: 22px; letter-spacing: -0.3px; }
.entry h5 { font-size: 18px; }
.entry h6 { font-size: 16px; text-transform: uppercase; }
/* header */
#header,
#header .pad { padding-top: 0; padding-bottom: 0; }
.site-title { padding: 20px 0; margin: 0; width: 100%; float: none; line-height: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.site-title a { text-align: center; }
2020-08-19 14:15:37 +02:00
.toggle-search { right: auto; left: 0; top: -53px; padding-top: 12px; padding-bottom: 12px;
2016-02-03 11:28:05 +01:00
-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
box-shadow: 1px 0 0 rgba(255,255,255,0.1); }
2020-08-19 14:15:37 +02:00
.toggle-search.active { padding-top: 15px; padding-bottom: 15px; }
.search-expand { left: 0; right: auto; top: 0; width: 100%; }
2016-02-03 11:28:05 +01:00
#nav-topbar.nav-container { border-top: 0; }
/* footer */
#footer-bottom .pad { padding-top: 50px; padding-bottom: 40px; }
#footer-bottom .one-half.last { margin-bottom: 0; }
#footer-bottom { text-align: center; }
#footer-bottom #footer-logo { margin-left: auto; margin-right: auto; }
#footer-bottom .social-links { float: none; }
#footer-bottom .social-links li { margin-left: 4px; margin-right: 4px; }
/* comments */
.comment-tabs { font-size: 14px; }
.commentlist li { font-size: 13px; }
.commentlist li ul li { padding-left: 10px; }
/* page */
#page { margin-top: 0; }
.page-title { font-size: 18px; }
.notebox { font-size: 15px; }
/* blog */
.pad-top { margin-bottom: 20px; }
.owl-item .post-title { font-size: 18px; text-align: center; padding: 0; }
.owl-item .post-meta li { float: none; text-align: center; margin: 0; }
.front-widgets { padding: 10px 20px 10px 20px; }
.front-widget-col { width: 100%; }
.front-widget-inner { margin: 0; }
.post-title,
.single .post-title { font-size: 22px; line-height: 1.5em; letter-spacing: 0; }
.post-format { margin-bottom: 20px; }
.format-gallery .post-format .flexslider .slides img { max-height: 340px; }
article > .pad { padding-top: 20px; padding-bottom: 20px; }
.post-grid .post,
.post-grid .page { width: 100%; }
.post-grid .post-row { padding: 0; margin: 0; border: none; }
.post-grid .post-inner { margin: 20px; }
.blog .post-list,
.single .post-list,
.archive .post-list,
.search .post-list { padding: 0 20px; }
.post-list .post-inner { padding-left: 120px; }
.post-list .post-thumbnail { margin-left: -120px; max-width: 100px; }
.sharrre .box { padding-left: 0; padding-right: 0; }
.sharrre .count { width: 70%; margin: 0 15%; }
.sharrre .share { width: 100%; margin-left: 0; margin-top: 10px; }
.content .post-nav li { width: 100%; -webkit-box-shadow: none!important; box-shadow: none!important; }
.content .post-nav li a { min-height: 0; }
.content .post-nav li.previous { border-top: 1px solid #eee; }
.single .related-posts .post-title { font-size: 15px; }
.related-posts li { width: 50%; }
.related-posts li:nth-child(2) article { border-right-color: transparent; }
.related-posts li:nth-child(3),
.related-posts li:nth-child(4) { display: none; }
/* shortcodes */
.dropcap { font-size: 80px; }
}
/* ------------------------------------------------------------------------- *
* Mobile (Low Res) : 479px > 0 (320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
/* layout */
.content,
.sidebar { width: 100%; float: none; margin-right: 0!important; margin-left: 0!important; }
.sidebar { background: #fff; width: 100%; display: block; float: none; }
.main,
.main-inner { background-image: none!important; padding: 0!important; }
#page,
#footer { padding: 0; }
/* hide */
.mobile-sidebar-hide-s1 .s1,
.mobile-sidebar-hide .sidebar,
.format-circle,
.gallery-caption { display: none; }
/* base */
.pad { padding: 15px 15px 5px; }
.sidebar .widget { padding-left: 15px!important; padding-right: 15px!important; }
.notebox { margin-bottom: 15px; }
/* header */
.site-title { font-size: 32px; }
#subheader { padding-right: 15px; padding-left: 15px; }
/* blog */
.front-widgets { padding: 10px 15px 10px 15px; }
.post-inner { margin-left: 0; display: block; }
.post-grid .post-inner { margin: 15px; }
.post-list .post-inner { padding-left: 0; }
.post-list .post-thumbnail { margin: 0 auto; float: none; max-width: 160px; margin-bottom: 20px; }
.blog .post-list,
.single .post-list,
.archive .post-list,
.search .post-list { padding: 0 15px; }
.post-list .post-content { width: 100%; text-align: center; }
.post-list .post-meta li { float: none; }
/* sidebar */
.child-menu { padding: 0 15px; }
}