settings 試し
code:style.css
.grid li.page-list-item > ahref*="azsx" > .content {
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
/** ページのアイコンで変更する
.grid li.page-list-item > ahref*="qawsed" > .content {
background-color: #F0EDC0 !important;
}
.grid li.page-list-item > ahref*="tameshi" > .content {
background-color: #D8CEF6 !important;
}
.grid li.page-list-item > ahref*="a31" > .content {
opacity:0.1 !important;
}
code:style.css
/* title 属性を持つ <a> 要素 */
atitle {
color: purple;
}
/* href が "https://example.org" と一致する <a> 要素 */
a[href="https://example.org"] {
color: green;
}
/* href に "example" を含む <a> 要素 */
ahref*="example" {
font-size: 0.5em;
}
ahref*="qaws" {
font-size: 0.7em;
}
/* href が "org" で終わる <a> 要素 */
ahref$=".org" {
font-style: italic;
}
code:style.css
/* #で始まるタグをラベル風にする */
atype="hashTag"{
display: inline-block;
padding: 2px 8px;
margin: 0 8px 10px 0;
background: #fff;
color: #afeeee;
font-size: 0.8em;
border: 1px solid #f27e48;
border-radius: 3px;
transition: .3s;
-webkit-transform: scale(1);
transform: scale(1);
}
atype="hashTag":hover{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}