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

提供:Vikipedia
編集の要約なし
(Vikipedia (トーク) による版 1505 を取り消し)
38行目: 38行目:
  /* IE 5.5+ */
  /* IE 5.5+ */
  word-wrap: break-word;
  word-wrap: break-word;
}
body
{
background-image: url(images/2/24/V2.jpg);
background-repeat: no-repeat;
background-position: center center;
}
}

2015年2月25日 (水) 13:44時点における版

/* ここに記述したCSSはすべての外装に反映されます */
.mw-content-ltr
{
 font-size: 15px;
}

pre.aa
{
 line-height: 1.13;
 letter-spacing: 0px;
 font-family: 'Textar', 'MS PGothic', 'IPAMonaPGothic', 'Mona', sans-serif;
 font-size: 16px;
 border: none;
 background-color: transparent;
 margin-bottom: 0px;
 padding: 0px;
}

body.page-メインページ h1.firstHeading
{
 display: none;
}

pre
{
 /* Mozilla */
 white-space: -moz-pre-wrap;

 /* Opera 4-6 */
 white-space: -pre-wrap;

 /* Opera 7 */
 white-space: -o-pre-wrap;

 /* CSS3 */
 white-space: pre-wrap;

 /* IE 5.5+ */
 word-wrap: break-word;
}