差分

編集の要約なし
264行目: 264行目:  
}
 
}
 
/* END Extension:AmazonSearch */
 
/* 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等の表示の設定終わり
 +
*/