Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

Commit

Permalink
Remove buttons that used iconic. Never really liked them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Mazzola committed Mar 15, 2011
1 parent e1c4df1 commit b4525c4
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 708 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2010 Chad Mazzola
Copyright (c) 2011 Chad Mazzola

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This is a collection of buttons that show what is possible using CSS3 and other advanced techniques, while maintaining the simplest possible markup. These buttons look best in Chrome and Safari (especially on OSX). They look almost as good in Firefox, with all other browsers falling back to a less-styled button.

Some of these buttons are using the Iconic icon set by P.J. Onori, via the method described here: http://somerandomdude.com/articles/design-technology/font-embedding-icons

If you use any of these buttons in the wild, drop me a note and let me know.

=== View the buttons here: http://ubuwaits.github.com/css3-buttons
101 changes: 0 additions & 101 deletions css/buttons.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
/* Import iconic
------------------------------------------------------------------------------*/
@font-face {
font-family: 'IconicStroke';
src: url('../font/iconic_stroke.eot');
src: local('☺'), url('../font/iconic_stroke.ttf') format('truetype'), url('../font/iconic_stroke.svg#iconic') format('svg');
font-weight: normal;
font-style: normal;
}

/* general styles */
body {
text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -680,97 +670,6 @@ div.indent {
width: 170px;
}

button.minimal-indent:hover {
}

button.minimal-indent:active {
}

/* iconic: check-alt
*******************************************************************************/
button.check-alt {
padding-right: 14px;
}

button.check-alt:before {
color: #333;
content: "Y";
display: inline;
font-size: 18px;
font-family: "IconicStroke";
font-weight: normal;
position: relative;
left: -16px;
line-height: 10px;
text-shadow: 0 1px 0px #fff;
top: 2px;
visibility: hidden;
}

button.check-alt:hover:before {
visibility: visible;
}

button.check-alt:active:before {
color: #0589C8;
}

/* iconic: heart
*******************************************************************************/
button.heart {
padding-right: 25px;
}

button.heart:before {
color: #fff;
content: "h";
font-size: 32px;
font-family: "IconicStroke";
font-weight: normal;
position: relative;
left: -6px;
line-height: 10px;
text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
top: 6px;
visibility: hidden;
}

button.heart:hover:before {
visibility: visible;
}

button.heart:active:before {
text-shadow: 0px -1px 10px rgba(104, 45, 64, 1);
}

/* iconic: chat
*******************************************************************************/
button.chat {
padding-right: 20px;
}

button.chat:before {
color: #fff;
content: "j";
font-size: 20px;
font-family: "IconicStroke";
font-weight: normal;
position: relative;
left: -12px;
line-height: 10px;
text-shadow: 0px -1px 1px rgba(104, 45, 64, .7);
top: 2px;
visibility: hidden;
}

button.chat:hover:before {
visibility: visible;
}

button.chat:active:before {
text-shadow: 0px -1px 10px rgba(104, 45, 64, 1);
}

/* webkit badge
*******************************************************************************/
button.webkit-badge {
Expand Down
95 changes: 0 additions & 95 deletions font/demo.html

This file was deleted.

97 changes: 0 additions & 97 deletions font/iconic.css

This file was deleted.

Binary file removed font/iconic_stroke.eot
Binary file not shown.
Binary file removed font/iconic_stroke.otf
Binary file not shown.
Loading

0 comments on commit b4525c4

Please sign in to comment.