「テンプレート:Banner/styles.css」の版間の差分

削除された内容 追加された内容
編集の要約なし
 
4行目:
background: rgba(0,0,0,0.3);
border-radius: 4px;
padding-left: 18px;
}
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
50 ⟶ 49行目:
 
@media screen and ( min-width: 720px ) { /* greater than or equal to */
.banner-image img.nolink { display: none; } /* can be removed when backward compat is no longer needed */
.banner-image span[typeof~='mw:File/Frameless'].nolink { display: none; }
.mainpage-shadowbox h2 {
font-size: 190%;
75行目:
}
@media screen and ( max-width: 720px ) {
.banner-image img:not(.nolink) { display: none; } /* can be removed when backward compat is no longer needed */
.banner-image span[typeof~='mw:File/Frameless'] img { display: inline-block; } /* can be removed when b/c is no longer needed */
.banner-image span[typeof~='mw:File/Frameless']:not(.nolink) { display: none; }
.banner-image > .mainpage-shadowbox {
width: inherit !important;
101 ⟶ 103行目:
/* and besides, the number buttons still work */
}
img.interactiveIcon, {/* can be removed when backward compat is no longer needed */
.interactiveIcon img {
position: absolute;
opacity: 0.4;