settings
code:style.css
.deco-\# {
background-color: #6a6; /* 緑背景 */ }
.deco-\! { /* 重要な部分は!を付ける */
background-color: #e66; /* 赤背景 */ font-size: 1.2em; /* 重要なので最初から大きな文字にする */
}
code:style.css
@media screen { .quick-launch .title { color: #ffffff;} .brand-icon, .navbar-brand img, .navbar-brand span,.grid-size-range { display: none !important }
.project-home {position: fixed; top: 5px; left: 25px; z-index: 1000; font-size: 1.5em !important;}}
.new-button { background-color: rgba(255, 111, 175, 0) !important; }
.new-button { background-color: rgba(111, 255, 175, 0) !important; }
.horizontal-line, .vertical-line { background-color: rgba(255, 111, 175, 0.3) !important; }
.horizontal-line, .vertical-line { background-color: rgba(111, 255, 175, 0.3) !important; }
.random-jump-button, .dropdown-toggle { color: #BBBBBB !important; } .navbar-form .dropdown.open .dropdown-menu { min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }
code:style.css
.line .quote { font-style: normal; background: #ffffff; } body { background-color: #ffffff; font-family: 'Times New Roman','UDデジタル教科書体','游教科書体 横用','游教科書体 横用 ミディアム','YuKyo_Yoko-Medium','游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','BIZ UDP明朝 Medium',serif;} .editor, .stream, li.page-list-item {font-family: unset; color: #000; !important;} .navbar-default {
background-color: rgba(255, 111, 175, 0.8);
background-color: rgba(61, 205, 125, 0.8);
overflow: unset;
}
.grid li.page-list-item a {
box-shadow: 0 1px 0 rgba(0,0,0,0);
}
ul.grid li.page-list-item a .header{
}
ul.grid-md.grid li.page-list-item a .header{
}
ul.grid-lg.grid li.page-list-item a .header{
}
.grid li.page-list-item a:hover{
box-shadow: none;
}
.page {
box-shadow: 0 0px 0 rgba(0,0,0,0.16);
}
form {
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
code:style.css
/* セル間に線を入れる */
.table-block .cell {
/* 全てのセルの右と下 */
}
.table-block .cell:first-child {
/* 1列目のセルの左 */
}
.section-title + .line .table-block .cell {
/* 1行目のセルの上 */
}
/* 1行目を太字、中央揃え */
.section-title + .line .table-block .cell {
font-weight: bolder;
text-align: center;
}