跳转到内容

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

(对头像功能的测试)
 
(测试头像样式)
第1行: 第1行:
#p-personal li {
#p-personal li {
    margin-top: 1em;
    margin-top: 1em;
    margin-bottom: 0.75em;
    /*margin-bottom: 0.75em;*/
}
}


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

2024年7月24日 (三) 23:31的版本

#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%;
}

li#pt-userpage {
    display: none;
}