MediaWiki:Common.css
Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.
- Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
- Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
- Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
- Opera: Нажмите Ctrl+F5.
.pageframe-container {
backdrop-filter: var(--blur-default);
}
/* Убираем перетаскивание картинок и ссылок */
a {
-webkit-user-drag: none;
}
img {
user-select: none;
-webkit-user-drag: none;
}
/* Disable blur */
.blurless {
backdrop-filter: blur(0) !important;
}
/* Fill */
.fill {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: var(--index-low);
}
/* Лого на главной странице */
.tg-logo {
display: flex;
flex-direction: column;
align-items: center;
max-width: 900px;
padding: 2em 1.5em 0;
background-color: var(--color-bg-section-light);
border: var(--border-classic);
border-radius: var(--border-radius-large);
backdrop-filter: var(--blur-default);
}
.tg-logo a img {
width: 100%;
height: auto;
}
.tg-welcome {
display: inline-flex;
font-weight: bold;
padding: 0 1em;
margin: 1em 0.5em 0.5em 0.5em;
background-color: var(--color-primary);
color: var(--color-white);
border-radius: var(--border-radius-large);
}
.tg-info {
display: flex;
flex-direction: column;
align-items: center;
}
.tg-info-string:first-child {
max-width: 80%;
padding: 0.5em 1em;
margin-bottom: 0.5em;
background-color: var(--color-bg-section-light);
border: var(--border-classic);
border-top: 0;
border-radius: 0 0 var(--border-radius-large) var(--border-radius-large);
box-shadow: inset 0px 5px 5px -5px rgba(0,0,0, 0.2);
backdrop-filter: var(--blur-default);
}
/* Контент главной страницы */
.wiki-mainpage {
display: flex;
flex-wrap: wrap;
gap: 0.75em;
}
.wiki-mainpage-column {
display: flex;
flex-direction: column;
flex: 1;
gap: 0.75em;
}
/* Вкладки департаментов для NavBar */
.department-tabs {
display: flex;
flex-wrap: wrap;
flex-grow: 1;
overflow: auto;
}
.department-tabs-tab {
position: relative;
display: inline-flex;
flex-grow: 1;
flex-basis: 5%;
}
.department-tabs-tab a {
padding: 0.4em 1em;
flex-grow: 1;
text-align: center;
font-weight: bold;
transition-property: background-color, color;
}
.department-tabs-tab a,
.department-tabs-tab a:active, {
color: var(--color-text-gray);
}
.department-tabs-tab a:hover,
.department-tabs-tab a:active:hover, {
background-color: var(--color-bg-hover);
color: var(--color-text-darker);
}
.department-tabs-tab a.mw-selflink {
background-color: var(--color-bg-focus) !important;
color: var(--color-text) !important;
box-shadow: var(--shadow-template--medium);
z-index: var(--index-fore);
}
/* Кнопки для NavBar */
.navbar-button a {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
font-weight: bold;
color: var(--color-text-darker) !important;
transition-property: background-color, color;
}
.navbar-button a:hover {
background-color: var(--color-bg-hover);
}
/* Кнопки на главной странице */
.pagebutton-container {
user-select: none;
display: inline-flex;
flex-direction: column;
overflow: hidden;
position: relative;
margin: 0.25em;
outline: 1px outset var(--color-border);
border-radius: var(--border-radius-small);
transition: box-shadow var(--transition-time), transform var(--transition-time);
}
.pagebutton-container:hover {
box-shadow: 0 0.25em 0.5em 0;
transform: translateY(-0.3em);
transition-delay: 0s;
z-index: 1;
}
.pagebutton-container:hover:focus-within {
box-shadow: 0 0.25em 0.5em 0, inset 0 0 0.5em;
transition-delay: 0s;
}
.pagebutton-text a {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
min-height: 21px;
background-color: var(--color-bg-focus);
color: var(--color-white) !important;
border-top: var(--border-classic);
}
.pagebutton-image a img {
display: flex;
margin: 0 auto;
padding: 0.5em;
}
/* Стилизованные ссылки */
.custom-link a {
display: inline-block;
margin: 0.25em;
padding: 0em 0.5em;
vertical-align: middle;
background-color: var(--color-primary);
color: var(--color-white) !important;
border-radius: var(--border-radius-small);
transition: background-color var(--transition-time);
}
.custom-link a:hover {
background-color: var(--color-primary-light);
}
/* Item Template */
.item-template {
position: relative;
overflow: auto;
display: inline-flex;
flex-direction: column;
border-radius: var(--border-radius-medium);
}
.item-template-item {
display: flex;
}
.item-template-desc {
padding: 0.25em 0.5em;
white-space: break-spaces;
}
.item-template-desc p {
display: inline-block;
width: 100%;
}
.item-template-desc ul {
white-space: normal;
}
.item-template-desc br {
display: none;
}
.item-template-storage {
display: flex;
flex-direction: column;
flex: 1;
}
/* Construction Template */
.construction-container {
overflow: auto;
display: inline-flex;
position: relative;
width: 50%;
max-height: 100% !important;
margin-bottom: 0.75em;
border-radius: var(--border-radius-medium);
box-shadow: var(--shadow-template--small);
}
.construcion-object {
display: flex;
flex-direction: column;
width: 20%;
box-shadow: var(--shadow-template--medium);
z-index: var(--index-fore);
min-width: 150px;
}
.construction-tools {
display: flex;
justify-content: center;
align-content: center;
align-items: center;
flex-wrap: wrap;
flex: 1;
padding: 0.25em
}
.construction-steps {
display: flex;
flex-direction: column;
flex: 1;
min-width: 250px;
}
.construction-steps ol {
margin: 0 0 0 1.75em;
}
.construction-info-header {
padding: 0.25em 0.5em;
text-align: center;
font-weight: bold;
color: var(--color-white);
}
/* Стили шаблона Notice */
.notice-wrapper {
overflow: hidden;
position: relative;
width: 100%;
border-radius: var(--border-radius-large);
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}
.notice-lines {
flex: 1;
min-width: 10%;
height: 40px;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
z-index: var(--index-base);
}
.notice-title {
overflow: hidden;
position: relative;
padding: 0.25em 0.5em;
min-width: 50%;
border-radius: 0 0 var(--border-radius-large) var(--border-radius-large);
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
z-index: var(--index-fore);
}
.notice-title-text {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.2rem;
font-family: 'Comic Sans MS';
text-align: center;
color: var(--color-white);
}
.notice-content {
display: flex;
align-items: center;
flex-direction: column;
margin: 1em;
}
.notice-content-text {
font-size: 0.85rem;
font-family: 'Comic Sans MS';
text-align: center;
color: var(--color-text);
}