MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 6,830: Line 6,830:
.mainpage-events .tile-bottom .arrow {
.mainpage-events .tile-bottom .arrow {
     margin-left: 0.2em;
     margin-left: 0.2em;
}
.news-embed {
    border-left: 20px #a9a9a9 solid;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
    margin: auto;
    max-width: 500px;
    text-align: center;
    padding: 20px 40px;
}
.news-embed.reddit {
    border-left-color: #ff5516;
}
.news-embed.twitter {
    border-left-color: #1da1f2;
}
#pt-gsnews {
    order: -2;
}
}