MediaWiki:Test.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
body {
/* Основной стиль для информации о расах */
     background-color: #f0f0f0;
.race-info {
     background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
 
.race-info h2 {
     color: #333;
     color: #333;
}
}


h1 {
.race-info ul {
     color: #007acc;
     list-style-type: none;
     text-align: center;
     padding-left: 0;
}
}


#test-message {
.race-info ul li {
     font-size: 1.5em;
    margin-bottom: 10px;
}
 
.race-info .highlight {
     font-weight: bold;
     color: #d9534f;
     color: #d9534f;
     margin: 20px;
}
     text-align: center;
 
button {
     background-color: #007bff;
    color: white;
    padding: 10px 20px;
     border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}
 
button:hover {
    background-color: #0056b3;
}
 
.select-race {
    font-size: 1.2em;
    margin-bottom: 20px;
}
}

Версия от 09:35, 18 января 2025

/* Основной стиль для информации о расах */
.race-info {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.race-info h2 {
    color: #333;
}

.race-info ul {
    list-style-type: none;
    padding-left: 0;
}

.race-info ul li {
    margin-bottom: 10px;
}

.race-info .highlight {
    font-weight: bold;
    color: #d9534f;
}

button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
}

button:hover {
    background-color: #0056b3;
}

.select-race {
    font-size: 1.2em;
    margin-bottom: 20px;
}