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

нема опису редагування
Немає опису редагування
Мітка: Скасовано
Немає опису редагування
Мітка: Ручний відкіт
Рядок 263: Рядок 263:
.content .mw-parser-output h1 .mw-editsection, .content .mw-parser-output h2 .mw-editsection, .content .mw-parser-output h3 .mw-editsection, .content .mw-parser-output h4 .mw-editsection, .content .mw-parser-output h5 .mw-editsection, .content .mw-parser-output h6 .mw-editsection {
.content .mw-parser-output h1 .mw-editsection, .content .mw-parser-output h2 .mw-editsection, .content .mw-parser-output h3 .mw-editsection, .content .mw-parser-output h4 .mw-editsection, .content .mw-parser-output h5 .mw-editsection, .content .mw-parser-output h6 .mw-editsection {
display:none!important;
display:none!important;
}
.full-width-button {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #007BFF; /* Bootstrap primary color */
    color: white;
    text-align: center;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}
.full-width-button:hover {
    background-color: #0056b3; /* Darker blue *
}
}