打开主菜单
首页
随机
登录
设置
关于iFx Wiki
免责声明
iFx Wiki
搜索
查看“模板:引用段落/styles.css”的源代码
←
模板:引用段落/styles.css
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
.ifw-quote { padding-top: 1rem; padding-bottom: 1rem; display: grid; grid-template: 1fr auto / auto 1fr auto; } .ifw-quote > .left-bracket { font-size: 2rem; grid-column: 1/2; color: gray; display: grid; place-items: start; vertical-align: top; line-height: 50%; } .ifw-quote > .right-bracket { font-size: 2rem; grid-column: 3/4; color: gray; display: grid; place-items: end; vertical-align: bottom; line-height: 50%; } .ifw-quote > .quote-content { grid-column: 2/3; font-weight: bold; padding: 0.5rem; } .ifw-quote > .source { grid-column: 2 / 3; text-align: right; } .ifw-quote > .source .author { font-weight: bold; } .ifw-quote > .source .source { font-style: italic; }
返回至
模板:引用段落/styles.css
。