「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
| (同じ利用者による、間の4版が非表示) | |||
| 3行目: | 3行目: | ||
body { | body { | ||
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; | font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; | ||
| − | background-color:# | + | background-color:#e4eac7; |
font-size:17px; | font-size:17px; | ||
line-height:1.6; | line-height:1.6; | ||
| 11行目: | 11行目: | ||
height: 5em; | height: 5em; | ||
background-position: bottom left; | background-position: bottom left; | ||
| − | background-color: # | + | background-color: #e4eac7; |
} | } | ||
| 19行目: | 19行目: | ||
right: 0; | right: 0; | ||
width: 100%; | width: 100%; | ||
| − | background-color: # | + | background-color: #e4eac7; |
} | } | ||
| 48行目: | 48行目: | ||
.mw-parser-output a.hover { | .mw-parser-output a.hover { | ||
| − | color:# | + | color:#e7609e; |
background-color:inherit; | background-color:inherit; | ||
text-decoration:none; | text-decoration:none; | ||
| 68行目: | 68行目: | ||
} | } | ||
a:hover { | a:hover { | ||
| − | color:# | + | color:#e7609e; |
background-color:inherit; | background-color:inherit; | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
a:active { | a:active { | ||
| − | color:# | + | color:#e7609e; |
background-color:inherit; | background-color:inherit; | ||
text-decoration:none; | text-decoration:none; | ||
| 97行目: | 97行目: | ||
.vectorTabs .new a, .vectorTabs .new a:active { | .vectorTabs .new a, .vectorTabs .new a:active { | ||
| − | color:# | + | color:#e7609e; |
background-color:inherit; | background-color:inherit; | ||
text-decoration:none; | text-decoration:none; | ||
| 103行目: | 103行目: | ||
.vectorTabs .new a, .vectorTabs .new a:hover { | .vectorTabs .new a, .vectorTabs .new a:hover { | ||
| − | color:# | + | color:#e7609e; |
background-color:inherit; | background-color:inherit; | ||
text-decoration:none; | text-decoration:none; | ||
| 131行目: | 131行目: | ||
.vectorTabs li a:active { | .vectorTabs li a:active { | ||
| − | color: | + | color: #e7609e; |
| − | |||
display: block; | display: block; | ||
height: 1.9em; | height: 1.9em; | ||
| 142行目: | 141行目: | ||
.vectorTabs li a:hover { | .vectorTabs li a:hover { | ||
| − | color: | + | color: #e7609e; |
| − | |||
display: block; | display: block; | ||
height: 1.9em; | height: 1.9em; | ||
| 173行目: | 171行目: | ||
.vectorMenu li a:active { | .vectorMenu li a:active { | ||
| − | color: | + | color: #e7609e; |
| − | |||
display: block; | display: block; | ||
padding: 0.625em; | padding: 0.625em; | ||
| 183行目: | 180行目: | ||
.vectorMenu li a:hover { | .vectorMenu li a:hover { | ||
| − | color: | + | color: #e7609e; |
| − | |||
display: block; | display: block; | ||
padding: 0.625em; | padding: 0.625em; | ||
| 199行目: | 195行目: | ||
#mw-panel .portal .body li a:active { | #mw-panel .portal .body li a:active { | ||
color: | color: | ||
| − | # | + | #e7609e; |
} | } | ||
| 209行目: | 205行目: | ||
#mw-panel .portal .body li a:hover { | #mw-panel .portal .body li a:hover { | ||
color: | color: | ||
| − | # | + | #e7609e; |
} | } | ||
| + | /* 本文背景色設定 */ | ||
.mw-body { | .mw-body { | ||
border: 1px solid | border: 1px solid | ||
#00b643; | #00b643; | ||
| − | background-color:# | + | background-color:#f1f6e4; |
border-right-width: 1px; | border-right-width: 1px; | ||
border-right-width: 0; | border-right-width: 0; | ||
| 228行目: | 225行目: | ||
.mw-parser-output a.external:active { | .mw-parser-output a.external:active { | ||
color: | color: | ||
| − | # | + | #e7609e; |
} | } | ||
| 238行目: | 235行目: | ||
.mw-parser-output a.external:hover { | .mw-parser-output a.external:hover { | ||
color: | color: | ||
| − | # | + | #e7609e; |
} | } | ||
2025年12月8日 (月) 23:40時点における最新版
/* ここに記述したCSSはすべての外装に反映されます */
body {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
background-color:#e4eac7;
font-size:17px;
line-height:1.6;
}
#mw-page-base {
height: 5em;
background-position: bottom left;
background-color: #e4eac7;
}
#mw-head {
position: absolute;
top: 0;
right: 0;
width: 100%;
background-color: #e4eac7;
}
.mw-body-content {
font-size: 17px;
line-height: 1.6;
background-color: inherit;
}
.mw-parser-output a.external {
color: #007b43;
background-color: inherit;
text-decoration: none;
}
.mw-parser-output a.visited {
color: #007b43;
background-color: inherit;
text-decoration: none;
}
.mw-parser-output a.active {
color:#007b43;
background-color:inherit;
text-decoration:none;
}
.mw-parser-output a.hover {
color:#e7609e;
background-color:inherit;
text-decoration:none;
}
a {
color: #007b43;
text-decoration: none;
}
a:link {
color: #007b43;
background-color: inherit;
text-decoration: none;
}
a:visited {
color: #007b43;
background-color: inherit;
text-decoration: none;
}
a:hover {
color:#e7609e;
background-color:inherit;
text-decoration:none;
}
a:active {
color:#e7609e;
background-color:inherit;
text-decoration:none;
}
a.new, #p-personal a.new {
color:#007b43;
background-color:inherit;
text-decoration:none;
}
.vectorTabs .new a, .vectorTabs .new a:link {
color:#007b43;
background-color:#inherit;
text-decoration:none;
}
.vectorTabs .new a, .vectorTabs .new a:visited {
color:#007b43;
background-color:inherit;
text-decoration:none;
}
.vectorTabs .new a, .vectorTabs .new a:active {
color:#e7609e;
background-color:inherit;
text-decoration:none;
}
.vectorTabs .new a, .vectorTabs .new a:hover {
color:#e7609e;
background-color:inherit;
text-decoration:none;
}
.vectorTabs li a:link {
color:
#007b43;
display: block;
height: 1.9em;
padding-left: 0.615em;
padding-right: 0.615em;
cursor: pointer;
font-size: 0.8125em;
}
.vectorTabs li a:visited {
color:
#007b43;
display: block;
height: 1.9em;
padding-left: 0.615em;
padding-right: 0.615em;
cursor: pointer;
font-size: 0.8125em;
}
.vectorTabs li a:active {
color: #e7609e;
display: block;
height: 1.9em;
padding-left: 0.615em;
padding-right: 0.615em;
cursor: pointer;
font-size: 0.8125em;
}
.vectorTabs li a:hover {
color: #e7609e;
display: block;
height: 1.9em;
padding-left: 0.615em;
padding-right: 0.615em;
cursor: pointer;
font-size: 0.8125em;
}
.vectorMenu li a:link {
color:
#007b43;
display: block;
padding: 0.625em;
white-space: nowrap;
cursor: pointer;
font-size: 0.8125em;
}
.vectorMenu li a:visited {
color:
#007b43;
display: block;
padding: 0.625em;
white-space: nowrap;
cursor: pointer;
font-size: 0.8125em;
}
.vectorMenu li a:active {
color: #e7609e;
display: block;
padding: 0.625em;
white-space: nowrap;
cursor: pointer;
font-size: 0.8125em;
}
.vectorMenu li a:hover {
color: #e7609e;
display: block;
padding: 0.625em;
white-space: nowrap;
cursor: pointer;
font-size: 0.8125em;
}
#mw-panel .portal .body li a:link {
color:
#007b43;
}
#mw-panel .portal .body li a:active {
color:
#e7609e;
}
#mw-panel .portal .body li a:visited {
color:
#007b43;
}
#mw-panel .portal .body li a:hover {
color:
#e7609e;
}
/* 本文背景色設定 */
.mw-body {
border: 1px solid
#00b643;
background-color:#f1f6e4;
border-right-width: 1px;
border-right-width: 0;
margin-top: -1px;
}
.mw-parser-output a.external:link {
color:
#007b43;
}
.mw-parser-output a.external:active {
color:
#e7609e;
}
.mw-parser-output a.external:visited {
color:
#007b43;
}
.mw-parser-output a.external:hover {
color:
#e7609e;
}
#mw-panel .portal .body li {
font-size: 15px;
line-height: 1.27;
word-wrap: break-word;
}