「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
 
(同じ利用者による、間の1版が非表示)
286行目: 286行目:
background: #f8eaba;
background: #f8eaba;
}
}


.infobox {
.infobox {
293行目: 294行目:
     font-size: 88%;
     font-size: 88%;
     line-height: 1.5em;
     line-height: 1.5em;
     border-spacing: 3px
     border-spacing: 3px;
margin: 0.5em 0 0.5em 1em;
float: right;
clear: right;
text-align: left;
}
}


309行目: 314行目:
     .infobox .nowrap {
     .infobox .nowrap {
         white-space: normal
         white-space: normal
    }
}
@media (min-width: 640px) {
    .infobox {
        margin:0.5em 0 0.5em 1em;
        float: right;
        clear: right;
        width: 22em;
     }
     }
}
}