MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 6,260: Line 6,260:
     width: 100%;
     width: 100%;
     padding: 1.3rem 1.5rem 0.6rem;
     padding: 1.3rem 1.5rem 0.6rem;
}
/*Future Content - Main Page*/
.tile.big-tile.futurecontent {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("filepath://Archaeology key art.png") right / 100% auto no-repeat #ffffff;
    padding: 1.5em 2em 1em;
    text-align: center;
}
.tile.big-tile.futurecontent img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}
.tile.big-tile.futurecontent h3#arch-countdown {
    font-size: 2em;
}
}