MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tag: Manual revert |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
font-family:"Gill Sans Nova",Ubuntu,Calibri,"DejaVu Sans",source-sans-pro,Helvetica,sans-serif; | font-family:"Gill Sans Nova",Ubuntu,Calibri,"DejaVu Sans",source-sans-pro,Helvetica,sans-serif; | ||
font-size:1.2rem; | font-size:1.2rem; | ||
} | |||
.vector-page-titlebar::after { | |||
display: none; | |||
} | } | ||
| Line 313: | Line 317: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
#mw-panel a[href*="discord.gg"], | |||
#mw-panel a[href*="discord.com/invite"]{ | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
padding: 10px 12px; | |||
border-radius: 6px; | |||
font-weight: 600; | |||
text-decoration: none; | |||
background: #5865F2; | |||
margin-bottom: 4px; | |||
color: #fff !important; | |||
} | |||
#mw-panel a[href*="discord.gg"]::before, | |||
#mw-panel a[href*="discord.com/invite"]::before{ | |||
content: ""; | |||
width: 18px; | |||
height: 18px; | |||
flex: 0 0 18px; | |||
background: url("/w/Special:FilePath/Discord-white-icon.png") center / contain no-repeat; | |||
} | |||
#mw-panel a[href*="discord.gg"]:hover, | |||
#mw-panel a[href*="discord.com/invite"]:hover{ | |||
filter: brightness(0.95); | |||
} | |||
#mw-panel a[href*="chromewebstore.google.com"] { | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
padding: 10px 12px; | |||
border-radius: 6px; | |||
font-weight: 600; | |||
text-decoration: none; | |||
background: #1a73e8; | |||
color: #fff !important; | |||
margin-bottom: 4px; | |||
} | |||
#mw-panel a[href*="chromewebstore.google.com"]::before { | |||
content: ""; | |||
width: 18px; | |||
height: 18px; | |||
flex: 0 0 18px; | |||
background: url("/w/Special:FilePath/Chrome-white-icon2.png") center / contain no-repeat; | |||
} | |||
#mw-panel a[href*="chromewebstore.google.com"]:hover { | |||
filter: brightness(0.95); | |||
} | |||
#mw-panel a[href*="addons.mozilla.org"] { | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
padding: 10px 12px; | |||
border-radius: 6px; | |||
font-weight: 600; | |||
text-decoration: none; | |||
background: #ff6611; | |||
color: #fff !important; | |||
} | |||
#mw-panel a[href*="addons.mozilla.org"]::before { | |||
content: ""; | |||
width: 18px; | |||
height: 18px; | |||
flex: 0 0 18px; | |||
background: url("/w/Special:FilePath/Firefox-white-icon3.png") center / contain no-repeat; | |||
} | |||
#mw-panel a[href*="addons.mozilla.org"]:hover { | |||
filter: brightness(0.95); | |||
} | |||
#mw-panel a[href*="zulip.consumerrights.wiki"]{ | |||
display: flex; | |||
align-items: center; | |||
gap: 8px; | |||
padding: 10px 12px; | |||
border-radius: 6px; | |||
font-weight: 600; | |||
text-decoration: none; | |||
background: #6492FE; | |||
color: #fff !important; | |||
margin-bottom: 4px; | |||
} | |||
#mw-panel a[href*="zulip.consumerrights.wiki"]::before{ | |||
content: ""; | |||
width: 18px; | |||
height: 18px; | |||
flex: 0 0 18px; | |||
background: url("/w/Special:FilePath/Zulip-white-icon.png") center / contain no-repeat; | |||
} | |||
#mw-panel a[href*="zulip.consumerrights.wiki"]:hover{ | |||
filter: brightness(0.95); | |||
} | } | ||