MediaWiki:Vector.css:修订间差异

删除7,559字节 、​ 2022年12月31日 (星期六)
// Edit via Wikiplus
无编辑摘要
(// Edit via Wikiplus)
第49行: 第49行:
   border-top: none;
   border-top: none;
   font-family: var(--fontfamily); }
   font-family: var(--fontfamily); }
  body * {
    border-color: var(--linecolor); }


/* 左侧栏 */
/* 左侧栏 */
#mw-panel .portal {
#mw-panel .portal:hover {
   /*面板折叠相关样式功能*/
  background-color: transparent; }
   padding: 0.75rem 0 0 0;
 
   margin: 0; }
#mw-panel .portal > .vector-menu-heading {
   #mw-panel .portal:hover {
   margin: 0;
     background-color: transparent; }
   padding: 0;
   #mw-panel .portal > h1,
  position: relative;
  #mw-panel .portal > h2,
  background-image: none;
   #mw-panel .portal > h3,
  font-size: 1rem;
   #mw-panel .portal > h4,
  line-height: 1.3rem;
   #mw-panel .portal > h5,
   cursor: pointer; }
   #mw-panel .portal > h6 {
   #mw-panel .portal > .vector-menu-heading::after {
    margin: 0;
     position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    font-size: 0.75rem;
    line-height: 1.3rem;
    transition: 0.3s ease; }
   #mw-panel .portal > .vector-menu-heading:hover::after {
    opacity: 0.9; }
 
#mw-panel .portal .vector-menu-content {
  padding-top: 0;
   margin-left: 0;
   background-image: none;
   transition: max-height 0.3s ease;
  overflow: hidden; }
   #mw-panel .portal .vector-menu-content li {
     padding: 0;
     padding: 0;
     position: relative;
     font-size: 0.9rem;
    background-image: none;
     line-height: 1.2rem; }
    font-size: 1rem;
    #mw-panel .portal .vector-menu-content li a {
    line-height: 1.3rem;
      width: 100%;
    cursor: pointer; }
      display: inline-block; }
    #mw-panel .portal > h1::after,
 
    #mw-panel .portal > h2::after,
#mw-panel .portal.salt-close > .vector-menu-heading::after {
    #mw-panel .portal > h3::after,
   content: '点击展开'; }
    #mw-panel .portal > h4::after,
 
    #mw-panel .portal > h5::after,
#mw-panel .portal.salt-close .vector-menu-content {
    #mw-panel .portal > h6::after {
  max-height: 0px; }
      position: absolute;
 
      bottom: 0;
#mw-panel .portal.salt-open > .vector-menu-heading::after {
      right: 0;
  content: '点击收起'; }
      opacity: 0;
 
      font-size: 0.75rem;
#mw-panel .portal.salt-open .vector-menu-content {
      line-height: 1.3rem;
  max-height: var(--salt-open-height, 100vh); }
      transition: 0.3s ease; }
     #mw-panel .portal > h1:hover::after,
    #mw-panel .portal > h2:hover::after,
    #mw-panel .portal > h3:hover::after,
    #mw-panel .portal > h4:hover::after,
    #mw-panel .portal > h5:hover::after,
    #mw-panel .portal > h6:hover::after {
      opacity: 0.9; }
  #mw-panel .portal .vector-menu-content {
    padding-top: 0;
    margin-left: 0;
    border-top: 2px solid var(--linecolor) !important;
    background-image: none;
    transition: max-height 0.3s ease;
    overflow: hidden; }
    #mw-panel .portal .vector-menu-content li {
      padding: 0;
      font-size: 0.9rem;
      line-height: 1.2rem; }
      #mw-panel .portal .vector-menu-content li a {
        width: 100%;
        display: inline-block; }
  #mw-panel .portal.salt-close > h1::after,
  #mw-panel .portal.salt-close > h2::after,
  #mw-panel .portal.salt-close > h3::after,
  #mw-panel .portal.salt-close > h4::after,
   #mw-panel .portal.salt-close > h5::after,
  #mw-panel .portal.salt-close > h6::after {
    content: '点击展开'; }
  #mw-panel .portal.salt-close .vector-menu-content {
    max-height: 0px; }
  #mw-panel .portal.salt-open > h1::after,
  #mw-panel .portal.salt-open > h2::after,
  #mw-panel .portal.salt-open > h3::after,
  #mw-panel .portal.salt-open > h4::after,
  #mw-panel .portal.salt-open > h5::after,
  #mw-panel .portal.salt-open > h6::after {
    content: '点击收起'; }
  #mw-panel .portal.salt-open .vector-menu-content {
    max-height: var(--salt-open-height, 100vh); }


/* 其他适配 */
/* 其他适配 */
第178行: 第152行:


/* 旧版书页样式 */
/* 旧版书页样式 */
body.skin-vector.skin-vector-legacy #mw-panel {
.skin-vector-legacy #mw-panel {
   /* 左侧栏 */
   /* 左侧栏 */
   position: fixed;
   position: fixed;
第188行: 第162行:
   border: 1px solid #ccc;
   border: 1px solid #ccc;
   border-radius: 4px; }
   border-radius: 4px; }
   body.skin-vector.skin-vector-legacy #mw-panel #p-logo {
   .skin-vector-legacy #mw-panel .portal {
    /*面板折叠相关样式功能*/
    padding: 0.75rem 0 0 0;
    margin: 0; }
  .skin-vector-legacy #mw-panel #p-logo {
     width: 10rem;
     width: 10rem;
     height: 10rem;
     height: 10rem;
     margin-top: -14px;
     margin-top: -14px;
     margin-left: -1rem; }
     margin-left: -1rem; }
     body.skin-vector.skin-vector-legacy #mw-panel #p-logo a {
     .skin-vector-legacy #mw-panel #p-logo a {
       background-size: contain; }
       background-size: contain; }
     body.skin-vector.skin-vector-legacy #mw-panel #p-logo + .portal {
     .skin-vector-legacy #mw-panel #p-logo + .portal {
       margin-top: 0; }
       margin-top: 0; }
       body.skin-vector.skin-vector-legacy #mw-panel #p-logo + .portal .vector-menu-content {
       .skin-vector-legacy #mw-panel #p-logo + .portal .vector-menu-content {
         margin-left: 0; }
         margin-left: 0; }
  .skin-vector-legacy #mw-panel .vector-menu-content {
    border-top: 2px solid var(--linecolor); }


body.skin-vector.skin-vector-legacy .mw-prefs-buttons {
.skin-vector-legacy .mw-prefs-buttons {
   background-color: #fbf2db; }
   background-color: #fbf2db; }


body.skin-vector.skin-vector-legacy .oo-ui-tabSelectWidget-framed {
.skin-vector-legacy .oo-ui-tabSelectWidget-framed {
   background-color: #e3c99e; }
   background-color: #e3c99e; }


body.skin-vector.skin-vector-legacy #p-personal {
.skin-vector-legacy #p-personal {
   /* 最顶部的信息栏 */
   /* 最顶部的信息栏 */
   width: 100%;
   width: 100%;
第220行: 第200行:
   font-size: 1rem;
   font-size: 1rem;
   transition: opacity 0.3s ease 0.5s; }
   transition: opacity 0.3s ease 0.5s; }
   body.skin-vector.skin-vector-legacy #p-personal:hover {
   .skin-vector-legacy #p-personal:hover {
     opacity: 1;
     opacity: 1;
     transition-delay: 0s; }
     transition-delay: 0s; }
   body.skin-vector.skin-vector-legacy #p-personal ul {
   .skin-vector-legacy #p-personal ul {
     float: right; }
     float: right; }
     body.skin-vector.skin-vector-legacy #p-personal ul li {
     .skin-vector-legacy #p-personal ul li {
       height: 1rem;
       height: 1rem;
       margin-top: 0;
       margin-top: 0;
第231行: 第211行:
       font-size: 0.9rem;
       font-size: 0.9rem;
       line-height: 1rem; }
       line-height: 1rem; }
   body.skin-vector.skin-vector-legacy #p-personal #pt-notifications-alert,
   .skin-vector-legacy #p-personal #pt-notifications-alert,
   body.skin-vector.skin-vector-legacy #p-personal #pt-notifications-notice {
   .skin-vector-legacy #p-personal #pt-notifications-notice {
     margin-right: 0; }
     margin-right: 0; }


body.skin-vector.skin-vector-legacy .ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
.skin-vector-legacy .ve-ui-toolbar-floating > .oo-ui-toolbar-bar {
   /* 顶部的信息栏遮挡可视化编辑器 */
   /* 顶部的信息栏遮挡可视化编辑器 */
   top: 2.5rem; }
   top: 2.5rem; }


body.skin-vector.skin-vector-legacy #mw-head {
.skin-vector-legacy #mw-head {
   /* 顶部栏 */
   /* 顶部栏 */
   top: calc( 46px + 3rem);
   top: calc( 46px + 3rem);
   padding: 0 57px 0 69px;
   padding: 0 57px 0 69px;
   width: calc(100% - 126px); }
   width: calc(100% - 126px); }
   body.skin-vector.skin-vector-legacy #mw-head #left-navigation,
   .skin-vector-legacy #mw-head #left-navigation,
   body.skin-vector.skin-vector-legacy #mw-head #right-navigation {
   .skin-vector-legacy #mw-head #right-navigation {
     margin-top: 0rem; }
     margin-top: 0rem; }
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation nav,
     .skin-vector-legacy #mw-head #left-navigation nav,
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation div,
     .skin-vector-legacy #mw-head #left-navigation div,
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul,
     .skin-vector-legacy #mw-head #left-navigation ul,
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation span,
     .skin-vector-legacy #mw-head #left-navigation span,
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation a,
     .skin-vector-legacy #mw-head #left-navigation a,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation nav,
     .skin-vector-legacy #mw-head #right-navigation nav,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation div,
     .skin-vector-legacy #mw-head #right-navigation div,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul,
     .skin-vector-legacy #mw-head #right-navigation ul,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation span,
     .skin-vector-legacy #mw-head #right-navigation span,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation a {
     .skin-vector-legacy #mw-head #right-navigation a {
       background-image: none;
       background-image: none;
       background-color: transparent; }
       background-color: transparent; }
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation li,
     .skin-vector-legacy #mw-head #left-navigation li,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation li {
     .skin-vector-legacy #mw-head #right-navigation li {
       border-left: none;
       border-left: none;
       border-right: none; }
       border-right: none; }
       body.skin-vector.skin-vector-legacy #mw-head #left-navigation li:first-child,
       .skin-vector-legacy #mw-head #left-navigation li:first-child,
       body.skin-vector.skin-vector-legacy #mw-head #right-navigation li:first-child {
       .skin-vector-legacy #mw-head #right-navigation li:first-child {
         border-left: 1px solid var(--linecolor); }
         border-left: 1px solid var(--linecolor); }
       body.skin-vector.skin-vector-legacy #mw-head #left-navigation li:last-child,
       .skin-vector-legacy #mw-head #left-navigation li:last-child,
       body.skin-vector.skin-vector-legacy #mw-head #right-navigation li:last-child {
       .skin-vector-legacy #mw-head #right-navigation li:last-child {
         border-right: 1px solid var(--linecolor); }
         border-right: 1px solid var(--linecolor); }
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul li,
     .skin-vector-legacy #mw-head #left-navigation ul li,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul li {
     .skin-vector-legacy #mw-head #right-navigation ul li {
       height: 2.7rem;
       height: 2.7rem;
       background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 20%); }
       background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 20%); }
       body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul li:hover,
       .skin-vector-legacy #mw-head #left-navigation ul li:hover,
       body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul li:hover {
       .skin-vector-legacy #mw-head #right-navigation ul li:hover {
         background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 12%); }
         background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 12%); }
       body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul li a,
       .skin-vector-legacy #mw-head #left-navigation ul li a,
       body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul li a {
       .skin-vector-legacy #mw-head #right-navigation ul li a {
         font-size: 0.875rem;
         font-size: 0.875rem;
         padding-top: 1rem;
         padding-top: 1rem;
         text-align: center; }
         text-align: center; }
       body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul li.icon a,
       .skin-vector-legacy #mw-head #left-navigation ul li.icon a,
       body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul li.icon a {
       .skin-vector-legacy #mw-head #right-navigation ul li.icon a {
         padding-top: 2.5rem; }
         padding-top: 2.5rem; }
     body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul.menu li,
     .skin-vector-legacy #mw-head #left-navigation ul.menu li,
     body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul.menu li {
     .skin-vector-legacy #mw-head #right-navigation ul.menu li {
       background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 12%); }
       background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 12%); }
       body.skin-vector.skin-vector-legacy #mw-head #left-navigation ul.menu li:hover,
       .skin-vector-legacy #mw-head #left-navigation ul.menu li:hover,
       body.skin-vector.skin-vector-legacy #mw-head #right-navigation ul.menu li:hover {
       .skin-vector-legacy #mw-head #right-navigation ul.menu li:hover {
         background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 6%); }
         background-image: linear-gradient(0deg, var(--linecolor) 0%, var(--bgcolor) 6%); }
   body.skin-vector.skin-vector-legacy #mw-head #p-cactions .menu li {
   .skin-vector-legacy #mw-head #p-cactions .menu li {
     border: 1px solid var(--linecolor);
     border: 1px solid var(--linecolor);
     background-color: var(--lightcolor); }
     background-color: var(--lightcolor); }


body.skin-vector.skin-vector-legacy #content {
.skin-vector-legacy #content {
   /* 主体 */
   /* 主体 */
   top: calc( 46px + 3rem);
   top: calc( 46px + 3rem);
第308行: 第288行:
   border: none;
   border: none;
   border-width: 0; }
   border-width: 0; }
   body.skin-vector.skin-vector-legacy #content::after, body.skin-vector.skin-vector-legacy #content::before {
   .skin-vector-legacy #content::after, .skin-vector-legacy #content::before {
     content: '';
     content: '';
     left: 0;
     left: 0;
第316行: 第296行:
     display: block;
     display: block;
     position: absolute; }
     position: absolute; }
   body.skin-vector.skin-vector-legacy #content::before {
   .skin-vector-legacy #content::before {
     top: -46px;
     top: -46px;
     background: var(--book-border-left-top) left top no-repeat, var(--book-border-right-top) right top no-repeat, var(--book-border-top) top repeat-x content-box; }
     background: var(--book-border-left-top) left top no-repeat, var(--book-border-right-top) right top no-repeat, var(--book-border-top) top repeat-x content-box; }
   body.skin-vector.skin-vector-legacy #content::after {
   .skin-vector-legacy #content::after {
     bottom: -46px;
     bottom: -46px;
     background: var(--book-border-left-bottom) left bottom no-repeat, var(--book-border-right-bottom) right bottom no-repeat, var(--book-border-bottom) bottom repeat-x content-box; }
     background: var(--book-border-left-bottom) left bottom no-repeat, var(--book-border-right-bottom) right bottom no-repeat, var(--book-border-bottom) bottom repeat-x content-box; }


body.skin-vector.skin-vector-legacy #footer {
.skin-vector-legacy #footer {
   /* 页脚 */
   /* 页脚 */
   padding-bottom: 0;
   padding-bottom: 0;
第329行: 第309行:
   clear: both;
   clear: both;
   transition: all 0.3s; }
   transition: all 0.3s; }
   body.skin-vector.skin-vector-legacy #footer:hover {
   .skin-vector-legacy #footer:hover {
     /*鼠标滑过,背景变白*/
     /*鼠标滑过,背景变白*/
     background: rgba(255, 255, 255, 0.7); }
     background: rgba(255, 255, 255, 0.7); }


@media screen and (max-width: 982px) {
@media screen and (max-width: 982px) {
   body.skin-vector.skin-vector-legacy {
   .skin-vector-legacy {
     /* 适配 */ }
     /* 适配 */ }
     body.skin-vector.skin-vector-legacy #mw-panel {
     .skin-vector-legacy #mw-panel {
       left: 0; }
       left: 0; }
     body.skin-vector.skin-vector-legacy #content {
     .skin-vector-legacy #content {
       margin-left: 10rem;
       margin-left: 10rem;
       margin-right: 0; } }
       margin-right: 0; } }


body.skin-vector.skin-vector-legacy #mw-page-base,
.skin-vector-legacy #mw-page-base,
body.skin-vector.skin-vector-legacy #mw-head-base {
.skin-vector-legacy #mw-head-base {
   background-color: transparent;
   background-color: transparent;
   opacity: 0;
   opacity: 0;
第349行: 第329行:
   height: 0; }
   height: 0; }


body.skin-vector.skin-vector-legacy fieldset,
.skin-vector-legacy fieldset,
body.skin-vector.skin-vector-legacy ul,
.skin-vector-legacy ul,
body.skin-vector.skin-vector-legacy li,
.skin-vector-legacy li,
body.skin-vector.skin-vector-legacy a,
.skin-vector-legacy a,
body.skin-vector.skin-vector-legacy span,
.skin-vector-legacy span,
body.skin-vector.skin-vector-legacy em,
.skin-vector-legacy em,
body.skin-vector.skin-vector-legacy pre,
.skin-vector-legacy pre,
body.skin-vector.skin-vector-legacy h1,
.skin-vector-legacy h1,
body.skin-vector.skin-vector-legacy h2,
.skin-vector-legacy h2,
body.skin-vector.skin-vector-legacy h3,
.skin-vector-legacy h3,
body.skin-vector.skin-vector-legacy h4,
.skin-vector-legacy h4,
body.skin-vector.skin-vector-legacy h5,
.skin-vector-legacy h5,
body.skin-vector.skin-vector-legacy h6 {
.skin-vector-legacy h6 {
   border-color: var(--linecolor) !important; }
   border-color: var(--linecolor) !important; }


:root {
.skin-vector-legacy body * {
  --linecolor: #ccc; }
   border-color: var(--linecolor); }
 
/* 新版书页样式 */
body.skin-vector:not(.skin-vector-legacy) .mw-header {
  background-color: #4caf50;
  padding: 0 50px;
  margin-top: 0;
  box-shadow: 2px 2px 8px rgba(76, 175, 80, 0.35), -2px 2px 8px rgba(76, 175, 80, 0.35);
  --linecolor: #ffffff00; }
  body.skin-vector:not(.skin-vector-legacy) .mw-header a.mw-ui-button span {
    color: white; }
 
body.skin-vector:not(.skin-vector-legacy) #mw-sidebar-button:before,
body.skin-vector:not(.skin-vector-legacy) .oo-ui-icon-bell.mw-echo-notifications-badge,
body.skin-vector:not(.skin-vector-legacy) .oo-ui-icon-tray.mw-echo-notifications-badge,
body.skin-vector:not(.skin-vector-legacy) .mw-ui-icon-wikimedia-userAvatar:before,
body.skin-vector:not(.skin-vector-legacy) .mw-ui-icon-wikimedia-userAvatar:after,
body.skin-vector:not(.skin-vector-legacy) .mw-ui-icon-wikimedia-search:before {
  opacity: 1;
  filter: invert(100%); }
 
@media screen and (max-width: 720px) {
  body.skin-vector:not(.skin-vector-legacy) #mw-sidebar-button {
    display: none; } }
 
body.skin-vector:not(.skin-vector-legacy) .mw-footer-container {
  margin-left: 0px !important;
  margin-right: 0px !important;
  background-color: #4caf50;
  max-width: none;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px; }
 
body.skin-vector:not(.skin-vector-legacy) #footer-info li {
  color: #fff; }
 
body.skin-vector:not(.skin-vector-legacy) #footer a {
  color: white;
  text-decoration: underline; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-footer {
  border-top-width: 0px; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-page-container {
  padding: 0.05px 0px;
  max-width: none;
  border: none; }
 
@media screen and (max-width: 1440px) {
  body.skin-vector:not(.skin-vector-legacy) .mw-workspace-container {
    margin-left: 20px;
    margin-right: 20px; } }
 
@media screen and (min-width: 1000px) {
  body.skin-vector:not(.skin-vector-legacy) .mw-page-container {
    padding-left: 0px;
    padding-right: 0px; } }
 
body.skin-vector:not(.skin-vector-legacy) .mw-body {
   border-top: none;
  min-height: 650px;
  border-radius: 0.4rem;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-content-container {
  max-width: none; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-article-toolbar-container {
  max-width: none; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-checkbox-hack-checkbox:checked
~ .mw-workspace-container
.mw-content-container {
  margin-left: 11.5em; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-checkbox-hack-checkbox:checked
~ .mw-workspace-container
.mw-article-toolbar-container {
  margin-left: 11.5em; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-footer-container .mw-content-container {
  margin-left: auto !important; }
 
body.skin-vector:not(.skin-vector-legacy) #mw-head .vector-menu-dropdown h3 {
  background-image: none; }
 
body.skin-vector:not(.skin-vector-legacy) #p-personal .vector-menu-content {
  margin-top: 5px;
  border-radius: 10px;
  padding: 5px 3px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px 0px; }
 
body.skin-vector:not(.skin-vector-legacy) #p-cactions .vector-menu-content {
  border-radius: 10px;
  border: 1px white solid;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px 0px;
  margin-top: 10px; }
  body.skin-vector:not(.skin-vector-legacy) #p-cactions .vector-menu-content li a {
    color: #4caf50; }
  body.skin-vector:not(.skin-vector-legacy) #p-cactions .vector-menu-content h3 {
    background-image: none !important; }
 
body.skin-vector:not(.skin-vector-legacy) .vector-user-links .vector-user-menu-more #pt-userpage-2 span {
  color: white; }
 
body.skin-vector:not(.skin-vector-legacy) .vector-menu-content-item-logout {
  border: none; }
 
body.skin-vector:not(.skin-vector-legacy) .vector-menu-tabs {
  background-image: none; }
  body.skin-vector:not(.skin-vector-legacy) .vector-menu-tabs .selected {
    background: #ffffff;
    border-bottom-color: orange !important;
    border-bottom-width: 3px;
    border-bottom-style: solid; }
  body.skin-vector:not(.skin-vector-legacy) .vector-menu-tabs a {
    background-image: none; }
  body.skin-vector:not(.skin-vector-legacy) .vector-menu-tabs li {
    background-image: none; }
    body.skin-vector:not(.skin-vector-legacy) .vector-menu-tabs li:not(.new) a {
      color: #4caf50; }
    body.skin-vector:not(.skin-vector-legacy) .vector-menu-tabs li.selected a {
      color: #000000; }
 
@media screen and (max-width: 720px) {
  body.skin-vector:not(.skin-vector-legacy) #mw-panel {
    display: none; } }
 
body.skin-vector:not(.skin-vector-legacy) #mw-panel {
  left: 0;
  background-image: none;
  border-right: none; }
  body.skin-vector:not(.skin-vector-legacy) #mw-panel .portal.salt-open .vector-menu-content {
    max-height: none; }
  body.skin-vector:not(.skin-vector-legacy) #mw-panel .portal .vector-menu-content {
    border-top: solid #4caf50 2px !important; }
  body.skin-vector:not(.skin-vector-legacy) #mw-panel nav:first-child .vector-menu-content {
    margin-left: 0em; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-sidebar-action {
  margin: 0 0; }
 
body.skin-vector:not(.skin-vector-legacy) .mw-sidebar-action-link {
  font-size: 0.9em;
  font-weight: unset; }
 
body.skin-vector:not(.skin-vector-legacy) .mainpage-box-title {
  color: #4caf50;
  background-color: #ffffff00; }
 
body.skin-vector:not(.skin-vector-legacy) #localNotice > div {
  margin-top: 0px !important; }
维护员、​界面管理员、​巡查员、​监督员、​小部件编辑者
3,469

个编辑