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

提供: MonoBook
ナビゲーションに移動 検索に移動
imported>Administrator
58行目: 58行目:
 
     white-space: pre !important;
 
     white-space: pre !important;
 
     overflow: scroll !important;
 
     overflow: scroll !important;
 +
}
 +
 +
/* 2021.05.31 */
 +
ol.special {
 +
    margin: initial;
 
}
 
}

2021年5月31日 (月) 07:02時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.mw-body-content {
    position: relative;
    font-size: 1em;
    z-index: 0;
    width: 40em;
    line-height: 2.0em;
}

.mw-body-content p {
    line-height: inherit;
    margin: 1.5em 0 1.5em 0;
}

.mw-body-content li {
    margin-bottom: 0.6em;
}

.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    margin-bottom: 0.5em;
}

.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    font-size: 1.0em;
    font-weight: normal;
    border-bottom: 0 !important;
}

.mw-body-content h3 {
    border-bottom: 1px dashed #a2a9b1 !important;
}

a.new, #p-personal a.new {
    color: #440000;
}

#mw-panel {
    width: 12em;
}
#mw-panel .portal .body li {
    line-height: 2em;
}

.mw-body, #mw-head-base, #left-navigation, #footer {
    margin-left: 13em;
}

/* syntax highlight */
.mw-highlight pre {
    font-family: Consolas, Menlo, 'Liberation Mono', Courier, monospace;
    white-space: pre !important;
    overflow: scroll !important;
}

/* 2021.05.31 */
ol.special {
    margin: initial;
}