MediaWiki: Common.css
提供: 羅小黒戦記 FAN WIKI
| 32行目: | 32行目: | ||
letter-spacing: 1.5px; | letter-spacing: 1.5px; | ||
} | } | ||
| + | #footer{ | ||
| + | background: #333; | ||
| + | |||
| + | } | ||
| + | |||
a,a:visited { | a,a:visited { | ||
color: #4f97a3; | color: #4f97a3; | ||
| 54行目: | 59行目: | ||
background: none; | background: none; | ||
} | } | ||
| + | |||
| + | |||
| 68行目: | 75行目: | ||
width: 100% !important; | width: 100% !important; | ||
height: 100% !important; | height: 100% !important; | ||
| + | } | ||
| + | |||
| + | |||
| + | /*テキスト装飾*/ | ||
| + | |||
| + | .daiji{ | ||
| + | background: #d8e8bc; | ||
} | } | ||
2020年9月21日 (月) 13:21時点における版
/*編集の表示*/
body a#ca-edit{
display: none;
}
body.mw-editable a#ca-edit{
display: inline;
}
/*カテゴリの表示*/
#catlinks { display: block; }
/*上ナビ*/
#navbar{
height: 100%;
max-height: fit-content;
}
/*右ナビ*/
#sidebar-right figure{
width: 100px;
margin-left: auto;
}
/********************/
/*共通デザイン*/
body{
font-family: "UD Shin Go Conde90 L";
letter-spacing: 1.5px;
}
#footer{
background: #333;
}
a,a:visited {
color: #4f97a3;
}
a:hover{
}
hr{
margin: 20px 0;
background: #eee;
}
figure img{
width: 100%;
}
/*カテゴリ*/
.catlinks{
border: none;
border-top: 1px solid #eee;
background: none;
}
/*動画*/
.movieBox{
position: relative;
width: 100%;
padding-top: 56.25%;
}
.movieBox iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/*テキスト装飾*/
.daiji{
background: #d8e8bc;
}

