settings 試し
code:style.css
background-color: #000000 !important; width:200 !important;
height:200 !important; /* この数値を変えれば各ページの高さが変わる */
}
code:style.
.two-two {
width: 300px !important;
height: 110px !important;
}
.two-two .icon {
padding-top: 110px !important;
}
.two-two .title {
height: 10px !important;
}
/**
.page-list .grid li,
.related-page-list .grid li.page-list-item,
.related-page-list .grid li.relation-label {
width: 200px !important;
height: 110px !important;
}
code:style.css
div.page-list li.yamaken{
width:auto !important;
height:auto !important; /* この数値を変えれば各ページの高さが変わる */
float:none
}
div.page-list div.icon{
display:none
}
div.page-list div.description{
padding:100 12px !important
}
li.ellipsis{
float:none
}
code:style.css
/** ページのアイコンで変更する
background-color: #F0EDC0 !important; }
background-color: #D8CEF6 !important; }
opacity:0.1 !important;
}
code:style.css
/* title 属性を持つ <a> 要素 */
color: purple;
}
color: green;
}
/* href に "example" を含む <a> 要素 */
font-size: 0.5em;
}
font-size: 0.7em;
}
/* href が "org" で終わる <a> 要素 */
font-style: italic;
}
code:style.css
/* #で始まるタグをラベル風にする */
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);
}
-webkit-transform: scale(1.1);
transform: scale(1.1);
}