Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Sep 21, 2017
2 parents d4571b0 + ec3fa19 commit e05bd32
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
11 changes: 7 additions & 4 deletions design_skin/origin/_scss/_outer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -421,19 +421,22 @@ ul.page-numbers { margin:0;padding: 0;
.widget_ltg_adv_post_list .pt_0 .mainSection-title { margin-bottom:0; }

.widget_ltg_adv_full_wide_title_outer {
margin:0 calc(50% - 50vw) 3em;
padding:3em calc(50vw - 50%);
text-align: center;
background-size: cover;
background-position:center center;
}
.widget_ltg_adv_full_wide_title_title,
.widget_ltg_adv_full_wide_title_title {
margin-bottom: 0.3em;
}
.widget_ltg_adv_full_wide_title_caption {
margin-bottom: 0;
}
.widget_ltg_adv_full_wide_title_title {
font-size:3rem;
font-size:2.4rem;
@media ( min-width: 768px ){ font-size:2.8rem; }
@media ( min-width: 1200px ){ font-size:3.2rem; }
padding:0;
line-height: 1.4em;
background:none;
border:none;
}
Expand Down
9 changes: 9 additions & 0 deletions design_skin/origin/_scss/_outer_origin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ h1.page-header_pageTitle:first-child { color: #fff; }
.siteContent { padding:3.5em 0 3.5em; }
}

/*-------------------------------------------*/
/* Widget
/*-------------------------------------------*/

.widget_ltg_adv_full_wide_title_outer {
margin:0 calc(50% - 50vw) 3em;
padding:3em calc(50vw - 50%);
}

/*-------------------------------------------*/
/* footer
/*-------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion design_skin/origin/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://lightning.nagoya
Description: Lightning is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Version:3.3.1
Version:3.3.2
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit e05bd32

Please sign in to comment.