Team:Tokyo-NoKoGen/CSS

From 2014.igem.org

Revision as of 14:54, 6 October 2014 by Nagata (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • {

margin:0;padding:0; line-height:1.5; /*行の高さ*/ ; /*文字色*/ } body { background-color:; /*ページ全体の背景色*/ text-align:center; /*センタリング*/ } div#wrapper { width:900px;margin:0 auto; /*ページ幅とセンタリング*/ text-align:center; /*テキスト左揃え*/ } p{ font-family:Helvetica; }


/*=================================================== まんなか =====================================================*/ div#content { width:1000px; height:700px; /*幅の指定*/ } /*=================================================== nav =====================================================*/ div#table{ padding-bottom:70px; } table{ width:1000px; padding-top:3px; text-align:center; position:fixed; background-color:#ffffff } td{ width:150px;height:45px; text-align:center; border:none; font-family:Impact; } td a{ text-decoration:none; } /*=================================================== ヘッダ =====================================================*/ div#header { height:42px;width:1000px; position:fixed;top:70px; text-align:center; padding-top:2px; background-image:url("header.jpg"); background-repeat:no-repeat; /*背景画像を繰り返さない*/ background-color:#ffffff; }

/*=================================================== メイン =====================================================*/

div#main{ width:1000px;height:500px; /*幅の指定と位置調整*/ text-align:left; margin-top:45px; background-image:url(""); background-repeat:no-repeat; } main img{ position:fixed; bottom:50px;left:50px; } /*=================================================== サブ =====================================================*/

div#sub { width:150px;height:500px; text-align:left; margin-top:45px; background-image:url("back.jpg"); position:fixed;top:50px;left:25px; background-repeat:no-repeat; }


/*=================================================== フッター =====================================================*/

div#footer{ width:1000px;height:42px;text-align:center; clear:both; /*回り込みの解除*/ background-image:url("footer.png"); /*フッタ背景*/ }