MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
| Строка 7: | Строка 7: | ||
cursor: pointer; | cursor: pointer; | ||
color: #1d4e8a; | color: #1d4e8a; | ||
} | |||
.law-selected { | |||
outline: 3px solid #005cbf; | |||
background-color: #d0e4ff !important; | |||
} | } | ||
Версия от 01:33, 4 августа 2025
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.law-td {
text-decoration: underline;
}
.law-td:hover {
cursor: pointer;
color: #1d4e8a;
}
.law-selected {
outline: 3px solid #005cbf;
background-color: #d0e4ff !important;
}
.th-bg1 { background-color: #d9ead3; }
.th-bg1 { background-color: #fff2cc; }
.th-bg1 { background-color: #f9cb9c; }
.th-bg1 { background-color: #f4cccc; }
.th-bg1 { background-color: #e89b9b; }
.td-bg1 { background-color: #93c47d; }
.td-bg1 { background-color: #ffd966; }
.td-bg1 { background-color: #e69138; }
.td-bg1 { background-color: #e06666; }
.td-bg1 { background-color: #cc0000; }
.vtabs {
display: flex;
width: 100%;
border: 1px solid #ccc;
border-radius: 6px;
overflow: hidden;
}
.vtabs-buttons {
display: flex;
flex-direction: column;
width: 220px;
background-color: #f0f0f0;
border-right: 1px solid #ccc;
}
.vtabs-button {
padding: 12px 16px;
cursor: pointer;
font-weight: bold;
color: #333;
border-bottom: 1px solid #ddd;
transition: background 0.2s, color 0.2s;
}
.vtabs-button:hover {
background-color: #e0e0e0;
}
.vtabs-button.active {
background-color: #fff;
color: #2a6ddf;
border-left: 4px solid #2a6ddf;
}
.vtabs-content-wrapper {
flex-grow: 1;
padding: 20px;
background: #fff;
}
.vtabs-content {
display: none;
}
.vtabs-content.active {
display: block;
}