MediaWiki:Common.css: различия между версиями
Страница интерфейса MediaWiki
Дополнительные действия
Rirma4ch (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
| (не показано 38 промежуточных версий 2 участников) | |||
| Строка 48: | Строка 48: | ||
display: flex; | display: flex; | ||
width: 100%; | width: 100%; | ||
border: 1px solid # | border: 1px solid #1e222ccc; | ||
border-radius: 6px; | border-radius: 6px; | ||
overflow: hidden; | overflow: hidden; | ||
| Строка 57: | Строка 57: | ||
flex-direction: column; | flex-direction: column; | ||
width: 220px; | width: 220px; | ||
background-color: # | background-color: #1a232ab3; | ||
border-right: 1px solid # | border-right: 1px solid #1e222ccc; | ||
} | } | ||
| Строка 67: | Строка 67: | ||
font-weight: bold; | font-weight: bold; | ||
color: #fcfcfc; | color: #fcfcfc; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #1e222ccc; | ||
transition: background 0.2s, color 0.2s; | transition: background 0.2s, color 0.2s; | ||
} | } | ||
.vtabs-button:hover { | .vtabs-button:hover { | ||
background-color: # | background-color: #1e222ccc; | ||
} | } | ||
.vtabs-button.active { | .vtabs-button.active { | ||
background-color: # | background-color: #1a232ab3; | ||
color: #2a6ddf; | color: #2a6ddf; | ||
border-left: 4px solid #2a6ddf; | border-left: 4px solid #2a6ddf; | ||
| Строка 84: | Строка 84: | ||
flex-grow: 1; | flex-grow: 1; | ||
padding: 20px; | padding: 20px; | ||
background: # | background: #1a232ab3; | ||
color: #fcfcfc; | color: #fcfcfc; | ||
} | } | ||
| Строка 94: | Строка 94: | ||
.vtabs-content.active { | .vtabs-content.active { | ||
display: block; | display: block; | ||
} | } | ||
| Строка 221: | Строка 170: | ||
z-index: -1; | z-index: -1; | ||
opacity: 0.3; | opacity: 0.3; | ||
} | } | ||
/* Панель для гайдов */ | /* Панель для гайдов */ | ||
| Строка 373: | Строка 301: | ||
} | } | ||
. | .palemoon-bg { | ||
background-image: linear-gradient(to bottom right, rgba( | background-image: linear-gradient(to bottom right, rgba(63, 69, 77, 0.45), rgba(110, 107, 107, 0.45)); | ||
} | } | ||
| Строка 526: | Строка 454: | ||
} | } | ||
} | } | ||
.tooltip { | .tooltip { | ||
| Строка 551: | Строка 478: | ||
} | } | ||
.tooltip:hover > .tooltiptext{ | |||
.tooltip:hover > .tooltiptext | |||
visibility: visible; | visibility: visible; | ||
opacity: 1; | opacity: 1; | ||
transition-delay: 0.1s; | transition-delay: 0.1s; | ||
} | } | ||