メニューを切り替える
個人設定メニューを切り替える
個人メニューを切り替える
ログインしていません
編集を行うと、IPアドレスが公開されます。

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

MediaWikiインターフェイスページ
編集の要約なし
タグ: 差し戻し済み
編集の要約なし
 
(同じ利用者による、間の78版が非表示)
10行目: 10行目:
   font-feature-settings: "palt";
   font-feature-settings: "palt";
}
}


/* make the list of references look smaller */
/* make the list of references look smaller */
ol.references,
ol.references,
div.reflist {
div.reflist {
font-size: 90%;            /* Default font-size */
font-size: 85%;            /* Default font-size */
}
 
/* 表が縦に長くなるのを防ぐ */
.wikitable, .tracklist {
overflow-wrap: break-word;
word-wrap: break-word;
word-break: keep-all;
}
}


29行目: 37行目:
margin: auto;
margin: auto;
clear: both;
clear: both;
font-size: 88%;
font-size: 75%;
text-align: center;
text-align: center;
padding: 1px;
padding: 1px;
56行目: 64行目:
/* @noflip */
/* @noflip */
text-align: right;
text-align: right;
}
.navbox-title {
background-color: #ff9800; /* Background color */
}
}


71行目: 74行目:
.navbox-list {
.navbox-list {
border-color: #fdfdfd;    /* Must match background color */
border-color: #fdfdfd;    /* Must match background color */
     color: #000;
     color: #202020;
}
}


85行目: 88行目:
.navbox-title {
.navbox-title {
background-color: #ccccff;      /* Level 1 color */
background-color: #ccccff;      /* Level 1 color */
     color: #000;
     color: #202020;
text-align: center;
}
}


92行目: 96行目:
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
background-color: #ddddff;      /* Level 2 color */
background-color: #ddddff;      /* Level 2 color */
     color: #000;
     color: #202020;
text-align: center;
}
}


98行目: 103行目:
.navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff;      /* Level 3 color */
background-color: #e6e6ff;      /* Level 3 color */
     color: #000;
     color: #202020;
text-align: center;
}
}


.navbox-even {
.navbox-even {
background-color: #f7f7f7;      /* Even row striping */
background-color: #f7f7f7;      /* Even row striping */
     color: #000;
     color: #202020;
text-align: center;
}
}


.navbox-odd {
.navbox-odd {
background-color: transparent;  /* Odd row striping */
background-color: transparent;  /* Odd row striping */
     color: #000;
     color: #202020;
text-align: center;
}
}


290行目: 298行目:
clear: right;
clear: right;
text-align: left;
text-align: left;
font-size: 88%;
font-size: 85%;
line-height: 1.5em;
line-height: 1.5em;
}
}
296行目: 304行目:
.infobox caption {
.infobox caption {
margin-top: 0.5em;
margin-top: 0.5em;
font-size: 125%;
font-size: 120%;
font-weight: bold;
font-weight: bold;
}
}
593行目: 601行目:
.wikitable, .tracklist {
.wikitable, .tracklist {
     white-space:nowrap;
     white-space:nowrap;
}
.wikitable {
font-size: 80%!important;
}
}


604行目: 616行目:


/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
#ca-talk { display:none!important; } /*議論タブを消す*/
#ca-history { display:none!important; } /*履歴表示タブを消す*/
#ca-viewsource { display:none!important; } /*ソース表示タブを消す*/
#footer { display: none; }


:root {
:root {
     --width-layout: 100vw; /* Slightly wider content */
     --width-layout: 100vw !important; /* Slightly wider content */
    font-size: 90%;
}
}


/* 表が縦に長くなるのを防ぐ */
:root.citizen-feature-custom-width-clientpref-standard {
.wikitable, .tracklist {
--width-layout: 100vw !important; /* Slightly wider content */
overflow-wrap: break-word;
font-size: 90%;
word-wrap: break-word;
word-break: keep-all;
    white-space:nowrap;
}
}


:root.citizen-feature-custom-width-clientpref-wide{
--width-layout: 100vw !important; /* Slightly wider content */
font-size: 90%;
}


@media all and (max-width: 480px) {  
@media all and (max-width: 480px) {  
641行目: 650行目:
   text-align: left;
   text-align: left;
}
}
:root {
 
    font-size: 90%;
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
770行目: 777行目:
   text-align: left;
   text-align: left;
}
}
:root {
 
    font-size: 90%;
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
901行目: 906行目:


.mw-logo-wordmark { color:#FF9800; }
.mw-logo-wordmark { color:#FF9800; }
/* Fixes for empty icons in Vector 2022 and Minerva */
.mw-ui-icon, .citizen-ui-icon {
background-image: url(/w/load.php?modules=oojs-ui.styles.icons-accessibility&image=moon);
}
.minerva-icon-portletlink-pt-darkmode {
opacity: 0.65;
}
.mw-ui-icon, .citizen-ui-icon {
background-image: url(/w/load.php?modules=oojs-ui.styles.icons-accessibility&image=bright);
}