MediaWiki:Common.css:修订间差异

无编辑摘要
标签手工回退
无编辑摘要
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
/* 深色#b85175 浅色#f4b7d6 */


/* WIKI背景图 */
/* WIKI背景图 */
body {
body {
  background: url("https://i.17173cdn.com/g8bz6k/hbr/e/ea/hbrbackground.png") fixed no-repeat center center / cover;
    background: url("https://i.17173cdn.com/g8bz6k/hbr/e/ea/hbrbackground.png") fixed no-repeat center center / cover;
}
  }
 
 
.description-container {
  .description-container {
    text-align: center;
      text-align: center;
    color: lightslategray;
      /* color: lightslategray; */
    box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px;
      box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px;
    border-radius: 0.5em;
      border-radius: 0.5em;
    margin: 10px 0 10px 0;
      margin: 10px 0 10px 0;
    padding: 10px;
      padding: 10px;
    display: table;
      display: table;
    width: 100%;
      width: 100%;
    margin: 12px 0;
      margin: 12px 0;
    font-style: normal;
      font-style: normal;
    background: #4e57741a;
      background: #4e57741a;
    border-left: 3px solid #3c4f6a;
      border-left: 3px solid #b85175;
    overflow: hidden
      overflow: hidden
}
  }
 
 
.description-display {
  .description-display {
    display: table-cell;
      display: table-cell;
    vertical-align: middle
      vertical-align: middle
}
  }
 
 
..so-page .so-content-in .mw-parser-output .description-container {
  .so-page .so-content-in .mw-parser-output .description-container {
color: white;
      color: white;
}
  }
 
 
/* logo */
  /* logo */
.so-logo-img {
  .so-logo-img {
  height: auto;
    height: auto;
  width: 60px;
    width: 60px;
  max-width: 60px !important;
    max-width: 60px !important;
  margin-right: 10px !important;
    margin-right: 10px !important;
}
  }

2024年7月10日 (三) 15:59的版本

/* 这里放置的CSS将应用于所有皮肤 */
/* 深色#b85175 浅色#f4b7d6 */

/* WIKI背景图 */
body {
    background: url("https://i.17173cdn.com/g8bz6k/hbr/e/ea/hbrbackground.png") fixed no-repeat center center / cover;
  }
  
  .description-container {
      text-align: center;
      /* color: lightslategray; */
      box-shadow: rgba(0,0,0,0.24) 0px 3px 8px 0px;
      border-radius: 0.5em;
      margin: 10px 0 10px 0;
      padding: 10px;
      display: table;
      width: 100%;
      margin: 12px 0;
      font-style: normal;
      background: #4e57741a;
      border-left: 3px solid #b85175;
      overflow: hidden
  }
  
  .description-display {
      display: table-cell;
      vertical-align: middle
  }
  
  .so-page .so-content-in .mw-parser-output .description-container {
      color: white;
  }
  
  /* logo */
  .so-logo-img {
    height: auto;
    width: 60px;
    max-width: 60px !important;
    margin-right: 10px !important;
  }