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

м
м
 
(не показано 77 промежуточных версий 2 участников)
Строка 8: Строка 8:


.mainpage-catalogue ul {
.mainpage-catalogue ul {
columns: 10em 2;
columns: 2;
}
}


Строка 35: Строка 35:
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem {
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem {
display: none;
display: none;
}
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
margin-left: 8.4px;
}
}


Строка 46: Строка 42:


.pmargin .CategoryTreeChildren {
.pmargin .CategoryTreeChildren {
margin-left: 22.4px;
margin-left: 7px;
}
 
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
display: grid;
grid-template-columns: auto auto;
}
}


Строка 69: Строка 70:
.mainpage-yellow > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren > .CategoryTreeSection {
.mainpage-yellow > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren > .CategoryTreeSection {
width: fit-content;
width: fit-content;
}
.mainpage-yellow > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
columns: 10em 2;
}
}


Строка 82: Строка 79:
.mainpage-green .mw-heading2 {
.mainpage-green .mw-heading2 {
border-bottom-color: #b8FBb8;
border-bottom-color: #b8FBb8;
}
img:hover {
overflow: hidden;
transform: scale(1.1);
}
img:hover {
overflow: hidden;
transform: scale(1.1);
}
.mw-file-description:after {
background-image: url(/resources/assets/easteregg.png);
}
.dontmagn img:hover {
transform: scale(1);
}
}


Строка 146: Строка 125:
   background-color: #195bb5;
   background-color: #195bb5;
   box-shadow: 0 4px 12px rgba(25, 91, 181, 0.8);
   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%;
}
}