User:小祈吖/style.css:修订间差异
< User:小祈吖
跳到导航
跳到搜索
(创建页面,内容为“→标题前图片: h2 .mw-headline::before { display: inline-block; content: '\00A0'; background: url("https://img.moegirl.org.cn/common/6/61/Lily_gauge_09.png") center/contain no-repeat; width: 1.2em; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5)); } →标题后图片: /*h2 .mw-headline::after { display: inline-block; content: '\00A0'; background: url("https://img.moegirl.org.cn/common/e/e3/FLOWERS_wait_01.png") cent…”) |
(小祈吖将页面User:小祈吖/style.css的内容模型从“CSS”更改为“已过滤的CSS”) 标签:内容模型更改 |
(没有差异)
|
2023年3月2日 (四) 09:29的版本
/* 标题前图片 */ h2 .mw-headline::before { display: inline-block; content: '\00A0'; background: url("https://img.moegirl.org.cn/common/6/61/Lily_gauge_09.png") center/contain no-repeat; width: 1.2em; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5)); } /* 标题后图片 */ /*h2 .mw-headline::after { display: inline-block; content: '\00A0'; background: url("https://img.moegirl.org.cn/common/e/e3/FLOWERS_wait_01.png") center/contain no-repeat; width: 1.2em; filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .5)); }*/ h2 span.mw-headline, h3 span.mw-headline, h4 span.mw-headline, h5 span.mw-headline, h6 span.mw-headline { padding: 0 0 0 3px; } /* 各级标题文字颜色、描边 */ h2 .mw-headline, h3 .mw-headline, h4 .mw-headline, h5 .mw-headline, h6 .mw-headline { font-family: "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", 黑体, sans-serif; color: #FFFFFF; text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff, 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 2px 2px rgba(0, 0, 0, 0.6); color: #6f8a76; } /* 分块样式 */ .quote_block { max-width: 1600px; padding: 1.6em; margin: 0.8em auto; background-color: rgba(255, 255, 255, 0.1); box-shadow: 0 2px 5px #aaa; } /* 内容过长时限制大小并用滚动条显示 */ .overflowZone { max-width: 1520px; max-height: 20em; overflow: auto; margin: 0 auto; border: 3px solid rgba(127, 127, 127, 0.3); border-radius: 0.5em }