MediaWiki:Gadget-CookieWarning.css

MediaWiki系统消息页面
Github-bot留言 | 贡献2023年5月19日 (五) 00:41的版本 (Git更新:代码仓库同步更新)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/**
 * SPDX-License-Identifier: CC-BY-SA-4.0
 * _addText: '{{Gadget Header|license=CC-BY-SA-4.0}}'
 *
 * @source <https://git.qiuwen.wiki/InterfaceAdmin/Gadgets/src/branch/master/src/Gadgets/CookieWarning>
 * @dependency ext.gadget.i18n, mediawiki.storage, mediawiki.util
 */
/**
 * +--------------------------------------------------------+
 * |         === WARNING: GLOBAL GADGET FILE ===            |
 * +--------------------------------------------------------+
 * |      All changes should be made in the repository,     |
 * |              otherwise they will be lost.              |
 * +--------------------------------------------------------+
 * |        Changes to this page affect many users.         |
 * |  Please discuss changes at Talk page before editing.   |
 * +--------------------------------------------------------+
 */
/* <nowiki> */
#consent-notice {
	position: fixed;
	z-index: 10000;
	bottom: 1em;
	left: 1em;
	width: 20em;
	max-width: 92.5%;
	padding: 0.75em 1.5em;
	border: solid 1px #cdcbc8;
	border-radius: 8px;
	margin-bottom: 0.5em;
	background-color: #fff;
	color: #202122;
	font-size: 0.925em;
	line-height: 1.35;
	opacity: 1;
	pointer-events: auto;
}

#consent-button {
	display: block;
	width: 100%;
	border-color: #36c;
	border-radius: 4px;
	margin-top: 1em;
	background-color: #36c;
	color: #ffffff;
	text-align: center;
}

/* </nowiki> */