Sha256: cc620e203932b5195f91431acc44a0f6b0d8c23d1130c0a8444afbeadaf47bc5
Contents?: true
Size: 890 Bytes
Versions: 9
Compression:
Stored size: 890 Bytes
Contents
/******************\ * * * Comment Header * * * \******************/ /* Comment */ /* * Comment Test * * - cloudhead (http://cloudhead.net) * */ /* Colors * ------ * #EDF8FC (background blue) * #166C89 (darkest blue) * * Text: * #333 (standard text) // A comment within a comment! * #1F9EC9 (standard link) * */ /* @group Variables ------------------- */ #comments { /**/ color: red; /* A C-style comment */ background-color: orange; font-size: 12px; /* lost comment */ content: "content"; border: 1px solid black; padding: 0; margin: 2em; } /* commented out #more-comments { color: grey; } */ .selector, .lots, .comments { color: #808080, /* blue */ #ffa500; -webkit-border-radius: 2px /* webkit only */; -moz-border-radius: 8px /* moz only with operation */; } #last { color: #0000ff; }
Version data entries
9 entries across 9 versions & 1 rubygems