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

提供: Bellis Wiki2
移動: 案内検索
 
1行: 1行:
 
/* ここに記述したCSSはすべての外装に反映されます */
 
/* ここに記述したCSSはすべての外装に反映されます */
 
body {
 
body {
font-size: 18px;
+
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",  "Meiryo",  "verdana",  sans-serif;
font-family: "メイリオ","M+ 2c medium","01フロップデザイン","IPAexゴシック",sans-serif;
+
background-color:#e4eac7;
line-height: 1.5;
+
font-size:17px;
background-color: #f8f4e6;
+
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;
 +
}
 +
 
a{/*リンクされた文字*/
 
a{/*リンクされた文字*/
 
     color:#852e19;
 
     color:#852e19;

2025年12月7日 (日) 14:21時点における最新版

/* ここに記述した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;
}

a{/*リンクされた文字*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#852e19;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#852e19;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
a.new, #p-personal a.new {
    color:#852e19;
}
.mw-body a.extiw, .mw-body a.extiw:active, .mw-body a.extiw:visited {
    color: #852e19;
}
.mw-body a.extiw:hover {
    color: #852e19;
}
.mw-body a.external, .mw-body a.external:active, .mw-body a.external:visited {
    color: #852e19;
}
.mw-body a.external:hover {
    color: #852e19;
}
h3, h4, h5, h6 {
    font-weight: normal;
}
a.body ul li {
    color:#852e19;
}

div.body ul li a {/*リンクされた文字*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}

div.body ul li a:link {/*リンクされた文字*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}

div.body ul li a:visited {/*リンクされた文字*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}

div.body ul li a:hover {/*リンクされた文字*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}

div.body ul li a:active {/*リンクされた文字*/
    color:#852e19;
    font-style:normal;
    text-decoration:none;
}