置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

User:小祈吖/style.css:修订间差异

贴贴♀百科,万娘皆可贴的百科全书!转载请标注来源页面的网页链接,并声明引自贴贴百科。内容不可商用。
跳到导航 跳到搜索
(// Edit via Wikiplus)
标签使用Wikiplus的编辑 已被回退
(撤销小祈吖讨论)的版本795392)
标签撤销
 
第3行: 第3行:
    display: inline-block;
    display: inline-block;
    content: '\00A0';
    content: '\00A0';
    background: url("https://img.moegirl.org.cn/common/a/ab/%E4%B8%83%E5%BD%B1%E8%9D%B6l.png") center/contain no-repeat;
    background: url("https://img.moegirl.org.cn/common/6/61/Lily_gauge_09.png") center/contain no-repeat;
    width: 1.2em;
    width: 1.2em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
第9行: 第9行:
  
  
/* 标题后图片 */
/* 标题后图片 */
h2 .mw-headline::after {
/*h2 .mw-headline::after {
    display: inline-block;
    display: inline-block;
    content: '\00A0';
    content: '\00A0';
    background: url("https://img.moegirl.org.cn/common/5/5f/%E4%B8%83%E5%BD%B1%E8%9D%B6r.png") center/contain no-repeat;
    background: url("https://img.moegirl.org.cn/common/e/e3/FLOWERS_wait_01.png") center/contain no-repeat;
    width: 1.2em;
    width: 1.2em;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
}
}*/
  
  
h2 span.mw-headline,
h2 span.mw-headline,

2023年3月2日 (四) 09:36的最新版本

  1. /* 标题前图片 */
  2. h2 .mw-headline::before {
  3. display: inline-block;
  4. content: '\00A0';
  5. background: url("https://img.moegirl.org.cn/common/6/61/Lily_gauge_09.png") center/contain no-repeat;
  6. width: 1.2em;
  7. filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
  8. }
  9. /* 标题后图片 */
  10. /*h2 .mw-headline::after {
  11. display: inline-block;
  12. content: '\00A0';
  13. background: url("https://img.moegirl.org.cn/common/e/e3/FLOWERS_wait_01.png") center/contain no-repeat;
  14. width: 1.2em;
  15. filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5));
  16. }*/
  17. h2 span.mw-headline,
  18. h3 span.mw-headline,
  19. h4 span.mw-headline,
  20. h5 span.mw-headline,
  21. h6 span.mw-headline {
  22. padding: 0 0 0 3px;
  23. }
  24. /* 各级标题文字颜色、描边 */
  25. h2 .mw-headline,
  26. h3 .mw-headline,
  27. h4 .mw-headline,
  28. h5 .mw-headline,
  29. h6 .mw-headline {
  30. font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", 黑体, sans-serif;
  31. color: #FFFFFF;
  32. text-shadow:
  33. -1px -1px 0 #ffffff,
  34. 1px -1px 0 #ffffff,
  35. -1px 1px 0 #ffffff,
  36. 1px 1px 0 #ffffff,
  37. 0 1px 0 #ffffff,
  38. 0 -1px 0 #ffffff,
  39. 1px 0 0 #ffffff,
  40. -1px 0 0 #ffffff,
  41. 0 2px 2px rgba(0, 0, 0, 0.6);
  42. color: #6f8a76;
  43. }
  44. /* 分块样式 */
  45. .quote_block {
  46. max-width: 1600px;
  47. padding: 1.6em;
  48. margin: 0.8em auto;
  49. background-color: rgba(255, 255, 255, 0.1);
  50. box-shadow: 0 2px 5px #aaa;
  51. }
  52. /* 内容过长时限制大小并用滚动条显示 */
  53. .overflowZone {
  54. max-width: 1520px;
  55. max-height: 20em;
  56. overflow: auto;
  57. margin: 0 auto;
  58. border: 3px solid rgba(127, 127, 127, 0.3);
  59. border-radius: 0.5em
  60. }

导航菜单