Skip to content

Commit

Permalink
added remote storage icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jul 2, 2012
1 parent 459e914 commit fb438ae
Show file tree
Hide file tree
Showing 9 changed files with 3,050 additions and 309 deletions.
5 changes: 5 additions & 0 deletions css/openwebicons-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
[class^="icon-info-card"]:before, [class^=" icon-info-card"]:before,
[class^="icon-info-card-colored"]:before, [class^=" icon-info-card-colored"]:before,
[class^="icon-browserid"]:before, [class^=" icon-browserid"]:before,
[class^="icon-remote-storage"]:before, [class^=" icon-remote-storage"]:before,
[class^="icon-remote-storage-colored"]:before, [class^=" icon-remote-storage-colored"]:before,
[class^="icon-cc"]:before, [class^=" icon-cc"]:before,
[class^="icon-cc-by"]:before, [class^=" icon-cc-by"]:before,
[class^="icon-cc-nc"]:before, [class^=" icon-cc-nc"]:before,
Expand Down Expand Up @@ -129,6 +131,9 @@

.icon-browserid:before { content: "\f025"; }

.icon-remote-storage:before { content: "\f026"; }
.icon-remote-storage-colored:before { content: "\f026"; color: #ff4e09 }

.icon-cc:before { content: "\f080"; }
.icon-cc-by:before { content: "\f081"; }
.icon-cc-nc:before { content: "\f082"; }
Expand Down
3 changes: 3 additions & 0 deletions css/openwebicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ a [class^="icon-"], a [class*=" icon-"] {

.icon-browserid:before { content: "\f025"; }

.icon-remote-storage:before { content: "\f026"; }
.icon-remote-storage-colored:before { content: "\f026"; color: #ff4e09 }

.icon-cc:before { content: "\f080"; }
.icon-cc-by:before { content: "\f081"; }
.icon-cc-nc:before { content: "\f082"; }
Expand Down
Binary file modified font/openwebicons.eot
Binary file not shown.
78 changes: 39 additions & 39 deletions font/openwebicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified font/openwebicons.ttf
Binary file not shown.
Binary file modified font/openwebicons.woff
Binary file not shown.
3,272 changes: 3,002 additions & 270 deletions source/openwebicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/openwebicons.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<p><i class="icon-monkey"></i></p>
<p><i class="icon-info-card"></i> <i class="icon-info-card-colored"></i></p>
<p><i class="icon-browserid"></i></p>
<p><i class="icon-remote-storage"></i> <i class="icon-remote-storage-colored"></i></p>
<p><i class="icon-cc"></i> <i class="icon-cc-by"></i> <i class="icon-cc-nc"></i> <i class="icon-cc-nc-eu"></i>
<i class="icon-cc-nc-jp"></i> <i class="icon-cc-sa"></i> <i class="icon-cc-nd"></i> <i class="icon-cc-public"></i>
<i class="icon-cc-zero"></i> <i class="icon-cc-share"></i> <i class="icon-cc-remix"></i></p>
Expand Down

0 comments on commit fb438ae

Please sign in to comment.