다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 11개는 보이지 않습니다) | |||
| 6번째 줄: | 6번째 줄: | ||
max-width: 350px; | max-width: 350px; | ||
background: rgb(80, 80, 80); | background: rgb(80, 80, 80); | ||
color: # | color: #DBDBDB; | ||
font-size: | font-size: 14.5px; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
border-radius: 3px; | border-radius: 3px; | ||
| 66번째 줄: | 66번째 줄: | ||
} | } | ||
/* | |||
.rt-settingsLink { | .rt-settingsLink { | ||
background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M20%2014.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5%201.1c-.5-.3-1-.5-1.4-.6L13.5%205h-2.9l-.3%201.8c-.5.1-.9.3-1.4.6L7.4%206.3%205.3%208.4l1%201.5c-.3.5-.4.9-.6%201.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6%201.4l-1%201.5%202.1%202.1%201.5-1c.4.2.9.4%201.4.6l.3%201.8h3l.3-1.8c.5-.1.9-.3%201.4-.6l1.5%201.1%202.1-2.1-1.1-1.5c.3-.5.5-1%20.6-1.4l1.5-.3zM12%2016c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%2F%3E%0D%0A%3C%2Fsvg%3E); | background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M20%2014.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5%201.1c-.5-.3-1-.5-1.4-.6L13.5%205h-2.9l-.3%201.8c-.5.1-.9.3-1.4.6L7.4%206.3%205.3%208.4l1%201.5c-.3.5-.4.9-.6%201.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6%201.4l-1%201.5%202.1%202.1%201.5-1c.4.2.9.4%201.4.6l.3%201.8h3l.3-1.8c.5-.1.9-.3%201.4-.6l1.5%201.1%202.1-2.1-1.1-1.5c.3-.5.5-1%20.6-1.4l1.5-.3zM12%2016c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%2F%3E%0D%0A%3C%2Fsvg%3E); | ||
| 82번째 줄: | 83번째 줄: | ||
background-color: #eee; | background-color: #eee; | ||
} | } | ||
*/ | |||
.rt-target { | .rt-target { | ||
background-color: rgba( | background-color: rgba(68, 107, 179, 0.2); | ||
} | } | ||
| 90번째 줄: | 93번째 줄: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* | |||
.rt-settingsFormSeparator { | .rt-settingsFormSeparator { | ||
margin: 0.85714286em 0; | margin: 0.85714286em 0; | ||
} | } | ||
*/ | |||
.rt-numberInput.rt-numberInput { | .rt-numberInput.rt-numberInput { | ||
2025년 1월 29일 (수) 06:26 기준 최신판
/* See [[mw:Reference Tooltips]] */
.rt-tooltip {
position: absolute;
z-index: 800; /* match z-index-tooltip in https://doc.wikimedia.org/codex/latest/design-tokens/z-index.html */
max-width: 350px;
background: rgb(80, 80, 80);
color: #DBDBDB;
font-size: 14.5px;
line-height: 1.5em;
border-radius: 3px;
box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3);
overflow-wrap: break-word;
}
.rt-tooltip.rt-tooltip-insideWindow {
z-index: 810;
}
.rt-tooltipContent {
padding: 8px 11px;
}
.rt-tooltip-above .rt-tooltipContent {
margin-bottom: -8px;
padding-bottom: 16px;
}
.rt-tooltip-below .rt-tooltipContent {
margin-top: -10px;
padding-top: 18px;
}
.rt-tooltipTail,
.rt-tooltipTail:after {
position: absolute;
width: 12px;
height: 12px;
}
/*
.rt-tooltipTail {
background: linear-gradient(to top right, #c8ccd1 50%, rgba(0, 0, 0, 0) 50%);
}
*/
.rt-tooltipTail:after {
content: "";
background: rgb(80, 80, 80);
bottom: 1px;
left: 1px;
}
.rt-tooltip-above .rt-tooltipTail {
transform: rotate(-45deg);
transform-origin: 100% 100%;
bottom: 0;
left: 15px;
}
.rt-tooltip-below .rt-tooltipTail {
transform: rotate(135deg);
transform-origin: 0 0;
top: 0;
left: 27px;
}
/*
.rt-settingsLink {
background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%0D%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M20%2014.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5%201.1c-.5-.3-1-.5-1.4-.6L13.5%205h-2.9l-.3%201.8c-.5.1-.9.3-1.4.6L7.4%206.3%205.3%208.4l1%201.5c-.3.5-.4.9-.6%201.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6%201.4l-1%201.5%202.1%202.1%201.5-1c.4.2.9.4%201.4.6l.3%201.8h3l.3-1.8c.5-.1.9-.3%201.4-.6l1.5%201.1%202.1-2.1-1.1-1.5c.3-.5.5-1%20.6-1.4l1.5-.3zM12%2016c-1.7%200-3-1.3-3-3s1.3-3%203-3%203%201.3%203%203-1.3%203-3%203z%22%2F%3E%0D%0A%3C%2Fsvg%3E);
float: right;
cursor: pointer;
margin: -4px -4px 0 8px;
height: 24px;
width: 24px;
border-radius: 2px;
background-position: center center;
background-repeat: no-repeat;
background-size: 24px 24px;
}
.rt-settingsLink:hover {
background-color: #eee;
}
*/
.rt-target {
background-color: rgba(68, 107, 179, 0.2);
}
.rt-enableSelect {
font-weight: bold;
}
/*
.rt-settingsFormSeparator {
margin: 0.85714286em 0;
}
*/
.rt-numberInput.rt-numberInput {
width: 150px;
}
.rt-tooltipsForCommentsField.rt-tooltipsForCommentsField.rt-tooltipsForCommentsField {
margin-top: 1.64285714em;
}
.rt-disabledHelp {
border-collapse: collapse;
}
.rt-disabledHelp td {
padding: 0;
}
.rt-disabledNote.rt-disabledNote {
vertical-align: bottom;
padding-left: 0.36em;
font-weight: bold;
}
@keyframes rt-fade-in-up {
0% {
opacity: 0;
transform: translate(0, 20px)
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}
@keyframes rt-fade-in-down {
0% {
opacity: 0;
transform: translate(0, -20px)
}
100% {
opacity: 1;
transform: translate(0, 0)
}
}
@keyframes rt-fade-out-down {
0% {
opacity: 1;
transform: translate(0, 0)
}
100% {
opacity: 0;
transform: translate(0, 20px)
}
}
@keyframes rt-fade-out-up {
0% {
opacity: 1;
transform: translate(0, 0)
}
100% {
opacity: 0;
transform: translate(0, -20px)
}
}
.rt-fade-in-up {
animation: rt-fade-in-up 0.2s ease forwards
}
.rt-fade-in-down {
animation: rt-fade-in-down 0.2s ease forwards
}
.rt-fade-out-down {
animation: rt-fade-out-down 0.2s ease forwards
}
.rt-fade-out-up {
animation: rt-fade-out-up 0.2s ease forwards
}