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

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

(以“blockquote:after { content:close-quote; color:#ddd; z-index:-1; float:right; margin-top:-.3em; position:relative; right:5%; font:bold...”为内容创建页面)
 
(导入4个版本)
 
(未显示同一用户的3个中间版本)
第1行: 第1行:
.WikiaArticle blockquote {
margin: 16px 40px;
}
blockquote {
padding:.8em 1em;
font-size:unset!important;
clear: unset;
}
blockquote:after {
blockquote:after {
content:close-quote;
content:close-quote;
color:#ddd;
color:#ddd;
z-index:-1;
z-index:-1;
max-height: .4em;
float:right;
float:right;
margin-top:-.3em;
margin-top:-.3em;

2021年5月1日 (六) 14:06的最新版本

.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;
}