Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52A0C11537 for ; Mon, 21 Jul 2014 07:02:48 +0000 (UTC) Received: (qmail 95970 invoked by uid 500); 21 Jul 2014 07:02:46 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 95854 invoked by uid 500); 21 Jul 2014 07:02:46 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 94530 invoked by uid 99); 21 Jul 2014 07:02:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 07:02:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 058D79A68AB; Mon, 21 Jul 2014 07:02:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Mon, 21 Jul 2014 07:03:07 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [23/44] Fauxton: Improve css and add fonts http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/fonts/templates/icons.less ---------------------------------------------------------------------- diff --git a/assets/fonts/templates/icons.less b/assets/fonts/templates/icons.less new file mode 100644 index 0000000..f4e8dbd --- /dev/null +++ b/assets/fonts/templates/icons.less @@ -0,0 +1,30 @@ +/* +* Icon Font: <%= font_name %> +*/ + +/* Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ + +/* had to add a custom template to the generator to get this to compile to append the proper path and specify "url" instead of "font-url": +https://github.com/seanbarclay/fontcustom/blob/1c3ad3d2633d3a8add39e8827115394e9ec02d88/lib/fontcustom/generator/template.rb +*/ +<%= font_face(:LESS) %> + +[data-icon]:before { content: attr(data-icon); } + +[data-icon]:before, +<%= glyph_selectors %> { +<%= glyph_properties %> +} + +<%= glyphs %> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/activetasks.svg ---------------------------------------------------------------------- diff --git a/assets/icons/activetasks.svg b/assets/icons/activetasks.svg new file mode 100755 index 0000000..5683da6 --- /dev/null +++ b/assets/icons/activetasks.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/arrow-box-down.svg ---------------------------------------------------------------------- diff --git a/assets/icons/arrow-box-down.svg b/assets/icons/arrow-box-down.svg new file mode 100755 index 0000000..8da5fc3 --- /dev/null +++ b/assets/icons/arrow-box-down.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/arrow-box-up.svg ---------------------------------------------------------------------- diff --git a/assets/icons/arrow-box-up.svg b/assets/icons/arrow-box-up.svg new file mode 100755 index 0000000..7995927 --- /dev/null +++ b/assets/icons/arrow-box-up.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/arrow_left.svg ---------------------------------------------------------------------- diff --git a/assets/icons/arrow_left.svg b/assets/icons/arrow_left.svg new file mode 100644 index 0000000..08c48f4 --- /dev/null +++ b/assets/icons/arrow_left.svg @@ -0,0 +1,7 @@ + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/arrow_right.svg ---------------------------------------------------------------------- diff --git a/assets/icons/arrow_right.svg b/assets/icons/arrow_right.svg new file mode 100644 index 0000000..c0c6198 --- /dev/null +++ b/assets/icons/arrow_right.svg @@ -0,0 +1,7 @@ + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/arrows-cw.svg ---------------------------------------------------------------------- diff --git a/assets/icons/arrows-cw.svg b/assets/icons/arrows-cw.svg new file mode 100755 index 0000000..e3f190b --- /dev/null +++ b/assets/icons/arrows-cw.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/article.svg ---------------------------------------------------------------------- diff --git a/assets/icons/article.svg b/assets/icons/article.svg new file mode 100755 index 0000000..9ab58a1 --- /dev/null +++ b/assets/icons/article.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/attention-alt.svg ---------------------------------------------------------------------- diff --git a/assets/icons/attention-alt.svg b/assets/icons/attention-alt.svg new file mode 100755 index 0000000..0675391 --- /dev/null +++ b/assets/icons/attention-alt.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/attention-circled.svg ---------------------------------------------------------------------- diff --git a/assets/icons/attention-circled.svg b/assets/icons/attention-circled.svg new file mode 100755 index 0000000..ea0567d --- /dev/null +++ b/assets/icons/attention-circled.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/block.svg ---------------------------------------------------------------------- diff --git a/assets/icons/block.svg b/assets/icons/block.svg new file mode 100755 index 0000000..ae3d84f --- /dev/null +++ b/assets/icons/block.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/bookmark-ribbon-wplus.svg ---------------------------------------------------------------------- diff --git a/assets/icons/bookmark-ribbon-wplus.svg b/assets/icons/bookmark-ribbon-wplus.svg new file mode 100755 index 0000000..c4f6b31 --- /dev/null +++ b/assets/icons/bookmark-ribbon-wplus.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/bookmark.svg ---------------------------------------------------------------------- diff --git a/assets/icons/bookmark.svg b/assets/icons/bookmark.svg new file mode 100755 index 0000000..d27d25b --- /dev/null +++ b/assets/icons/bookmark.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/burger.svg ---------------------------------------------------------------------- diff --git a/assets/icons/burger.svg b/assets/icons/burger.svg new file mode 100755 index 0000000..91351b6 --- /dev/null +++ b/assets/icons/burger.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/cancel-circled.svg ---------------------------------------------------------------------- diff --git a/assets/icons/cancel-circled.svg b/assets/icons/cancel-circled.svg new file mode 100755 index 0000000..19de5b7 --- /dev/null +++ b/assets/icons/cancel-circled.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/cancel-circled2.svg ---------------------------------------------------------------------- diff --git a/assets/icons/cancel-circled2.svg b/assets/icons/cancel-circled2.svg new file mode 100755 index 0000000..be09a72 --- /dev/null +++ b/assets/icons/cancel-circled2.svg @@ -0,0 +1,8 @@ + + + + + + + + http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/2e0aa52d/assets/icons/cancel.svg ---------------------------------------------------------------------- diff --git a/assets/icons/cancel.svg b/assets/icons/cancel.svg new file mode 100755 index 0000000..56cd8a2 --- /dev/null +++ b/assets/icons/cancel.svg @@ -0,0 +1,8 @@ + + + + + + + +