Skip to content

Commit

Permalink
Update from travis cfcd21b
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Jul 7, 2017
1 parent b239341 commit f5d0238
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 6 deletions.
2 changes: 1 addition & 1 deletion design_skin/origin/_scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ img { max-width: 100%;height:auto; }
p { line-height: 1.8em;margin-bottom:$margin_bottom; }
em { font-weight: bold;font-style: italic !important;font-family: "MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; }
ul,ol,dl { margin-top:1.5em;margin-bottom:$margin_bottom;}
li { margin-bottom:0.8em; }
li { margin-bottom:0.8em; line-height: 1.65em; }
dt,
dd { padding-left:10px;border-left-width:2px;border-left-style:solid;margin-bottom:10px; }
dt { border-left-color:$color_key; }
Expand Down
7 changes: 5 additions & 2 deletions design_skin/origin/_scss/_outer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ nav { font-size:14px;
ul.gMenu {
a { display:block; overflow:hidden;text-decoration: none; }
ul { padding-left:0;width:auto;display: block;margin-bottom:0;
li {
li { list-style-type: none;
a { display:block; overflow:hidden;padding: 10px 1em 10px 2em;width:auto; }
li a { padding-left:3em; }
li li a { padding-left:4em; }
Expand All @@ -140,6 +140,7 @@ ul.gMenu {
a:active,
.current-menu-item > a { background-color:rgba(255,255,255,0.1); }
}

}
@media (min-width: 992px){
.gMenu_outer.itemOpen,
Expand Down Expand Up @@ -179,7 +180,8 @@ h1.page-header_pageTitle:first-child { margin:15px 0 10px;font-size:22px;line-he
.breadSection { border-bottom:$border_primary;
.breadcrumb { margin-top:0;margin-bottom:0;background:none;
& > li + li:before { content:">" }
li { margin-bottom:0;list-style: none; }
li { margin-bottom:0;list-style: none;}
span { font-size: 0.75em; }
}
}

Expand Down Expand Up @@ -226,6 +228,7 @@ h1.entry-title { font-size:26px; }




/* .entry-footer
/*-------------------------------------------*/
.entry-footer { display:block; overflow:hidden;margin-bottom:2em; }
Expand Down
55 changes: 55 additions & 0 deletions design_skin/origin/_scss/editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions design_skin/origin/_scss/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion design_skin/origin/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ em { font-weight: bold; font-style: italic !important; font-family: "MS P

ul, ol, dl { margin-top: 1.5em; margin-bottom: 1.2em; }

li { margin-bottom: 0.8em; }
li { margin-bottom: 0.8em; line-height: 1.65em; }

dt, dd { padding-left: 10px; border-left-width: 2px; border-left-style: solid; margin-bottom: 10px; }

Expand Down
4 changes: 3 additions & 1 deletion design_skin/origin/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@ em { font-weight: bold; font-style: italic !important; font-family: "MS P

ul, ol, dl { margin-top: 1.5em; margin-bottom: 1.2em; }

li { margin-bottom: 0.8em; }
li { margin-bottom: 0.8em; line-height: 1.65em; }

dt, dd { padding-left: 10px; border-left-width: 2px; border-left-style: solid; margin-bottom: 10px; }

Expand Down Expand Up @@ -2752,6 +2752,7 @@ nav i { margin-right: 0.5rem; }

ul.gMenu a { display: block; overflow: hidden; text-decoration: none; }
ul.gMenu ul { padding-left: 0; width: auto; display: block; margin-bottom: 0; }
ul.gMenu ul li { list-style-type: none; }
ul.gMenu ul li a { display: block; overflow: hidden; padding: 10px 1em 10px 2em; width: auto; }
ul.gMenu ul li li a { padding-left: 3em; }
ul.gMenu ul li li li a { padding-left: 4em; }
Expand Down Expand Up @@ -2794,6 +2795,7 @@ ul.gMenu ul li li li li a { padding-left: 5em; }
.breadSection .breadcrumb { margin-top: 0; margin-bottom: 0; background: none; }
.breadSection .breadcrumb > li + li:before { content: ">"; }
.breadSection .breadcrumb li { margin-bottom: 0; list-style: none; }
.breadSection .breadcrumb span { font-size: 0.75em; }

/* .mainSection
/*-------------------------------------------*/
Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: http://www.vektor-inc.co.jp
Version:3.1.0
Version:3.1.1
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 f5d0238

Please sign in to comment.