跳转到内容

MediaWiki:Vector.css:修订间差异

创建页面,内容为“此处所有CSS将为使用Vector皮肤的用户加载:​ 侧边栏二级菜单:​ div#MenuSidebar b{ color:#EAEAEA; } div#MenuSiderbar > ul > li ul{ display:none; z-index:1; background-color:#373737; width: unset !important; white-space: nowrap; } div #MenuSidebar li { position: relative; margin: 0px !important; transition: 0.15s all ease-in; z-index: 1; } 白色搜索框:​ #searchInput { background-color: #ffffff!important;…”
 
背景图替换为webp格式提升加载速度
 
(未显示同一用户的3个中间版本)
第77行: 第77行:
     border-top: 3px solid #FF74B7;
     border-top: 3px solid #FF74B7;
     border-right: 1px solid white;
     border-right: 1px solid white;
}
nav.vector-menu-dropdown .vector-menu-heading  {
    font-size: 0.8em;
    padding-top: 1em;
}
nav.vector-menu-dropdown ul li a {
    color: #FF74B7 !important;
}
}


第99行: 第106行:
}
}
body .mw-body{
body .mw-body{
margin-top: 202px;
margin-top: 197px;
}
}
body #mw-navigation #mw-head:before {
body #mw-navigation #mw-head:before {
第138行: 第145行:
body.page-首页_sandbox.action-submit h1.firstHeading {
body.page-首页_sandbox.action-submit h1.firstHeading {
   display: none;
   display: 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;
  overflow: hidden;
}
}


第145行: 第159行:
}
}
body {
body {
     background: url(/resources/assets/skins/20th/Wikimas-skin-20th-background.png) no-repeat #f6f6f6 !important;
     background: url(/resources/assets/skins/20th/Wikimas-skin-20th-background.webp) no-repeat #f6f6f6 !important;
     background-size:100% !important;
     background-size:100% !important;
}
}