settings
https://gyazo.com/ace9699f80ba4edb5559635763f01de6
全体向け設定
import系
code:style.css
@import "/api/code/scrasobox/チェックボックスになるタグ_2/style.css";
フォント
code:style.css
/* M PLUS 1p */
font-family: "M PLUS 1p", helvetica, arial, sans-serif ;
}
font-weight: 700;
}
div.line-title.section-title {
font-weight: 700;
}
ページの幅を広げる
code:style.css
.col-page {
max-width: 1200px;
}
フォントのテスト
フォントのテスト
フォントのテスト
フォントのテスト
code:style.css
/* /customize/画像の表示サイズを** で設定できるようにする */ .level-1 img.image { width: 16.7%; height: auto; max-height: none; }
.level-2 img.image { width: 33.3%; height: auto; max-height: none; }
.level-3 img.image { width: 50%; height: auto; max-height: none; }
.level-4 img.image { width: 66.7%; height: auto; max-height: none; }
.level-5 img.image { width: 83.3%; height: auto; max-height: none; }
.level-6 img.image { width: 100%; height: auto; max-height: none; }
/* /pocala-kyopro/strongのレベルによってデザインを変える */
.line strong.level-2{
}
.line strong.level-3{
}
.line strong.level-4{
padding: 0.2em 0.8em; /*文字周りの余白*/
border-left: solid 10px #ffaf58; /*左線(実線 太さ 色)*/ line-height: 2;
}
.line strong.level-5{
border-left: solid 10px #d14; line-height: 2em;
padding: 10px 20px;
}
/* #で始まるタグをラベル風にする */
display: inline-block;
padding: 0px 8px;
margin: 0 6px 8px 0;
font-size: 0.8em;
border-radius: 15px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
/* orange word with ~ */
.deco-\~ {
}
/* ナビゲーションロゴ画像上書き /yamanoku/settings */
a.navbar-brand.dropdown-toggle {
position: relative;
}
a.navbar-brand.dropdown-toggle::before {
content: "";
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0px;
left: -2px;
background-size: contain;
background-repeat: no-repeat;
}
code:style.css
/* プロジェクトTOPへのリンクと周辺パーツを強引にnavbarに移動 */
/* ※次のnavbar固定と同時に使う必要がある */
@media screen and (min-width: 768px) {
.quick-launch .project-home {
position: fixed; top: 0px; left: calc((100% - 1060px)/2); z-index: 990 }
/*.page { padding-top: 0 }*/ }
@media screen and (min-width: 768px) and (max-width: 1260px) {
.quick-launch .project-home { left: 100px } }
code:style.css
/* はりつくメニューバー */
@media screen and (min-height: 600px) and (min-width: 768px) {
.app:not(.presentation) { padding-top: 90px; padding-right: 0 !important }
.app:not(.presentation) .page-menu { position: fixed; top: 90px }
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 990; overflow: unset }
.dropdown.open .dropdown-menu {
position: absolute; left: auto; top: auto;
max-height: calc(100vh - 100px); overflow-y: auto }
.dropdown.open .dropdown-menu.global-menu { left: 0; top: 54px }
.page-menu .dropdown.open .dropdown-menu { position: absolute; top: 0 } }