Skip to content

Commit

Permalink
Revert "Added KC icons. Cleaned up repo a bit"
Browse files Browse the repository at this point in the history
This reverts commit db32b12.
  • Loading branch information
Austin Hallock committed Sep 18, 2015
1 parent 27b89bc commit e9f620b
Show file tree
Hide file tree
Showing 189 changed files with 694 additions and 618 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions guides/ad_guide.md → ad_guidelines.md
Expand Up @@ -22,10 +22,10 @@ There are 4 placement configurations available.

Example | Title
--------|------------
![Alt text](https://github.com/claydotio/design-assets/blob/master/guides/ad_guide_references/ban_top.png) | Banner Top
![Alt text](https://github.com/claydotio/design-assets/blob/master/guides/ad_guide_references/ban_bttm.png) | Banner Bottom
![Alt text](https://github.com/claydotio/design-assets/blob/master/guides/ad_guide_references/int_port.png) | Interstitial Portrait
![Alt text](https://github.com/claydotio/design-assets/blob/master/guides/ad_guide_references/int_land.png) | Interstitial Landscape
![Alt text](https://github.com/claydotio/design-assets/blob/master/ad_guide_references/ban_top.png) | Banner Top
![Alt text](https://github.com/claydotio/design-assets/blob/master/ad_guide_references/ban_bttm.png) | Banner Bottom
![Alt text](https://github.com/claydotio/design-assets/blob/master/ad_guide_references/int_port.png) | Interstitial Portrait
![Alt text](https://github.com/claydotio/design-assets/blob/master/ad_guide_references/int_land.png) | Interstitial Landscape


Banner advertisements will always align to the very top or bottom of the view.
Expand All @@ -51,7 +51,7 @@ Do Not:
- Obstruct buttons or icons with ads

Do:

- Provide adequate padding between ads and in-game content

##### Interstitials
Expand Down
File renamed without changes.
24 changes: 24 additions & 0 deletions clay_ui_font/config.json
@@ -0,0 +1,24 @@
{
"name": "clay_ui_font",
"css_prefix_text": "icon-",
"css_use_suffix": false,
"hinting": true,
"units_per_em": 1000,
"ascent": 850,
"glyphs": [
{
"uid": "70771eee1a0a9d8e5dc1d8121a4cd4be",
"css": "close",
"code": 59392,
"src": "custom_icons",
"selected": true,
"svg": {
"path": "M500 0C223.8 0 0 223.9 0 500 0 776.1 223.8 1000 500 1000 776.1 1000 1000 776.1 1000 500 1000 223.9 776.1 0 500 0ZM666.7 601.1C684.6 619.1 684.6 648.1 666.6 666 666.6 666 666 666.7 666 666.7 648.1 684.6 619 684.6 601.1 666.7 601.1 666.7 503.7 569.2 503.7 569.2 501.6 567.2 498.3 567.2 496.3 569.2 496.3 569.2 398.8 666.7 398.8 666.7 380.9 684.6 351.9 684.6 333.9 666.7 333.9 666.7 333.3 666 333.3 666 315.4 648.1 315.4 619 333.3 601.1 333.3 601.1 430.7 503.7 430.7 503.7 432.8 501.7 432.8 498.4 430.7 496.3 430.7 496.3 333.3 398.9 333.3 398.9 315.4 381 315.4 351.9 333.3 334 333.3 334 334 333.3 334 333.3 351.9 315.4 380.9 315.4 398.8 333.3 398.8 333.3 496.3 430.8 496.3 430.8 498.3 432.8 501.6 432.8 503.7 430.8 503.7 430.8 601.1 333.3 601.1 333.3 619 315.4 648.1 315.4 666 333.4 666 333.4 666.7 334 666.7 334 684.6 351.9 684.6 381 666.7 398.9 666.7 398.9 569.2 496.3 569.2 496.3 567.2 498.4 567.2 501.7 569.2 503.7 569.2 503.7 666.7 601.1 666.7 601.1Z",
"width": 1000
},
"search": [
"close"
]
}
]
}
File renamed without changes.
2 changes: 2 additions & 0 deletions clay_ui_font/css/clay_ui_font-codes.css
@@ -0,0 +1,2 @@

.icon-close:before { content: '\e800'; } /* '' */
55 changes: 55 additions & 0 deletions clay_ui_font/css/clay_ui_font-embedded.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions clay_ui_font/css/clay_ui_font-ie7-codes.css
@@ -0,0 +1,2 @@

.icon-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
13 changes: 13 additions & 0 deletions clay_ui_font/css/clay_ui_font-ie7.css
@@ -0,0 +1,13 @@
[class^="icon-"], [class*=" icon-"] {
font-family: 'clay_ui_font';
font-style: normal;
font-weight: normal;

/* fix buttons height */
line-height: 1em;

/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}

.icon-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53 changes: 53 additions & 0 deletions clay_ui_font/css/clay_ui_font.css
@@ -0,0 +1,53 @@
@font-face {
font-family: 'clay_ui_font';
src: url('../font/clay_ui_font.eot?17008975');
src: url('../font/clay_ui_font.eot?17008975#iefix') format('embedded-opentype'),
url('../font/clay_ui_font.woff?17008975') format('woff'),
url('../font/clay_ui_font.ttf?17008975') format('truetype'),
url('../font/clay_ui_font.svg?17008975#clay_ui_font') format('svg');
font-weight: normal;
font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'clay_ui_font';
src: url('../font/clay_ui_font.svg?17008975#clay_ui_font') format('svg');
}
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "clay_ui_font";
font-style: normal;
font-weight: normal;
speak: none;

display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */

/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;

/* fix buttons height, for twitter bootstrap */
line-height: 1em;

/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
margin-left: .2em;

/* you can be more comfortable with increased icons size */
/* font-size: 120%; */

/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-close:before { content: '\e800'; } /* '' */

0 comments on commit e9f620b

Please sign in to comment.