「MediaWiki:Common.css」の版間の差分

編集の要約なし
編集の要約なし
 
(同じ利用者による、間の38版が非表示)
26行目: 26行目:
     background-color: transparent !important;
     background-color: transparent !important;
     border: none !important;
     border: none !important;
}
/**************************************************
* メインページ:TSRCタイトル
**************************************************/
.tsrc-top-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* ちゃんと公式感あるフォント */
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 0.2em;
  text-align: flex; /* もし中央にしたいなら */
}
/**************************************************
* メインページ:TSRC惑星外住民
**************************************************/
.tsrc-infobox {
  max-width: 700px; /* 例えばここで最大幅を制限 */
  margin: 1em auto;
  background-color: #eef3f5;
  border: 1px solid #ccc;
  padding: 0.2em 0.5em;
  font-size: 0.95em;
  line-height: 1.4;
  margin: 0.5em 0;
  border-radius: 4px;
}
/**************************************************
* メインページ:TSRCガイドリンク
**************************************************/
.page-Main_Page ul {
  padding-left: 1.5em;
  margin-top: 1em;
}
.tsrc-guide-links {
  margin-bottom: 1.5em;
}
}


76行目: 116行目:
}
}


.page-Main_Page pre,
.page-Main_Page code,
.page-Main_Page .mw-code {
    background-color: transparent !important;
    border: none !important;
}


/**************************************************
/**************************************************
91行目: 137行目:
   width: calc(50% - 0.75em);
   width: calc(50% - 0.75em);
   border: 1px solid #888;
   border: 1px solid #888;
  background: transparent; /* ★ここ変更! */
   padding: 1.5em; /* ←ちょっと広めにしてもOK */
   padding: 1.5em; /* ←ちょっと広めにしてもOK */
   box-sizing: border-box;
   box-sizing: border-box;
  margin-bottom: 1em;
}
}


.tsrc-box-header {
.tsrc-box-header {
   display: flex;
   display: flex;
   align-items: center;
   align-items: center; /* もしくは startでもいいけど centerの方が美しい */
   font-weight: bold;
   font-weight: 600;
   font-size: 1.4em; /* ★ここ大きくする! */
   font-size: 1.4em;
   margin-bottom: 0.5em;
   margin-bottom: 0.5em;
   background: linear-gradient(to right, #dfe4ea, #f5f7fa);
   background: linear-gradient(to right, #dfe4ea, #f5f7fa);
   padding: 0.4em 0.7em;
   padding: 0.4em 0.7em;
   border-radius: 2px;
   border-radius: 2px;
  line-height: 1.0;
}
}


.tsrc-box-icon {
.tsrc-box-icon {
117行目: 167行目:
   font-size: 0.9em;
   font-size: 0.9em;
   color: #222;
   color: #222;
  background: transparent; /* ★ここ変更! */
}
}


134行目: 183行目:
  **************************************************/
  **************************************************/
.tsrc-PR-log {
.tsrc-PR-log {
   background-color: #f7f8f3; /* 柔らかい灰色背景 */
   background-color:#fcfff6; /* 柔らかい灰色背景 */
   border: 3px solid #8e715b;
   border: 3px solid #8e715b;
   padding: 1em;
   padding: 1em;