Sha256: 9bc893193e61c91b30e3f00360812e21e3f4748c1e320a2160bbcc84df2ee48c

Contents?: true

Size: 1.86 KB

Versions: 2

Compression:

Stored size: 1.86 KB

Contents

@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:
 Style Info:
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
	word-wrap: break-word;
	word-break: break-all;

}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
/*
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS Pゴシック","MS PGothic",Sans-Serif;
*/
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;

	color: #666;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

h1 {
  font-size: 200%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 100%;
}

/* ------------ A Style */
a, a:link, a:visited	{
	text-decoration: underline;
	color: #33F;
}
a:hover	{
	text-decoration: underline;
	color: #666;
}
a:active	{
	text-decoration: underline;
	color: #666;
}
a[href^="javascript:pop"] {
	background: transparent url(/images/pop.png) center right no-repeat;
	padding-right: 20px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ava_rails_generator-0.0.3 templates/default.css
ava_rails_generator-0.0.2 templates/default.css