User:H78c67c/internalLinkHelper.css

出自維基百科,自由嘅百科全書
注意:儲存之後,你可能要兜過你嘅瀏覽器快取至睇到更改。Internet Explorer: 撳住Ctrl掣再撳重新整理掣。 Firefox: 撳住Shift掣再撳重新載入(又或者撳Ctrl-Shift-R)。 Google Chrome同埋Safari用戶就噉撳個重載掣。
.ilh-comment {
    display: none;
}

.ilh-tooltip {
	position: absolute;
	z-index: 100;
	max-width: 350px;
	background: #fff;
	color: #222;
	font-size: 13px;
	line-height: 1.5em;
	border: 1px solid #c8ccd1;
	border-radius: 3px;
	box-shadow: 0 15px 45px -10px rgba(0, 0, 0, 0.3);
	overflow-wrap: break-word;
	padding: 16px;
}

.ilh-tooltip.ilh-tooltip-insideWindow {
	z-index: 110;
}

.ilh-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E language %3C/title%3E%3Cpath d=%22M20 18h-1.44a.61.61 0 0 1-.4-.12.81.81 0 0 1-.23-.31L17 15h-5l-1 2.54a.77.77 0 0 1-.22.3.59.59 0 0 1-.4.14H9l4.55-11.47h1.89zm-3.53-4.31L14.89 9.5a11.62 11.62 0 0 1-.39-1.24q-.09.37-.19.69l-.19.56-1.58 4.19zm-6.3-1.58a13.43 13.43 0 0 1-2.91-1.41 11.46 11.46 0 0 0 2.81-5.37H12V4H7.31a4 4 0 0 0-.2-.56C6.87 2.79 6.6 2 6.6 2l-1.47.5s.4.89.6 1.5H0v1.33h2.15A11.23 11.23 0 0 0 5 10.7a17.19 17.19 0 0 1-5 2.1q.56.82.87 1.38a23.28 23.28 0 0 0 5.22-2.51 15.64 15.64 0 0 0 3.56 1.77zM3.63 5.33h4.91a8.11 8.11 0 0 1-2.45 4.45 9.11 9.11 0 0 1-2.46-4.45z%22/%3E%3C/svg%3E");
	opacity: 0.4;
	height: 20px;
	width: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.ilh-tooltip-link {
	font-weight: bold;
	font-size: 12px;
}

.ilh-tooltipContent {
	margin-top: 12px;
	margin-bottom: 10px;
}

.ilh-tooltipTail,
.ilh-tooltipTail:after {
	position: absolute;
	width: 12px;
	height: 12px;
}

.ilh-tooltipTail {
	background: linear-gradient(to top right, #c8ccd1 50%, rgba(0, 0, 0, 0) 50%);
}

.ilh-tooltipTail:after {
	content: "";
	background: #fff;
	bottom: 1px;
	left: 1px;
}

.ilh-tooltip-above .ilh-tooltipTail {
	transform: rotate(-45deg);
	transform-origin: 100% 100%;
	bottom: 0;
	left: 15px;
}

.ilh-tooltip-below .ilh-tooltipTail {
	transform: rotate(135deg);
	transform-origin: 0 0;
	top: 0;
	left: 27px;
}

.ilh-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;
}

.ilh-settingsLink:hover {
	background-color: #eee;
}

.ilh-target {
	background-color: #def;
}

.ilh-enableSelect {
	font-weight: bold;
}

.ilh-settingsFormSeparator {
	margin: 0.85714286em 0;
}

.ilh-numberInput.ilh-numberInput {
	width: 150px;
}

.ilh-tooltipsForCommentsField.ilh-tooltipsForCommentsField.ilh-tooltipsForCommentsField {
	margin-top: 1.64285714em;
}

.ilh-disabledHelp {
	border-collapse: collapse;
}

.ilh-disabledHelp td {
	padding: 0;
}

.ilh-disabledNote.ilh-disabledNote {
	vertical-align: bottom;
	padding-left: 0.36em;
	font-weight: bold;
}

@keyframes ilh-fade-in-up {
	0% {
		opacity: 0;
		transform: translate(0, 20px)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes ilh-fade-in-down {
	0% {
		opacity: 0;
		transform: translate(0, -20px)
	}
	100% {
		opacity: 1;
		transform: translate(0, 0)
	}
}

@keyframes ilh-fade-out-down {
	0% {
		opacity: 1;
		transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		transform: translate(0, 20px)
	}
}

@keyframes ilh-fade-out-up {
	0% {
		opacity: 1;
		transform: translate(0, 0)
	}
	100% {
		opacity: 0;
		transform: translate(0, -20px)
	}
}

.ilh-fade-in-up {
	animation: ilh-fade-in-up 0.2s ease forwards
}

.ilh-fade-in-down {
	animation: ilh-fade-in-down 0.2s ease forwards
}

.ilh-fade-out-down {
	animation: ilh-fade-out-down 0.2s ease forwards
}

.ilh-fade-out-up {
	animation: ilh-fade-out-up 0.2s ease forwards
}