Sha256: f77f3a895379ee056ac90362a3f128ec6518b0139d4fcd2842744f8bc96ada87

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

@charset "UTF-8";
@import url("reset-min.css");
@import url("base-min.css");
@import url("font-min.css");
@import url("ext.css");

html
{
  background-color: #fcfcff;
}

h2
{
  padding: 10px;
  background-color: #668;
  color: #fcfcff;
}

a
{ 
	color:#446;
  text-decoration: none;
}

p.menu a
{
  font-weight: bold;
}

p.license
{
  color: #888;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #888;
  font-size: 80%;
}

p.date
{
  font-size: 80%;
}

table
{
  width: 100%;
}

table td
{
  border-width: 0;
}

table.source td
{
  padding: 0;
}

tr.never
{
  background-color: #eee;
}

tr.hit
{
  background-color: #efe;
}

tr.miss
{
   background-color: #fbb;
}

td.yellow, td.orange, td.pink, td.red, td.black
{
  width: 45px;
}

td.yellow
{
  background-color: #fffead;
}

td.orange
{
  background-color: #ffcd84;
}

td.pink
{
  background-color: #ffcd84;
}

td.red
{
  background-color: #ff4747;
  color: #fff;
  font-weight: bold;
}

td.black
{
  background-color: #002;
  color: #fff;
  font-weight: bold;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
coco-0.6 template/css/coco.css
coco-0.5.1 template/css/coco.css
coco-0.5 template/css/coco.css
coco-0.4.2 template/css/coco.css