Sha256: b1df8cb49a9ba0ef8124aa50a1ee6502084bd3c1f2c3e76ca7fc22858e3389e9

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

@charset "utf-8";

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

/* ----------------------------------- Layout Box Style --*/
body {
  background: #fff9f4;
  background: -moz-linear-gradient(top, #fff,  #fff9f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f4', endColorstr='#ffffff');
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff9f4));
}
/*wrapper要素
---------------------------------------- */
div#wrapper	{
	border-left: 1px dotted #cc0033;
	border-right: 1px dotted #cc0033;
}
/*header要素
---------------------------------------- */
div#header	{
	border-top: solid 10px #cc0033;
}

/*----------------------- globalMenu Style-- */
ul#navi li a {
  color: #666;
}

ul#navi li a:hover {
  color: #0000ff;
}

/*----------------------- main Style-- */
#main .pageTitle h2 {
  color: #666;
  border-left: 10px solid #cc0033;
  border-bottom: 1px solid #cc0033;
}

/*----------------------- sub Style-- */


/*----------------------- footer Style-- */
div#footer	{
  border-bottom: solid 10px #cc0033;
  background: transparent url(/images/footer_m_bak.gif) bottom right no-repeat;
  height: 20px;
}
div#footer div#tip{
  text-align: center;
  background: transparent url(/images/tip.png) 5% center no-repeat;
/*
  background-color: #cc0033;
*/
  color:#666;


Version data entries

2 entries across 2 versions & 1 rubygems

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