MediaWiki: Common.css

提供: 羅小黒戦記 FAN WIKI
移動先: 案内検索
5行目: 5行目:
 
body.mw-editable a#ca-edit{
 
body.mw-editable a#ca-edit{
 
display: inline;
 
display: inline;
 
 
}
 
}
  
12行目: 11行目:
  
  
 +
/*上ナビ*/
 +
#navbar{
 +
height: 100%;
 +
    max-height: fit-content;
 +
}
  
/*デザイン*/
+
/*右ナビ*/
 +
#sidebar-right figure{
 +
width: 100px;
 +
position: absolute;
 +
    right: 20px;
 +
}
 +
 
 +
 
 +
/********************/
 +
 
 +
/*共通デザイン*/
 
#content a,#content a:hover,#content a:visited {
 
#content a,#content a:hover,#content a:visited {
 
color: #4f97a3;
 
color: #4f97a3;
}
 
#navbar{
 
height: 100%;
 
    max-height: fit-content;
 
 
}
 
}
 
hr{
 
hr{
 
margin: 20px 0;
 
margin: 20px 0;
 
}
 
}
 +
 +
figure img{
 +
width: 100%;
 +
}
 +
 +
  
 
/*動画*/
 
/*動画*/

2020年9月21日 (月) 09:28時点における版

/*編集の表示*/
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;
	position: absolute;
    right: 20px;
}


/********************/

/*共通デザイン*/
#content a,#content a:hover,#content a:visited {
	color: #4f97a3;
}
hr{
	margin: 20px 0;
}

figure img{
	width: 100%;
}



/*動画*/
.movieBox{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}