操作

MediaWiki

「Common.css」の版間の差分

出典: 浄土真宗聖典『ウィキアーカイブ(WikiArc)』

15行目: 15行目:
 
   position: relative;
 
   position: relative;
 
   top: 0.6ex;
 
   top: 0.6ex;
 +
}
 +
.mw-content-ltr {
 +
    direction: ltr;
 +
    font-size: 130%;
 +
    line-height: 1.8;
 
}
 
}

2017年4月17日 (月) 17:01時点における版

/* ここに記述したCSSはすべての外装に反映されます */
#gendaigo{
	border:solid #555 1px;
	background:#FfFFF5;
	padding:1.5em;
	margin:0 auto 1em auto;
	 font-size:120%;
 line-height:160%;
}
ruby {
  position: relative;
}

ruby rt {
  position: relative;
  top: 0.6ex;
}
.mw-content-ltr {
    direction: ltr;
    font-size: 130%;
    line-height: 1.8;
}