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

提供: Kakerunpedia
ナビゲーションに移動 検索に移動
ページの作成: ここに書いた CSS はすべての外装に反映されます: body.page-Main_Page h1.firstHeading { display:none; }
 
一旦あきらめ
 
(3人の利用者による、間の17版が非表示)
1行目: 1行目:
/* ここに書いた CSS はすべての外装に反映されます */
/* ここに書いた CSS はすべての外装に反映されます */


body.page-Main_Page h1.firstHeading { display:none; }
/* <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> */

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> */