MediaWiki:Common.css:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第14行: 第14行:
.color-right {background: #339966;}
.color-right {background: #339966;}
#p-logo-text {width: auto;}
#p-logo-text {width: auto;}
#p-logo-text {position: absolute;}
@media screen and (max-width:550px){
  #p-logo-text {position: absolute;}
  }

2018年8月19日 (日) 11:27的版本

/* 放置于这里的CSS将应用于所有皮肤 */

.mw-body-content img { max-width:96vw; height:auto; }

.mw-mmv-image img {width: 100%;height: auto;}
.mw-mmv-image-wrapper {position: inherit;}
.mw-mmv-fullscreen, .mw-mmv-download-button, .mw-mmv-options-button {display:none;}
.mw-mmv-next-image, .mw-mmv-prev-image {top:20vh !important;}
.mw-mmv-post-image {position: initial;}
.mw-mmv-next-image:focus, .mw-mmv-prev-image:focus {outline:none;outline:0;}
.mw-mmv-wrapper svg {display:none;}

.color-middle {background: #006699;}
.color-right {background: #339966;}
#p-logo-text {width: auto;}
@media screen and (max-width:550px){
  #p-logo-text {position: absolute;}
  }