MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第469行: | 第469行: | ||
div.eqTable { | div.eqTable { | ||
display:table; | |||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
width:100%; | width:100%; | ||
max-width:1000px; | max-width:1000px; | ||
} | |||
div.eqC1, div.eqC2, div.eqP1, div.eqP2 { | |||
display:table-row; | |||
} | } | ||
div.eqTable .eqCaption { | div.eqTable .eqCaption { | ||
display:table-cell; | |||
border:solid 1px rgb(170,170,170); | border:solid 1px rgb(170,170,170); | ||
border-right:solid 0px rgb(170,170,170); | border-right:solid 0px rgb(170,170,170); | ||
background-color:rgb(242,242,242); | background-color:rgb(242,242,242); | ||
width: | width:20%; | ||
} | } | ||
| 第489行: | 第493行: | ||
div.eqTable .eqPic { | div.eqTable .eqPic { | ||
display:table-cell; | |||
border:solid 1px rgb(170,170,170); | border:solid 1px rgb(170,170,170); | ||
border-right:solid 0px rgb(170,170,170); | border-right:solid 0px rgb(170,170,170); | ||
background-color:rgb(249,249,249); | background-color:rgb(249,249,249); | ||
width: | width:20%; | ||
} | } | ||