미디어위키:Gadget-Vector.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 태그: 되돌려진 기여 |
||
| 1번째 줄: | 1번째 줄: | ||
/* Vector 2010 액션바 전체 디자인 */ | |||
.skin-vector-legacy #p-namespaces, | .skin-vector-legacy #p-namespaces, | ||
.skin-vector-legacy #p-views { | .skin-vector-legacy #p-views, | ||
margin- | .skin-vector-legacy #p-cactions { | ||
margin: 0; | |||
background: none !important; | |||
} | |||
.skin-vector-legacy #p-namespaces .vector-menu-content, | |||
.skin-vector-legacy #p-views .vector-menu-content, | |||
.skin-vector-legacy #p-cactions .vector-menu-content, | |||
.skin-vector-legacy #p-namespaces .vector-menu-content-list, | |||
.skin-vector-legacy #p-views .vector-menu-content-list, | |||
.skin-vector-legacy #p-cactions .vector-menu-content-list { | |||
background: none !important; | |||
background-image: none !important; | |||
border: 0 !important; | |||
box-shadow: none !important; | |||
} | } | ||
.skin-vector-legacy #p-namespaces .vector-menu-content-list, | .skin-vector-legacy #p-namespaces .vector-menu-content-list, | ||
.skin-vector-legacy #p-views .vector-menu-content-list { | .skin-vector-legacy #p-views .vector-menu-content-list { | ||
display: flex; | |||
align-items: flex-end; | align-items: flex-end; | ||
gap: 4px; | gap: 4px; | ||
| 11번째 줄: | 28번째 줄: | ||
.skin-vector-legacy #p-namespaces li, | .skin-vector-legacy #p-namespaces li, | ||
.skin-vector-legacy #p-views li { | .skin-vector-legacy #p-views li, | ||
.skin-vector-legacy #p-cactions li { | |||
position: relative; | position: relative; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
border: 0; | border: 0; | ||
background: none !important; | |||
background-image: none !important; | |||
} | } | ||
.skin-vector-legacy #p-namespaces li > a, | .skin-vector-legacy #p-namespaces li > a, | ||
.skin-vector-legacy #p-views li > a { | .skin-vector-legacy #p-views li > a, | ||
.skin-vector-legacy #p-cactions-label { | |||
position: relative; | position: relative; | ||
display: flex; | display: inline-flex; | ||
align-items: center; | align-items: center; | ||
justify-content: center; | |||
gap: 7px; | |||
min-height: 38px; | min-height: 38px; | ||
margin: 0; | |||
padding: 7px 13px 6px; | padding: 7px 13px 6px; | ||
border: 3px solid #5c1f06; | border: 3px solid #5c1f06; | ||
border-radius: 12px 12px 0 0; | border-radius: 12px 12px 0 0; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background: #783b24; | background: #783b24 !important; | ||
color: #eee9e6; | background-image: none !important; | ||
color: #eee9e6 !important; | |||
font-weight: 700; | font-weight: 700; | ||
line-height: 1.2; | line-height: 1.2; | ||
text-decoration: none; | |||
text-shadow: | text-shadow: | ||
#5c1f06 2px 0 0, | |||
#5c1f06 1.75517px 0.958851px 0, | |||
- | #5c1f06 1.0806px 1.68294px 0, | ||
#5c1f06 0.141474px 1.99499px 0, | |||
#5c1f06 -0.832294px 1.81859px 0, | |||
#5c1f06 -1.60229px 1.19694px 0, | |||
#5c1f06 -1.97999px 0.28224px 0, | |||
#5c1f06 -1.87291px -0.701566px 0, | |||
#5c1f06 -1.30729px -1.51361px 0, | |||
#5c1f06 -0.421592px -1.95506px 0, | |||
#5c1f06 0.567324px -1.91785px 0, | |||
#5c1f06 1.41734px -1.41108px 0, | |||
#5c1f06 1.92034px -0.558831px 0; | |||
box-shadow: | box-shadow: | ||
inset 0 | inset 0 2px 0 #985d43, | ||
inset 0 -3px 0 # | inset 0 -3px 0 #552515; | ||
transition: | transition: transform 120ms ease, filter 120ms ease, background-color 120ms ease; | ||
} | } | ||
| 59번째 줄: | 83번째 줄: | ||
min-height: 43px; | min-height: 43px; | ||
padding-top: 8px; | padding-top: 8px; | ||
background: #b1837c; | background: #b1837c !important; | ||
color: #fff; | color: #fff !important; | ||
transform: translateY(-4px); | transform: translateY(-4px); | ||
box-shadow: | box-shadow: | ||
inset 0 | inset 0 2px 0 #cfa392, | ||
inset 0 -3px 0 #8a5c56; | inset 0 -3px 0 #8a5c56; | ||
} | |||
.skin-vector-legacy #p-namespaces li > a:hover, | |||
.skin-vector-legacy #p-views li > a:hover, | |||
.skin-vector-legacy #p-cactions-label:hover { | |||
filter: brightness(1.08); | |||
text-decoration: none; | |||
} | } | ||
| 70번째 줄: | 101번째 줄: | ||
.skin-vector-legacy #p-views li, | .skin-vector-legacy #p-views li, | ||
.skin-vector-legacy #p-namespaces li.selected, | .skin-vector-legacy #p-namespaces li.selected, | ||
.skin-vector-legacy #p-views li.selected | .skin-vector-legacy #p-views li.selected, | ||
.skin-vector-legacy #p-namespaces li > a, | |||
.skin-vector-legacy #p-views li > a, | |||
.skin-vector-legacy #p-cactions-label, | |||
.skin-vector-legacy # | .skin-vector-legacy #p-cactions-label span { | ||
.skin-vector-legacy # | background-image: none !important; | ||
.skin-vector-legacy # | |||
.skin-vector-legacy # | |||
} | } | ||
| 88번째 줄: | 115번째 줄: | ||
.skin-vector-legacy #ca-history > a::before { | .skin-vector-legacy #ca-history > a::before { | ||
content: ""; | content: ""; | ||
display: block; | |||
flex: 0 0 21px; | |||
width: 21px; | width: 21px; | ||
height: 21px; | height: 21px; | ||
| 96번째 줄: | 122번째 줄: | ||
background-position: center; | background-position: center; | ||
background-size: contain; | background-size: contain; | ||
filter: drop-shadow(0 1px 0 rgba(92, 31, 6, 0.45)); | filter: drop-shadow(0 1px 0 rgba(92, 31, 6, 0.45)); | ||
} | } | ||
| 103번째 줄: | 128번째 줄: | ||
background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg"); | background-image: url("/wiki/Special:Redirect/file/Actionbar-document.svg"); | ||
} | } | ||
.skin-vector-legacy #ca-talk > a::before { | .skin-vector-legacy #ca-talk > a::before { | ||
background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg"); | background-image: url("/wiki/Special:Redirect/file/Actionbar-talk.svg"); | ||
} | } | ||
.skin-vector-legacy #ca-view > a::before { | .skin-vector-legacy #ca-view > a::before { | ||
background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg"); | background-image: url("/wiki/Special:Redirect/file/Actionbar-read.svg"); | ||
} | } | ||
.skin-vector-legacy #ca-edit > a::before { | .skin-vector-legacy #ca-edit > a::before { | ||
background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg"); | background-image: url("/wiki/Special:Redirect/file/Actionbar-edit.svg"); | ||
} | } | ||
.skin-vector-legacy #ca-history > a::before { | .skin-vector-legacy #ca-history > a::before { | ||
background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg"); | background-image: url("/wiki/Special:Redirect/file/Actionbar-history.svg"); | ||
} | |||
.skin-vector-legacy #p-cactions { | |||
margin-left: 4px; | |||
} | } | ||
.skin-vector-legacy #p-cactions-label { | .skin-vector-legacy #p-cactions-label { | ||
padding-left: | min-width: 42px; | ||
cursor: pointer; | |||
} | |||
.skin-vector-legacy #p-cactions-label span { | |||
display: block; | |||
color: inherit !important; | |||
font: inherit; | |||
text-shadow: inherit; | |||
} | |||
.skin-vector-legacy #ca-watch > a, | |||
.skin-vector-legacy #ca-unwatch > a { | |||
width: 43px; | |||
min-width: 43px; | |||
padding-right: 8px; | |||
padding-left: 8px; | |||
gap: 0; | |||
font-size: 0; | |||
color: transparent !important; | |||
text-shadow: none; | |||
} | |||
.skin-vector-legacy #ca-watch > a::before, | |||
.skin-vector-legacy #ca-unwatch > a::before { | |||
content: ""; | |||
display: block; | |||
width: 25px; | |||
height: 25px; | |||
flex: 0 0 25px; | |||
margin: 0; | |||
background: url("/wiki/Special:Redirect/file/GW2_Star.png") center / contain no-repeat; | |||
filter: drop-shadow(0 1px 0 rgba(92, 31, 6, 0.55)); | |||
} | |||
.skin-vector-legacy #ca-watch > a::after, | |||
.skin-vector-legacy #ca-unwatch > a::after { | |||
content: none !important; | |||
display: none !important; | |||
} | |||
.skin-vector-legacy #p-cactions .vector-menu-content { | |||
margin-top: 0; | |||
} | |||
.skin-vector-legacy #p-cactions .vector-menu-content li > a { | |||
display: block; | |||
min-height: 0; | |||
padding: 6px 12px; | |||
border: 0; | |||
border-radius: 0; | |||
background: transparent !important; | |||
color: inherit !important; | |||
font-weight: inherit; | |||
text-shadow: none; | |||
box-shadow: none; | |||
transform: none; | |||
} | } | ||
| 131번째 줄: | 212번째 줄: | ||
.skin-vector-legacy #p-namespaces li > a, | .skin-vector-legacy #p-namespaces li > a, | ||
.skin-vector-legacy #p-views li > a { | .skin-vector-legacy #p-views li > a, | ||
.skin-vector-legacy #p-cactions-label { | |||
padding-right: 10px; | padding-right: 10px; | ||
padding-left: 10px; | |||
font-size: 0.92em; | font-size: 0.92em; | ||
} | } | ||
} | } | ||
2026년 7월 27일 (월) 21:38 판
/* Vector 2010 액션바 전체 디자인 */
.skin-vector-legacy #p-namespaces,
.skin-vector-legacy #p-views,
.skin-vector-legacy #p-cactions {
margin: 0;
background: none !important;
}
.skin-vector-legacy #p-namespaces .vector-menu-content,
.skin-vector-legacy #p-views .vector-menu-content,
.skin-vector-legacy #p-cactions .vector-menu-content,
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list,
.skin-vector-legacy #p-cactions .vector-menu-content-list {
background: none !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
}
.skin-vector-legacy #p-namespaces .vector-menu-content-list,
.skin-vector-legacy #p-views .vector-menu-content-list {
display: flex;
align-items: flex-end;
gap: 4px;
}
.skin-vector-legacy #p-namespaces li,
.skin-vector-legacy #p-views li,
.skin-vector-legacy #p-cactions li {
position: relative;
margin: 0;
padding: 0;
border: 0;
background: none !important;
background-image: none !important;
}
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a,
.skin-vector-legacy #p-cactions-label {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
min-height: 38px;
margin: 0;
padding: 7px 13px 6px;
border: 3px solid #5c1f06;
border-radius: 12px 12px 0 0;
box-sizing: border-box;
background: #783b24 !important;
background-image: none !important;
color: #eee9e6 !important;
font-weight: 700;
line-height: 1.2;
text-decoration: none;
text-shadow:
#5c1f06 2px 0 0,
#5c1f06 1.75517px 0.958851px 0,
#5c1f06 1.0806px 1.68294px 0,
#5c1f06 0.141474px 1.99499px 0,
#5c1f06 -0.832294px 1.81859px 0,
#5c1f06 -1.60229px 1.19694px 0,
#5c1f06 -1.97999px 0.28224px 0,
#5c1f06 -1.87291px -0.701566px 0,
#5c1f06 -1.30729px -1.51361px 0,
#5c1f06 -0.421592px -1.95506px 0,
#5c1f06 0.567324px -1.91785px 0,
#5c1f06 1.41734px -1.41108px 0,
#5c1f06 1.92034px -0.558831px 0;
box-shadow:
inset 0 2px 0 #985d43,
inset 0 -3px 0 #552515;
transition: transform 120ms ease, filter 120ms ease, background-color 120ms ease;
}
.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 !important;
color: #fff !important;
transform: translateY(-4px);
box-shadow:
inset 0 2px 0 #cfa392,
inset 0 -3px 0 #8a5c56;
}
.skin-vector-legacy #p-namespaces li > a:hover,
.skin-vector-legacy #p-views li > a:hover,
.skin-vector-legacy #p-cactions-label:hover {
filter: brightness(1.08);
text-decoration: none;
}
.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,
.skin-vector-legacy #p-namespaces li > a,
.skin-vector-legacy #p-views li > a,
.skin-vector-legacy #p-cactions-label,
.skin-vector-legacy #p-cactions-label span {
background-image: none !important;
}
.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: "";
display: block;
flex: 0 0 21px;
width: 21px;
height: 21px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
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 {
margin-left: 4px;
}
.skin-vector-legacy #p-cactions-label {
min-width: 42px;
cursor: pointer;
}
.skin-vector-legacy #p-cactions-label span {
display: block;
color: inherit !important;
font: inherit;
text-shadow: inherit;
}
.skin-vector-legacy #ca-watch > a,
.skin-vector-legacy #ca-unwatch > a {
width: 43px;
min-width: 43px;
padding-right: 8px;
padding-left: 8px;
gap: 0;
font-size: 0;
color: transparent !important;
text-shadow: none;
}
.skin-vector-legacy #ca-watch > a::before,
.skin-vector-legacy #ca-unwatch > a::before {
content: "";
display: block;
width: 25px;
height: 25px;
flex: 0 0 25px;
margin: 0;
background: url("/wiki/Special:Redirect/file/GW2_Star.png") center / contain no-repeat;
filter: drop-shadow(0 1px 0 rgba(92, 31, 6, 0.55));
}
.skin-vector-legacy #ca-watch > a::after,
.skin-vector-legacy #ca-unwatch > a::after {
content: none !important;
display: none !important;
}
.skin-vector-legacy #p-cactions .vector-menu-content {
margin-top: 0;
}
.skin-vector-legacy #p-cactions .vector-menu-content li > a {
display: block;
min-height: 0;
padding: 6px 12px;
border: 0;
border-radius: 0;
background: transparent !important;
color: inherit !important;
font-weight: inherit;
text-shadow: none;
box-shadow: none;
transform: none;
}
@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,
.skin-vector-legacy #p-cactions-label {
padding-right: 10px;
padding-left: 10px;
font-size: 0.92em;
}
}