MediaWiki:Common.css: различия между версиями
Материал из Энциклосамсонии
Перейти к навигацииПерейти к поиску
Joker666 (обсуждение | вклад) |
Joker666 (обсуждение | вклад) |
||
| Строка 165: | Строка 165: | ||
} | } | ||
/* Разрешаем элементам выходить за рамки плашки во все стороны */ | |||
.mw-parser-output .welcome-box { | .mw-parser-output .welcome-box { | ||
position: relative; | position: relative; | ||
| Строка 171: | Строка 172: | ||
} | } | ||
/* Общие стили для двух слоев гигантской гирлянды */ | |||
.mw-parser-output .welcome-box::before, | .mw-parser-output .welcome-box::before, | ||
.mw-parser-output .welcome-box::after { | .mw-parser-output .welcome-box::after { | ||
content: ""; | content: ""; | ||
position: absolute; | position: absolute; | ||
top: -50px; | |||
top: - | left: -30px; | ||
left: - | right: -30px; | ||
right: - | height: 70px; | ||
height: | background-image: url('/w/resources/assets/balloons.png'); | ||
background-image: url('/w/resources/assets/ | |||
background-size: auto 100%; | background-size: auto 100%; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
z-index: 999; | z-index: 999; | ||
| Строка 191: | Строка 193: | ||
.mw-parser-output .welcome-box::after { | .mw-parser-output .welcome-box::after { | ||
background-position: | background-position: 95px 4px; | ||
opacity: 0. | opacity: 0.9; | ||
} | } | ||
Версия от 17:47, 30 августа 2026
.pmargin p {
margin: 0;
}
.pmargin figure {
margin: 0;
}
.mainpage-catalogue ul {
columns: 2;
}
.mainpage-container .mw-heading {
margin-top: 0px;
padding-top: 0px;
}
.mainpage-container .mw-changeslist-legend {
display: none;
}
.mainpage-warning .mw-heading {
border-bottom: 1px solid IndianRed;
}
a[href$="/Instalol"],
a[href$=":Instalol"] {
color: #0400ff;
}
#p-logo {
margin-bottom: 0;
margin-top: 30px;
}
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem {
display: none;
}
.pmargin .CategoryTreePageBullet {
display: none;
}
.pmargin .CategoryTreeChildren {
margin-left: 7px;
}
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
display: grid;
grid-template-columns: auto auto;
}
.mainpage-yellow {
border: 1px solid yellow;
background-color: LightYellow;
}
.mainpage-yellow .mw-heading2 {
border-bottom-color: Khaki;
}
.mainpage-red {
border: 1px solid red;
background-color: LightPink;
}
.mainpage-red .mw-heading2 {
border-bottom-color: IndianRed;
}
.mainpage-yellow > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren > .CategoryTreeSection {
width: fit-content;
}
.mainpage-green {
border: 1px solid green;
background-color: #d8FBd8;
}
.mainpage-green .mw-heading2 {
border-bottom-color: #b8FBb8;
}
.button-template {
display: inline-block;
padding: 8px 20px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: white;
background: linear-gradient(45deg, #4CAF50, #45A049);
border-radius: 5px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
transition: background 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
border: none;
user-select: none;
}
.button-template:hover {
background: linear-gradient(45deg, #45A049, #4CAF50);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
text-decoration: none;
color: white;
}
.button-template:active {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.4);
}
.my-button {
display: inline-block;
padding: 0.5em 1.2em;
background-color: #2a7ae2;
color: white;
font-weight: 600;
text-align: center;
text-decoration: none;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(42, 122, 226, 0.6);
transition: background-color 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
border: none;
}
.my-button:hover {
background-color: #195bb5;
box-shadow: 0 4px 12px rgba(25, 91, 181, 0.8);
}
.profile-user-group {
background-color: rgba(127, 127, 127, 0.15);
}
#profile-top {
border-bottom: none;
}
#sidebar {
margin-top: 25px;
}
.mwe-popups-extract {
line-height: normal;
}
.mwe-popups-extract::after {
display: none;
}
.mwe-popups-container {
font-size: 127%;
}
.mwe-popups {
font-size: 100%;
}
.mw-file-description:hover img {
overflow: hidden;
transform: scale(1.1);
}
.mw-file-description:hover::after {
background-image: url(/w/resources/assets/easteregg.png) !important;
height: 15px !important;
}
/* Разрешаем элементам выходить за рамки плашки во все стороны */
.mw-parser-output .welcome-box {
position: relative;
overflow: visible !important;
contain: none !important;
}
/* Общие стили для двух слоев гигантской гирлянды */
.mw-parser-output .welcome-box::before,
.mw-parser-output .welcome-box::after {
content: "";
position: absolute;
top: -50px;
left: -30px;
right: -30px;
height: 70px;
background-image: url('/w/resources/assets/balloons.png');
background-size: auto 100%;
background-repeat: repeat-x;
z-index: 999;
}
.mw-parser-output .welcome-box::before {
background-position: 0 0;
}
.mw-parser-output .welcome-box::after {
background-position: 95px 4px;
opacity: 0.9;
}