您似乎还未注册一个账号?我们强烈推荐您点击此处创建一个账户。|如果您在H萌娘上发现某些内容错误/空缺/不中立,请勇于按右上角编辑按钮!
微件:Contribution
<script> $(function() {
$('#firstHeading').prepend(
$('<a>').attr({
href: 'https://hmoegirl.com/Special:Viewavatar?user=' + mw.config.get("wgPageName").replace(/^user:/i, ),
title: '查看头像'
}).prepend(
$('<img>')
.attr('src', 'https://www.hmoegirl.com/images/thumb/7/7b/90278578_p0_master1200.jpg/180px-90278578_p0_master1200.jpg'))
.css({
width: '1.2em',
height: '1.2em',
'border-radius': '10px',
padding: '4px'
})
)
);
}); </script> <style> .mw-body-content p { padding: 3px; text-align: center; } .mw-widget-dateInputWidget.oo-ui-widget-enabled .mw-widget-dateInputWidget-handle {
font-size: 94%;
} </style>