MediaWiki:Common.css
From CKRAS Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Sidebar Icon Alignment */
#mw-panel .portal .body ul li a {
display: flex !important;
align-items: center;
padding: 4px 0;
color: #475569 !important;
text-decoration: none;
}
#mw-panel .portal .body ul li a::before {
margin-right: 10px;
font-size: 16px;
width: 20px;
text-align: center;
display: inline-block;
}
/* DEINE WUNSCH-ICONS */
#n-mainpage a::before { content: "🏠"; }
#n-recentchanges a::before { content: "⏱️"; }
/* GUIDES */
#n-Counterstrike-2 a::before { content: "🔫"; } /* Pistole für CS2 */
#n-MatchZy a::before { content: "🎮"; }
#n-PreFire a::before { content: "🔥"; }
#n-CKRAS-BOT a::before { content: "🤖"; }
#n-Gameserver-Token a::before { content: "🔑"; } /* Schlüssel für Token */
/* PRODUCTS */
#n-Gameserver a::before { content: "🎮"; } /* Play/Gaming Icon */
#n-Teamspeak a::before { content: "🎤"; }
#n-TV-Server a::before { content: "📺"; } /* TV/Display Icon */
/* EXTERNE & SPRACHE */
#mw-panel a[href*="ckras.com/en/"]::before { content: "🌐"; }
#mw-panel a[href*="play.ckras.com"]::before { content: "☁️"; }
#mw-panel a[href*="iface.ckras.com"]::before { content: "💳"; }
#mw-panel a[href*="wiki.ckras.com"]::before { content: "🌐"; } /* Weltkugel für Sprache */