打开/关闭菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

用户:JF130/wikia.css:修订间差异

无编辑摘要
无编辑摘要
第5行: 第5行:
padding:.8em 1em;
padding:.8em 1em;
font-size:unset!important;
font-size:unset!important;
clear: unset;
}
}
blockquote:after {
blockquote:after {

2020年5月5日 (二) 03:20的版本

.WikiaArticle blockquote {
    margin: 16px 40px;
}
blockquote {
    padding:.8em 1em;
    font-size:unset!important;
    clear: unset;
}
blockquote:after {
    content:close-quote;
    color:#ddd;
    z-index:-1;
    max-height: .4em;
    float:right;
    margin-top:-.3em;
    position:relative;
    right:5%;
    font:bold 9em arial;
}