差分

編集の要約なし
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;
 +
}
 +
/*
 +
* 段組み表示の設定終わり
 +
*/