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

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

MediaWikiインターフェイスページ
編集の要約なし
編集の要約なし
 
(同じ利用者による、間の64版が非表示)
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;
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;
}
}


605行目: 617行目:
/* 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; } /*議論タブを消す*/
:root {
#ca-history { display:none!important; } /*履歴表示タブを消す*/
    --width-layout: 100vw !important; /* Slightly wider content */
#ca-viewsource { display:none!important; } /*ソース表示タブを消す*/
    font-size: 90%;
#footer { display: none; }
}


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


: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) {  
633行目: 650行目:
   text-align: left;
   text-align: left;
}
}
:root {
 
    font-size: 90%;
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
762行目: 777行目:
   text-align: left;
   text-align: left;
}
}
:root {
 
    font-size: 90%;
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
893行目: 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);
}