Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

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

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 78: Строка 78:
     min-width: 150px;
     min-width: 150px;
}
}
.SuperiorRewards {
.LegendaryRewards {
    padding: 10px !important;
    margin-top: 2rem !important;
    color: #CCAA1A !important;
    border-bottom: 1px solid #CCAA1A !important;
    min-width: 150px;
}
.EpicRewards {
     padding: 10px !important;
     padding: 10px !important;
     margin-top: 2rem !important;
     margin-top: 2rem !important;
     color: #3A92FF !important;
     color: #A02EF7 !important;
     border-bottom: 1px solid #3A92FF !important;
     border-bottom: 1px solid #A02EF7 !important;
     min-width: 150px;
     min-width: 150px;
}
}
.LegendaryRewards {
.SuperiorRewards {
     padding: 10px !important;
     padding: 10px !important;
     margin-top: 2rem !important;
     margin-top: 2rem !important;
     color: #CCAA1A !important;
     color: #3A92FF !important;
     border-bottom: 1px solid #CCAA1A !important;
     border-bottom: 1px solid #3A92FF !important;
     min-width: 150px;
     min-width: 150px;
}
}