1,052
个编辑
MangoFanFan(留言 | 贡献) (设计全站样式) |
MangoFanFan(留言 | 贡献) (设计全站样式) |
||
第189行: | 第189行: | ||
} | } | ||
.input { | .input[type="search"] { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
color: #000000; | color: #000000; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
display: block; | display: block; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
border-radius: 0; | border-radius: 0; | ||
第200行: | 第199行: | ||
box-shadow: inset 0 0 0 1px transparent; | box-shadow: inset 0 0 0 1px transparent; | ||
font-family: inherit; | font-family: inherit; | ||
font-size: | width: max-content; | ||
font-size: 16px; | |||
line-height: 1.28571429em; | line-height: 1.28571429em; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | |||
#p-user-tools { | |||
padding: 15px; | |||
} | |||
.mw-portlet-dropdown ~ .mw-portlet li { | |||
padding: 5px; | |||
} | } |