From 29955216d69ca08b69afe1ace71151839049c045 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Sat, 7 Feb 2015 21:06:17 +0100
Subject: Added documentation
---
docs/css/phpdocumentor-clean-icons/Read Me.txt | 3 ++
.../fonts/phpdocumentor-clean-icons.dev.svg | 17 ++++++++
.../fonts/phpdocumentor-clean-icons.eot | Bin 0 -> 2324 bytes
.../fonts/phpdocumentor-clean-icons.svg | 17 ++++++++
.../fonts/phpdocumentor-clean-icons.ttf | Bin 0 -> 2080 bytes
.../fonts/phpdocumentor-clean-icons.woff | Bin 0 -> 1832 bytes
docs/css/phpdocumentor-clean-icons/lte-ie7.js | 30 +++++++++++++
docs/css/phpdocumentor-clean-icons/style.css | 48 +++++++++++++++++++++
8 files changed, 115 insertions(+)
create mode 100644 docs/css/phpdocumentor-clean-icons/Read Me.txt
create mode 100644 docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.dev.svg
create mode 100644 docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.eot
create mode 100644 docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.svg
create mode 100644 docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.ttf
create mode 100644 docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.woff
create mode 100644 docs/css/phpdocumentor-clean-icons/lte-ie7.js
create mode 100644 docs/css/phpdocumentor-clean-icons/style.css
(limited to 'docs/css/phpdocumentor-clean-icons')
diff --git a/docs/css/phpdocumentor-clean-icons/Read Me.txt b/docs/css/phpdocumentor-clean-icons/Read Me.txt
new file mode 100644
index 0000000..9d2b9e5
--- /dev/null
+++ b/docs/css/phpdocumentor-clean-icons/Read Me.txt
@@ -0,0 +1,3 @@
+To modify your generated font, use the *dev.svg* file, located in the *fonts* folder in this package. You can import this dev.svg file to the IcoMoon app. All the tags (class names) and the Unicode points of your glyphs are saved in this file.
+
+See the documentation for more info on how to use this package: http://icomoon.io/#docs/font-face
\ No newline at end of file
diff --git a/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.dev.svg b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.dev.svg
new file mode 100644
index 0000000..8b543c1
--- /dev/null
+++ b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.dev.svg
@@ -0,0 +1,17 @@
+
+
+
\ No newline at end of file
diff --git a/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.eot b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.eot
new file mode 100644
index 0000000..ef43f26
Binary files /dev/null and b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.eot differ
diff --git a/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.svg b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.svg
new file mode 100644
index 0000000..cf0548b
--- /dev/null
+++ b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.svg
@@ -0,0 +1,17 @@
+
+
+
\ No newline at end of file
diff --git a/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.ttf b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.ttf
new file mode 100644
index 0000000..1937c7a
Binary files /dev/null and b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.ttf differ
diff --git a/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.woff b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.woff
new file mode 100644
index 0000000..32fe30d
Binary files /dev/null and b/docs/css/phpdocumentor-clean-icons/fonts/phpdocumentor-clean-icons.woff differ
diff --git a/docs/css/phpdocumentor-clean-icons/lte-ie7.js b/docs/css/phpdocumentor-clean-icons/lte-ie7.js
new file mode 100644
index 0000000..881c16e
--- /dev/null
+++ b/docs/css/phpdocumentor-clean-icons/lte-ie7.js
@@ -0,0 +1,30 @@
+/* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
+
+window.onload = function() {
+ function addIcon(el, entity) {
+ var html = el.innerHTML;
+ el.innerHTML = '' + entity + '' + html;
+ }
+ var icons = {
+ 'icon-trait' : '',
+ 'icon-interface' : '',
+ 'icon-class' : ''
+ },
+ els = document.getElementsByTagName('*'),
+ i, attr, html, c, el;
+ for (i = 0; ; i += 1) {
+ el = els[i];
+ if(!el) {
+ break;
+ }
+ attr = el.getAttribute('data-icon');
+ if (attr) {
+ addIcon(el, attr);
+ }
+ c = el.className;
+ c = c.match(/icon-[^\s'"]+/);
+ if (c && icons[c[0]]) {
+ addIcon(el, icons[c[0]]);
+ }
+ }
+};
\ No newline at end of file
diff --git a/docs/css/phpdocumentor-clean-icons/style.css b/docs/css/phpdocumentor-clean-icons/style.css
new file mode 100644
index 0000000..f069ec1
--- /dev/null
+++ b/docs/css/phpdocumentor-clean-icons/style.css
@@ -0,0 +1,48 @@
+@font-face {
+ font-family: 'phpdocumentor-clean-icons';
+ src:url('fonts/phpdocumentor-clean-icons.eot');
+ src:url('fonts/phpdocumentor-clean-icons.eot?#iefix') format('embedded-opentype'),
+ url('fonts/phpdocumentor-clean-icons.woff') format('woff'),
+ url('fonts/phpdocumentor-clean-icons.ttf') format('truetype'),
+ url('fonts/phpdocumentor-clean-icons.svg#phpdocumentor-clean-icons') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+
+/* Use the following CSS code if you want to use data attributes for inserting your icons */
+[data-icon]:before {
+ font-family: 'phpdocumentor-clean-icons';
+ content: attr(data-icon);
+ speak: none;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+}
+
+/* Use the following CSS code if you want to have a class per icon */
+/*
+Instead of a list of all class selectors,
+you can use the generic selector below, but it's slower:
+[class*="icon-"] {
+*/
+.icon-trait, .icon-interface, .icon-class {
+ font-family: 'phpdocumentor-clean-icons';
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+}
+.icon-trait:before {
+ content: "\e000";
+}
+.icon-interface:before {
+ content: "\e001";
+}
+.icon-class:before {
+ content: "\e002";
+}
--
cgit v1.2.3