settings
https://gyazo.com/5d51eaf26377e22b18bd6c953bcabae7
このスクボページ用の設定ページ
code:-.css
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru');
html, body, #editor, .grid li {
font-family: helvetica, arial, "Kosugi Maru", sans-serif ;
}
code:style.css
.nab {
background-color: #042940;
}
.navbar-default {
background-color: #042940;
}
body {
background-color: #3F6F8C;
}
div.page {
background-color: #f2f4f5;
border-radius:15px;
}
.title {
color: #EBEFF2;
}
i.kamon {
color: #EBEFF2;
}
div.telomere {
display:none;
}
span.text {
color: #011826;
}
.line span.code-block .code-block-margin {
background-color: #f2f4f5;
}
.line span.code-block {
background-color: rgba(0,0,0,0.04);
}
.grid li.page-list-item a .header {
border-top: solid 10px;
border-color: rgba(0,0,0,0);
}
.grid li.page-list-item a .pin {
position: absolute;
height: 20px;
width: 22px;
top: 0;
right: 0;
border-radius: 0 0 0 4px;
background: linear-gradient(45deg, #7699a6,#7699a6 50%, #88B0BF 50%, #88B0BF);
z-index: 2;
}
.grid li.page-list-item a {
border-radius: 7px;
}
.quick-launch .right-box {
display: none;
}
.quick-launch .project-home, .quick-launch .history-back-button {
font-size: 32px;
border-radius: 5px;
}
.navbar .navbar-brand img {
display: none;
}
.navbar .navbar-brand .kamon-caret-down {
display: none;
}