MediaWiki:Common.css:修订间差异
| 无编辑摘要 | 无编辑摘要 | ||
| (未显示同一用户的5个中间版本) | |||
| 第1行: | 第1行: | ||
| /* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
| /* 旧版界面兼容 */ | /* 旧版界面兼容 */ | ||
| .tright { | @media (min-width: 720px) { | ||
|   .tright { | |||
|     clear:right; | |||
| } |     float:right | ||
| .tleft { |   } | ||
|   .tleft { | |||
|     float:left; | |||
|     clear:left | |||
|   } | |||
|   .thumbinner { | |||
|     border:1px solid #c8ccd1; | |||
|     background-color:#f8f9fa; | |||
|     font-size:94% | |||
|   } | |||
| } | } | ||
| .thumb { | .thumb { | ||
| 第19行: | 第27行: | ||
| .tright { | .tright { | ||
|    margin:0.5em 0 1.3em 1.4em |    margin:0.5em 0 1.3em 1.4em | ||
| } | } | ||
| .thumbimage { | .thumbimage { | ||
| 第35行: | 第38行: | ||
| .thumbcaption:empty { | .thumbcaption:empty { | ||
|    padding:0 |    padding:0 | ||
| } | |||
| .mw-content-ltr .thumbcaption { | |||
|   text-align:left | |||
| } | |||
| .mw-content-rtl .thumbcaption { | |||
|   text-align:right | |||
| } | } | ||
| .thumbinner { | .thumbinner { | ||
| 第40行: | 第49行: | ||
|    text-align:center; |    text-align:center; | ||
|    overflow:hidden |    overflow:hidden | ||
| } | |||
| /* 跨维基链接 */ | |||
| .mw-parser-output a.extiw, | |||
| .mw-parser-output a.extiw:visited { | |||
|   color: #007a5e | |||
| } | |||
| /* 防止浮动元素打乱标题 */ | |||
| h2:has(span.mw-headline),  | |||
| h3:has(span.mw-headline) { | |||
|   clear: left | |||
| } | } | ||
2024年4月18日 (四) 21:00的最新版本
/* 这里放置的CSS将应用于所有皮肤 */
/* 旧版界面兼容 */
@media (min-width: 720px) {
  .tright {
    clear:right;
    float:right
  }
  .tleft {
    float:left;
    clear:left
  }
  .thumbinner {
    border:1px solid #c8ccd1;
    background-color:#f8f9fa;
    font-size:94%
  }
}
.thumb {
  width:auto;
  background-color:transparent;
  margin-bottom:0.5em
}
.tleft {
  margin:0.5em 1.4em 1.3em 0
}
.tright {
  margin:0.5em 0 1.3em 1.4em
}
.thumbimage {
  background-color:#f8f9fa;
  border:1px solid #c8ccd1
}
.thumbcaption {
  border:0;
  font-size:94%
}
.thumbcaption:empty {
  padding:0
}
.mw-content-ltr .thumbcaption {
  text-align:left
}
.mw-content-rtl .thumbcaption {
  text-align:right
}
.thumbinner {
  padding:3px;
  text-align:center;
  overflow:hidden
}
/* 跨维基链接 */
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:visited {
  color: #007a5e
}
/* 防止浮动元素打乱标题 */
h2:has(span.mw-headline), 
h3:has(span.mw-headline) {
  clear: left
}
