megane9988
11/26/2013 - 2:56 PM

foundation5のsetting

foundation5のsetting

// Foundation Settings
// Documentation can be found at: http://foundation.zurb.com/docs

//レイアウト
$row-width: 1140px;

//フォントとフォントの色
$body-font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "MS Pゴシック", "MS PGothic", sans-serif !default;
$header-font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "MS Pゴシック", "MS PGothic", sans-serif !default;
$body-font-color: #444 !default;
$header-font-color: #444 !default;
$primary-color: #4fa6c2 !default;

// トップバーの設定
$topbar-bg: #fff;
$topbar-link-color: #444;
$topbar-link-color-hover: #444;
$topbar-link-hover-lightness: -30%; /* Darken by 30% */
$topbar-link-bg-hover: darken($topbar-bg, 3%);
$topbar-link-bg-active: darken($topbar-bg, 3%);

// テーブル
$table-head-bg: #e5e2d3;
$table-even-row-bg: #f9f6ef;

// プライステーブル
$price-title-bg: #e5e2d3;
$price-title-color: #444;
$price-money-bg: #f9f6ef;
$price-money-size: rem-calc(18);
$price-desc-font-size: rem-calc(14);