mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-10-31 23:04:46 +00:00
87 lines
2.8 KiB
HTML
87 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
<title>Keyrune</title>
|
|
<link rel="stylesheet" href="css/keyrune.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<style type="text/css">
|
|
body {
|
|
background: #fff;
|
|
border-top: 3px solid #CBC8BB;
|
|
color: #333;
|
|
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
|
|
Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
line-height: 1.6em;
|
|
margin: 0;
|
|
padding: 0 100px;
|
|
}
|
|
h3 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
p {
|
|
margin: 10px 0 20px;
|
|
}
|
|
footer {
|
|
border-top: 1px solid #eee;
|
|
margin: 40px 0 0;
|
|
padding: 20px 0 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Keyrune</h1>
|
|
<h2>Set Symbol Demos</h2>
|
|
<p>
|
|
This HTML file is for demo purposes and is not necessary for Keyrune installation or use.
|
|
You can view a few of the set symbol font icons and the available examples below
|
|
(some may only be available for specific browsers).
|
|
</p>
|
|
<h3>Standard rarities</h3>
|
|
<p>
|
|
<i class="ss ss-leg ss-3x ss-common"></i>
|
|
<i class="ss ss-leg ss-2x ss-common"></i>
|
|
<i class="ss ss-leg ss-common"></i>
|
|
Common (Legends)
|
|
</p>
|
|
<p>
|
|
<i class="ss ss-ons ss-3x ss-uncommon ss-grad"></i>
|
|
<i class="ss ss-ons ss-2x ss-uncommon"></i>
|
|
<i class="ss ss-ons ss-uncommon"></i>
|
|
Uncommon (Onslaught)
|
|
</p>
|
|
<p>
|
|
<i class="ss ss-fut ss-3x ss-rare ss-grad"></i>
|
|
<i class="ss ss-fut ss-2x ss-rare"></i>
|
|
<i class="ss ss-fut ss-rare"></i>
|
|
Rare (Future Sight)
|
|
</p>
|
|
<p>
|
|
<i class="ss ss-zen ss-3x ss-mythic ss-grad"></i>
|
|
<i class="ss ss-zen ss-2x ss-mythic"></i>
|
|
<i class="ss ss-zen ss-mythic"></i>
|
|
Mythic Rare (Worldwake)
|
|
</p>
|
|
<h3>Special rarities</h3>
|
|
<p>
|
|
<i class="ss ss-isd ss-3x ss-foil ss-grad"></i>
|
|
<i class="ss ss-isd ss-2x ss-foil"></i>
|
|
<i class="ss ss-isd ss-foil"></i>
|
|
Foil (Innistrad)
|
|
</p>
|
|
<p>
|
|
<i class="ss ss-tsp ss-3x ss-timeshifted ss-grad"></i>
|
|
<i class="ss ss-tsp ss-2x ss-timeshifted"></i>
|
|
<i class="ss ss-tsp ss-timeshifted"></i>
|
|
Timeshifted (Time Spiral)
|
|
</p>
|
|
<footer>
|
|
Made with ♥ by <a href="http://andrewgioia.com">Andrew Gioia</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|