Skip to content

Commit

Permalink
メイド・イン・ヘブンスキンのアップデート v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Apr 19, 2024
1 parent 652f4b3 commit 291ecd7
Show file tree
Hide file tree
Showing 31 changed files with 2,225 additions and 343 deletions.
125 changes: 45 additions & 80 deletions skins/skin-made-in-heaven/assets/css/admin.css
Expand Up @@ -21,39 +21,63 @@


/*******************************************************************************
** スライドオプション
** ラジオボタン
*******************************************************************************/

#customize-control-hvn_header_fade_setting,
#customize-control-hvn_header_animation_setting {
#customize-control-hvn_header_animation_setting,
#customize-control-hvn_numeric_list_set2_setting,
#customize-control-hvn_icon_box_set1_setting,
#customize-control-hvn_tab_box_set1_setting,
#customize-control-hvn_faq_set1_setting {
display: flex;
flex-wrap: wrap;
}

#customize-control-hvn_header_fade_setting .description,
#customize-control-hvn_header_animation_setting .description {
#customize-control-hvn_header_animation_setting .description,
#customize-control-hvn_numeric_list_set2_setting .description,
#customize-control-hvn_icon_box_set1_setting .description,
#customize-control-hvn_tab_box_set1_setting .description,
#customize-control-hvn_faq_set1_setting .description {
width: 100%;
}

#customize-control-hvn_header_fade_setting .customize-inside-control-row,
#customize-control-hvn_header_animation_setting .customize-inside-control-row {
#customize-control-hvn_header_animation_setting .customize-inside-control-row,
#customize-control-hvn_numeric_list_set2_setting .customize-inside-control-row,
#customize-control-hvn_icon_box_set1_setting .customize-inside-control-row,
#customize-control-hvn_tab_box_set1_setting .customize-inside-control-row,
#customize-control-hvn_faq_set1_setting .customize-inside-control-row {
margin: 0;
}

#customize-control-hvn_header_fade_setting input,
#customize-control-hvn_header_animation_setting input {
#customize-control-hvn_header_animation_setting input,
#customize-control-hvn_numeric_list_set2_setting input,
#customize-control-hvn_icon_box_set1_setting input,
#customize-control-hvn_tab_box_set1_setting input,
#customize-control-hvn_faq_set1_setting input {
display: none;
}

#customize-control-hvn_header_fade_setting label,
#customize-control-hvn_header_animation_setting label {
#customize-control-hvn_header_animation_setting label,
#customize-control-hvn_numeric_list_set2_setting label,
#customize-control-hvn_icon_box_set1_setting label,
#customize-control-hvn_tab_box_set1_setting label,
#customize-control-hvn_faq_set1_setting label {
box-shadow: inset 1px 1px 0 0 #007cba, 1px 1px 0 0 #007cba, 1px 0 0 0 #007cba, 0 1px 0 0 #007cba;
color: #007cba;
padding: 5px 10px;
box-shadow: inset 1px 1px 0 0 #007cba, 1px 1px 0 0 #007cba, 1px 0 0 0 #007cba, 0 1px 0 0 #007cba;
}

#customize-control-hvn_header_fade_setting input:checked ~ label,
#customize-control-hvn_header_animation_setting input:checked ~ label {
#customize-control-hvn_header_animation_setting input:checked ~ label,
#customize-control-hvn_numeric_list_set2_setting input:checked ~ label,
#customize-control-hvn_icon_box_set1_setting input:checked ~ label,
#customize-control-hvn_tab_box_set1_setting input:checked ~ label,
#customize-control-hvn_faq_set1_setting input:checked ~ label {
background-color: #007cba;
color: #fff;
}
Expand Down Expand Up @@ -118,28 +142,7 @@
** 見出し
*******************************************************************************/


/* 基本カラー */

#customize-control-hvn_main_color_setting:before,
#customize-control-header_background_color:before,
#customize-control-hvn_h2_css_setting:before,

/* 拡張 */

#customize-control-hvn_front_loading_setting:before,
#customize-control-entry_card_type:before,
#customize-control-hvn_button_more_setting:before,
#customize-control-hvn_index_new_setting:before,
#customize-control-hvn_prof_setting:before,

/* 動画・スライドヘッダー */

#customize-control-the_site_logo_url:before,
#customize-control-hvn_header_setting:before,
#customize-control-hvn_header_fade_setting:before,
#customize-control-hvn_header_filter_setting:before,
#customize-control-hvn_header_color_setting:before {
.customize-control-hidden label {
background-color: #fff;
border-bottom: 1px solid #dcdcde;
border-top: 1px solid #dcdcde;
Expand All @@ -151,56 +154,15 @@
width: 100%;
}

#customize-control-hvn_main_color_setting:before {
content: '■ 基本カラー';
}

#customize-control-header_background_color:before {
content: '■ 個別カラー';
}

#customize-control-hvn_h2_css_setting:before {
content: '■ 見出しデザイン';
}

#customize-control-hvn_front_loading_setting:before {
content: '■ ローディング画面';
}

#customize-control-entry_card_type:before {
content: '■ フロントページ';
}

#customize-control-hvn_button_more_setting:before {
content: '■ ボタン';
}

#customize-control-hvn_index_new_setting:before {
content: '■ オプション';
}

#customize-control-hvn_prof_setting:before {
content: '■ プロフィール';
}

#customize-control-the_site_logo_url:before {
content: '■ ヘッダーロゴ';
}

#customize-control-hvn_header_setting:before {
content: '■ メインビジュアル';
}

#customize-control-hvn_header_fade_setting:before {
content: '■ スライドオプション';
}

#customize-control-hvn_header_filter_setting:before {
content: '■ フィルター';
}
/*******************************************************************************
** エディター
*******************************************************************************/

#customize-control-hvn_header_color_setting:before {
content: '■ オーバーレイ';
[id*="customize-control-hvn_marker_color"],
[id*="customize-control-hvn_inline_button_color"] {
display: flex;
gap: 15px;
}


Expand Down Expand Up @@ -414,12 +376,15 @@

/* おすすめカード */

#tab-recommended-content tr:nth-child(3),
#tab-recommended-content tr:nth-child(4),
#tab-recommended-content tr:nth-child(5) {
#tab-recommended-content tr:nth-child(5) {
display: none;
}

#tab-recommended-content tr:nth-child(3) li:nth-child(n+3) {
display:none;
}


/* エディター */

Expand Down
7 changes: 7 additions & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2-1.css
Expand Up @@ -7,5 +7,12 @@
.main .under-entry-content h2 {
background-color: var(--hover-color);
border-left: 10px solid var(--main-color);
color: #333;
padding: 20px 15px!important;
}

.hvn-dark .article h2,
.hvn-dark .main .article .widget-title,
.hvn-dark .main .under-entry-content h2 {
color: var(--cocoon-text-color);
}
1 change: 1 addition & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2-11.css
Expand Up @@ -6,5 +6,6 @@
.main .article .widget-title,
.main .under-entry-content h2 {
background-image: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 2px), repeating-linear-gradient(#fff 0 1px, var(--main-color) 1px 2px);
color: #333;
padding: 20px 25px!important;
}
7 changes: 7 additions & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2-12.css
Expand Up @@ -11,6 +11,7 @@
.article h2 {
border: 1px solid var(--main-color);
border-left-width: 50px;
color: #333;
counter-increment: number;
}

Expand All @@ -35,6 +36,12 @@
padding: 20px 20px 20px 10px!important;
}

.hvn-dark .article h2,
.hvn-dark .main .article .widget-title,
.hvn-dark .main .under-entry-content h2 {
color: var(--cocoon-text-color);
}

.toc-list > li {
counter-increment: toc-number 1;
padding-left: 1.8em;
Expand Down
4 changes: 4 additions & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2-13.css
Expand Up @@ -21,6 +21,10 @@
padding: 0px 20px 5px;
}

.hvn-dark .article h2 {
border-color: #696969;
}

.article h2::before {
font-family: Arial;
bottom: -28px;
Expand Down
20 changes: 20 additions & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2-14.css
@@ -0,0 +1,20 @@
@charset "UTF-8";

/* 塗りつぶし(アクセント) */

.article h2,
.main .article .widget-title,
.main .under-entry-content h2 {
background-color: var(--hover-color);
border: 2px solid #333;
box-shadow: 6px 6px #333;
color: #333;
outline: 4px solid var(--white-bgcolor);
padding: 18px 23px!important;
}

.hvn-dark .article h2,
.hvn-dark .main .article .widget-title,
.hvn-dark .main .under-entry-content h2 {
color : var(--cocoon-text-color);
}
2 changes: 1 addition & 1 deletion skins/skin-made-in-heaven/assets/css/h2/h2-2.css
Expand Up @@ -10,4 +10,4 @@
border-top: 4px double var(--white-bgcolor);
color: var(--text-color)!important;
padding: 16px 25px!important;
}
}
2 changes: 1 addition & 1 deletion skins/skin-made-in-heaven/assets/css/h2/h2-3.css
Expand Up @@ -8,4 +8,4 @@
background-color: var(--main-color);
color: var(--text-color)!important;
padding: 20px 25px!important;
}
}
2 changes: 1 addition & 1 deletion skins/skin-made-in-heaven/assets/css/h2/h2-4.css
Expand Up @@ -24,4 +24,4 @@
right: auto;
top: 4px;
width: calc(100% - 8px);
}
}
4 changes: 2 additions & 2 deletions skins/skin-made-in-heaven/assets/css/h2/h2-5.css
Expand Up @@ -15,11 +15,11 @@
.main .under-entry-content h2:before {
background-color: var(--main-color);
bottom: -10px;
clip-path: polygon(0 0,100% 0, 50% 100%);
clip-path: polygon(0 0, 100% 0, 50% 100%);
content: '';
height: 11px;
left: 30px;
position: absolute;
transform: translateX(-50%);
width: 22px;
}
}
7 changes: 7 additions & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2-8.css
Expand Up @@ -8,5 +8,12 @@
background: linear-gradient(135deg, transparent 25%, var(--hover-color) 26%, var(--hover-color) 50%, transparent 51%, transparent 75%, var(--hover-color) 76%, var(--hover-color));
background-size: 4px 4px;
border-left: 10px solid var(--main-color);
color: #333;
padding: 20px 15px!important;
}

.hvn-dark .article h2,
.hvn-dark .main .article .widget-title,
.hvn-dark .main .under-entry-content h2 {
color: var(--cocoon-text-color);
}
9 changes: 8 additions & 1 deletion skins/skin-made-in-heaven/assets/css/h2/h2-9.css
Expand Up @@ -6,15 +6,22 @@
.main .article .widget-title,
.main .under-entry-content h2 {
background-color: var(--hover-color);
color: #333;
padding: 20px 25px!important;
}

.hvn-dark .article h2,
.hvn-dark .main .article .widget-title,
.hvn-dark .main .under-entry-content h2 {
color: var(--cocoon-text-color);
}

.article h2::before,
.main .article .widget-title::before,
.main .under-entry-content h2::before {
border: dashed 1px var(--main-color);
inset: 4px auto auto 4px;
box-sizing: border-box;
inset: 4px auto auto 4px;
content: '';
display: block;
height: calc(100% - 8px);
Expand Down
1 change: 1 addition & 0 deletions skins/skin-made-in-heaven/assets/css/h2/h2.csv
Expand Up @@ -6,6 +6,7 @@
2,帯
3,塗りつぶし
11,塗りつぶし(薄)
14,塗りつぶし(アクセント)
4,ステッチ
9,ステッチ(薄)
5,吹き出し
Expand Down
14 changes: 14 additions & 0 deletions skins/skin-made-in-heaven/assets/css/h3/h3-8.css
@@ -0,0 +1,14 @@
@charset "UTF-8";

/* 塗りつぶし(下線) */

.article h3 {
background-color: var(--hover-color);
border-bottom: 2px solid var(--main-color);
color: #333;
padding: 15px 23px 15px 25px;
}

.hvn-dark .article h3 {
color: var(--cocoon-text-color);
}
1 change: 1 addition & 0 deletions skins/skin-made-in-heaven/assets/css/h3/h3.csv
Expand Up @@ -6,3 +6,4 @@
3,下線(グラデーション)
4,下線(サイトカラー・グレー)
5,下線(サイトカラー・薄)
8,塗りつぶし(下線)

0 comments on commit 291ecd7

Please sign in to comment.