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

提供: Kakerunpedia
ナビゲーションに移動 検索に移動
ボブ・<SUP>の行間対策
一旦あきらめ
 
(同じ利用者による、間の6版が非表示)
10行目: 10行目:
{display: none;}
{display: none;}


/*全体のフォントサイズ調整*/
/*ボブ・<SUP>などの行間対策*/
body{font-size: 70%;}
sub, sup
{
  line-height: 1em;
}


/*見出しレベル2よりもレベル3の方が太いの何とかなりません?←対策*/
/*ついーとぼたん
h2{font-weight: bold;}
h1.firstHeading:after
{
  content: "<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>";
}*/


/*ボブ・<SUP>の行間対策*/
sup
{
  font-size:.8em;
  vertical-align:.4em;
}


/* </source> */
/* </source> */

2011年8月24日 (水) 22:35時点における最新版

/* ここに書いた CSS はすべての外装に反映されます */

/* <source lang="css"> */

/* Don't display page title on the main page */
body.page-メインページ #siteSub,
body.page-メインページ .subtitle,
body.page-メインページ h1.firstHeading,
body.page-メインページ h1.pagetitle
{display: none;}

/*ボブ・<SUP>などの行間対策*/
sub, sup
{
  line-height: 1em;
}

/*ついーとぼたん
h1.firstHeading:after
{
  content: "<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>";
}*/


/* </source> */