diff --git a/css/area_nav-pagetools.less b/css/area_nav-pagetools.less index 54f7b2c..767c27c 100755 --- a/css/area_nav-pagetools.less +++ b/css/area_nav-pagetools.less @@ -27,94 +27,37 @@ nav#dokuwiki__pagetools{ li { a{ font-size: .8rem; + &.source{ + background-position: 98% center; + background-size: 24px auto; + &:before{ + visibility: hidden; + } + } + + &.source{ + background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMDAiIHdpZHRoPSIxMDcxLjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDEwNSwxMDUsMTA1KSIgZD0iTTM0NC4zIDc4MC43bC0yNy45IDI3LjlxLTUuNiA1LjYgLTEyLjggNS42dC0xMi45IC01LjZMMzAuNyA1NDguNVEyNS4xIDU0MyAyNS4xIDUzNS43dDUuNiAtMTIuOGwyNjAgLTI2MC4xcTUuNiAtNS41IDEyLjkgLTUuNXQxMi44IDUuNWwyNy45IDI3LjlxNS42IDUuNiA1LjYgMTIuOXQtNS42IDEyLjhMMTI1IDUzNS43IDM0NC4zIDc1NXE1LjYgNS42IDUuNiAxMi45dC01LjYgMTIuOHpNNjc0LjEgMTg1LjNMNDY2IDkwNS43cS0yLjMgNy4yIC04LjcgMTAuOXQtMTMuMSAxLjRsLTM0LjYgLTkuNXEtNy4zIC0yLjIgLTEwLjkgLTguN3QtMS40IC0xMy42TDYwNS41IDE2NS43cTIuMiAtNy4yIDguNiAtMTAuOHQxMy4xIC0xLjRsMzQuNiA5LjRxNy4zIDIuMyAxMC45IDguN3QxLjQgMTMuN3ptMzY2LjYgMzYzLjJsLTI2MCAyNjAuMXEtNS42IDUuNiAtMTIuOCA1LjZUNzU1IDgwOC42bC0yNy45IC0yNy45cS01LjYgLTUuNiAtNS42IC0xMi44dDUuNiAtMTIuOUw5NDYuNCA1MzUuNyA3MjcuMSAzMTYuNHEtNS42IC01LjYgLTUuNiAtMTIuOHQ1LjYgLTEyLjlMNzU1IDI2Mi44cTUuNiAtNS41IDEyLjkgLTUuNXQxMi44IDUuNWwyNjAgMjYwLjFxNS42IDUuNiA1LjYgMTIuOHQtNS42IDEyLjh6Ii8+PC9zdmc+); + + &:hover, &:focus, &:active{ + background-position: 98% center; + background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMDAiIHdpZHRoPSIxMDcxLjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDQwLDEwOSwxNjgpIiBkPSJNMzQ0LjMgNzgwLjdsLTI3LjkgMjcuOXEtNS42IDUuNiAtMTIuOCA1LjZ0LTEyLjkgLTUuNkwzMC43IDU0OC41UTI1LjEgNTQzIDI1LjEgNTM1Ljd0NS42IC0xMi44bDI2MCAtMjYwLjFxNS42IC01LjUgMTIuOSAtNS41dDEyLjggNS41bDI3LjkgMjcuOXE1LjYgNS42IDUuNiAxMi45dC01LjYgMTIuOEwxMjUgNTM1LjcgMzQ0LjMgNzU1cTUuNiA1LjYgNS42IDEyLjl0LTUuNiAxMi44ek02NzQuMSAxODUuM0w0NjYgOTA1LjdxLTIuMyA3LjIgLTguNyAxMC45dC0xMy4xIDEuNGwtMzQuNiAtOS41cS03LjMgLTIuMiAtMTAuOSAtOC43dC0xLjQgLTEzLjZMNjA1LjUgMTY1LjdxMi4yIC03LjIgOC42IC0xMC44dDEzLjEgLTEuNGwzNC42IDkuNHE3LjMgMi4zIDEwLjkgOC43dDEuNCAxMy43em0zNjYuNiAzNjMuMmwtMjYwIDI2MC4xcS01LjYgNS42IC0xMi44IDUuNlQ3NTUgODA4LjZsLTI3LjkgLTI3LjlxLTUuNiAtNS42IC01LjYgLTEyLjh0NS42IC0xMi45TDk0Ni40IDUzNS43IDcyNy4xIDMxNi40cS01LjYgLTUuNiAtNS42IC0xMi44dDUuNiAtMTIuOUw3NTUgMjYyLjhxNS42IC01LjUgMTIuOSAtNS41dDEyLjggNS41bDI2MCAyNjAuMXE1LjYgNS42IDUuNiAxMi44dC01LjYgMTIuOHoiLz48L3N2Zz4=); + &::before{ + background-position: 98% center; + visibility: visible; + } + } + } } *{ font-size: .8rem; } - - .backlink, .edit, .wikilink2{ - .hide-text-show-after(); - .fontello-double(); - color: @color-nav; - opacity: .6; - text-align: right; - position: relative; - min-height: 1.2rem; - height: 100%; - border: 0 none; - border-top: 3px double transparent; - border-bottom: 3px double transparent; - padding: .3rem 2px .3rem .4rem; - background: transparent; - font-size: 0; - &:before{ - display: none; - } - &:after{ - font-size: 1.2rem; - min-width: 1.8rem; - margin: .2rem .2rem; - text-align: right; - } - &:hover, &:focus, &:active{ - text-indent: 0; - font-size: .8rem; - padding-right: 1.8rem; - display: inline-block; - background-color: @color-nav-hover-bg; - color: @color-nav-hover; - opacity: 1; - white-space: nowrap; - &:after{ - position: absolute; - right: .2rem; - top: .3rem; - } - } - - } - - .backlink{ - .icon-link-after(); - } - - .edit{ - .icon-doc-text-after(); - } - .wikilink2{ - .icon-puzzle-after(); - } - } } - &:hover{ - min-width: 280px; ul{ background-color: #fff; box-shadow: @box-shadow-offset; - - li{ - .backlink, .edit, .wikilink2{ - text-indent: 0; - font-size: .8rem; - white-space: nowrap; - display: block; - color: @color-nav-hover; - &:after{ - color: @color-nav; - } - &:hover, &:focus, &:active{ - padding-right: 2px; - border-color: @color-border; - border-width: 3px 0 3px 0; - &:after{ - position: static; - } - } - } - } } } diff --git a/fonts/icons/svg/elusive-clipboard-default.svg b/fonts/icons/svg/elusive-clipboard-default.svg new file mode 100644 index 0000000..d658794 --- /dev/null +++ b/fonts/icons/svg/elusive-clipboard-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/elusive-clipboard-hover.svg b/fonts/icons/svg/elusive-clipboard-hover.svg new file mode 100644 index 0000000..bcba45a --- /dev/null +++ b/fonts/icons/svg/elusive-clipboard-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/elusive-doc-new-default.svg b/fonts/icons/svg/elusive-doc-new-default.svg new file mode 100644 index 0000000..e6b8a13 --- /dev/null +++ b/fonts/icons/svg/elusive-doc-new-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/elusive-doc-new-hover.svg b/fonts/icons/svg/elusive-doc-new-hover.svg new file mode 100644 index 0000000..ce5d941 --- /dev/null +++ b/fonts/icons/svg/elusive-doc-new-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/entypo-help-default.svg b/fonts/icons/svg/entypo-help-default.svg new file mode 100644 index 0000000..699a505 --- /dev/null +++ b/fonts/icons/svg/entypo-help-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/entypo-help-hover.svg b/fonts/icons/svg/entypo-help-hover.svg new file mode 100644 index 0000000..92457e5 --- /dev/null +++ b/fonts/icons/svg/entypo-help-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/entypo-search-default.svg b/fonts/icons/svg/entypo-search-default.svg new file mode 100644 index 0000000..9bab833 --- /dev/null +++ b/fonts/icons/svg/entypo-search-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/entypo-search-hover.svg b/fonts/icons/svg/entypo-search-hover.svg new file mode 100644 index 0000000..994199a --- /dev/null +++ b/fonts/icons/svg/entypo-search-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/entypo-user-default.svg b/fonts/icons/svg/entypo-user-default.svg new file mode 100644 index 0000000..42bc60a --- /dev/null +++ b/fonts/icons/svg/entypo-user-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/entypo-user-hover.svg b/fonts/icons/svg/entypo-user-hover.svg new file mode 100644 index 0000000..a5d7f2f --- /dev/null +++ b/fonts/icons/svg/entypo-user-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-bell-default.svg b/fonts/icons/svg/fontawesome-bell-default.svg new file mode 100644 index 0000000..487f9cf --- /dev/null +++ b/fonts/icons/svg/fontawesome-bell-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-bell-hover.svg b/fonts/icons/svg/fontawesome-bell-hover.svg new file mode 100644 index 0000000..aac10eb --- /dev/null +++ b/fonts/icons/svg/fontawesome-bell-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-bookmark-empty-default.svg b/fonts/icons/svg/fontawesome-bookmark-empty-default.svg new file mode 100644 index 0000000..51ee19f --- /dev/null +++ b/fonts/icons/svg/fontawesome-bookmark-empty-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-bookmark-empty-hover.svg b/fonts/icons/svg/fontawesome-bookmark-empty-hover.svg new file mode 100644 index 0000000..40a1c0c --- /dev/null +++ b/fonts/icons/svg/fontawesome-bookmark-empty-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-clock-default.svg b/fonts/icons/svg/fontawesome-clock-default.svg new file mode 100644 index 0000000..3d82079 --- /dev/null +++ b/fonts/icons/svg/fontawesome-clock-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-clock-hover.svg b/fonts/icons/svg/fontawesome-clock-hover.svg new file mode 100644 index 0000000..cae11a4 --- /dev/null +++ b/fonts/icons/svg/fontawesome-clock-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-code-default.svg b/fonts/icons/svg/fontawesome-code-default.svg new file mode 100644 index 0000000..599ced0 --- /dev/null +++ b/fonts/icons/svg/fontawesome-code-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-code-hover.svg b/fonts/icons/svg/fontawesome-code-hover.svg new file mode 100644 index 0000000..76d5cb8 --- /dev/null +++ b/fonts/icons/svg/fontawesome-code-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-cog-alt-default.svg b/fonts/icons/svg/fontawesome-cog-alt-default.svg new file mode 100644 index 0000000..71b49f6 --- /dev/null +++ b/fonts/icons/svg/fontawesome-cog-alt-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-cog-alt-hover.svg b/fonts/icons/svg/fontawesome-cog-alt-hover.svg new file mode 100644 index 0000000..861d3cd --- /dev/null +++ b/fonts/icons/svg/fontawesome-cog-alt-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-cog-default.svg b/fonts/icons/svg/fontawesome-cog-default.svg new file mode 100644 index 0000000..3657183 --- /dev/null +++ b/fonts/icons/svg/fontawesome-cog-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-cog-hover.svg b/fonts/icons/svg/fontawesome-cog-hover.svg new file mode 100644 index 0000000..edbdca2 --- /dev/null +++ b/fonts/icons/svg/fontawesome-cog-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-doc-default.svg b/fonts/icons/svg/fontawesome-doc-default.svg new file mode 100644 index 0000000..31e187c --- /dev/null +++ b/fonts/icons/svg/fontawesome-doc-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-doc-hover.svg b/fonts/icons/svg/fontawesome-doc-hover.svg new file mode 100644 index 0000000..af2d49d --- /dev/null +++ b/fonts/icons/svg/fontawesome-doc-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-doc-text-default.svg b/fonts/icons/svg/fontawesome-doc-text-default.svg new file mode 100644 index 0000000..4a9dc5a --- /dev/null +++ b/fonts/icons/svg/fontawesome-doc-text-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-doc-text-hover.svg b/fonts/icons/svg/fontawesome-doc-text-hover.svg new file mode 100644 index 0000000..3dbbca6 --- /dev/null +++ b/fonts/icons/svg/fontawesome-doc-text-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-docs-default.svg b/fonts/icons/svg/fontawesome-docs-default.svg new file mode 100644 index 0000000..c3ac0a2 --- /dev/null +++ b/fonts/icons/svg/fontawesome-docs-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-docs-hover.svg b/fonts/icons/svg/fontawesome-docs-hover.svg new file mode 100644 index 0000000..6d08cd5 --- /dev/null +++ b/fonts/icons/svg/fontawesome-docs-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-file-pdf-default.svg b/fonts/icons/svg/fontawesome-file-pdf-default.svg new file mode 100644 index 0000000..078f367 --- /dev/null +++ b/fonts/icons/svg/fontawesome-file-pdf-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-file-pdf-hover.svg b/fonts/icons/svg/fontawesome-file-pdf-hover.svg new file mode 100644 index 0000000..3e370b9 --- /dev/null +++ b/fonts/icons/svg/fontawesome-file-pdf-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-frown-default.svg b/fonts/icons/svg/fontawesome-frown-default.svg new file mode 100644 index 0000000..bf0447b --- /dev/null +++ b/fonts/icons/svg/fontawesome-frown-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-frown-hover.svg b/fonts/icons/svg/fontawesome-frown-hover.svg new file mode 100644 index 0000000..fc034f5 --- /dev/null +++ b/fonts/icons/svg/fontawesome-frown-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-home-default.svg b/fonts/icons/svg/fontawesome-home-default.svg new file mode 100644 index 0000000..7eb52df --- /dev/null +++ b/fonts/icons/svg/fontawesome-home-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-home-hover.svg b/fonts/icons/svg/fontawesome-home-hover.svg new file mode 100644 index 0000000..15cd809 --- /dev/null +++ b/fonts/icons/svg/fontawesome-home-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-link-default.svg b/fonts/icons/svg/fontawesome-link-default.svg new file mode 100644 index 0000000..880dd8e --- /dev/null +++ b/fonts/icons/svg/fontawesome-link-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-link-hover.svg b/fonts/icons/svg/fontawesome-link-hover.svg new file mode 100644 index 0000000..4b5696f --- /dev/null +++ b/fonts/icons/svg/fontawesome-link-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-login-default.svg b/fonts/icons/svg/fontawesome-login-default.svg new file mode 100644 index 0000000..2790114 --- /dev/null +++ b/fonts/icons/svg/fontawesome-login-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-login-hover.svg b/fonts/icons/svg/fontawesome-login-hover.svg new file mode 100644 index 0000000..97d8be9 --- /dev/null +++ b/fonts/icons/svg/fontawesome-login-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-logout-default.svg b/fonts/icons/svg/fontawesome-logout-default.svg new file mode 100644 index 0000000..3a5b40c --- /dev/null +++ b/fonts/icons/svg/fontawesome-logout-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-logout-hover.svg b/fonts/icons/svg/fontawesome-logout-hover.svg new file mode 100644 index 0000000..1149758 --- /dev/null +++ b/fonts/icons/svg/fontawesome-logout-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-mail-default.svg b/fonts/icons/svg/fontawesome-mail-default.svg new file mode 100644 index 0000000..19e9e1b --- /dev/null +++ b/fonts/icons/svg/fontawesome-mail-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-mail-hover.svg b/fonts/icons/svg/fontawesome-mail-hover.svg new file mode 100644 index 0000000..6db143f --- /dev/null +++ b/fonts/icons/svg/fontawesome-mail-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-meh-default.svg b/fonts/icons/svg/fontawesome-meh-default.svg new file mode 100644 index 0000000..8a81545 --- /dev/null +++ b/fonts/icons/svg/fontawesome-meh-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-meh-hover.svg b/fonts/icons/svg/fontawesome-meh-hover.svg new file mode 100644 index 0000000..843aaff --- /dev/null +++ b/fonts/icons/svg/fontawesome-meh-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-menu-default.svg b/fonts/icons/svg/fontawesome-menu-default.svg new file mode 100644 index 0000000..e382c4d --- /dev/null +++ b/fonts/icons/svg/fontawesome-menu-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-menu-hover.svg b/fonts/icons/svg/fontawesome-menu-hover.svg new file mode 100644 index 0000000..a7e2afa --- /dev/null +++ b/fonts/icons/svg/fontawesome-menu-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-plus-default.svg b/fonts/icons/svg/fontawesome-plus-default.svg new file mode 100644 index 0000000..b297d58 --- /dev/null +++ b/fonts/icons/svg/fontawesome-plus-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-plus-hover.svg b/fonts/icons/svg/fontawesome-plus-hover.svg new file mode 100644 index 0000000..8b4fef6 --- /dev/null +++ b/fonts/icons/svg/fontawesome-plus-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-puzzle-default.svg b/fonts/icons/svg/fontawesome-puzzle-default.svg new file mode 100644 index 0000000..d7379e3 --- /dev/null +++ b/fonts/icons/svg/fontawesome-puzzle-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-puzzle-hover.svg b/fonts/icons/svg/fontawesome-puzzle-hover.svg new file mode 100644 index 0000000..77224f9 --- /dev/null +++ b/fonts/icons/svg/fontawesome-puzzle-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-sitemap-default.svg b/fonts/icons/svg/fontawesome-sitemap-default.svg new file mode 100644 index 0000000..7a1a625 --- /dev/null +++ b/fonts/icons/svg/fontawesome-sitemap-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-sitemap-hover.svg b/fonts/icons/svg/fontawesome-sitemap-hover.svg new file mode 100644 index 0000000..0a35849 --- /dev/null +++ b/fonts/icons/svg/fontawesome-sitemap-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-smile-default.svg b/fonts/icons/svg/fontawesome-smile-default.svg new file mode 100644 index 0000000..3628c1e --- /dev/null +++ b/fonts/icons/svg/fontawesome-smile-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontawesome-smile-hover.svg b/fonts/icons/svg/fontawesome-smile-hover.svg new file mode 100644 index 0000000..de3856c --- /dev/null +++ b/fonts/icons/svg/fontawesome-smile-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-angry-default.svg b/fonts/icons/svg/fontelico-emo-angry-default.svg new file mode 100644 index 0000000..9baae08 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-angry-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-angry-hover.svg b/fonts/icons/svg/fontelico-emo-angry-hover.svg new file mode 100644 index 0000000..1bcbdc7 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-angry-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-cry-default.svg b/fonts/icons/svg/fontelico-emo-cry-default.svg new file mode 100644 index 0000000..9111720 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-cry-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-cry-hover.svg b/fonts/icons/svg/fontelico-emo-cry-hover.svg new file mode 100644 index 0000000..78d0f8a --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-cry-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-grin-default.svg b/fonts/icons/svg/fontelico-emo-grin-default.svg new file mode 100644 index 0000000..e7bfab4 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-grin-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-grin-hover.svg b/fonts/icons/svg/fontelico-emo-grin-hover.svg new file mode 100644 index 0000000..1e4e5ca --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-grin-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-happy-default.svg b/fonts/icons/svg/fontelico-emo-happy-default.svg new file mode 100644 index 0000000..b14f546 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-happy-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-happy-hover.svg b/fonts/icons/svg/fontelico-emo-happy-hover.svg new file mode 100644 index 0000000..1bc88de --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-happy-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-laugh-default.svg b/fonts/icons/svg/fontelico-emo-laugh-default.svg new file mode 100644 index 0000000..9f79b1c --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-laugh-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-laugh-hover.svg b/fonts/icons/svg/fontelico-emo-laugh-hover.svg new file mode 100644 index 0000000..9e2c385 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-laugh-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-sleep-default.svg b/fonts/icons/svg/fontelico-emo-sleep-default.svg new file mode 100644 index 0000000..039718d --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-sleep-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-sleep-hover.svg b/fonts/icons/svg/fontelico-emo-sleep-hover.svg new file mode 100644 index 0000000..ea37bfa --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-sleep-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-squint-default.svg b/fonts/icons/svg/fontelico-emo-squint-default.svg new file mode 100644 index 0000000..90a330f --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-squint-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-squint-hover.svg b/fonts/icons/svg/fontelico-emo-squint-hover.svg new file mode 100644 index 0000000..0b05362 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-squint-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-thumbsup-default.svg b/fonts/icons/svg/fontelico-emo-thumbsup-default.svg new file mode 100644 index 0000000..5b57bb1 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-thumbsup-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-thumbsup-hover.svg b/fonts/icons/svg/fontelico-emo-thumbsup-hover.svg new file mode 100644 index 0000000..7545168 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-thumbsup-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-unhappy-default.svg b/fonts/icons/svg/fontelico-emo-unhappy-default.svg new file mode 100644 index 0000000..50a5eb4 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-unhappy-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-unhappy-hover.svg b/fonts/icons/svg/fontelico-emo-unhappy-hover.svg new file mode 100644 index 0000000..8eb3bed --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-unhappy-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-wink-default.svg b/fonts/icons/svg/fontelico-emo-wink-default.svg new file mode 100644 index 0000000..9ef1ef9 --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-wink-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-wink-hover.svg b/fonts/icons/svg/fontelico-emo-wink-hover.svg new file mode 100644 index 0000000..d47c86b --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-wink-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-wink2-default.svg b/fonts/icons/svg/fontelico-emo-wink2-default.svg new file mode 100644 index 0000000..1d8d6aa --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-wink2-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/fontelico-emo-wink2-hover.svg b/fonts/icons/svg/fontelico-emo-wink2-hover.svg new file mode 100644 index 0000000..7d3e7ce --- /dev/null +++ b/fonts/icons/svg/fontelico-emo-wink2-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/iconic-book-open-default.svg b/fonts/icons/svg/iconic-book-open-default.svg new file mode 100644 index 0000000..748c76b --- /dev/null +++ b/fonts/icons/svg/iconic-book-open-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/iconic-book-open-hover.svg b/fonts/icons/svg/iconic-book-open-hover.svg new file mode 100644 index 0000000..1f885a2 --- /dev/null +++ b/fonts/icons/svg/iconic-book-open-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/index.css b/fonts/icons/svg/index.css new file mode 100644 index 0000000..130fa33 --- /dev/null +++ b/fonts/icons/svg/index.css @@ -0,0 +1,86 @@ +.icon-user-default { background-image: url(entypo-user-default.svg) } +.icon-user-hover { background-image: url(entypo-user-hover.svg) } +.icon-logout-default { background-image: url(fontawesome-logout-default.svg) } +.icon-logout-hover { background-image: url(fontawesome-logout-hover.svg) } +.icon-login-default { background-image: url(fontawesome-login-default.svg) } +.icon-login-hover { background-image: url(fontawesome-login-hover.svg) } +.icon-clipboard-default { background-image: url(elusive-clipboard-default.svg) } +.icon-clipboard-hover { background-image: url(elusive-clipboard-hover.svg) } +.icon-smile-default { background-image: url(fontawesome-smile-default.svg) } +.icon-smile-hover { background-image: url(fontawesome-smile-hover.svg) } +.icon-frown-default { background-image: url(fontawesome-frown-default.svg) } +.icon-frown-hover { background-image: url(fontawesome-frown-hover.svg) } +.icon-meh-default { background-image: url(fontawesome-meh-default.svg) } +.icon-meh-hover { background-image: url(fontawesome-meh-hover.svg) } +.icon-emo-happy-default { background-image: url(fontelico-emo-happy-default.svg) } +.icon-emo-happy-hover { background-image: url(fontelico-emo-happy-hover.svg) } +.icon-emo-wink-default { background-image: url(fontelico-emo-wink-default.svg) } +.icon-emo-wink-hover { background-image: url(fontelico-emo-wink-hover.svg) } +.icon-emo-wink2-default { background-image: url(fontelico-emo-wink2-default.svg) } +.icon-emo-wink2-hover { background-image: url(fontelico-emo-wink2-hover.svg) } +.icon-emo-unhappy-default { background-image: url(fontelico-emo-unhappy-default.svg) } +.icon-emo-unhappy-hover { background-image: url(fontelico-emo-unhappy-hover.svg) } +.icon-emo-sleep-default { background-image: url(fontelico-emo-sleep-default.svg) } +.icon-emo-sleep-hover { background-image: url(fontelico-emo-sleep-hover.svg) } +.icon-emo-thumbsup-default { background-image: url(fontelico-emo-thumbsup-default.svg) } +.icon-emo-thumbsup-hover { background-image: url(fontelico-emo-thumbsup-hover.svg) } +.icon-emo-grin-default { background-image: url(fontelico-emo-grin-default.svg) } +.icon-emo-grin-hover { background-image: url(fontelico-emo-grin-hover.svg) } +.icon-emo-angry-default { background-image: url(fontelico-emo-angry-default.svg) } +.icon-emo-angry-hover { background-image: url(fontelico-emo-angry-hover.svg) } +.icon-emo-cry-default { background-image: url(fontelico-emo-cry-default.svg) } +.icon-emo-cry-hover { background-image: url(fontelico-emo-cry-hover.svg) } +.icon-emo-squint-default { background-image: url(fontelico-emo-squint-default.svg) } +.icon-emo-squint-hover { background-image: url(fontelico-emo-squint-hover.svg) } +.icon-emo-laugh-default { background-image: url(fontelico-emo-laugh-default.svg) } +.icon-emo-laugh-hover { background-image: url(fontelico-emo-laugh-hover.svg) } +.icon-clock-default { background-image: url(fontawesome-clock-default.svg) } +.icon-clock-hover { background-image: url(fontawesome-clock-hover.svg) } +.icon-doc-text-default { background-image: url(fontawesome-doc-text-default.svg) } +.icon-doc-text-hover { background-image: url(fontawesome-doc-text-hover.svg) } +.icon-file-pdf-default { background-image: url(fontawesome-file-pdf-default.svg) } +.icon-file-pdf-hover { background-image: url(fontawesome-file-pdf-hover.svg) } +.icon-link-default { background-image: url(fontawesome-link-default.svg) } +.icon-link-hover { background-image: url(fontawesome-link-hover.svg) } +.icon-bell-default { background-image: url(fontawesome-bell-default.svg) } +.icon-bell-hover { background-image: url(fontawesome-bell-hover.svg) } +.icon-bookmark-empty-default { background-image: url(fontawesome-bookmark-empty-default.svg) } +.icon-bookmark-empty-hover { background-image: url(fontawesome-bookmark-empty-hover.svg) } +.icon-mail-default { background-image: url(fontawesome-mail-default.svg) } +.icon-mail-hover { background-image: url(fontawesome-mail-hover.svg) } +.icon-menu-default { background-image: url(fontawesome-menu-default.svg) } +.icon-menu-hover { background-image: url(fontawesome-menu-hover.svg) } +.icon-cloud-default { background-image: url(typicons-cloud-default.svg) } +.icon-cloud-hover { background-image: url(typicons-cloud-hover.svg) } +.icon-cloud-2-default { background-image: url(linecons-cloud-default.svg) } +.icon-cloud-2-hover { background-image: url(linecons-cloud-hover.svg) } +.icon-home-outline-default { background-image: url(typicons-home-outline-default.svg) } +.icon-home-outline-hover { background-image: url(typicons-home-outline-hover.svg) } +.icon-home-default { background-image: url(fontawesome-home-default.svg) } +.icon-home-hover { background-image: url(fontawesome-home-hover.svg) } +.icon-sitemap-default { background-image: url(fontawesome-sitemap-default.svg) } +.icon-sitemap-hover { background-image: url(fontawesome-sitemap-hover.svg) } +.icon-puzzle-default { background-image: url(fontawesome-puzzle-default.svg) } +.icon-puzzle-hover { background-image: url(fontawesome-puzzle-hover.svg) } +.icon-puzzle-2-default { background-image: url(typicons-puzzle-default.svg) } +.icon-puzzle-2-hover { background-image: url(typicons-puzzle-hover.svg) } +.icon-cog-alt-default { background-image: url(fontawesome-cog-alt-default.svg) } +.icon-cog-alt-hover { background-image: url(fontawesome-cog-alt-hover.svg) } +.icon-cog-default { background-image: url(fontawesome-cog-default.svg) } +.icon-cog-hover { background-image: url(fontawesome-cog-hover.svg) } +.icon-help-default { background-image: url(entypo-help-default.svg) } +.icon-help-hover { background-image: url(entypo-help-hover.svg) } +.icon-docs-default { background-image: url(fontawesome-docs-default.svg) } +.icon-docs-hover { background-image: url(fontawesome-docs-hover.svg) } +.icon-doc-default { background-image: url(fontawesome-doc-default.svg) } +.icon-doc-hover { background-image: url(fontawesome-doc-hover.svg) } +.icon-book-open-default { background-image: url(iconic-book-open-default.svg) } +.icon-book-open-hover { background-image: url(iconic-book-open-hover.svg) } +.icon-doc-new-default { background-image: url(elusive-doc-new-default.svg) } +.icon-doc-new-hover { background-image: url(elusive-doc-new-hover.svg) } +.icon-plus-default { background-image: url(fontawesome-plus-default.svg) } +.icon-plus-hover { background-image: url(fontawesome-plus-hover.svg) } +.icon-search-default { background-image: url(entypo-search-default.svg) } +.icon-search-hover { background-image: url(entypo-search-hover.svg) } +.icon-code-default { background-image: url(fontawesome-code-default.svg) } +.icon-code-hover { background-image: url(fontawesome-code-hover.svg) } diff --git a/fonts/icons/svg/linecons-cloud-default.svg b/fonts/icons/svg/linecons-cloud-default.svg new file mode 100644 index 0000000..1fd039c --- /dev/null +++ b/fonts/icons/svg/linecons-cloud-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/linecons-cloud-hover.svg b/fonts/icons/svg/linecons-cloud-hover.svg new file mode 100644 index 0000000..bcd685e --- /dev/null +++ b/fonts/icons/svg/linecons-cloud-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/typicons-cloud-default.svg b/fonts/icons/svg/typicons-cloud-default.svg new file mode 100644 index 0000000..0d97915 --- /dev/null +++ b/fonts/icons/svg/typicons-cloud-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/typicons-cloud-hover.svg b/fonts/icons/svg/typicons-cloud-hover.svg new file mode 100644 index 0000000..c40f659 --- /dev/null +++ b/fonts/icons/svg/typicons-cloud-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/typicons-home-outline-default.svg b/fonts/icons/svg/typicons-home-outline-default.svg new file mode 100644 index 0000000..3ea8792 --- /dev/null +++ b/fonts/icons/svg/typicons-home-outline-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/typicons-home-outline-hover.svg b/fonts/icons/svg/typicons-home-outline-hover.svg new file mode 100644 index 0000000..453c8a9 --- /dev/null +++ b/fonts/icons/svg/typicons-home-outline-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/typicons-puzzle-default.svg b/fonts/icons/svg/typicons-puzzle-default.svg new file mode 100644 index 0000000..cb48ea7 --- /dev/null +++ b/fonts/icons/svg/typicons-puzzle-default.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/fonts/icons/svg/typicons-puzzle-hover.svg b/fonts/icons/svg/typicons-puzzle-hover.svg new file mode 100644 index 0000000..c9f211e --- /dev/null +++ b/fonts/icons/svg/typicons-puzzle-hover.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/tpl/nav-page-tools.php b/tpl/nav-page-tools.php index a25453b..951fbaa 100755 --- a/tpl/nav-page-tools.php +++ b/tpl/nav-page-tools.php @@ -9,7 +9,6 @@