←上一编辑下一编辑→ MediaWiki:Mobile.css (查看源代码) 2022年3月25日 (五) 02:03的版本 添加597字节 、 2022年3月25日 (五) 02:03 小无编辑摘要第960行: 第960行: font-weight: bold; font-weight: bold; width: 0px; width: 0px; +} +/* OW2 ICON */ +.ow2-portrait { + position: relative; + display: inline-block; +} + +.ow2-portrait > a::before, +.ow2-portrait > a::after { + content: " "; + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; +} + +.ow2-portrait > a { + overflow: hidden; + display: block; + border-radius: 0.3em; + border: 2px solid #b3b3b3; + background: #c7c7c7; + transform: scale(0.95); + transition: all .14s cubic-bezier(0.33, 1, 0.68, 1); +} + +.ow2-portrait > a:hover, +.ow2-portrait > a:focus { + border-radius: 0.3em; + border: 2px solid #fff; + background: #c7c7c7; + transform: scale(1); } } OrangePig评论管理员、界面管理员、管理员、优质编辑84,049个编辑