1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
!!!
%html
%head
%link(href="stylesheets/gradients.css" rel="stylesheet" type="text/css")
%body
%table
%thead
%th
%th.linear Linear
%th.radial Radial
%tbody
%tr.default
%th Default
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.default
%th
%td.linear-code
%td.radial-code
%tr.top-left
%th Top Left
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.top-left
%th
%td.linear-code
%td.radial-code
%tr.bottom-right
%th Bottom Right
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.bottom-right
%th
%td.linear-code
%td.radial-code
%tr.three-color
%th Three Evenly-spaced Colors
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.three-color
%th
%td.linear-code
%td.radial-code
%tr.four-color
%th Four Positioned Colors
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.four-color
%th
%td.linear-code
%td.radial-code
%tr.filled-in
%th Filled-in End-points
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.filled-in
%th
%td.linear-code
%td.radial-code
%tr.with-bg
%th With Background Image
%td.linear <br><br><br>
%td.radial <br><br><br>
%tr.with-bg
%th
%td.linear-code
%td.radial-code
|