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

м
м
 
(не показана 51 промежуточная версия 2 участников)
Строка 42: Строка 42:


.pmargin .CategoryTreeChildren {
.pmargin .CategoryTreeChildren {
margin-left: 22.4px;
margin-left: 7px;
}
}


.pmargin .CategoryTreeItem {
.pmargin > .CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
display: list-item;
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 {
display: grid;
grid-template-columns: auto auto;
}
}


Строка 139: Строка 135:
}
}


.mw-changeslist h4::before {
#sidebar {
position: absolute;
margin-top: 25px;
top: 0;
}
right: 0;
 
left: 0;
.mwe-popups-extract {
z-index: -100;
line-height: normal;
display: block;
}
height: 100%;
 
width: 3px;
.mwe-popups-extract::after {
content: '';
display: none;
background-color: red;
}
 
.mwe-popups-container {
font-size: 127%;
}
 
.mwe-popups {
font-size: 100%;
}
}