MediaWiki:Gadget-FoldRef.css

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/**
 * SPDX-License-Identifier: CC-BY-SA-4.0
 * _addText: '{{Gadget Header|license=CC-BY-SA-4.0}}'
 *
 * @base {@link https://zh.wikipedia.org/wiki/User:燃灯/foldRef.js}
 * @base {@link https://zh.wikipedia.org/wiki/User:燃灯/foldRef.css}
 * @source {@link https://git.qiuwen.net.cn/InterfaceAdmin/QiuwenGadgets/src/branch/master/src/FoldRef}
 * @license CC-BY-SA-4.0 {@link https://www.qiuwenbaike.cn/wiki/H:CC-BY-SA-4.0}
 */
/**
 * +------------------------------------------------------------+
 * |            === WARNING: GLOBAL GADGET FILE ===             |
 * +------------------------------------------------------------+
 * |       All changes should be made in the repository,        |
 * |                otherwise they will be lost.                |
 * +------------------------------------------------------------+
 * |        Changes to this page may affect many users.         |
 * | Please discuss changes by opening an issue before editing. |
 * +------------------------------------------------------------+
 */
/* <nowiki> */

/* esbuild-css-modules-plugin-ns-css:src/FoldRef/modules/FoldRef.module.less */
.FoldRef-module__refarea_FNkcvW__4100 {
  background-color: #00000004;
  border: 1px solid #e6e6e6;
  border-radius: .25em;
  max-height: 60vh;
  padding: .2em .4em 2em;
  transition: max-height .3s ease-in-out;
  position: relative;
  overflow-y: auto;
  box-shadow: inset 0 1px 3px #00000013, inset 0 1px 3px #00000026;
}
.FoldRef-module__expand_FNkcvW__4100 {
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .5em .5em 0 0;
  width: 20%;
  height: 2em;
  line-height: 2em;
  position: relative;
  bottom: 2.125em;
  left: 50%;
  transform: translateX(-50%);
}
.FoldRef-module__expand_FNkcvW__4100:hover {
  color: #36c;
  transition: all .2s ease-in-out;
}

/* </nowiki> */