1,052
个编辑
MangoFanFan(留言 | 贡献) (添加模板CSS) |
MangoFanFan(留言 | 贡献) (设计全站样式) |
||
第180行: | 第180行: | ||
vertical-align: top; | vertical-align: top; | ||
border-top: 1px solid #ddd; | border-top: 1px solid #ddd; | ||
} | |||
/* 美化导航栏样式 */ | |||
.mw-header { | |||
padding-top: 0px; | |||
padding-bottom: 0px; | |||
height: 70px; | |||
} | |||
.input { | |||
background-color: #ffffff; | |||
color: #000000; | |||
box-sizing: border-box; | |||
display: block; | |||
width: 100%; | |||
border: 1px solid #a2a9b1; | |||
border-radius: 0; | |||
padding: 6px 8px; | |||
box-shadow: inset 0 0 0 1px transparent; | |||
font-family: inherit; | |||
font-size: inherit; | |||
line-height: 1.28571429em; | |||
vertical-align: middle; | |||
} | } |