差分

1,602 バイト追加 、 2021年2月22日 (月) 16:16
編集の要約なし
219行目: 219行目:  
text-align: left;
 
text-align: left;
 
}
 
}
 +
 +
/* Extension:AmazonSearch */
 +
DIV.amazonsearch {
 +
clear: both;
 +
width: 100%;
 +
margin: 0 auto;
 +
padding: 0.5em;
 +
border: 1px solid #444;
 +
overflow: hidden;
 +
}
 +
DIV.amazonsearch IMG.amazonsearchimg {
 +
float: left;
 +
margin: 0.1em 1em 0.1em 0.1em;
 +
}
 +
DIV.amazonsearch P.amazonsearchname {
 +
margin: 0;
 +
font-size: 90%;
 +
text-indent: 0;
 +
}
 +
DIV.amazonsearch P.amazonsearchauthor {
 +
margin: 0;
 +
font-size: 80%;
 +
text-indent: 0;
 +
}
 +
DIV.amazonsearch UL {
 +
margin: 0;
 +
}
 +
DIV.amazonsearch UL LI {
 +
display: inline-block;
 +
text-align: center;
 +
list-style: none;
 +
font-size: 90%;
 +
width: 12em;
 +
margin: 0.2em;
 +
padding: 0.2em 0.5em 0.2em 0.5em;
 +
border-radius: 0.5em;
 +
white-space: nowrap;
 +
}
 +
DIV.amazonsearch UL LI A {
 +
color: #fff;
 +
}
 +
DIV.amazonsearch UL LI.shoplinkamazon {
 +
background-color: #f90;
 +
}
 +
/* END Extension:AmazonSearch */
 +
 +
/*
 +
* Content in columns with CSS instead of tables [[Template:Columns]]
 +
* 2009-02-10 by [[User:mizusumashi]]
 +
* 段組み表示の設定
 +
*/
 +
div.columns-2 div.column {
 +
    float: left;
 +
    width: 50%;
 +
    min-width: 300px;
 +
}
 +
div.columns-3 div.column {
 +
    float: left;
 +
    width: 33.3%;
 +
    min-width: 200px;
 +
}
 +
div.columns-4 div.column {
 +
    float: left;
 +
    width: 25%;
 +
    min-width: 150px;
 +
}
 +
div.columns-5 div.column {
 +
    float: left;
 +
    width: 20%;
 +
    min-width: 120px;
 +
}
 +
/*
 +
* 段組み表示の設定終わり
 +
*/
 +
 +
/* Otheruses等の冒頭曖昧さ回避テンプレート */
 +
.dablink {
 +
    margin: 0.5em 0;
 +
    padding: 3px 2em;
 +
    background-color: transparent;
 +
    border-bottom: 1px solid #a2a9b1;
 +
    font-size: 90%;
 +
}
 +
/*
 +
* Otheruses等の表示の設定終わり
 +
*/