MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 296: | Line 296: | ||
background: linear-gradient( | background: linear-gradient( | ||
135deg, | 135deg, | ||
rgba( | rgba(40, 30, 70, 0.92), | ||
rgba( | rgba(22, 16, 45, 0.92) | ||
) !important; | ) !important; | ||
color: #fff; | |||
color: #fff; | |||
} | } | ||
| Line 315: | Line 314: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border-top: 1px solid rgba( | border-top: 1px solid rgba(255, 255, 255, 0.10); | ||
border-left: 1px solid rgba( | border-left: 1px solid rgba(255, 255, 255, 0.10); | ||
background: rgba( | background: rgba(18, 12, 32, 0.72); /* <-- much darker than 0.18 */ | ||
box-shadow: | |||
inset 0 1px 0 rgba(255, 255, 255, 0.05), | |||
inset 0 0 0 1px rgba(0, 0, 0, 0.30); | |||
color: #fff; | color: #fff; | ||
} | } | ||