MediaWiki: Common.css
提供: 羅小黒戦記 FAN WIKI
| 137行目: | 137行目: | ||
} | } | ||
| + | /*データボックス*/ | ||
| + | dl.boxData{ | ||
| + | color: #1E403C; | ||
| + | width: 100%; | ||
| + | overflow: hidden; | ||
| + | border-top: none; | ||
| + | background: #e8eae9; | ||
| + | border-bottom: 1px dotted #abbaab; | ||
| + | margin: 0 0 20px; | ||
| + | } | ||
| + | dl.boxData dt{ | ||
| + | margin: 0; | ||
| + | width: 25%; | ||
| + | float: left; | ||
| + | padding: 10px 0 0; | ||
| + | border-top: 1px dotted #abbaab; | ||
| + | box-sizing: border-box; | ||
| + | text-align: center; | ||
| + | } | ||
| + | dl.boxData dd{ | ||
| + | margin: 0; | ||
| + | margin-left: 25%; | ||
| + | padding: 10px; | ||
| + | border-top: 1px dotted #abbaab; | ||
| + | background: #fff; | ||
| + | line-height: 2; | ||
| + | } | ||
| + | dl.boxData dd:after{ | ||
| + | display: block; | ||
| + | content: ""; | ||
| + | clear: both; | ||
| + | } | ||
/*テキスト装飾*/ | /*テキスト装飾*/ | ||
2020年9月21日 (月) 20:53時点における版
/*編集の表示*/
body a#ca-edit{
display: none;
}
body.mw-editable a#ca-edit{
display: inline;
}
/*カテゴリの表示*/
#catlinks { display: block; }
/*カテゴリページ*/
.mw-category-generated h2.typesquare_tags{
display: none;
}
/*上ナビ*/
#navbar{
height: 100%;
max-height: fit-content;
}
@media (min-width: 990px) {
input#searchInput { width: 200px }
}
/*右ナビ*/
#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{
color: #4f97a3;
}
hr{
margin: 20px 0;
background: #eee;
}
figure img{
width: 100%;
}
#contentSub{
margin: 20px 0;
}
/*カテゴリ*/
.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;
}
/*ページャー*/
ul.pagination{
list-style: none;
padding: 15px 0;
margin: 20px 0;
border-top: 1px #999 solid;
border-bottom: 1px #999 solid;
border-radius: 0;
width: 100%;
display: flex;
}
.pagination > li > a:hover,
.pagination > li > a:visited{
color: #4f97a3 !important;
}
#content ul.pagination li a{
color: #4f97a3 !important;
padding: 0 5px 0;
background: none;
border: none;
display: contents;
}
li.pre a:before{
content: " < ";
}
li.pre{
margin: 0;
width: 50%;
padding: 0 0 0 10px;
}
li.next{
width: 50%;
text-align: right;
padding: 0 10px 0 0;
}
li.next a:after{
content: " > ";
}
ul.pagination li.next:after{
display: block;
content: "";
clear: both;
}
/*データボックス*/
dl.boxData{
color: #1E403C;
width: 100%;
overflow: hidden;
border-top: none;
background: #e8eae9;
border-bottom: 1px dotted #abbaab;
margin: 0 0 20px;
}
dl.boxData dt{
margin: 0;
width: 25%;
float: left;
padding: 10px 0 0;
border-top: 1px dotted #abbaab;
box-sizing: border-box;
text-align: center;
}
dl.boxData dd{
margin: 0;
margin-left: 25%;
padding: 10px;
border-top: 1px dotted #abbaab;
background: #fff;
line-height: 2;
}
dl.boxData dd:after{
display: block;
content: "";
clear: both;
}
/*テキスト装飾*/
h1{
text-align: center;
}
.daiji{
background: #d8e8bc;
}

