跳转到内容

MediaWiki:Gadget-ShowAvatar.css:修订间差异

(对头像功能的测试)
 
(测试头像样式)
 
(未显示同一用户的1个中间版本)
第1行: 第1行:
/*
#p-personal li {
#p-personal li {
    margin-top: 1em;
    margin-top: 1em;
    margin-bottom: 0.75em;
    margin-bottom: 0.75em;
}
}
*/


#pt-userpage {
#pt-userpage {
第17行: 第19行:
    width: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    border-radius: 50%;
   text-align: center;
}
li#pt-userpage {
   display: none;
}
}

2024年7月25日 (四) 09:12的最新版本

/*
#p-personal li {
    margin-top: 1em;
    margin-bottom: 0.75em;
}
*/

#pt-userpage {
    background: none !important;
    padding-left: 0px !important;
}

#pt-avatar {
    margin-top: 0.25em !important;
    margin-bottom: 0px !important;
}

#pt-avatar img {
    width: 2.5em;
    border-radius: 50%;
    text-align: center;
}

li#pt-userpage {
    display: none;
}