Skip to content

Instantly share code, notes, and snippets.

@peace098beat
Created October 7, 2014 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peace098beat/d39593457fbe8abceb37 to your computer and use it in GitHub Desktop.
Save peace098beat/d39593457fbe8abceb37 to your computer and use it in GitHub Desktop.
CSSセット
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
@mixin font_10 { font-size: 77%; }
@mixin font_11 { font-size: 85%; }
@mixin font_12 { font-size: 93%; }
@mixin font_13 { font-size: 100%; }
@mixin font_14 { font-size: 108%; }
@mixin font_15 { font-size: 116%; }
@mixin font_16 { font-size: 123.1%; }
@mixin font_17 { font-size: 131%; }
@mixin font_18 { font-size: 138.5%; }
@mixin font_19 { font-size: 146.5%; }
@mixin font_20 { font-size: 153.9%; }
@mixin font_21 { font-size: 161.6%; }
@mixin font_22 { font-size: 167%; }
@mixin font_23 { font-size: 174%; }
@mixin font_24 { font-size: 182%; }
@mixin font_25 { font-size: 189%; }
@mixin font_26 { font-size: 197%; }
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
@charset "utf-8";
/* ==================================================================
CSS information
author :yourName (全CSSファイル共通)
style info :各cssファイル読み込み
================================================================== */
/* リセット及びfont基本設定
-------------------------------------------------------- */
@import url("reset-min.css");
@import url("fonts-min.css");
/* CDN
-------------------------------------------------------- */
@import url("//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css");
@import url("/js/lib/jquery.jqplot.min.css");
/* コンテンツ関係 他
-------------------------------------------------------- */
@import url("style.css");
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
center{ display:none;}
@charset "utf-8";
/* CSS Document */
/*--------------------------------------
 基本設定
---------------------------------------*/
html{}
body{
font-size:81%;
font:13px/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
color:#595959;
text-align:justify;
text-justify:distribute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment