settings
フォントをいい感じにする
code:style.css
.title, .text, .description {
font-family: 'BIZ UDPGothic', 'M PLUS 2', sans-serif;
}
code:style.css
.quick-launch .project-home:hover {
}
@media screen {
.quick-launch .project-home {
position: fixed;
top: -2px;
left: 60px;
z-index: 1000;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.quick-launch .project-home {
left: 75px;
}
}
@media screen and (min-width: 992px) and (max-width: 1260px) {
.quick-launch .project-home {
left: 90px;
}
}
@media screen and (min-width: 1261px) {
.quick-launch .project-home {
/* left: calc((100% - 1280px)/2 + 80px); */
left: calc((100% - 1280px)/2 + 100px);
}
}
.quick-launch .project-home {
--tool-text-color: white;
}
tableにうっすらとborderをつける
table:test
aiueoaaaaaaaaa aaaaaaaaaaaaakakikukeko
sashisuseaaaaaaso tachituteto
code:style.css
.table-block .cell {
margin-left: -1px;
margin-top: -1px;
}
navbarの検索欄を見やすくする
code:style.css
.navbar.navbar-default {
}
input.form-control {
background-color: #FFF !important; }
input.form-control.for-mobile {
outline: solid 1px #0006 !important; }
.btn-search svg.kamon {
}
クソデカ画像
code:style.css
.line strong.level-10 img.image {
width: 80%;
height: auto;
}
クソデカアイコン
code:style.css
.line strong.level-10 img.icon {
width: 80%;
height: auto;
max-height: max-content;
}
}
やりました.icon