settings
code:style.css
/* ピン留めされたページを独立した段に表示する */
.page-list-item.pin + .page-list-item:not(.pin) {
clear: both;
}
/* フォントの読み込み */
/*
* MEMO :
* ヘッダーの文章を変更する場合は、
* content: "...";
* の、「...」の部分を書き換えてください。
*
* 文章内で改行したい場合、改行したい位置に「\A」(=バックスラッシュ + 大文字のA)を入れてください。
*/
.page-list.clearfix::before {
content: "高次素材設計技術研究舎=Meta-level-material design-Engineering Learning Team(以下Melt.)\AMetalium合同会社とFabcafe Nagoyaが2021年に立ち上げた全ての事象を素材として取り扱うための技術を研究するためのオープンラボラトリーです。\A本ページではMelt.の活動をアーカイヴしています。";
}
/* ###### START 全ページ共通 ###### */
html {
}
html * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
letter-spacing: 1.5px;
/* font-family: dnp-shuei-gothic-gin-std,"游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif; */
font-family: 'Barlow Semi Condensed', 'Sawarabi Gothic', "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif;
font-stretch: 90%;
}
.container {
width: 100%;
padding: 0 50px;
max-width: 100%;
}
@media screen and (max-width: 640px) {
.container {
width: 100%;
padding: 0 10px 10px;
}
}
a {
}
a:hover {
}
.grid li.splitter.splitter {
display: none;
}
.open>.dropdown-menu {
border-radius: 0;
}
.dropdown-header {
margin: 10px 0;
}
.dropdown-menu>li>a {
}
.dropdown-menu>li>a:hover {
}
.dropdown-menu>li>a.selected,
}
/* ----- START ナビゲーションバー ----- */
.navbar {
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 20px;
border-bottom: 2px solid #fff; }
.navbar .row .col {
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 20px;
border-bottom: 1px solid #ccc; }
.brand-icon {
border-radius: 50%;
}
.navbar-brand .kamon-caret-down {
}
.new-button {
}
.search-form .form-group input {
border-radius: 0.1;
height: 38px;
}
.search-form .form-group input:focus,
.search-form .form-group input.for-mobile {
}
.search-form .form-group .button-container {
top: unset;
}
.search-form .form-group .button-container button .kamon {
}
.navbar .navbar-menu>li>a {
letter-spacing: 1.5px;
-webkit-transform: scale(0.9, 1);
-ms-transform: scale(0.9, 1);
transform: scale(0.9, 1);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
.navbar .navbar-menu>li>a:hover {
}
.navbar .navbar-menu>li>a.mobile-search-toggle {
-webkit-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
}
/* ----- END ナビゲーションバー ----- */
/* ###### END 全ページ共通 ###### */
/* ###### START トップページ ###### */
/* ----- START トップページのソートボタン ----- */
.page-sort-menu {
line-height: 0;
}
.page-sort-menu .tool-btn {
border-radius: 0;
}
@media screen and (max-width: 640px) {
.page-sort-menu .tool-btn {
font-size: 12px;
}
}
.page-sort-menu .tool-btn:hover {
color: #fff !important; /* Scrapboxのデフォルト値を強制的に上書き */ background-color: #000 !important; /* Scrapboxのデフォルト値を強制的に上書き */ }
/* ----- END トップページのソートボタン ----- */
/* ----- START ヘッダー ----- */
.page-list.clearfix {
position: relative;
}
.page-list.clearfix::before {
display: block;
white-space: pre-line;
letter-spacing: 1.5px;
margin: 50px 0;
padding: 0 100px;
font-size: 16px;
line-height: 2;
font-weight: bold;
-webkit-transform: scale(0.9, 1);
-ms-transform: scale(0.9, 1);
transform: scale(0.9, 1);
-webkit-transform-origin: left;
-ms-transform-origin: left;
transform-origin: left;
width: 112%; /* 微調整 */
font-family: 'Barlow Semi Condensed', 'Sawarabi Gothic', "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","MS Pゴシック",sans-serif;
}
@media screen and (max-width: 1080px) {
.page-list.clearfix::before {
padding: 0;
margin: 30px 0;
font-size: 13px;
}
}
/* ----- END ヘッダー ----- */
/* ----- START トップページのアイテム一覧 ----- */
.page-list ul.grid, .related-page-list ul.grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
.page-list .grid li, .related-page-list ul.grid li {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
height: unset;
margin: 15px 0 15px 0;
padding: 0 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 1080px) {
.page-list .grid li, .related-page-list ul.grid li {
margin: 10px 0 10px 0;
padding: 0 10px;
}
}
/*
* MEMO :
* 以下で、アイテムを横にいくつ並べるか設定しています。
* 「flex-basis」プロパティに、
* 画面の横幅を100%とした時の、横幅に対する各アイテムの幅を、パーセント表記で指定しています。
* 例えば、横に5個並べたい場合は、アイテムの幅は100% / 5個 = 20%なので、
* flex-basis: 20%
* と指定します。
*/
@media screen and (min-width: 1701px) { /* 画面幅が1701px以上の場合は */
.page-list .grid li, .related-page-list ul.grid li {
-ms-flex-preferred-size: 16.6%;
flex-basis: 16.6%; /* 6個 */
}
}
@media screen and (max-width: 1700px) { /* 画面幅が1700px以下の場合は */
.page-list .grid li, .related-page-list ul.grid li {
-ms-flex-preferred-size: 20%;
flex-basis: 20%; /* 5個 */
}
}
@media screen and (max-width: 1080px) { /* 画面幅が1080px以下の場合は */
.page-list .grid li, .related-page-list ul.grid li {
-ms-flex-preferred-size: 25%;
flex-basis: 25%; /* 4個 */
}
}
@media screen and (max-width: 860px) { /* 画面幅が860px以下の場合は */
.page-list .grid li, .related-page-list ul.grid li {
-ms-flex-preferred-size: 33.3%;
flex-basis: 33.3%; /* 3個 */
}
}
@media screen and (max-width: 640px) { /* 画面幅が640px以下の場合は */
.page-list .grid li, .related-page-list ul.grid li {
-ms-flex-preferred-size: 50%;
flex-basis: 50%; /* 2個 */
}
}
/* ----- END トップページのアイテム一覧 ----- */
/* ----- START トップページのアイテム一覧の各アイテムの枠 ----- */
.grid li.page-list-item a {
width: 100%;
height: 100%;
border-style: solid;
border-width: 2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15px;
-webkit-box-shadow: none;
box-shadow: none;
border-radius: 5px;
overflow: visible;
-webkit-transition: border-color 0.5s;
-o-transition: border-color 0.5s;
transition: border-color 0.5s;
}
.grid li.page-list-item + li.page-list-item a {
margin-top: 20px; /* 次の要素の上部にマージンを追加 */
}
.grid li.page-list-item a:hover {
-webkit-box-shadow: 5px 8px 0 rgba(0, 0, 0, 0.2)
!important;
box-shadow: 5px 8px 0 rgba(0, 0, 0, 0.2)
!important; /* Scrapboxのデフォルト値を強制的に上書き */
}
@media screen and (min-width: 1200px) { /* 画面幅が1200px以上の場合は */
.grid li.page-list-item a {;
height: 100%;
}
}
@media screen and (max-width: 860px) { /* 画面幅が860px以下の場合は */
.grid li.page-list-item a {;
height: 105%;
}
}
@media screen and (max-width: 860px) {
.grid li.page-list-item a {
padding: 10px;
}
}
.grid li.page-list-item::before {
content: "";
display: block;
padding-top: 100%;
}
.grid li.page-list-item a .hover {
opacity: 0.2;
}
@media screen and (max-width: 860px) {
.grid li.page-list-item a .hover {
opacity: 0;
}
}
.grid li.page-list-item a:hover .hover {
opacity: 0 !important; /* Scrapboxのデフォルト値を強制的に上書き */
}
.grid li.page-list-item a .pin {
top: -2px;
right: -2px;
width: 20px;
height: 20px;
border-radius: 0;
border-top: 10px solid #ccc; border-right: 10px solid #ccc; -webkit-transition: border-left 0.5s, border-bottom 0.5s;
-o-transition: border-left 0.5s, border-bottom 0.5s;
transition: border-left 0.5s, border-bottom 0.5s;
background: transparent;
}
.grid li.page-list-item a:hover .pin {
background: transparent;
}
.grid li.page-list-item a .content {
aspect-ratio: 1;
}
/* ----- END トップページのアイテム一覧の各アイテムの枠 ----- */
/* ----- START トップページのアイテム一覧の各アイテムの内容 ----- */
.grid li.page-list-item a .header {
border: none;
padding: 0;
margin: 0 0 15px;
}
.grid li.page-list-item a .title {
font-weight: bold !important; /* Scrapboxのデフォルト値を強制的に上書き */
letter-spacing: 1.5px;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-transform: scale(0.9, 1);
-ms-transform: scale(0.9, 1);
transform: scale(0.9, 1);
width: 110%;
}
.grid li.page-list-item a .pinned .title {
padding: 0 10px 0 0;
}
.grid li.page-list-item a .description {
padding: 0;
letter-spacing: 1.5px;
-webkit-transform: scale(0.9, 1);
-ms-transform: scale(0.9, 1);
transform: scale(0.9, 1);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
width: 110%;
}
.grid li.page-list-item a .description .line {
line-height: 1.5;
}
.grid li.page-list-item a .description .page-link {
font-weight: bold;
}
/* ----- END トップページのアイテム一覧の各アイテムの内容 ----- */
/* ###### END トップページ ###### */
/* ###### #で始まるタグをラベル風にする ###### */
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
font-size: 0.8em;
border-radius: 3px;
/* transition: .3s; */
-webkit-transform: scale(1);
transform: scale(1);
}
}
/* ###### シリーズ物の個別のアイテム(openmeetingとか)を非表示にする ###### */
display: none !important;
}
/* 外部リンクにiconをつける */
.line span:not(.modal-image):not(.pointing-device-map) > a.link:not(.icon)::after {
font-family: 'Font Awesome 5 Free';
content: ' \f35d';
font-weight: 900;
display: inline-block;
}
/*settingを非表示にする */
display: none;
}
.line .quote {
font-style: normal;
}
body {
font-family: '游ゴシック','Yu Gothic',san-serif;
}
.line .quote {
font-style: normal;
}
.line .meta {
}
.navbar-default {
}
.navbar-default .navbar-nav>li>a {
}
.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 1px 0 rgba(0,0,0,0.16);
}
form {
}
.page-list-item .description img.inline-icon {
height: 100%;
width: 100%
}
.line .quote {
font-style: normal ;
font-size: 70% ;
padding-left: 0 ;
border-width: thin ;
}
.line .quote .c-0 {
visibility: hidden ;
}
.line .quote .c-0 + a:last-child {
float: right ;
margin-right: 1em ;
}
/* スリムなテロメア */
.line .telomere .telomere-border, .line .telomere .telomere-border.unread {
transition: none;
box-sizing: content-box; border-color: #ffffff } .line .telomere .telomere-border:hover, .line .telomere .telomere-border.unread:hover {
box-sizing: border-box; width: auto;
border-color: #8f9899; background-color: transparent } /* ↓新着以外のテロメアの色と太さ */
.line .telomere .telomere-border { background-color: #ffffff; width: 2px } /* ↓新着のテロメアの色と太さ */
.line .telomere .telomere-border.unread { background-color: #ffffff; width: 5px } .deco-\# {
background-color: #ff0; /* 黄背景 */ }
.deco-\! { /* 重要な部分は!を付けると赤文字に */
}
/* はりつくメニューバー */
@media screen and (min-height: 600px) and (min-width: 768px) {
body:not(.presentation) { padding-top: 90px; padding-right: 0 !important }
body: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 } }
/* 3-a. ヘッダー内のプロジェクトのページへのリンク ※要UserScript */
.col-brand .project-home {
margin: 16px 0 0 28px; font-size: 18px;
display: inline-block; max-width: calc(100% - 80px);
overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.col-brand .project-home:hover, .col-brand .project-home:focus,
.col-brand .project-home:active { text-decoration: none; opacity: .6 }
.col-brand .project-home .icon { margin-right: 10px; font-size:.9em }
/* マトリクス記法 */
.line:not(.cursor-line) .deco-\| { display: inline-flex }
.line .deco-\| img.image { object-fit: contain }
/* 太字記法と組み合わせて列数を変える */
.line .level-1 .deco-\| > span { width: calc(100%/1) }
.line .level-2 .deco-\| > span { width: calc(100%/2) }
.line .level-3 .deco-\| > span { width: calc(100%/3) }
.line .level-4 .deco-\| > span { width: calc(100%/4) }
.line .level-5 .deco-\| > span { width: calc(100%/5) }
width: 100%; height: 100%; margin: 0; object-fit: cover }
/* 並べた画像の間にスキマが欲しい場合はこの2行を追加・ぴっちり敷き詰めたい場合はこの2行は不要 */
.line .deco-\| > span, .line class^="level-" .deco-\| > span { overflow: hidden } .line .deco-\| img.image, .line class^="level-" .deco-\| img.image { margin: .2em } .navbar-form .dropdown.open .dropdown-menu {
min-width: 100%; max-height: calc(100vh - 130px) !important; overflow-y: auto }
/* ピンしたページのスタイル */
.grid li.page-list-item a .pin { background-color: transparent; background-image: none }
.grid li.page-list-item a .pin::after {
content: '_'; font-family: 'Yu-Gothic'; font-size: 10px; color: #000000; bottom: 0; display: inline-block;}
.line .indent-mark .dot {
top: 10px;
width: 4px;
height: 1px;
}
.deco-\| img{
box-shadow: 0px 0px 10px 0px #000; }