MediaWiki:Templates.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 366: Line 366:
     background-image: linear-gradient(to left bottom, #00a5ea 0, transparent 70%),
     background-image: linear-gradient(to left bottom, #00a5ea 0, transparent 70%),
         linear-gradient(to left top, #20b7e5 43px, #00f6ff 44px) !important;
         linear-gradient(to left top, #20b7e5 43px, #00f6ff 44px) !important;
}
.current-info-box {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.current-info-box > div {
    width: 50%;
    flex: 1;
}
}