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

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
imported>=海豚=
(修复因头像的显示而导致顶栏通知的那两个图标对不起的问题)
imported>=海豚=
无编辑摘要
第14行: 第14行:
    width: 2.5em;
    width: 2.5em;
    border-radius: 50%;
    border-radius: 50%;
   box-shadow: 0 -1px 0 #ffffff, 0 1px 2px #88888838;
}
}
/* 1.28+ Echo fix */
/* 1.28+ Echo fix */

2020年6月14日 (日) 11:33的版本

#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%;
    box-shadow: 0 -1px 0 #ffffff, 0 1px 2px #88888838;
}
/* 1.28+ Echo fix */
#p-personal #pt-notifications-alert, #p-personal #pt-notifications-notice {
    margin-top: 0.8em;
}
#p-personal li {
    margin-bottom: 0.2em;
}
#p-personal #pt-notifications-alert{
    margin-top: 1.1em;
}
#p-personal #pt-notifications-notice{
    margin-top: 1.13em;
}