MediaWiki:Mobile.css:修订间差异
imported>=海豚= 无编辑摘要 |
imported>=海豚= 无编辑摘要 |
||
| 第87行: | 第87行: | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
/* | /* info类模板 */ | ||
.infoBox { | .infoBox { | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.infoBoxTitle { | .infoBoxTitle { | ||
| 第96行: | 第95行: | ||
padding: 0; | padding: 0; | ||
text-align: center; | text-align: center; | ||
font-weight: | font-weight: 700; | ||
} | } | ||
.infoBoxIcon { | .infoBoxIcon { | ||
display: table-cell; | display: table-cell; | ||
padding: 2px 0 2px | padding: 2px 0 2px .5em; | ||
vertical-align: middle; | vertical-align: middle; | ||
} | } | ||
.infoBoxText { | .infoBoxText { | ||
display: table-cell; | display: table-cell; | ||
padding: | padding: .25em .5em .25em 1.3em; | ||
width: 100%; | width: 100%; | ||
vertical-align: middle; | vertical-align: middle; | ||
| 第124行: | 第118行: | ||
text-align: center; | text-align: center; | ||
} | } | ||
/* 通知样式 */ | /* 通知样式 */ | ||
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | .mw-echo-ui-notificationsInboxWidget-toolbarWrapper { | ||
| 第317行: | 第312行: | ||
border: none; | border: none; | ||
} | } | ||
/* | /* wikitable MD化 */ | ||
. | table.wikitable { | ||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); | |||
border-radius: 4px; | |||
background-color: rgba(251,251,251,0.8) !important; | |||
overflow: hidden; | |||
} | } | ||
/* 来个高优先级的 */ | /* 来个高优先级的 */ | ||
/* 页面底部导航框(2011年8月16日引自中文维基)(所谓大家族模板) */ | |||
table.navbox { | |||
border: 1px solid #aaa; | |||
.navbox { | |||
clear: both; | clear: both; | ||
margin: auto; | |||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); | |||
padding: 1px; | padding: 1px; | ||
text-align: center; | text-align: center; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.navbox-subgroup .navbox-group { | .navbox-subgroup .navbox-group { | ||