MediaWiki:Common.css: Difference between revisions

From CKRAS Wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* --- CKRAS SIDEBAR CUSTOM STYLING (EN) --- */
/* Sidebar Icon Alignment */
 
/* Sidebar Header Style */
#mw-panel .portal h3 {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #0B65E9 !important;
    font-weight: 800;
    margin-top: 18px;
    letter-spacing: 0.5px;
}
 
/* Link Alignment & Style */
#mw-panel .portal .body ul li {
    list-style: none !important;
    padding: 2px 0;
}
 
#mw-panel .portal .body ul li a {
#mw-panel .portal .body ul li a {
     display: flex !important;
     display: flex !important;
     align-items: center;
     align-items: center;
    padding: 4px 0;
     color: #475569 !important;
     color: #475569 !important;
    font-size: 14px;
    transition: all 0.2s ease;
     text-decoration: none;
     text-decoration: none;
}
}


#mw-panel .portal .body ul li a:hover {
    color: #0B65E9 !important;
    padding-left: 2px;
}
/* Icon Setup */
#mw-panel .portal .body ul li a::before {
#mw-panel .portal .body ul li a::before {
     margin-right: 10px;
     margin-right: 12px;
     font-size: 16px;
     font-size: 16px;
     width: 20px;
     width: 20px;
Line 17: Line 40:
}
}


/* DEINE WUNSCH-ICONS */
/* Navigation Icons */
#n-mainpage a::before { content: "🏠"; }
#n-mainpage a::before { content: "🏠"; }
#n-recentchanges a::before { content: "⏱️"; }
#n-recentchanges a::before { content: "⏱️"; }


/* GUIDES */
/* Guide Icons */
#n-Counterstrike-2 a::before { content: "🔫"; } /* Pistole für CS2 */
#n-Counterstrike-2 a::before { content: "🔫"; }
#n-MatchZy a::before { content: "🎮"; }
#n-MatchZy a::before { content: "🎮"; }
#n-PreFire a::before { content: "🔥"; }
#n-PreFire a::before { content: "🔥"; }
#n-CKRAS-BOT a::before { content: "🤖"; }
#n-CKRAS-BOT a::before { content: "🤖"; }
#n-Gameserver-Token a::before { content: "🔑"; } /* Schlüssel für Token */
#n-Gameserver-Token a::before { content: "🔑"; }


/* PRODUCTS */
/* Product Icons */
#n-Gameserver a::before { content: "🎮"; } /* Play/Gaming Icon */
#n-Gameserver a::before { content: "🎮"; }
#n-Teamspeak a::before { content: "🎤"; }
#n-Teamspeak a::before { content: "🎤"; }
#n-TV-Server a::before { content: "📺"; } /* TV/Display Icon */
#n-TV-Server a::before { content: "📺"; }


/* EXTERNE & SPRACHE */
/* External & Language Icons */
#mw-panel a[href*="ckras.com/en/"]::before { content: "🌐"; }
#mw-panel a[href*="ckras.com/en/"]::before { content: "🌐"; }
#mw-panel a[href*="play.ckras.com"]::before { content: "☁️"; }
#mw-panel a[href*="play.ckras.com"]::before { content: "☁️"; }
#mw-panel a[href*="iface.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 */
#mw-panel a[href*="wiki.ckras.com"]::before { content: "🇩🇪"; } /* Flag for German Link */

Revision as of 17:09, 26 February 2026

/* --- CKRAS SIDEBAR CUSTOM STYLING (EN) --- */

/* Sidebar Header Style */
#mw-panel .portal h3 {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #0B65E9 !important;
    font-weight: 800;
    margin-top: 18px;
    letter-spacing: 0.5px;
}

/* Link Alignment & Style */
#mw-panel .portal .body ul li {
    list-style: none !important;
    padding: 2px 0;
}

#mw-panel .portal .body ul li a {
    display: flex !important;
    align-items: center;
    color: #475569 !important;
    font-size: 14px;
    transition: all 0.2s ease;
    text-decoration: none;
}

#mw-panel .portal .body ul li a:hover {
    color: #0B65E9 !important;
    padding-left: 2px;
}

/* Icon Setup */
#mw-panel .portal .body ul li a::before {
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

/* Navigation Icons */
#n-mainpage a::before { content: "🏠"; }
#n-recentchanges a::before { content: "⏱️"; }

/* Guide Icons */
#n-Counterstrike-2 a::before { content: "🔫"; }
#n-MatchZy a::before { content: "🎮"; }
#n-PreFire a::before { content: "🔥"; }
#n-CKRAS-BOT a::before { content: "🤖"; }
#n-Gameserver-Token a::before { content: "🔑"; }

/* Product Icons */
#n-Gameserver a::before { content: "🎮"; }
#n-Teamspeak a::before { content: "🎤"; }
#n-TV-Server a::before { content: "📺"; }

/* External & Language Icons */
#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: "🇩🇪"; } /* Flag for German Link */