mirror of
				https://github.com/andrewgioia/keyrune.git
				synced 2025-11-03 23:50:45 +00:00 
			
		
		
		
	Minor updates to demo page and less core
This commit is contained in:
		
							parent
							
								
									8e89b507fb
								
							
						
					
					
						commit
						ab888bad2c
					
				
							
								
								
									
										21
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								index.html
									
									
									
									
									
								
							@ -8,13 +8,29 @@
 | 
			
		||||
    <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>
 | 
			
		||||
@ -24,7 +40,7 @@
 | 
			
		||||
        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>
 | 
			
		||||
    <p>
 | 
			
		||||
        <i class="ss ss-leg ss-3x ss-common ss-grad"></i> 
 | 
			
		||||
        <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)
 | 
			
		||||
@ -47,5 +63,8 @@
 | 
			
		||||
        <i class="ss ss-zen ss-mythic"></i> 
 | 
			
		||||
        Mythic Rare (Worldwake)
 | 
			
		||||
    </p>
 | 
			
		||||
    <footer>
 | 
			
		||||
        Made with ♥ by <a href="http://andrewgioia.com">Andrew Gioia</a>
 | 
			
		||||
    </footer>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
@ -2,6 +2,6 @@
 | 
			
		||||
 * Global */
 | 
			
		||||
 | 
			
		||||
@font-path: '../fonts';
 | 
			
		||||
@version: '0.1';
 | 
			
		||||
@version: '0.2';
 | 
			
		||||
@font-size-base: 14px;
 | 
			
		||||
@prefix: ss;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user