Sha256: 347cf404818ba14c96dee2d5f5d9200994ed401f40e45a4328b7406d4c161616

Contents?: true

Size: 695 Bytes

Versions: 21

Compression:

Stored size: 695 Bytes

Contents

.seek global.lt3    # FIXME this is a hack!

<svg width="98%" height="120"
     viewBox="0 0 98% 100">
  <defs>
    <linearGradient id="grad1" x1="100%" y1="100%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(198,198,228);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(30,30,50);stop-opacity:1" />
    </linearGradient>
  </defs>
  <style>
    .small { font: 18px sans-serif; fill: #98baff }
    .heavy { font: bold 52px sans-serif; fill: #76a9ff }
  </style>

<rect x="20" y="20" rx="15" ry="15" width="98%" height="100" fill="url(#grad1)"/>

<text x="45" y="70" class=heavy>$view.title</text>
<text x="45" y="98" class=small>$view.subtitle</text>
</svg>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
runeblog-0.3.01 empty_view/themes/standard/banner/top.lt3