deprecated
2 months ago
block.json
1 month ago
edit.js
3 weeks ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
save.js
2 months ago
style.scss
2 months ago
style.scss
212 lines
| 1 | /*-------------------------------------------*/ |
| 2 | /* CSS |
| 3 | /*-------------------------------------------*/ |
| 4 | $font_serif: "MS P明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", |
| 5 | "Hiragino Mincho Pro", "serif"; |
| 6 | |
| 7 | // Layout |
| 8 | .vk_staff { |
| 9 | &_text { |
| 10 | float: left; |
| 11 | width: 61.6%; |
| 12 | } |
| 13 | &_photo { |
| 14 | float: right; |
| 15 | width: 32%; |
| 16 | } |
| 17 | &-layout-imageLeft { |
| 18 | .vk_staff_text { |
| 19 | float: right; |
| 20 | } |
| 21 | .vk_staff_photo { |
| 22 | float: left; |
| 23 | } |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | // 編集画面でcssの指定が軽くて負けるので.vk_staff .vk_staff_text を� |
| 28 | �に記述 |
| 29 | .vk_staff{ |
| 30 | display: block; |
| 31 | overflow: hidden; |
| 32 | .vk_staff_text { |
| 33 | .vk_staff_text{ |
| 34 | &_name { |
| 35 | &:not(.has-text-color) { |
| 36 | color: inherit; |
| 37 | } |
| 38 | text-align: left; |
| 39 | box-shadow: none; |
| 40 | font-size: calc( 1rem * 2.5 ); |
| 41 | font-family: $font_serif; |
| 42 | line-height: 1; |
| 43 | margin-bottom: 0.5rem; |
| 44 | border: none; |
| 45 | padding: 0; |
| 46 | background-color: transparent; |
| 47 | display: inline; // これがないと見出しデザインで左右線みたいにflax指定されたときにセンター揃えになってしまう |
| 48 | &:before, |
| 49 | &:after { |
| 50 | display: none; |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | &_caption { |
| 55 | &:not(.has-text-color) { |
| 56 | color: inherit; |
| 57 | } |
| 58 | font-size: 14px; |
| 59 | display: block; |
| 60 | margin: 0 0 0.5rem 4px; |
| 61 | letter-spacing: 5px; |
| 62 | } |
| 63 | &_role { |
| 64 | &:not(.has-text-color) { |
| 65 | color: inherit; |
| 66 | } |
| 67 | font-size: 14px; |
| 68 | line-height: 1.6em; |
| 69 | } |
| 70 | &_profileTitle { |
| 71 | &:not(.has-text-color) { |
| 72 | color: inherit; |
| 73 | } |
| 74 | font-size: 18px; |
| 75 | padding-top: 0; |
| 76 | padding-left: 0; |
| 77 | padding-bottom: 2px; |
| 78 | margin-top:calc( 1rem * 1.5); |
| 79 | margin-bottom: calc( 1rem * 1.2 ); |
| 80 | border-top: none; |
| 81 | border-left: none; |
| 82 | border-bottom: 1px solid #ccc; |
| 83 | background: none; |
| 84 | &:before, |
| 85 | &:after { |
| 86 | border: none; |
| 87 | } |
| 88 | } |
| 89 | &_profileText { |
| 90 | &:not(.has-text-color) { |
| 91 | color: inherit; |
| 92 | } |
| 93 | font-size: 14px; |
| 94 | } |
| 95 | } |
| 96 | } //.vk_staff_text |
| 97 | |
| 98 | .vk_staff-headingFont-serif { |
| 99 | .vk_staff_text{ |
| 100 | &_name { |
| 101 | font-family: $font_serif; |
| 102 | } |
| 103 | &_caption { |
| 104 | font-family: $font_serif; |
| 105 | } |
| 106 | &_role { |
| 107 | font-family: $font_serif; |
| 108 | } |
| 109 | &_profileTitle { |
| 110 | font-family: $font_serif; |
| 111 | } |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | .vk_staff_photo { |
| 116 | display: block; |
| 117 | vertical-align: top; |
| 118 | text-align: center; |
| 119 | button { |
| 120 | width: 100%; |
| 121 | } |
| 122 | .image-button { |
| 123 | padding: 0; |
| 124 | margin: 0; |
| 125 | display: block; |
| 126 | height: 100%; // これがないと画像の枠が潰れる |
| 127 | } |
| 128 | &-border-default { |
| 129 | border: 4px solid #efefef; |
| 130 | padding: 1px; |
| 131 | } |
| 132 | &-border-none { |
| 133 | border: none; |
| 134 | } |
| 135 | &_image { |
| 136 | width: 100%; |
| 137 | margin: 0; |
| 138 | display: block; |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | } |
| 143 | |
| 144 | // Lightning で� |
| 145 | 広の1カラムテンプレート時補正 |
| 146 | .page-template-page-onecolumn, |
| 147 | .page-template-page-lp, |
| 148 | .page-template-page-lp-builder { |
| 149 | .vk_staff { |
| 150 | @media (min-width: 992px) { |
| 151 | &_text { |
| 152 | width: 74%; |
| 153 | &_caption { |
| 154 | font-size: 1rem; |
| 155 | letter-spacing: 0.5rem; |
| 156 | } |
| 157 | &_role { |
| 158 | letter-spacing: 0.5rem; |
| 159 | } |
| 160 | } |
| 161 | &_photo { |
| 162 | width: 22%; |
| 163 | } |
| 164 | } |
| 165 | @media (min-width: 1200px) { |
| 166 | &_text { |
| 167 | width: 75%; |
| 168 | } |
| 169 | &_photo { |
| 170 | width: 20%; |
| 171 | } |
| 172 | } |
| 173 | } |
| 174 | } |
| 175 | |
| 176 | // .staff-profile-table { |
| 177 | // margin-top: 2em; |
| 178 | // margin-bottom: 80px; |
| 179 | // border: none; |
| 180 | // } |
| 181 | // |
| 182 | // .staff-profile-table dl { |
| 183 | // display: table; |
| 184 | // width: 100%; |
| 185 | // } |
| 186 | // |
| 187 | // .staff-profile-table dt, |
| 188 | // .staff-profile-table dd { |
| 189 | // display: table-cell; |
| 190 | // border-bottom: 1px solid #ccc; |
| 191 | // padding-left: 10px; |
| 192 | // font-size: 14px; |
| 193 | // padding-bottom: 4px; |
| 194 | // } |
| 195 | // |
| 196 | // .staff-profile-table dl { |
| 197 | // margin: 0 0 1rem; |
| 198 | // } |
| 199 | // |
| 200 | // .staff-profile-table dt { |
| 201 | // background: none; |
| 202 | // font-weight: lighter; |
| 203 | // border-left-width: 2px; |
| 204 | // border-left-style: solid; |
| 205 | // width: 30%; |
| 206 | // } |
| 207 | // |
| 208 | // .staff-profile-table dd { |
| 209 | // border-left: none; |
| 210 | // width: 70%; |
| 211 | // } |
| 212 |