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