无编辑摘要
(创建页面,内容为“→这里放置的CSS将应用于所有皮肤: →旧版界面兼容: .tright { clear:right; float:right; margin:0.5em 1.4em 1.3em 0 } .tleft { float:left; clear:left; margin:0.5em 1.4em 1.3em 0 } .thumb { width:auto; background-color:transparent; margin-bottom:0.5em } .thumbinner { border:1px solid #c8ccd1; background-color:#f8f9fa; font-size:94%; padding:3px; text-align:center; overflow:hidden } .thumbimage { background-col…”) |
无编辑摘要 |
||
第3行: | 第3行: | ||
.tright { | .tright { | ||
clear:right; | clear:right; | ||
float:right | float:right | ||
} | } | ||
.tleft { | .tleft { | ||
float:left; | float:left; | ||
clear:left | clear:left | ||
} | } | ||
.thumb { | .thumb { | ||
第15行: | 第13行: | ||
background-color:transparent; | background-color:transparent; | ||
margin-bottom:0.5em | margin-bottom:0.5em | ||
} | |||
.tleft { | |||
margin:0.5em 1.4em 1.3em 0 | |||
} | |||
.tright { | |||
margin:0.5em 0 1.3em 1.4em | |||
} | } | ||
.thumbinner { | .thumbinner { | ||
border:1px solid #c8ccd1; | border:1px solid #c8ccd1; | ||
background-color:#f8f9fa; | background-color:#f8f9fa; | ||
font-size:94% | font-size:94% | ||
} | } | ||
.thumbimage { | .thumbimage { | ||
第34行: | 第35行: | ||
.thumbcaption:empty { | .thumbcaption:empty { | ||
padding:0 | padding:0 | ||
} | |||
.thumbinner { | |||
padding:3px; | |||
text-align:center; | |||
overflow:hidden | |||
} | } |