미디어위키:Gadget-Vector.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
문서를 비움 태그: 비우기 수동 되돌리기 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 1번째 줄: | 1번째 줄: | ||
.skin-vector-legacy #p-namespaces, | |||
.skin-vector-legacy #p-views { | |||
margin-top: 0; | |||
} | |||
.skin-vector-legacy #p-namespaces .vector-menu-content-list, | |||
.skin-vector-legacy #p-views .vector-menu-content-list { | |||
align-items: flex-end; | |||
gap: 4px; | |||
} | |||
.skin-vector-legacy #p-namespaces li, | |||
.skin-vector-legacy #p-views li { | |||
position: relative; | |||
margin: 0; | |||
padding: 0; | |||
background: none; | |||
border: 0; | |||
} | |||
.skin-vector-legacy #p-namespaces li > a, | |||
.skin-vector-legacy #p-views li > a { | |||
position: relative; | |||
display: flex; | |||
align-items: center; | |||
min-height: 38px; | |||
padding: 7px 13px 6px; | |||
border: 3px solid #5c1f06; | |||
border-radius: 12px 12px 0 0; | |||
box-sizing: border-box; | |||
background: #783b24; | |||
color: #eee9e6; | |||
font-weight: 700; | |||
line-height: 1.2; | |||
text-shadow: | |||
-1px -1px 0 #5c1f06, | |||
1px -1px 0 #5c1f06, | |||
-1px 1px 0 #5c1f06, | |||
1px 1px 0 #5c1f06, | |||
0 2px 0 #5c1f06; | |||
box-shadow: | |||
inset 0 3px 0 #985d43, | |||
inset 0 -3px 0 #985d43; | |||
transition: | |||
transform 120ms ease, | |||
background-color 120ms ease, | |||
filter 120ms ease; | |||
} | |||
.skin-vector-legacy #p-namespaces li > a:hover, | |||
.skin-vector-legacy #p-views li > a:hover { | |||
filter: brightness(1.08); | |||
text-decoration: none; | |||
} | |||
.skin-vector-legacy #p-namespaces li.selected > a, | |||
.skin-vector-legacy #p-views li.selected > a { | |||
z-index: 2; | |||
min-height: 43px; | |||
padding-top: 8px; | |||
background: #b1837c; | |||
color: #fff; | |||
transform: translateY(-4px); | |||
box-shadow: | |||
inset 0 3px 0 #cfa392, | |||
inset 0 -3px 0 #8a5c56; | |||
} | |||
.skin-vector-legacy #p-namespaces li, | |||
.skin-vector-legacy #p-views li, | |||
.skin-vector-legacy #p-namespaces li.selected, | |||
.skin-vector-legacy #p-views li.selected { | |||
background-image: none; | |||
} | |||
.skin-vector-legacy #ca-nstab-main > a, | |||
.skin-vector-legacy #ca-talk > a, | |||
.skin-vector-legacy #ca-view > a, | |||
.skin-vector-legacy #ca-edit > a, | |||
.skin-vector-legacy #ca-history > a { | |||
padding-left: 38px; | |||
} | |||
.skin-vector-legacy #ca-nstab-main > a::before, | |||
.skin-vector-legacy #ca-talk > a::before, | |||
.skin-vector-legacy #ca-view > a::before, | |||
.skin-vector-legacy #ca-edit > a::before, | |||
.skin-vector-legacy #ca-history > a::before { | |||
content: ""; | |||
position: absolute; | |||
left: 10px; | |||
top: 50%; | |||
width: 21px; | |||
height: 21px; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
background-size: contain; | |||
transform: translateY(-50%); | |||
filter: drop-shadow(0 1px 0 rgba(92, 31, 6, 0.45)); | |||
} | |||
.skin-vector-legacy #ca-nstab-main > a::before { | |||
background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg"); | |||
} | |||
.skin-vector-legacy #ca-talk > a::before { | |||
background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg"); | |||
} | |||
.skin-vector-legacy #ca-view > a::before { | |||
background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg"); | |||
} | |||
.skin-vector-legacy #ca-edit > a::before { | |||
background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg"); | |||
} | |||
.skin-vector-legacy #ca-history > a::before { | |||
background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg"); | |||
} | |||
.skin-vector-legacy #p-cactions-label { | |||
padding-left: 13px; | |||
} | |||
@media (max-width: 1100px) { | |||
.skin-vector-legacy #p-namespaces .vector-menu-content-list, | |||
.skin-vector-legacy #p-views .vector-menu-content-list { | |||
gap: 2px; | |||
} | |||
.skin-vector-legacy #p-namespaces li > a, | |||
.skin-vector-legacy #p-views li > a { | |||
padding-right: 10px; | |||
font-size: 0.92em; | |||
} | |||
} | |||
2026년 7월 27일 (월) 18:15 판
.skin-vector-legacy #p-namespaces,
.skin-vector-legacy #p-views {
margin-top: 0;
}
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list {
align-items: flex-end;
gap: 4px;
}
.skin-vector-legacy #p-namespaces li,
.skin-vector-legacy #p-views li {
position: relative;
margin: 0;
padding: 0;
background: none;
border: 0;
}
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a {
position: relative;
display: flex;
align-items: center;
min-height: 38px;
padding: 7px 13px 6px;
border: 3px solid #5c1f06;
border-radius: 12px 12px 0 0;
box-sizing: border-box;
background: #783b24;
color: #eee9e6;
font-weight: 700;
line-height: 1.2;
text-shadow:
-1px -1px 0 #5c1f06,
1px -1px 0 #5c1f06,
-1px 1px 0 #5c1f06,
1px 1px 0 #5c1f06,
0 2px 0 #5c1f06;
box-shadow:
inset 0 3px 0 #985d43,
inset 0 -3px 0 #985d43;
transition:
transform 120ms ease,
background-color 120ms ease,
filter 120ms ease;
}
.skin-vector-legacy #p-namespaces li > a:hover,
.skin-vector-legacy #p-views li > a:hover {
filter: brightness(1.08);
text-decoration: none;
}
.skin-vector-legacy #p-namespaces li.selected > a,
.skin-vector-legacy #p-views li.selected > a {
z-index: 2;
min-height: 43px;
padding-top: 8px;
background: #b1837c;
color: #fff;
transform: translateY(-4px);
box-shadow:
inset 0 3px 0 #cfa392,
inset 0 -3px 0 #8a5c56;
}
.skin-vector-legacy #p-namespaces li,
.skin-vector-legacy #p-views li,
.skin-vector-legacy #p-namespaces li.selected,
.skin-vector-legacy #p-views li.selected {
background-image: none;
}
.skin-vector-legacy #ca-nstab-main > a,
.skin-vector-legacy #ca-talk > a,
.skin-vector-legacy #ca-view > a,
.skin-vector-legacy #ca-edit > a,
.skin-vector-legacy #ca-history > a {
padding-left: 38px;
}
.skin-vector-legacy #ca-nstab-main > a::before,
.skin-vector-legacy #ca-talk > a::before,
.skin-vector-legacy #ca-view > a::before,
.skin-vector-legacy #ca-edit > a::before,
.skin-vector-legacy #ca-history > a::before {
content: "";
position: absolute;
left: 10px;
top: 50%;
width: 21px;
height: 21px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translateY(-50%);
filter: drop-shadow(0 1px 0 rgba(92, 31, 6, 0.45));
}
.skin-vector-legacy #ca-nstab-main > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg");
}
.skin-vector-legacy #ca-talk > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg");
}
.skin-vector-legacy #ca-view > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg");
}
.skin-vector-legacy #ca-edit > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg");
}
.skin-vector-legacy #ca-history > a::before {
background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg");
}
.skin-vector-legacy #p-cactions-label {
padding-left: 13px;
}
@media (max-width: 1100px) {
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list {
gap: 2px;
}
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a {
padding-right: 10px;
font-size: 0.92em;
}
}