Вики восстановлена из архивной копии. Мы восстанавливаем содержимое, но часть страниц может содержать устаревшую информацию. Пожалуйста, обращайте внимание на дату последней правки.

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

Материал из Rubikus wiki
Перейти к навигации Перейти к поиску
Нет описания правки
Нет описания правки
 
(не показано 11 промежуточных версий этого же участника)
Строка 21: Строка 21:
     z-index: 9999;
     z-index: 9999;
     padding: 8px 12px;
     padding: 8px 12px;
    border: 1px solid #888;
    border: 1px solid #5fb3b3;
     border-radius: 6px;
     border-radius: 10px;
     background: #f8f9fa;
     background: #bfeeee;
     color: #202122;
     color: #004d4d;
     cursor: pointer;
     cursor: pointer;
     box-shadow: 0 2px 6px rgba(0,0,0,0.2);
     box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    opacity: 0.75;
    transition: opacity 0.2s;
}
}


#back-to-top:hover {
#back-to-top:hover {
     background: #eaecf0;
     background: #eaecf0;
    opacity: 0.9;
}
#n-donate-link a {
    font-weight: bold;
    color: #0057b7;
   
    background-color: #fff400;
    padding: 2px 6px;
    border: 1px solid #0057b7;
    border-radius: 4px;
    display: inline-block;
}
#n-donate-link a:hover {
    color: #fff400;
    background-color: #0057b7;
    text-decoration: none;
}
.skin-minerva #ca-donate-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 4px 7px;
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #0057b7;
    border-radius: 4px;
    background-color: #ffd700;
    color: #0057b7;
}
.skin-minerva #ca-donate-mobile:hover {
    background-color: #0057b7;
    color: #ffd700;
    text-decoration: none;
}
/*для шапки с датой редактирования*/
.archive-revision-notice {
    background: #fff3cd;
    border: 1px solid #e0a800;
    color: #4a3600;
    padding: 0.7em 1em;
    margin: 0 0 1em 0;
    border-radius: 6px;
    font-size: 95%;
}
.wiki-global-notice {
background: #d1ecf1;
    border: 1px solid #0c5460;
    color: #0c5460;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    border-radius: 6px;
    font-size: 95%;
}
}

Текущая версия от 19:43, 7 июля 2026

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.flag-box {
    display: inline-flex;
    width: 30px;
    height: 20px;

    align-items: center;
    justify-content: center;
}

.flag-box img {
    max-height: 20px;
    max-width: 30px;
}


#back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    padding: 8px 12px;
     border: 1px solid #5fb3b3;
    border-radius: 10px;
    background: #bfeeee;
    color: #004d4d;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    opacity: 0.75;
    transition: opacity 0.2s;
}

#back-to-top:hover {
    background: #eaecf0;
    opacity: 0.9;
}


#n-donate-link a {
    font-weight: bold;
    color: #0057b7;
    
    background-color: #fff400;
    padding: 2px 6px;
    border: 1px solid #0057b7;
    border-radius: 4px;
    display: inline-block;
}

#n-donate-link a:hover {
    color: #fff400;
    background-color: #0057b7;
    text-decoration: none;
}

.skin-minerva #ca-donate-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-left: 6px;
    padding: 4px 7px;

    font-size: 1.2em;
    line-height: 1;

    text-decoration: none;
    border: 1px solid #0057b7;
    border-radius: 4px;
    background-color: #ffd700;
    color: #0057b7;
}

.skin-minerva #ca-donate-mobile:hover {
    background-color: #0057b7;
    color: #ffd700;
    text-decoration: none;
}

/*для шапки с датой редактирования*/
.archive-revision-notice {
    background: #fff3cd;
    border: 1px solid #e0a800;
    color: #4a3600;
    padding: 0.7em 1em;
    margin: 0 0 1em 0;
    border-radius: 6px;
    font-size: 95%;
}
.wiki-global-notice {
	background: #d1ecf1;
    border: 1px solid #0c5460;
    color: #0c5460;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    border-radius: 6px;
    font-size: 95%;
}