MediaWiki:Common.css: відмінності між версіями

Матеріал з Бастіон-16
Перейти до навігації Перейти до пошуку
Немає опису редагування
Мітка: Скасовано
(Замінено вміст на «→‎* Розміщений тут CSS буде застосовуватися до всіх тем оформлення: #pt-mytalk { display: none !important; } #ca-history { display: none !important; } #ca-viewsource { display: none !important; } #ca-talk { display: none !important; } #p-tb { display: none !important; } #ca-view { display: none !important; } #p-logo a { background-position: center center; background-repeat: no-repeat; displ...»)
Мітки: Замінено Ручний відкіт
 
(Не показані 52 проміжні версії цього користувача)
Рядок 1: Рядок 1:
/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
#pt-mytalk { display: none !important; }
#ca-history { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
#p-tb { display: none !important; }
#ca-view { display: none !important; }
#p-logo a {
#p-logo a {
     background-position: center center;
     background-position: center center;
Рядок 20: Рядок 26:
     font-size: 20px;
     font-size: 20px;
}
}
 
/** Leaderboard Table CSS*/
 
#leaderboard {
.mc-widget {
    width: 100%;
     font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #ffffff;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 5px auto 30px;
}
#leaderboard h1 {
    background-color: #0056b3;
    color: #ffffff;
    text-align: center;
     margin: 0;
     margin: 0;
     padding: 2em;
     padding: 1em;
    background-color: #f8f9fa;
    color: #202122;
    max-width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #a2a9b1;
    border-radius: 4px;
}
}
.mc-widget .mw-headline {
#leaderboard table {
     font-size: 1.5em;
     width: 100%;
    margin-bottom: 0.5em;
     border-collapse: collapse;
     border-bottom: 1px solid #a2a9b1;
    padding-bottom: 0.3em;
}
}
.mc-widget #mc-players {
#leaderboard th, #leaderboard td {
     list-style: none;
     padding: 12px;
     padding: 0;
    text-align: left;
     margin: 0;
     border-bottom: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
}
}
.mc-widget #mc-players li {
#leaderboard th {
     display: flex;
     background-color: #f2f2f2;
     align-items: center;
     text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #eaecf0;
}
}
.mc-widget #mc-players li:last-child {
#leaderboard tr:hover {
     border-bottom: none;
     background-color: #f1f1f1;
}
}
.mc-widget #mc-players img {
.player-img {
     width: 24px;
     width: 24px;
     height: 24px;
     height: 24px;
     margin-right: 10px;
     margin-right: 8px;
    vertical-align: middle;
     border-radius: 4px;
     border-radius: 4px;
     border: 1px solid #a2a9b1;
     border: 1px solid #a2a9b1;
}
}
.mc-widget #mc-server-icon {
.player-link {
     width: 64px;
    text-decoration: none;
     height: 64px;
    color: #0645ad;
    display: block;
}
    margin: 0 auto 10px;
.player-link:hover {
     text-decoration: underline;
     color: #007bff;
}
 
li.gallerybox div.thumb:hover {
transform: scale(1.1);
transform: 0.3s ease-in-out;
}
}
.mc-widget .info {
li.gallerybox div.thumb img {
    margin: 0.5em 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
}

Поточна версія на 19:22, 7 серпня 2025

/** Розміщений тут CSS буде застосовуватися до всіх тем оформлення */
#pt-mytalk { display: none !important; }
#ca-history { display: none !important; }
#ca-viewsource { display: none !important; }
#ca-talk { display: none !important; }
#p-tb { display: none !important; }
#ca-view { display: none !important; }
#p-logo a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 10em;
    height: 160px;
    text-decoration: none;
    background-size: contain;
}

#p-logo {
    width: 10em;
    height: 160px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.vector-legacy-sidebar .vector-menu-portal {
    font-size: 20px;
}
/** Leaderboard Table CSS*/
#leaderboard {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 5px auto 30px;
}
#leaderboard h1 {
    background-color: #0056b3;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 1em;
}
#leaderboard table {
    width: 100%;
    border-collapse: collapse;
}
#leaderboard th, #leaderboard td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
#leaderboard th {
    background-color: #f2f2f2;
    text-align: center;
}
#leaderboard tr:hover {
    background-color: #f1f1f1;
}
.player-img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #a2a9b1;
}
.player-link {
    text-decoration: none;
    color: #0645ad;
}
.player-link:hover {
    text-decoration: underline;
    color: #007bff;
}

li.gallerybox div.thumb:hover {
	transform: scale(1.1);
	transform: 0.3s ease-in-out;
}
li.gallerybox div.thumb img {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}