1
0
Fork 0

get grunt running, port over styles from kremalicious2

This commit is contained in:
Matthias Kretschmann 2013-11-18 22:09:20 +01:00
parent 960fb15711
commit 5ae019afc7
44 changed files with 2872 additions and 25 deletions

View File

@ -43,7 +43,7 @@ module.exports = function(grunt){
less: {
production: {
files: {
'<%= config.site %>/<%= config.assets.css %>/kremalicious.min.css' : '<%= config.src %>/<%= config.assets.less %>/kremalicious.less'
'<%= config.site %>/<%= config.assets.css %>/kremalicious3.min.css' : '<%= config.src %>/<%= config.assets.less %>/kremalicious3.less'
},
},
},
@ -52,7 +52,7 @@ module.exports = function(grunt){
cmq: {
production: {
files: {
'<%= config.site %>/<%= config.assets.css %>/': ['<%= config.site %>/<%= config.assets.css %>/kremalicious.min.css']
'<%= config.site %>/<%= config.assets.css %>/': ['<%= config.site %>/<%= config.assets.css %>/kremalicious3.min.css']
}
}
},
@ -61,7 +61,7 @@ module.exports = function(grunt){
cssmin: {
production: {
files: {
'<%= config.site %>/<%= config.assets.css %>/kremalicious.min.css': ['<%= config.site %>/<%= config.assets.css %>/*.css']
'<%= config.site %>/<%= config.assets.css %>/kremalicious3.min.css': ['<%= config.site %>/<%= config.assets.css %>/*.css']
}
}
},
@ -74,7 +74,7 @@ module.exports = function(grunt){
mangle: true
},
files: {
'<%= config.site %>/<%= config.assets.js %>/kremalicious.min.js': [
'<%= config.site %>/<%= config.assets.js %>/kremalicious3.min.js': [
'<%= config.src %>/<%= config.assets.js %>/script.js'
]
}
@ -133,9 +133,10 @@ module.exports = function(grunt){
files: [
'<%= config.src %>/*.html',
'<%= config.src %>/_includes/**',
'<%= config.src %>/_layouts/**'
'<%= config.src %>/_layouts/**',
'<%= config.src %>/_posts/**'
],
tasks: ['jekyll', 'less', 'uglify']
tasks: ['jekyll', 'less']
},
},
@ -177,7 +178,7 @@ module.exports = function(grunt){
'less',
'cmq',
'cssmin',
'uglify',
//'uglify',
'connect',
'watch'
]);

View File

@ -0,0 +1,24 @@
<footer role="contentinfo" class="footer container">
<div class="row">
<p class="footer-description">Blog of designer &amp; developer <a href="http://matthiaskretschmann.com">Matthias Kretschmann</a></p>
<aside class="subscribe">
<p>
<a class="btn rss" href="http://kremalicious.com/feed"><i class="icon-rss"></i> <span>RSS</span></a>
<a class="btn twitter" href="https://twitter.com/kremaliciouscom"><i class="icon-twitter"></i> <span>Twitter</span></a>
<a class="btn google" href="https://plus.google.com/100015950464424503954" rel="publisher"><i class="icon-googleplus"></i> <span>Google+</span></a>
<a class="btn facebook" href="https://www.facebook.com/pages/kremalicious/154539134564052"><i class="icon-facebook"></i> <span>Facebook</span></a>
</p>
</aside>
<aside id="tweetsWrap">
<a class="btn socialite twitter-follow" href="https://twitter.com/kremalicious"><i class="icon-twitter"></i> Follow @kremalicious</a>
</aside>
</div>
<section class="footer-copyright" class="row">
<p>© 2007-2013 <a href="http://matthiaskretschmann.com" rel="me">Matthias Kretschmann</a>.</p>
<p class="license">Code snippets: <a rel="item-license" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a>. Goodies: <a rel="item-license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY NC SA</a>. Hosted by <a href="http://www.mediatemple.net#a_aid=4f37f8fe3e47e" title="Media Temple">(mt)</a></p>
</section>
</footer>

View File

@ -0,0 +1,7 @@
<header role="banner" class="banner container">
<div class="row">
<h1 class="banner-title">
<a class="banner-logo" class="hide-text" href="/">kremalicious</a>
</h1>
</div>
</header>

View File

@ -1,17 +1,59 @@
<!DOCTYPE html>
<html>
<!--
___ ___
/__/\ /__/|
| |::\ | |:|
| |:|:\ | |:|
__|__|:|\:\ __| |:|
/__/::::| \:\ /__/\_|:|____
\ \:\~~\__\/ \ \:\/:::::/
\ \:\ \ \::/~~~~
\ \:\ \ \:\
\ \:\ \ \:\
\__\/ \__\/
YOU EARNED THE GEEK ACHIEVEMENT
FOR LOOKING AT MY SOURCE
But because of all the minimizing and caching
going on you better check out the code on
github
_____________________________________________
https://github.com/kremalicious/kremalicious3
_____________________________________________
-->
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<title>{{ page.title }} &brvbar; {{ site.name }}</title>
<meta name="description" content="{{ page.description }}">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ page.title }}</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="/assets/css/kremalicious3.min.css">
<script data-cfasync="false" src="//use.typekit.com/msu4qap.js"></script>
<script data-cfasync="false">try{Typekit.load();}catch(e){}</script>
</head>
<body>
{% include header.html %}
{{ content }}
<section role="document" class="container">
<section role="main" id="main" class="row">
{{ content }}
</section>
</section>
{% include footer.html %}

29
_src/_layouts/image.html Normal file
View File

@ -0,0 +1,29 @@
---
layout: default
---
<article class="hentry format-image">
<div class="photoPost">
<figure class="hmedia">
image
<figcaption class="entry-title fn">{{ page.title }}</figcaption>
exif
</figure>
</div>
<aside class="entry-meta">
<p class="byline author vcard source-org">by <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<p class="time">{{ page.date | date_to_string }}</p>
</aside>
<section class="entry-content">
{{ content }}
</section>
<footer class="entry-meta">
</footer>
</article>

24
_src/_layouts/link.html Normal file
View File

@ -0,0 +1,24 @@
---
layout: default
---
<article class="hentry format-link">
<header>
<h1 class="entry-title">
<a href="{{ page.linkurl }}">{{ page.title }} <i class="icon-external-link"></i></a>
</h1>
</header>
<aside class="entry-meta">
<p class="byline author vcard source-org">by <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<p class="time">{{ page.date | date_to_string }}</p>
</aside>
<section class="entry-content">
{{ content }}
</section>
<footer class="entry-meta">
</footer>
</article>

View File

@ -1,9 +1,25 @@
---
layout: default
---
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
<div class="post">
{{ content }}
</div>
<article class="hentry fomrat-post">
<header>
<h1 class="entry-title">{{ page.title }}</h1>
</header>
<aside class="entry-meta">
<p class="byline author vcard source-org">by <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<p class="time">{{ page.date | date_to_string }}</p>
</aside>
<section class="entry-content">
{{ page.image }}
{{ content }}
</section>
<footer class="entry-meta">
<p>
<a rel="category tag" href="" title="{{ page.categories }}">{{ page.categories }}</a>
</p>
</footer>
</article>

View File

@ -1,6 +1,7 @@
---
layout: post
title: "Welcome to Jekyll!"
author: Matthias Kretschmann
date: 2013-11-17 23:56:48
categories: jekyll update
---

View File

@ -0,0 +1,18 @@
Copyright (C) 2008 The Android Open Source Project
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.
##########
This directory contains the fonts for the platform. They are licensed
under the Apache 2 license.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Font data copyright Google 2011
Designer : Google
Foundry URL : Googlecom
</metadata>
<defs>
<font id="RobotoRegular" horiz-adv-x="1153" >
<font-face units-per-em="2048" ascent="1536" descent="-512" />
<missing-glyph horiz-adv-x="509" />
<glyph unicode=" " horiz-adv-x="509" />
<glyph unicode="&#x09;" horiz-adv-x="509" />
<glyph unicode="&#xa0;" horiz-adv-x="509" />
<glyph unicode="!" horiz-adv-x="539" d="M171 0v204h198v-204h-198zM171 478v978h197v-978h-197z" />
<glyph unicode="&#x22;" horiz-adv-x="733" d="M126 936l1 240v280h197v-270l-101 -250h-97zM435 936v520h198v-270l-101 -250h-97z" />
<glyph unicode="#" horiz-adv-x="1276" d="M70 410v140h264l68 348h-256v142h284l82 416h151l-82 -416h255l82 416h151l-82 -416h199v-142h-226l-68 -348h219v-140h-247l-80 -410h-152l80 410h-255l-80 -410h-151l80 410h-236zM485 550h255l68 348h-255z" />
<glyph unicode="$" horiz-adv-x="1193" d="M131 424l2 5h190q0 -154 78 -219.5t190 -65.5q129 0 201.5 61.5t72.5 170.5q0 90 -63.5 153.5t-210.5 113.5q-202 61 -305 163t-103 272q0 165 95 269t261 125v221h158v-222q167 -22 259.5 -137t92.5 -308h-196q0 127 -63 206t-174 79q-118 0 -177 -61.5t-59 -168.5 q0 -97 61 -157t219 -114q204 -66 303 -164.5t99 -267.5q0 -172 -103 -273.5t-283 -120.5v-192h-157v191q-172 18 -282 125.5t-106 315.5z" />
<glyph unicode="%" horiz-adv-x="1498" d="M104 1099v77q0 127 82 214t219 87t219 -86.5t82 -214.5v-77q0 -127 -81.5 -213t-217.5 -86q-138 0 -220.5 86t-82.5 213zM250 1099q0 -74 40.5 -125.5t116.5 -51.5q73 0 113 51t40 126v77q0 74 -40.5 126.5t-114.5 52.5q-75 0 -115 -52.5t-40 -126.5v-77zM349 177 l711 1138l109 -67l-711 -1138zM809 279v78q0 127 82 213.5t219 86.5q136 0 218.5 -86.5t82.5 -213.5v-78q0 -128 -82 -214t-217 -86q-138 0 -220.5 86t-82.5 214zM955 279q0 -75 40.5 -126.5t116.5 -51.5q73 0 113 51.5t40 126.5v78q0 74 -41 126t-114 52q-74 0 -114.5 -52 t-40.5 -126v-78z" />
<glyph unicode="&#x26;" horiz-adv-x="1276" d="M64 392q0 122 70.5 213.5t210.5 183.5q-78 99 -116 176.5t-38 159.5q0 169 97.5 260.5t268.5 91.5q158 0 257 -91t99 -219q0 -98 -52.5 -169.5t-155.5 -146.5l-109 -80l340 -409q41 65 64 144t23 167h176q0 -132 -39 -244t-113 -201l185 -223l-2 -5h-229l-85 102 q-80 -60 -177 -91.5t-201 -31.5q-217 0 -345.5 115t-128.5 298zM261 392q0 -113 71 -186t206 -73q72 0 142 24.5t132 70.5l-361 435l-40 -29q-91 -68 -120.5 -130t-29.5 -112zM388 1127q0 -53 27 -110.5t81 -125.5l138 95q57 38 77.5 82.5t20.5 98.5q0 61 -48.5 108 t-126.5 47q-81 0 -125 -56.5t-44 -138.5z" />
<glyph unicode="'" horiz-adv-x="445" d="M126 951l1 265v240h197v-223l-101 -282h-97z" />
<glyph unicode="(" horiz-adv-x="679" d="M132 582v9q0 394 159 673t334 372l6 -1l38 -116q-137 -107 -238.5 -343t-101.5 -583v-13q0 -347 101 -583t239 -352l-38 -108h-6q-175 93 -334 371.5t-159 673.5z" />
<glyph unicode=")" horiz-adv-x="687" d="M6 -355q135 105 237.5 345.5t102.5 589.5v13q0 342 -105.5 583.5t-234.5 351.5l38 108h6q174 -93 333.5 -372t159.5 -673v-9q0 -395 -159.5 -673.5t-333.5 -371.5h-6z" />
<glyph unicode="*" horiz-adv-x="884" d="M88 763l49 154l236 -90l-10 254h161l-10 -260l233 89l48 -156l-242 -68l153 -200l-132 -96l-140 218l-135 -210l-133 92l158 206z" />
<glyph unicode="+" horiz-adv-x="1162" d="M78 605v178h402v423h197v-423h399v-178h-399v-459h-197v459h-402z" />
<glyph unicode="," horiz-adv-x="404" d="M48 -258l70 316v163h197v-173l-150 -306h-117z" />
<glyph unicode="-" horiz-adv-x="923" d="M167 538v154h590v-154h-590z" />
<glyph unicode="." horiz-adv-x="548" d="M161 0v202h197v-202h-197z" />
<glyph unicode="/" horiz-adv-x="850" d="M16 -125l608 1581h167l-607 -1581h-168z" />
<glyph unicode="0" d="M113 514v428q0 245 125.5 390t336.5 145q212 0 338.5 -145t126.5 -390v-428q0 -247 -125.5 -391t-337.5 -144q-211 0 -337.5 144t-126.5 391zM310 474q0 -157 70.5 -249t196.5 -92q128 0 197 91.5t69 249.5v509q0 157 -70 248t-198 91q-127 0 -196 -91t-69 -248v-509z " />
<glyph unicode="1" d="M195 1271v152l515 54v-1477h-198v1274z" />
<glyph unicode="2" d="M138 1052q-5 178 119 301.5t337 123.5q195 0 307 -108t112 -279q0 -115 -63.5 -225t-193.5 -276l-367 -430l2 -5h663v-154h-904v135l457 545q122 148 165.5 235.5t43.5 176.5q0 101 -59 165.5t-163 64.5q-129 0 -196.5 -79t-67.5 -197h-190z" />
<glyph unicode="3" d="M120 378l2 6h188q0 -106 76.5 -178.5t197.5 -72.5q120 0 189 74.5t69 194.5q0 137 -63.5 205t-199.5 68h-162v153h162q132 0 186.5 65.5t54.5 183.5q0 110 -59.5 177.5t-176.5 67.5q-114 0 -188.5 -70.5t-74.5 -176.5h-188l-3 6q-5 164 124 280t330 116q203 0 318 -102.5 t115 -301.5q0 -102 -53.5 -186t-149.5 -131q110 -44 167.5 -133.5t57.5 -216.5q0 -200 -126.5 -313.5t-328.5 -113.5q-186 0 -327.5 109.5t-136.5 289.5z" />
<glyph unicode="4" d="M72 336v111l613 1009h208v-966h201v-154h-201v-336h-196v336h-625zM283 490h414v683l-6 1l-19 -50z" />
<glyph unicode="5" d="M157 377l2 6h178q0 -119 68.5 -184.5t177.5 -65.5q125 0 194 88t69 241q0 139 -69.5 225t-193.5 86q-116 0 -168 -35t-77 -108l-163 17l84 809h729v-175h-563l-47 -419q47 35 104 57.5t130 23.5q202 2 316.5 -126.5t114.5 -352.5q0 -219 -117.5 -352t-342.5 -133 q-185 0 -308 101t-118 297z" />
<glyph unicode="6" d="M137 552v335q0 256 145.5 423t358.5 167q86 0 170 -17t139 -43l-42 -151q-57 25 -120 40.5t-147 15.5q-137 0 -222.5 -117t-85.5 -296v-113q61 61 144.5 96t179.5 35q188 0 297.5 -126t109.5 -331q0 -224 -122.5 -357.5t-330.5 -133.5q-202 0 -338 153.5t-136 419.5z M333 533q0 -185 80.5 -292.5t197.5 -107.5q123 0 189.5 93.5t66.5 243.5q0 142 -71.5 226t-201.5 84q-93 0 -159.5 -39.5t-101.5 -106.5v-101z" />
<glyph unicode="7" d="M97 1301v155h966v-155q-276 -328 -373 -579t-97 -563v-159h-197v159q0 330 121.5 594.5t351.5 547.5h-772z" />
<glyph unicode="8" d="M102 400q0 123 76.5 217t206.5 138q-112 42 -177 128.5t-65 200.5q0 191 122.5 292t319.5 101q186 0 305.5 -101.5t119.5 -291.5q0 -114 -64 -200.5t-170 -129.5q124 -43 199 -137t75 -217q0 -201 -130.5 -311t-332.5 -110q-214 0 -349.5 110t-135.5 311zM299 404 q0 -123 80.5 -197t207.5 -74q114 0 190.5 74.5t76.5 196.5q0 119 -77.5 196t-191.5 77q-124 0 -205 -77t-81 -196zM340 1081q0 -111 70 -180t177 -69q97 0 161.5 69t64.5 180q0 105 -65.5 173t-162.5 68q-107 0 -176 -65.5t-69 -175.5z" />
<glyph unicode="9" d="M93 978q0 220 127 359.5t314 139.5q218 0 350 -137t132 -387v-442q0 -251 -144 -391.5t-371 -140.5q-77 0 -157.5 16t-150.5 47l30 150q66 -32 129.5 -45.5t148.5 -13.5q142 0 229.5 98t87.5 278v124q-48 -71 -119.5 -107.5t-156.5 -36.5q-210 0 -329.5 129.5 t-119.5 359.5zM290 978q0 -150 66 -242.5t186 -92.5q103 0 173.5 47t102.5 120v172q0 163 -73 251.5t-205 88.5q-107 0 -178.5 -95.5t-71.5 -248.5z" />
<glyph unicode=":" horiz-adv-x="517" d="M161 0v202h197v-202h-197zM161 876v202h197v-202h-197z" />
<glyph unicode=";" horiz-adv-x="525" d="M162 876v202h197v-202h-197zM99 -258l70 316v163h197v-173l-150 -306h-117z" />
<glyph unicode="&#x3c;" horiz-adv-x="1040" d="M71 486v149l816 378v-201l-559 -233l-85 -18v-6l85 -19l559 -228v-201z" />
<glyph unicode="=" d="M152 407v164h834v-164h-834zM152 823v164h834v-164h-834z" />
<glyph unicode="&#x3e;" horiz-adv-x="1072" d="M136 87v196l598 238l85 17v6l-85 20l-598 234v195l856 -378v-149z" />
<glyph unicode="?" horiz-adv-x="974" d="M61 1122q-3 161 113.5 258t296.5 97q197 0 306 -100.5t109 -280.5q0 -129 -70.5 -236t-186.5 -219q-54 -54 -65.5 -97t-11.5 -134h-197q1 145 25 201t126 148q99 117 141 180t42 152q0 106 -56.5 163t-161.5 57q-91 0 -155 -49.5t-64 -145.5h-188zM353 0v208h206v-208 h-206z" />
<glyph unicode="@" horiz-adv-x="1833" d="M114 478q19 423 249 688t602 265q379 0 581.5 -250t185.5 -679q-9 -214 -120 -368.5t-332 -154.5q-73 0 -126 41.5t-76 117.5q-50 -80 -122 -119.5t-168 -39.5q-125 0 -194 120.5t-51 316.5q23 259 137.5 415.5t279.5 156.5q105 0 169 -26t139 -80l-4 -4h6l-51 -585 q-9 -110 21.5 -151.5t81.5 -41.5q123 0 197 113.5t82 288.5q16 382 -144 595.5t-496 213.5q-308 0 -495.5 -231t-202.5 -602q-18 -376 150 -594.5t482 -218.5q88 0 178.5 21.5t152.5 56.5l38 -107q-67 -42 -170.5 -65.5t-202.5 -23.5q-380 0 -587.5 249.5t-189.5 681.5z M720 416q-11 -142 21.5 -216t106.5 -74q64 0 117 24.5t97 87.5q-1 12 -0.5 25.5t2.5 29.5l47 538q-26 12 -54.5 19t-59.5 7q-125 0 -191 -109.5t-86 -331.5z" />
<glyph unicode="A" horiz-adv-x="1295" d="M43 0l525 1456h169l514 -1456h-201l-128 375h-548l-130 -375h-201zM431 540h435l-212 625h-6z" />
<glyph unicode="B" horiz-adv-x="1302" d="M170 0v1456h475q228 0 357 -98.5t129 -295.5q0 -94 -58 -168.5t-154 -113.5q143 -20 226.5 -124t83.5 -245q0 -200 -130 -305.5t-352 -105.5h-577zM367 154h380q135 0 209.5 66.5t74.5 188.5q0 121 -76 195t-205 79h-13h-370v-529zM367 837h319q110 0 179 60.5t69 168.5 q0 118 -74.5 176.5t-214.5 58.5h-278v-464z" />
<glyph unicode="C" horiz-adv-x="1297" d="M118 598v259q0 269 155.5 444.5t402.5 175.5q247 1 393 -131q142 -128 142 -337v-12l-2 -6h-189q0 153 -90 242t-254 89q-165 0 -263 -133t-98 -330v-261q0 -199 98 -332t263 -133q164 0 254 88.5t90 244.5h189l2 -6v-11q0 -198 -144 -332q-148 -138 -391 -138 q-247 0 -402.5 175t-155.5 444z" />
<glyph unicode="D" horiz-adv-x="1387" d="M170 0v1456h458q285 0 458.5 -175.5t173.5 -453.5v-199q0 -279 -173.5 -453.5t-458.5 -174.5h-458zM367 154h261q202 0 318.5 133t116.5 341v201q0 206 -116.5 339t-318.5 133h-261v-1147z" />
<glyph unicode="E" horiz-adv-x="1130" d="M170 0v1456h886v-155h-689v-471h598v-155h-598v-521h700v-154h-897z" />
<glyph unicode="F" horiz-adv-x="1130" d="M170 0v1456h913v-155h-716v-502h614v-155h-614v-644h-197z" />
<glyph unicode="G" horiz-adv-x="1387" d="M121 578v300q0 265 159 432t410 167q243 0 384 -129q137 -126 137 -319v-11l-2 -6h-189q0 133 -86 221.5t-244 88.5q-167 0 -269 -125t-102 -317v-302q0 -194 108 -319.5t276 -125.5q129 0 204.5 33.5t112.5 79.5v328h-330v154h527v-532q-52 -81 -180.5 -149t-333.5 -68 q-252 0 -417 167t-165 432z" />
<glyph unicode="H" horiz-adv-x="1441" d="M170 0v1456h197v-658h707v658h197v-1456h-197v643h-707v-643h-197z" />
<glyph unicode="I" horiz-adv-x="579" d="M190 0v1456h198v-1456h-198z" />
<glyph unicode="J" horiz-adv-x="1123" d="M79 395l2 6h189q0 -136 63 -202t179 -66q109 0 178 79t69 210v1034h197v-1034q0 -203 -123.5 -323t-320.5 -120q-201 0 -320 107q-113 102 -113 293v16z" />
<glyph unicode="K" horiz-adv-x="1302" d="M170 0v1456h197v-644h108l540 644h222l2 -5l-590 -689l632 -757l-2 -5h-239l-545 658h-128v-658h-197z" />
<glyph unicode="L" horiz-adv-x="1126" d="M170 0v1456h197v-1302h710v-154h-907z" />
<glyph unicode="M" horiz-adv-x="1779" d="M170 0v1456h259l463 -1183h6l465 1183h245v-1456h-197v1091l-6 1l-441 -1092h-137l-454 1128l-6 -1v-1127h-197z" />
<glyph unicode="N" horiz-adv-x="1442" d="M170 0v1456h197l701 -1111l6 2v1109h197v-1456h-197l-701 1112l-6 -2v-1110h-197z" />
<glyph unicode="O" horiz-adv-x="1396" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -267 -165.5 -443t-429.5 -176q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128 t-102.5 -328v-261z" />
<glyph unicode="P" horiz-adv-x="1302" d="M170 0v1456h557q233 0 362.5 -120t129.5 -316q0 -198 -129.5 -317t-362.5 -119h-360v-584h-197zM367 738h360q148 0 221 79.5t73 200.5t-73.5 202t-220.5 81h-360v-563z" />
<glyph unicode="Q" horiz-adv-x="1427" d="M113 598v259q0 266 159.5 443t414.5 177q264 0 429.5 -176.5t165.5 -443.5v-259q0 -115 -33.5 -217.5t-95.5 -183.5l217 -211l-135 -129l-222 213q-70 -45 -152 -68t-174 -23q-255 0 -414.5 176t-159.5 443zM310 598q0 -202 102.5 -330t274.5 -128q183 0 290.5 127.5 t107.5 330.5v261q0 200 -108 328t-290 128q-172 0 -274.5 -128t-102.5 -328v-261z" />
<glyph unicode="R" horiz-adv-x="1303" d="M170 0v1455h498q239 0 365 -106t126 -308q0 -112 -58.5 -195t-170.5 -132q120 -39 172.5 -126.5t52.5 -216.5v-137q0 -68 15 -122t52 -88v-24h-203q-39 34 -50 100t-11 136v133q0 118 -69 190t-185 72h-337v-631h-197zM367 786h281q167 0 240.5 63.5t73.5 193.5 q0 123 -71.5 190.5t-222.5 67.5h-301v-515z" />
<glyph unicode="S" horiz-adv-x="1252" d="M114 413l2 6h188q0 -137 104 -211.5t235 -74.5q140 0 221.5 63t81.5 171q0 99 -71 166t-250 114q-222 55 -346.5 162t-124.5 269q0 171 134 285t348 114q230 -1 366 -131q133 -127 133 -294v-10l-3 -6h-188q0 124 -86.5 205t-221.5 81q-138 0 -211.5 -67t-73.5 -174 q0 -95 80.5 -158.5t261.5 -111.5q220 -57 335 -168t115 -274q0 -176 -138.5 -283t-361.5 -107q-211 0 -373 118q-157 114 -156 304v12z" />
<glyph unicode="T" horiz-adv-x="1225" d="M37 1301v155h1151v-155h-480v-1301h-197v1301h-474z" />
<glyph unicode="U" horiz-adv-x="1386" d="M147 489v967h197v-967q0 -167 95.5 -261.5t246.5 -94.5q160 0 260.5 94.5t100.5 261.5v967h197v-967q0 -240 -156 -375t-402 -135q-237 0 -388 135.5t-151 374.5z" />
<glyph unicode="V" horiz-adv-x="1295" d="M22 1456h214l376 -1074l33 -121h6l33 121l376 1074h213l-541 -1456h-169z" />
<glyph unicode="W" horiz-adv-x="1763" d="M37 1456h213l212 -951l25 -191l6 -1l34 192l258 951h193l260 -951l34 -195h6l27 195l208 951h214l-352 -1456h-176l-291 1010l-22 131h-6l-21 -131l-295 -1010h-176z" />
<glyph unicode="X" horiz-adv-x="1295" d="M66 0l472 734l-462 722h236l338 -568l340 568h238l-462 -722l472 -734h-235l-349 578l-350 -578h-238z" />
<glyph unicode="Y" horiz-adv-x="1295" d="M40 1456h225l380 -740l380 740h225l-511 -944v-512h-196v527z" />
<glyph unicode="Z" horiz-adv-x="1225" d="M97 0v146l778 1155h-767v155h992v-141l-781 -1161h814v-154h-1036z" />
<glyph unicode="[" horiz-adv-x="552" d="M143 -312v1976h385v-155h-188v-1666h188v-155h-385z" />
<glyph unicode="\" horiz-adv-x="846" d="M39 1456h186l608 -1581h-186z" />
<glyph unicode="]" horiz-adv-x="552" d="M11 -157h189v1666h-189v155h386v-1976h-386v155z" />
<glyph unicode="^" horiz-adv-x="856" d="M61 729l299 727h134l298 -727h-181l-166 419l-16 70h-6l-16 -70l-163 -419h-183z" />
<glyph unicode="_" horiz-adv-x="931" d="M4 0h923v-154h-923v154z" />
<glyph unicode="`" horiz-adv-x="641" d="M82 1512l3 6h230l175 -266h-158z" />
<glyph unicode="a" horiz-adv-x="1126" d="M106 304q0 155 125.5 242.5t340.5 87.5h214v107q0 95 -58 150.5t-164 55.5q-96 0 -155 -48t-59 -115l-187 -2l-2 6v13q1 110 111 203q118 98 303 98q184 0 296 -93.5t112 -269.5v-521q0 -58 6 -112t22 -106h-203q-10 49 -15.5 86.5t-6.5 75.5q-55 -78 -143.5 -130.5 t-190.5 -52.5q-169 0 -257.5 86.5t-88.5 238.5zM303 300q0 -72 45 -114t133 -42q107 0 193 55t112 126v176h-221q-119 0 -190.5 -60t-71.5 -141z" />
<glyph unicode="b" horiz-adv-x="1164" d="M143 0v1560h197v-606q51 72 126.5 110t176.5 38q200 0 312 -160t112 -421v-21q0 -234 -112.5 -377.5t-309.5 -143.5q-108 0 -187.5 42.5t-131.5 125.5l-32 -147h-151zM340 309q38 -80 99.5 -125t155.5 -45q139 0 207 99t68 262v21q0 186 -68.5 303.5t-208.5 117.5 q-91 0 -153.5 -44.5t-99.5 -119.5v-469z" />
<glyph unicode="c" horiz-adv-x="1072" d="M97 520v42q0 229 124.5 384.5t351.5 155.5q181 0 297 -112q112 -108 111 -264v-11l-2 -6h-179q0 99 -64.5 168.5t-162.5 69.5q-145 0 -211.5 -112.5t-66.5 -272.5v-42q0 -163 65.5 -275t212.5 -112q91 0 159 60.5t68 148.5h178l3 -6v-9q0 -135 -120 -239 q-124 -108 -288 -109q-228 0 -352 155t-124 386z" />
<glyph unicode="d" horiz-adv-x="1164" d="M98 500v21q0 261 111.5 421t312.5 160q95 0 168.5 -35t125.5 -102v595h197v-1560h-151l-30 137q-53 -78 -131 -118t-181 -40q-198 0 -310 143.5t-112 377.5zM295 500q0 -164 67 -262.5t208 -98.5q88 0 148 40t98 112v505q-38 67 -98.5 106.5t-145.5 39.5 q-142 0 -209.5 -117t-67.5 -304v-21z" />
<glyph unicode="e" horiz-adv-x="1072" d="M97 520v44q0 233 134.5 385.5t328.5 152.5q217 0 325.5 -135t108.5 -359v-104h-692l-3 -5q0 -163 72 -264.5t220 -101.5q100 0 175.5 28.5t129.5 78.5l77 -128q-58 -56 -153 -94.5t-229 -38.5q-233 0 -363.5 149t-130.5 392zM307 664l2 -5h488v16q0 118 -58 195t-179 77 q-103 0 -170.5 -79.5t-82.5 -203.5z" />
<glyph unicode="f" horiz-adv-x="674" d="M56 936v146h169v137q0 173 90.5 267.5t252.5 94.5q34 0 68.5 -5.5t76.5 -15.5l-24 -150q-18 4 -43.5 7t-53.5 3q-86 0 -128 -51.5t-42 -149.5v-137h196v-146h-196v-936h-197v936h-169z" />
<glyph unicode="g" horiz-adv-x="1164" d="M108 500v21q0 261 111.5 421t311.5 160q103 0 181 -41.5t131 -119.5l24 141h157v-1088q0 -208 -121 -319.5t-349 -111.5q-78 0 -168.5 21.5t-159.5 58.5l30 153q57 -30 137.5 -48.5t158.5 -18.5q144 0 209.5 65.5t65.5 199.5v123q-53 -68 -127 -103t-171 -35 q-198 0 -309.5 143.5t-111.5 377.5zM305 500q0 -163 67 -262t207 -99q89 0 149 40.5t99 114.5v498q-38 69 -99 109.5t-147 40.5q-141 0 -208.5 -117t-67.5 -304v-21z" />
<glyph unicode="h" horiz-adv-x="1164" d="M143 0v1560h197v-623q56 78 137.5 121.5t180.5 43.5q173 0 269.5 -104t96.5 -320v-678h-197v680q0 134 -57.5 198t-171.5 64q-88 0 -153 -34.5t-105 -96.5v-811h-197z" />
<glyph unicode="i" horiz-adv-x="516" d="M159 0v1082h197v-1082h-197zM159 1359v201h197v-201h-197z" />
<glyph unicode="j" horiz-adv-x="530" d="M-66 -419l14 155q14 -5 40 -8.5t43 -3.5q65 0 103.5 44t38.5 143v1171h197v-1171q0 -167 -86 -257.5t-239 -90.5q-31 0 -56.5 4.5t-54.5 13.5zM167 1363v197h197v-197h-197z" />
<glyph unicode="k" horiz-adv-x="1050" d="M144 0v1560h197v-904h99l325 426h236l-393 -499l427 -583h-233l-360 499h-101v-499h-197z" />
<glyph unicode="l" horiz-adv-x="516" d="M159 0v1560h197v-1560h-197z" />
<glyph unicode="m" horiz-adv-x="1790" d="M143 0v1082h176l14 -142q53 77 134.5 119.5t189.5 42.5t185.5 -50t116.5 -150q52 93 135.5 146.5t195.5 53.5q165 0 261 -113.5t96 -341.5v-647h-197v649q0 160 -55 226.5t-164 66.5q-101 0 -163.5 -70t-73.5 -177v-8v-687h-198v649q0 152 -56.5 222.5t-162.5 70.5 q-90 0 -148 -37t-89 -104v-801h-197z" />
<glyph unicode="n" horiz-adv-x="1164" d="M143 0v1082h176l14 -161q54 86 135.5 133.5t185.5 47.5q175 0 271 -102.5t96 -316.5v-683h-197v679q0 143 -56.5 203t-172.5 60q-91 0 -154.5 -36.5t-100.5 -102.5v-803h-197z" />
<glyph unicode="o" horiz-adv-x="1164" d="M97 529v22q0 240 130 395.5t353 155.5q225 0 355.5 -155t130.5 -396v-22q0 -242 -130 -396t-354 -154t-354.5 154.5t-130.5 395.5zM294 529q0 -172 72.5 -284t215.5 -112q141 0 214 112t73 284v22q0 170 -73.5 283t-215.5 113q-141 0 -213.5 -113t-72.5 -283v-22z" />
<glyph unicode="p" horiz-adv-x="1164" d="M143 -416v1498h151l31 -140q53 78 132 119t184 41q201 0 312.5 -159.5t111.5 -421.5v-21q0 -234 -112 -377.5t-309 -143.5q-100 0 -175.5 33.5t-128.5 100.5v-529h-197zM340 275q37 -67 97 -104.5t147 -37.5q140 0 212 102.5t72 264.5v21q0 184 -72.5 302.5t-213.5 118.5 q-85 0 -145 -38.5t-97 -105.5v-523z" />
<glyph unicode="q" horiz-adv-x="1164" d="M98 500v21q0 261 111.5 421t312.5 160q98 0 173 -37.5t128 -108.5l28 126h151v-1498h-197v518q-52 -61 -123 -92t-162 -31q-198 0 -310 143.5t-112 377.5zM295 500q0 -164 67.5 -265.5t207.5 -101.5q81 0 138.5 36t96.5 101v546q-39 61 -96.5 96t-136.5 35 q-141 0 -209 -119.5t-68 -306.5v-21z" />
<glyph unicode="r" horiz-adv-x="717" d="M143 0v1082h176l19 -158q46 84 113.5 131t155.5 47q22 0 42 -3.5t33 -7.5l-27 -183l-101 6q-78 0 -131.5 -37t-82.5 -104v-773h-197z" />
<glyph unicode="s" horiz-adv-x="1071" d="M109 329l2 6h188q5 -105 78 -153.5t171 -48.5q105 0 164.5 44.5t59.5 113.5q0 65 -49.5 106t-187.5 72q-191 41 -293.5 115t-102.5 198q0 132 112.5 226t291.5 94q184 0 298 -100q109 -96 109 -222v-11l-2 -6h-188q0 70 -61.5 127t-155.5 57q-104 0 -155.5 -47 t-51.5 -112q0 -64 44.5 -99t183.5 -64q199 -42 302 -119t103 -201q0 -144 -116.5 -235t-304.5 -91q-207 0 -326 105q-113 100 -113 232v13z" />
<glyph unicode="t" horiz-adv-x="690" d="M48 936v146h172v261h197v-261h205v-146h-205v-657q0 -76 31.5 -107t83.5 -31q17 0 38 4.5t35 9.5l27 -135q-22 -18 -65 -29.5t-85 -11.5q-120 0 -191 72.5t-71 227.5v657h-172z" />
<glyph unicode="u" horiz-adv-x="1164" d="M139 444v638h197v-640q0 -173 51 -238t159 -65q105 0 173.5 42.5t103.5 120.5v780h197v-1082h-177l-13 160q-51 -87 -131 -134t-185 -47q-177 0 -276 113t-99 352z" />
<glyph unicode="v" horiz-adv-x="1030" d="M46 1082h202l256 -763l17 -76h6l19 76l249 763h201l-398 -1082h-149z" />
<glyph unicode="w" horiz-adv-x="1550" d="M45 1082h205l170 -688l25 -139h6l26 139l216 688h158l217 -688l28 -155h6l32 155l160 688h206l-314 -1082h-159l-214 659l-41 172h-6l-38 -172l-210 -659h-159z" />
<glyph unicode="x" horiz-adv-x="1030" d="M46 0l361 547l-351 535h227l227 -399l230 399h230l-351 -535l361 -547h-226l-240 409l-240 -409h-228z" />
<glyph unicode="y" horiz-adv-x="1030" d="M26 1082h220l228 -681l35 -136h6l266 817h219l-455 -1248q-41 -109 -117.5 -190t-206.5 -81q-24 0 -61 5.5t-57 10.5l20 155q-6 1 35.5 -2t52.5 -3q63 0 103 56t67 124l47 113z" />
<glyph unicode="z" horiz-adv-x="1030" d="M94 0v138l585 788h-578v156h819v-134l-591 -794h625v-154h-860z" />
<glyph unicode="{" horiz-adv-x="696" d="M63 543v147q106 0 157.5 61.5t51.5 174.5v206q0 171 82 290.5t277 174.5l40 -117q-110 -35 -156 -125.5t-46 -222.5v-206q0 -105 -42.5 -185t-127.5 -125q85 -46 127.5 -126.5t42.5 -183.5v-205q0 -132 46 -221.5t156 -125.5l-40 -118q-195 55 -277 175t-82 290v205 q0 112 -51.5 174.5t-157.5 62.5z" />
<glyph unicode="|" horiz-adv-x="507" d="M145 -270v1726h197v-1726h-197z" />
<glyph unicode="}" horiz-adv-x="696" d="M21 -246q109 36 156 125.5t47 221.5v205q0 107 45 187t139 123q-94 41 -139 121t-45 189v206q0 132 -47 222.5t-156 125.5l41 117q194 -55 276.5 -174.5t82.5 -290.5v-206q0 -113 50.5 -174.5t158.5 -61.5v-147q-108 0 -158.5 -62.5t-50.5 -174.5v-205q0 -170 -82.5 -290 t-276.5 -175z" />
<glyph unicode="~" horiz-adv-x="1391" d="M128 474q0 136 85.5 232.5t217.5 96.5q88 0 163 -34.5t160 -104.5q58 -51 106 -74t100 -23q66 0 114.5 57t48.5 134l141 -18q0 -137 -87 -238t-217 -101q-90 0 -163.5 33t-158.5 107q-59 48 -108 72t-99 24q-67 0 -114.5 -53t-47.5 -128z" />
<glyph unicode="&#xa2;" horiz-adv-x="1122" d="M97 520v42q0 202 99 350t282 181v225h198v-227q140 -30 225 -134.5t82 -242.5l-3 -5h-180q0 99 -64.5 168.5t-162.5 69.5q-145 0 -211.5 -112.5t-66.5 -272.5v-42q0 -163 65.5 -275t212.5 -112q91 0 159 60.5t68 148.5h180l2 -5q3 -116 -86 -215t-220 -130v-237h-198v233 q-184 31 -282.5 179t-98.5 353z" />
<glyph unicode="&#xa3;" horiz-adv-x="1194" d="M70 615v155h158l-10 270q0 204 112 320.5t300 116.5q200 0 310 -104.5t106 -276.5l-2 -6h-190q0 118 -63 175t-161 57q-99 0 -157 -74.5t-58 -207.5l10 -270h418v-155h-413l6 -149q0 -90 -15.5 -171.5t-44.5 -140.5h735l-1 -154h-976v154h10q48 13 72 111t24 201l-6 149 h-164z" />
<glyph unicode="&#xa5;" horiz-adv-x="1243" d="M30 1456h226l359 -663l360 663h224l-418 -718h312v-123h-383v-167h383v-122h-383v-326h-197v326h-375v122h375v167h-375v123h311z" />
<glyph unicode="&#xa9;" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -265 171.5 -447t417.5 -182q245 0 417 182t172 447q0 263 -172 444t-417 181q-246 0 -417.5 -181t-171.5 -444zM436 669v119q0 173 94 280 t254 107q157 0 245.5 -79t84.5 -228l-2 -6h-146q0 95 -45.5 138.5t-136.5 43.5q-94 0 -145 -70.5t-51 -184.5v-120q0 -117 51 -187t145 -70q91 0 136 43t45 141h146l2 -6q4 -151 -84 -229.5t-245 -78.5q-160 0 -254 106.5t-94 280.5z" />
<glyph unicode="&#xad;" horiz-adv-x="923" d="M167 538v154h590v-154h-590z" />
<glyph unicode="&#xae;" horiz-adv-x="1604" d="M88 729q0 315 207 531t503 216q295 0 502 -216t207 -531q0 -316 -207.5 -533t-501.5 -217q-296 0 -503 217t-207 533zM209 729q0 -266 171.5 -447.5t417.5 -181.5q244 0 416 182t172 447q0 264 -171.5 444.5t-416.5 180.5q-246 0 -417.5 -180.5t-171.5 -444.5zM504 316 v850h280q152 0 238.5 -65.5t86.5 -191.5q0 -62 -33 -109t-96 -78q66 -26 95.5 -79t29.5 -128v-56q0 -41 3.5 -73.5t13.5 -53.5v-16h-153q-9 21 -11 61.5t-2 82.5v54q0 72 -33.5 106t-110.5 34h-159v-338h-149zM653 784h152q65 1 110.5 32.5t45.5 87.5q0 73 -39.5 102.5 t-137.5 29.5h-131v-252z" />
<glyph unicode="&#xb4;" horiz-adv-x="654" d="M131 1252l185 266h230l2 -6l-269 -260h-148z" />
<glyph unicode="&#x2000;" horiz-adv-x="846" />
<glyph unicode="&#x2001;" horiz-adv-x="1693" />
<glyph unicode="&#x2002;" horiz-adv-x="846" />
<glyph unicode="&#x2003;" horiz-adv-x="1693" />
<glyph unicode="&#x2004;" horiz-adv-x="564" />
<glyph unicode="&#x2005;" horiz-adv-x="423" />
<glyph unicode="&#x2006;" horiz-adv-x="282" />
<glyph unicode="&#x2007;" horiz-adv-x="282" />
<glyph unicode="&#x2008;" horiz-adv-x="211" />
<glyph unicode="&#x2009;" horiz-adv-x="338" />
<glyph unicode="&#x200a;" horiz-adv-x="94" />
<glyph unicode="&#x2010;" horiz-adv-x="923" d="M167 538v154h590v-154h-590z" />
<glyph unicode="&#x2011;" horiz-adv-x="923" d="M167 538v154h590v-154h-590z" />
<glyph unicode="&#x2012;" horiz-adv-x="923" d="M167 538v154h590v-154h-590z" />
<glyph unicode="&#x2013;" horiz-adv-x="1416" d="M179.398 648v155h1085.49v-155h-1085.49z" />
<glyph unicode="&#x2014;" horiz-adv-x="1660" d="M187.796 648v155h1335.98v-155h-1335.98z" />
<glyph unicode="&#x2018;" horiz-adv-x="524" d="M145 917v184l101 355h97l-1 -361v-178h-197z" />
<glyph unicode="&#x2019;" horiz-adv-x="516" d="M160 917l1 343v196h197v-193l-101 -346h-97z" />
<glyph unicode="&#x201c;" horiz-adv-x="788" d="M123 917v184l101 355h97l-1 -361v-178h-197zM451 917v184l101 355h97l-1 -361v-178h-197z" />
<glyph unicode="&#x201d;" horiz-adv-x="769" d="M125 917l1 343v196h197v-193l-101 -346h-97zM461 917l1 343v196h197v-193l-101 -346h-97z" />
<glyph unicode="&#x2022;" horiz-adv-x="695" d="M137 733v60q0 88 56 144t150 56q95 0 151.5 -56t56.5 -144v-60q0 -89 -56 -143.5t-151 -54.5t-151 55t-56 143z" />
<glyph unicode="&#x2026;" horiz-adv-x="1380" d="M161 0v202h197v-202h-197zM604 0v202h197v-202h-197zM1024 0v202h197v-202h-197z" />
<glyph unicode="&#x202f;" horiz-adv-x="338" />
<glyph unicode="&#x205f;" horiz-adv-x="423" />
<glyph unicode="&#x20ac;" horiz-adv-x="1088" d="M79 512v124h146v166h-146v125h146v15q0 244 141.5 389.5t372.5 145.5q59 0 117.5 -8t124.5 -23l-19 -159q-54 16 -110.5 25.5t-112.5 9.5q-146 0 -231.5 -103t-85.5 -275v-17h492v-125h-492v-166h492v-124h-485l-2 -5q-4 -169 81.5 -271.5t232.5 -102.5q57 0 113 8.5 t108 25.5l19 -157q-56 -15 -117.5 -23t-122.5 -8q-231 0 -373.5 144.5t-142.5 388.5h-146z" />
<glyph unicode="&#x2122;" horiz-adv-x="1284" d="M103 1374v82h384v-82h-145v-455h-94v455h-145zM565 919v537h116l161 -390h6l162 390h110v-537h-93v343l-6 2l-150 -345h-51l-156 359l-6 -2v-357h-93z" />
<glyph unicode="&#x2212;" horiz-adv-x="1170" d="M168 648v155h835v-155h-835z" />
<glyph unicode="&#xe000;" horiz-adv-x="1080" d="M0 1080h1080v-1080h-1080v1080z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,85 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="20"></iconset>
</metadata>
<defs>
<font id="entypo" horiz-adv-x="640" >
<font-face units-per-em="640" ascent="608" descent="-32" />
<missing-glyph horiz-adv-x="640" />
<glyph class="hidden" unicode="&#xf000;" d="M0,608L 640 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#xe000;" d="M 614.4,470.624c-21.696-9.632-44.96-16.096-69.408-19.040c 24.96,14.944, 44.128,38.624, 53.12,66.816c-23.328-13.824-49.184-23.904-76.672-29.312
c-22.048,23.488-53.44,38.144-88.192,38.144c-66.72,0-120.8-54.080-120.8-120.768c0-9.472, 1.056-18.688, 3.136-27.52
c-100.384,5.024-189.408,53.12-248.96,126.208C 56.192,487.328, 50.208,466.56, 50.208,444.416c0-41.92, 21.344-78.88, 53.76-100.544
c-19.808,0.64-38.432,6.048-54.72,15.104c0-0.512,0-0.992,0-1.504c0-58.528, 41.664-107.328, 96.896-118.464c-10.112-2.752-20.8-4.224-31.84-4.224
c-7.776,0-15.328,0.736-22.72,2.144c 15.36-48, 60-82.912, 112.832-83.872c-41.344-32.416-93.408-51.712-150.016-51.712
c-9.76,0-19.36,0.576-28.8,1.696c 53.44-34.272, 116.928-54.272, 185.184-54.272c 222.176,0, 343.68,184.064, 343.68,343.712
c0,5.216-0.096,10.432-0.352,15.616C 577.728,425.12, 598.176,446.4, 614.4,470.624z" data-tags="twitter, social" />
<glyph unicode="&#xe001;" d="M 480,475.872l-91.392,0 c-10.816,0-22.88-14.208-22.88-33.248L 365.728,376.64 L 480,376.64 l0-94.080 l-114.272,0 L 365.728,0 L 257.824,0 l0,282.528 L 160,282.528 L 160,376.64 l 97.824,0 L 257.824,432
c0,79.392, 55.104,144, 130.752,144L 480,576 L 480,475.872 z" data-tags="facebook, social" />
<glyph unicode="&#xe002;" d="M 63.68,429.152c0-47.776, 15.968-82.304, 47.424-102.56c 25.76-16.608, 55.68-19.104, 71.232-19.104c 3.776,0, 6.784,0.16, 8.896,0.288
c0,0-4.928-32.096, 18.88-63.872l-1.088,0.032c-41.248,0-175.808-8.64-175.808-119.264c0-112.544, 123.584-118.24, 148.352-118.24
c 1.952,0, 3.072,0.032, 3.072,0.032c 0.288,0, 2.048-0.064, 5.056-0.064c 15.904,0, 57.024,1.984, 95.232,20.576
c 49.536,24.032, 74.688,65.888, 74.688,124.32c0,56.48-38.272,90.080-66.24,114.656c-17.056,14.976-31.808,27.904-31.808,40.48
c0,12.8, 10.752,22.432, 24.384,34.624c 22.016,19.712, 42.816,47.776, 42.816,100.832c0,46.656-6.048,77.952-43.328,97.792
c 3.904,1.984, 17.632,3.424, 24.448,4.384c 20.192,2.752, 49.728,5.888, 49.728,22.368L 359.616,569.6 L 212.48,569.6 C 211.008,569.568, 63.68,564.096, 63.68,429.152z
M 301.216,140.736c 2.816-44.992-35.68-78.208-93.472-82.4c-58.688-4.32-107.040,22.112-109.856,67.104c-1.344,21.6, 8.128,42.752, 26.72,59.616
c 18.88,17.056, 44.736,27.584, 72.928,29.696c 3.328,0.192, 6.624,0.352, 9.92,0.352C 261.76,215.104, 298.56,183.168, 301.216,140.736z M 262.784,459.968
c 14.432-50.784-7.36-103.872-42.080-113.664C 216.704,345.184, 212.576,344.608, 208.416,344.608c-31.84,0-63.36,32.192-75.040,76.544
C 126.848,446.080, 127.36,467.84, 134.848,488.8C 142.208,509.376, 155.424,523.328, 172.064,528c 4,1.152, 8.16,1.696, 12.32,1.696
C 222.784,529.696, 247.488,513.76, 262.784,459.968z M 510.752,349.376l0,96 l-60.8,0 l0-96 l-96,0 l0-60.8 l 96,0 l0-96 l 60.8,0 l0,96 l 96,0 l0,60.8 L 510.752,349.376 z" data-tags="googleplus, social" />
<glyph unicode="&#xe008;" d="M 64.064,518.432l0-75.776 c 226.752,0, 410.56-183.84, 410.56-410.592l 75.808,0 C 550.432,300.672, 332.672,518.432, 64.064,518.432z M 64.064,366.848l0-75.808
c 143.040,0, 259.008-115.936, 259.008-258.976l 75.744,0 C 398.816,216.928, 248.96,366.848, 64.064,366.848z M 136.704,177.344c-40.096,0-72.64-32.544-72.64-72.672
s 32.544-72.64, 72.64-72.64c 40.128,0, 72.672,32.512, 72.672,72.64S 176.832,177.344, 136.704,177.344z" data-tags="rss, atom, feed" />
<glyph unicode="&#xe009;" d="M 474.24,145.664c-78.88,28.736-104.096,52.992-104.096,104.928c0,31.168, 24.096,20.992, 34.656,78.080c 4.384,23.68, 25.664,0.384, 29.76,54.432
c0,21.536-11.616,26.912-11.616,26.912s 5.92,31.904, 8.224,56.416C 433.984,497.024, 413.504,576, 304,576C 194.528,576, 173.984,497.024, 176.864,466.432
C 179.168,441.92, 185.088,410.016, 185.088,410.016S 173.44,404.672, 173.44,383.104c 4.064-54.048, 25.344-30.752, 29.728-54.432
c 10.592-57.088, 34.688-46.912, 34.688-78.080c0-51.936-25.216-76.192-104.096-104.928c-79.168-28.8-130.56-58.208-130.56-78.272c0-20.032,0-67.36,0-67.36
l 300.8,0 l 300.8,0 c0,0,0,47.328,0,67.36C 604.8,87.424, 553.376,116.832, 474.24,145.664z" data-tags="user, group, profile, avatar, persona" />
<glyph unicode="&#xe00a;" d="M 170.24,476.672C 47.936,405.696, 54.976,290.112, 59.2,247.36c 157.984,187.104, 394.272,178.016, 394.272,178.016S 118.496,310.528, 20.096,80.128
c-7.744-18.24, 36.48-41.888, 46.56-20.384c 30.112,64.064, 72.096,112.128, 72.096,112.128c 61.952-23.072, 169.056-50.048, 245.024,3.36
c 100.832,71.008, 90.528,228.352, 234.528,304.96C 651.936,498.112, 336.064,572.896, 170.24,476.672z" data-tags="leaf, nature, green, plant" />
<glyph unicode="&#xe00c;" d="M 548,378.464l-65.472,180.352c-4.832,13.312-19.040,20.352-31.648,15.744L 15.776,415.744C 3.136,411.168-3.232,396.64, 1.6,383.328
l 69.024-190.144L 70.624,295.104 c0,45.984, 36.736,83.36, 81.952,83.36l 114.976,0 l 137.12,96.256l 79.36-96.256L 548,378.464 z M 615.616,320.736L 152.576,320.736
c-13.44,0-24.384-11.488-24.384-25.664l0-301.472 c0-14.144, 10.912-25.664, 24.384-25.664l 463.040,0 c 13.472,0, 24.384,11.488, 24.384,25.664L 640,295.104
C 640,309.248, 629.088,320.736, 615.616,320.736z M 580.288,32.096L 196.448,32.096 l0,55.008 l 59.040,137.44l 88.608-109.984l 83.104,85.184l 106.848,38.56l 46.24-103.104
L 580.288,32.096 z" data-tags="pictures, images, photos" />
<glyph unicode="&#xe00d;" d="M 320,582.4c-162.592,0-294.4-131.808-294.4-294.4s 131.808-294.4, 294.4-294.4s 294.4,131.808, 294.4,294.4S 482.592,582.4, 320,582.4z M 320,57.6
c-127.264,0-230.4,103.168-230.4,230.4S 192.736,518.4, 320,518.4s 230.4-103.168, 230.4-230.4S 447.264,57.6, 320,57.6z M 377.6,411.2L 262.4,411.2 l0-130.88 L 190.4,280.32 L 320,158.4
l 129.6,121.92L 377.6,280.32 L 377.6,411.2 z" data-tags="arrow-down, download, bottom" />
<glyph unicode="&#xe00e;" d="M 274.016,463.488c 13.376-13.056, 144.064-150.272, 144.064-150.272C 425.248,306.24, 428.8,297.12, 428.8,288s-3.552-18.24-10.72-25.216
c0,0-130.688-137.216-144.064-150.24c-13.376-13.056-37.408-13.952-51.712,0c-14.272,13.92-15.392,33.344,0,50.4L 342.24,288L 222.336,413.056
c-15.392,17.088-14.272,36.512,0,50.432C 236.608,477.408, 260.672,476.544, 274.016,463.488z" data-tags="arrow-right, right, next" />
<glyph unicode="&#xe00f;" d="M 365.984,463.488c-13.376-13.056-144.064-150.272-144.064-150.272C 214.784,306.24, 211.232,297.12, 211.232,288s 3.552-18.24, 10.688-25.216
c0,0, 130.688-137.216, 144.064-150.24c 13.376-13.056, 37.44-13.952, 51.712,0c 14.24,13.92, 15.36,33.344-0.032,50.4L 297.76,288l 119.904,125.056
c 15.392,17.088, 14.272,36.512, 0.032,50.432C 403.392,477.408, 379.328,476.544, 365.984,463.488z" data-tags="arrow-left, left, previous" />
<glyph unicode="&#xe010;" d="M 320,352c-52.992,0-96-43.008-96-96c0-53.024, 43.008-96, 96-96c 53.024,0, 96,42.976, 96,96C 416,308.992, 373.024,352, 320,352z M 576,448l-76.768,0
c-10.56,0-21.952,8.192-25.28,18.208l-19.84,59.552C 450.72,535.808, 439.36,544, 428.8,544L 211.2,544 C 200.64,544, 189.248,535.808, 185.952,525.792L 166.048,466.208
C 162.72,456.192, 151.36,448, 140.8,448L 64,448 C 28.8,448,0,419.2,0,384l0-288 c0-35.2, 28.8-64, 64-64l 512,0 c 35.232,0, 64,28.8, 64,64L 640,384 C 640,419.2, 611.232,448, 576,448z M 320,96
c-88.384,0-160,71.616-160,160c0,88.352, 71.616,160, 160,160c 88.352,0, 160-71.648, 160-160C 480,167.616, 408.352,96, 320,96z M 553.6,339.264
c-12.352,0-22.368,10.016-22.368,22.4s 10.016,22.4, 22.368,22.4c 12.384,0, 22.4-10.016, 22.4-22.4S 565.984,339.264, 553.6,339.264z" data-tags="camera, picture, photo, images" />
<glyph unicode="&#xe012;" d="M 550.048,475.168c-53.504,49.12-140.256,49.12-193.76,0L 320,441.824L 283.68,475.168c-53.504,49.12-140.224,49.12-193.728,0
c-60.192-55.232-60.192-144.768,0-200.032L 320,64l 230.048,211.136C 610.24,330.4, 610.24,419.936, 550.048,475.168z" data-tags="heart, love, like, favorite" />
<glyph unicode="&#xe013;" d="M 376.8,224.384l0-139.424 L 608,299.040L 376.8,505.6l0-123.712 C 96,381.888, 32,70.4, 32,70.4C 111.456,210.88, 224.384,224.384, 376.8,224.384z" data-tags="forward, arrow, right" />
<glyph unicode="&#xe014;" d="M 316.064,582.368c-162.56-2.176-292.608-135.744-290.432-298.336c 2.176-162.496, 135.744-292.576, 298.304-290.4
c 162.56,2.176, 292.608,135.744, 290.432,298.336C 612.224,454.496, 478.624,584.544, 316.064,582.368z M 348.704,484.256c 29.92,0, 38.752-17.344, 38.752-37.216
c0-24.8-19.872-47.744-53.76-47.744c-28.352,0-41.824,14.272-41.024,37.824C 292.672,456.992, 309.312,484.256, 348.704,484.256z M 271.968,104
c-20.448,0-35.424,12.416-21.12,67.008l 23.456,96.768c 4.064,15.52, 4.736,21.728,0,21.728c-6.112,0-32.672-10.72-48.384-21.28l-10.208,16.736
c 49.76,41.536, 106.976,65.92, 131.488,65.92c 20.448,0, 23.84-24.192, 13.632-61.408l-26.88-101.76c-4.736-17.984-2.688-24.192, 2.048-24.192
c 6.112,0, 26.24,7.424, 46.016,22.976l 11.552-15.52C 345.216,122.624, 292.448,104, 271.968,104z" data-tags="info, about" />
<glyph unicode="&#xe003;" d="M 601.6,354.496l-205.216,0 L 319.968,569.6L 243.584,354.496L 38.4,354.496 l 167.392-126.336l-59.84-221.76l 174.016,132.928l 174.016-132.928l-59.84,221.76L 601.6,354.496z
M 319.968,202.112l-96.384-80.032l 39.744,113.984l-91.232,73.6l 112.672-3.2l 35.168,129.28l 35.2-129.28l 112.672,3.2l-91.232-73.6l 39.776-113.984L 319.968,202.112z
" data-tags="star, favorite, rate, bookmark" />
<glyph unicode="&#xe004;" d="M 421.76,246.080c-22.976,0-41.6-25.792-41.6-57.568c0-31.808, 18.624-57.6, 41.6-57.6s 41.6,25.792, 41.6,57.6
C 463.328,220.32, 444.704,246.080, 421.76,246.080z M 566.592,395.968c 4.736,11.68, 4.96,78.080-20.288,141.632c0,0-57.984-6.336-145.664-66.528
c-18.4,5.088-49.536,7.616-80.64,7.616c-31.136,0-62.24-2.56-80.672-7.616C 151.68,531.264, 93.728,537.6, 93.728,537.6
C 68.48,474.048, 68.672,407.648, 73.44,395.968C 43.744,363.712, 25.6,324.992, 25.6,272.096c0-229.952, 190.784-233.632, 238.944-233.632
c 10.912,0, 32.608-0.032, 55.488-0.064c 22.88,0.032, 44.576,0.064, 55.424,0.064c 48.192,0, 238.944,3.68, 238.944,233.632
C 614.4,324.992, 596.288,363.712, 566.592,395.968z M 320.896,66.72L 319.136,66.72 c-120.704,0-214.72,14.4-214.72,131.712c0,28.096, 9.952,54.176, 33.472,75.808
c 39.328,36.064, 105.792,16.96, 181.248,16.96c 0.288,0, 0.608,0, 0.896,0.032c 0.32,0, 0.608-0.032, 0.864-0.032c 75.456,0, 141.952,19.104, 181.248-16.96
c 23.52-21.632, 33.44-47.712, 33.44-75.808C 535.584,81.12, 441.632,66.72, 320.896,66.72z M 218.272,246.080c-22.976,0-41.6-25.792-41.6-57.568
c0-31.808, 18.624-57.6, 41.6-57.6s 41.6,25.792, 41.6,57.6C 259.872,220.32, 241.248,246.080, 218.272,246.080z" data-tags="github, social" />
<glyph unicode="&#x20;" horiz-adv-x="320" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

View File

@ -0,0 +1,85 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG font generated by IcoMoon.
<iconset grid="20"></iconset>
</metadata>
<defs>
<font id="entypo" horiz-adv-x="640" >
<font-face units-per-em="640" ascent="608" descent="-32" />
<missing-glyph horiz-adv-x="640" />
<glyph class="hidden" unicode="&#xf000;" d="M0,608L 640 -32L0 -32 z" horiz-adv-x="0" />
<glyph unicode="&#xe000;" d="M 614.4,470.624c-21.696-9.632-44.96-16.096-69.408-19.040c 24.96,14.944, 44.128,38.624, 53.12,66.816c-23.328-13.824-49.184-23.904-76.672-29.312
c-22.048,23.488-53.44,38.144-88.192,38.144c-66.72,0-120.8-54.080-120.8-120.768c0-9.472, 1.056-18.688, 3.136-27.52
c-100.384,5.024-189.408,53.12-248.96,126.208C 56.192,487.328, 50.208,466.56, 50.208,444.416c0-41.92, 21.344-78.88, 53.76-100.544
c-19.808,0.64-38.432,6.048-54.72,15.104c0-0.512,0-0.992,0-1.504c0-58.528, 41.664-107.328, 96.896-118.464c-10.112-2.752-20.8-4.224-31.84-4.224
c-7.776,0-15.328,0.736-22.72,2.144c 15.36-48, 60-82.912, 112.832-83.872c-41.344-32.416-93.408-51.712-150.016-51.712
c-9.76,0-19.36,0.576-28.8,1.696c 53.44-34.272, 116.928-54.272, 185.184-54.272c 222.176,0, 343.68,184.064, 343.68,343.712
c0,5.216-0.096,10.432-0.352,15.616C 577.728,425.12, 598.176,446.4, 614.4,470.624z" />
<glyph unicode="&#xe001;" d="M 480,475.872l-91.392,0 c-10.816,0-22.88-14.208-22.88-33.248L 365.728,376.64 L 480,376.64 l0-94.080 l-114.272,0 L 365.728,0 L 257.824,0 l0,282.528 L 160,282.528 L 160,376.64 l 97.824,0 L 257.824,432
c0,79.392, 55.104,144, 130.752,144L 480,576 L 480,475.872 z" />
<glyph unicode="&#xe002;" d="M 63.68,429.152c0-47.776, 15.968-82.304, 47.424-102.56c 25.76-16.608, 55.68-19.104, 71.232-19.104c 3.776,0, 6.784,0.16, 8.896,0.288
c0,0-4.928-32.096, 18.88-63.872l-1.088,0.032c-41.248,0-175.808-8.64-175.808-119.264c0-112.544, 123.584-118.24, 148.352-118.24
c 1.952,0, 3.072,0.032, 3.072,0.032c 0.288,0, 2.048-0.064, 5.056-0.064c 15.904,0, 57.024,1.984, 95.232,20.576
c 49.536,24.032, 74.688,65.888, 74.688,124.32c0,56.48-38.272,90.080-66.24,114.656c-17.056,14.976-31.808,27.904-31.808,40.48
c0,12.8, 10.752,22.432, 24.384,34.624c 22.016,19.712, 42.816,47.776, 42.816,100.832c0,46.656-6.048,77.952-43.328,97.792
c 3.904,1.984, 17.632,3.424, 24.448,4.384c 20.192,2.752, 49.728,5.888, 49.728,22.368L 359.616,569.6 L 212.48,569.6 C 211.008,569.568, 63.68,564.096, 63.68,429.152z
M 301.216,140.736c 2.816-44.992-35.68-78.208-93.472-82.4c-58.688-4.32-107.040,22.112-109.856,67.104c-1.344,21.6, 8.128,42.752, 26.72,59.616
c 18.88,17.056, 44.736,27.584, 72.928,29.696c 3.328,0.192, 6.624,0.352, 9.92,0.352C 261.76,215.104, 298.56,183.168, 301.216,140.736z M 262.784,459.968
c 14.432-50.784-7.36-103.872-42.080-113.664C 216.704,345.184, 212.576,344.608, 208.416,344.608c-31.84,0-63.36,32.192-75.040,76.544
C 126.848,446.080, 127.36,467.84, 134.848,488.8C 142.208,509.376, 155.424,523.328, 172.064,528c 4,1.152, 8.16,1.696, 12.32,1.696
C 222.784,529.696, 247.488,513.76, 262.784,459.968z M 510.752,349.376l0,96 l-60.8,0 l0-96 l-96,0 l0-60.8 l 96,0 l0-96 l 60.8,0 l0,96 l 96,0 l0,60.8 L 510.752,349.376 z" />
<glyph unicode="&#xe008;" d="M 64.064,518.432l0-75.776 c 226.752,0, 410.56-183.84, 410.56-410.592l 75.808,0 C 550.432,300.672, 332.672,518.432, 64.064,518.432z M 64.064,366.848l0-75.808
c 143.040,0, 259.008-115.936, 259.008-258.976l 75.744,0 C 398.816,216.928, 248.96,366.848, 64.064,366.848z M 136.704,177.344c-40.096,0-72.64-32.544-72.64-72.672
s 32.544-72.64, 72.64-72.64c 40.128,0, 72.672,32.512, 72.672,72.64S 176.832,177.344, 136.704,177.344z" />
<glyph unicode="&#xe009;" d="M 474.24,145.664c-78.88,28.736-104.096,52.992-104.096,104.928c0,31.168, 24.096,20.992, 34.656,78.080c 4.384,23.68, 25.664,0.384, 29.76,54.432
c0,21.536-11.616,26.912-11.616,26.912s 5.92,31.904, 8.224,56.416C 433.984,497.024, 413.504,576, 304,576C 194.528,576, 173.984,497.024, 176.864,466.432
C 179.168,441.92, 185.088,410.016, 185.088,410.016S 173.44,404.672, 173.44,383.104c 4.064-54.048, 25.344-30.752, 29.728-54.432
c 10.592-57.088, 34.688-46.912, 34.688-78.080c0-51.936-25.216-76.192-104.096-104.928c-79.168-28.8-130.56-58.208-130.56-78.272c0-20.032,0-67.36,0-67.36
l 300.8,0 l 300.8,0 c0,0,0,47.328,0,67.36C 604.8,87.424, 553.376,116.832, 474.24,145.664z" />
<glyph unicode="&#xe00a;" d="M 170.24,476.672C 47.936,405.696, 54.976,290.112, 59.2,247.36c 157.984,187.104, 394.272,178.016, 394.272,178.016S 118.496,310.528, 20.096,80.128
c-7.744-18.24, 36.48-41.888, 46.56-20.384c 30.112,64.064, 72.096,112.128, 72.096,112.128c 61.952-23.072, 169.056-50.048, 245.024,3.36
c 100.832,71.008, 90.528,228.352, 234.528,304.96C 651.936,498.112, 336.064,572.896, 170.24,476.672z" />
<glyph unicode="&#xe00c;" d="M 548,378.464l-65.472,180.352c-4.832,13.312-19.040,20.352-31.648,15.744L 15.776,415.744C 3.136,411.168-3.232,396.64, 1.6,383.328
l 69.024-190.144L 70.624,295.104 c0,45.984, 36.736,83.36, 81.952,83.36l 114.976,0 l 137.12,96.256l 79.36-96.256L 548,378.464 z M 615.616,320.736L 152.576,320.736
c-13.44,0-24.384-11.488-24.384-25.664l0-301.472 c0-14.144, 10.912-25.664, 24.384-25.664l 463.040,0 c 13.472,0, 24.384,11.488, 24.384,25.664L 640,295.104
C 640,309.248, 629.088,320.736, 615.616,320.736z M 580.288,32.096L 196.448,32.096 l0,55.008 l 59.040,137.44l 88.608-109.984l 83.104,85.184l 106.848,38.56l 46.24-103.104
L 580.288,32.096 z" />
<glyph unicode="&#xe00d;" d="M 320,582.4c-162.592,0-294.4-131.808-294.4-294.4s 131.808-294.4, 294.4-294.4s 294.4,131.808, 294.4,294.4S 482.592,582.4, 320,582.4z M 320,57.6
c-127.264,0-230.4,103.168-230.4,230.4S 192.736,518.4, 320,518.4s 230.4-103.168, 230.4-230.4S 447.264,57.6, 320,57.6z M 377.6,411.2L 262.4,411.2 l0-130.88 L 190.4,280.32 L 320,158.4
l 129.6,121.92L 377.6,280.32 L 377.6,411.2 z" />
<glyph unicode="&#xe00e;" d="M 274.016,463.488c 13.376-13.056, 144.064-150.272, 144.064-150.272C 425.248,306.24, 428.8,297.12, 428.8,288s-3.552-18.24-10.72-25.216
c0,0-130.688-137.216-144.064-150.24c-13.376-13.056-37.408-13.952-51.712,0c-14.272,13.92-15.392,33.344,0,50.4L 342.24,288L 222.336,413.056
c-15.392,17.088-14.272,36.512,0,50.432C 236.608,477.408, 260.672,476.544, 274.016,463.488z" />
<glyph unicode="&#xe00f;" d="M 365.984,463.488c-13.376-13.056-144.064-150.272-144.064-150.272C 214.784,306.24, 211.232,297.12, 211.232,288s 3.552-18.24, 10.688-25.216
c0,0, 130.688-137.216, 144.064-150.24c 13.376-13.056, 37.44-13.952, 51.712,0c 14.24,13.92, 15.36,33.344-0.032,50.4L 297.76,288l 119.904,125.056
c 15.392,17.088, 14.272,36.512, 0.032,50.432C 403.392,477.408, 379.328,476.544, 365.984,463.488z" />
<glyph unicode="&#xe010;" d="M 320,352c-52.992,0-96-43.008-96-96c0-53.024, 43.008-96, 96-96c 53.024,0, 96,42.976, 96,96C 416,308.992, 373.024,352, 320,352z M 576,448l-76.768,0
c-10.56,0-21.952,8.192-25.28,18.208l-19.84,59.552C 450.72,535.808, 439.36,544, 428.8,544L 211.2,544 C 200.64,544, 189.248,535.808, 185.952,525.792L 166.048,466.208
C 162.72,456.192, 151.36,448, 140.8,448L 64,448 C 28.8,448,0,419.2,0,384l0-288 c0-35.2, 28.8-64, 64-64l 512,0 c 35.232,0, 64,28.8, 64,64L 640,384 C 640,419.2, 611.232,448, 576,448z M 320,96
c-88.384,0-160,71.616-160,160c0,88.352, 71.616,160, 160,160c 88.352,0, 160-71.648, 160-160C 480,167.616, 408.352,96, 320,96z M 553.6,339.264
c-12.352,0-22.368,10.016-22.368,22.4s 10.016,22.4, 22.368,22.4c 12.384,0, 22.4-10.016, 22.4-22.4S 565.984,339.264, 553.6,339.264z" />
<glyph unicode="&#xe012;" d="M 550.048,475.168c-53.504,49.12-140.256,49.12-193.76,0L 320,441.824L 283.68,475.168c-53.504,49.12-140.224,49.12-193.728,0
c-60.192-55.232-60.192-144.768,0-200.032L 320,64l 230.048,211.136C 610.24,330.4, 610.24,419.936, 550.048,475.168z" />
<glyph unicode="&#xe013;" d="M 376.8,224.384l0-139.424 L 608,299.040L 376.8,505.6l0-123.712 C 96,381.888, 32,70.4, 32,70.4C 111.456,210.88, 224.384,224.384, 376.8,224.384z" />
<glyph unicode="&#xe014;" d="M 316.064,582.368c-162.56-2.176-292.608-135.744-290.432-298.336c 2.176-162.496, 135.744-292.576, 298.304-290.4
c 162.56,2.176, 292.608,135.744, 290.432,298.336C 612.224,454.496, 478.624,584.544, 316.064,582.368z M 348.704,484.256c 29.92,0, 38.752-17.344, 38.752-37.216
c0-24.8-19.872-47.744-53.76-47.744c-28.352,0-41.824,14.272-41.024,37.824C 292.672,456.992, 309.312,484.256, 348.704,484.256z M 271.968,104
c-20.448,0-35.424,12.416-21.12,67.008l 23.456,96.768c 4.064,15.52, 4.736,21.728,0,21.728c-6.112,0-32.672-10.72-48.384-21.28l-10.208,16.736
c 49.76,41.536, 106.976,65.92, 131.488,65.92c 20.448,0, 23.84-24.192, 13.632-61.408l-26.88-101.76c-4.736-17.984-2.688-24.192, 2.048-24.192
c 6.112,0, 26.24,7.424, 46.016,22.976l 11.552-15.52C 345.216,122.624, 292.448,104, 271.968,104z" />
<glyph unicode="&#xe003;" d="M 601.6,354.496l-205.216,0 L 319.968,569.6L 243.584,354.496L 38.4,354.496 l 167.392-126.336l-59.84-221.76l 174.016,132.928l 174.016-132.928l-59.84,221.76L 601.6,354.496z
M 319.968,202.112l-96.384-80.032l 39.744,113.984l-91.232,73.6l 112.672-3.2l 35.168,129.28l 35.2-129.28l 112.672,3.2l-91.232-73.6l 39.776-113.984L 319.968,202.112z
" />
<glyph unicode="&#xe004;" d="M 421.76,246.080c-22.976,0-41.6-25.792-41.6-57.568c0-31.808, 18.624-57.6, 41.6-57.6s 41.6,25.792, 41.6,57.6
C 463.328,220.32, 444.704,246.080, 421.76,246.080z M 566.592,395.968c 4.736,11.68, 4.96,78.080-20.288,141.632c0,0-57.984-6.336-145.664-66.528
c-18.4,5.088-49.536,7.616-80.64,7.616c-31.136,0-62.24-2.56-80.672-7.616C 151.68,531.264, 93.728,537.6, 93.728,537.6
C 68.48,474.048, 68.672,407.648, 73.44,395.968C 43.744,363.712, 25.6,324.992, 25.6,272.096c0-229.952, 190.784-233.632, 238.944-233.632
c 10.912,0, 32.608-0.032, 55.488-0.064c 22.88,0.032, 44.576,0.064, 55.424,0.064c 48.192,0, 238.944,3.68, 238.944,233.632
C 614.4,324.992, 596.288,363.712, 566.592,395.968z M 320.896,66.72L 319.136,66.72 c-120.704,0-214.72,14.4-214.72,131.712c0,28.096, 9.952,54.176, 33.472,75.808
c 39.328,36.064, 105.792,16.96, 181.248,16.96c 0.288,0, 0.608,0, 0.896,0.032c 0.32,0, 0.608-0.032, 0.864-0.032c 75.456,0, 141.952,19.104, 181.248-16.96
c 23.52-21.632, 33.44-47.712, 33.44-75.808C 535.584,81.12, 441.632,66.72, 320.896,66.72z M 218.272,246.080c-22.976,0-41.6-25.792-41.6-57.568
c0-31.808, 18.624-57.6, 41.6-57.6s 41.6,25.792, 41.6,57.6C 259.872,220.32, 241.248,246.080, 218.272,246.080z" />
<glyph unicode="&#x20;" horiz-adv-x="320" />
</font></defs></svg>

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 708 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
_src/assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
_src/assets/img/logo@2x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@ -0,0 +1,92 @@
.alert {
font-size: .95em;
line-height: 22px;
padding: .5em 35px .5em 1em;
margin-bottom: 18px;
color: #8a6d3d;
background-color: #fcf8e3;
#gradient > .vertical(rgba(0,0,0,0); 0%; rgba(0,0,0,.03); 100%);
border: 1px solid #d7cab9;
border-radius: 4px;
.close {
float: right;
font-size: 24px;
font-weight: bold;
line-height: 18px;
color: #000000;
opacity: .2;
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
&:hover {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: .4;
}
i:before {
color: inherit;
}
}
}
.alert-heading {
color: inherit;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #b5c6a8;
}
.alert-danger,
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #dcc5ca;
}
.alert-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #a6ced8;
}
.alert-block {
padding-top: 1em;
padding-bottom: 1em;
}
.alert-block > p,
.alert-block > ul {
margin-bottom: 0;
}
.alert-block p + p {
margin-top: 5px;
}
#devWarning p,
#devWarning .rememberCloseButton {
padding-left: 3.5em;
position: relative;
}
#devWarning .rememberCloseButton {
margin-top: .6em;
display: inline-block;
}
#devWarning i:before {
color: rgba(138, 109, 61, .4);
font-size: 2em;
display: block;
position: absolute;
left: .2em;
top: .2em;
}

View File

@ -0,0 +1,52 @@
// Buttery Smooth(tm)
////////////////////////////////////
.gpuacceleration {
-webkit-transform: translate3d(0,0,0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
// Masonry
////////////////////////////////////
.masonry,
.masonry .masonry-brick {
.transition-duration(0.7s);
}
.masonry {
.transition-property(~"height, width");
}
.masonry .masonry-brick {
.transition-property(~"left, right, top");
}
// Loading Thingy
////////////////////////////////////
.loading {
.animation(loadingThingy .2s infinite);
.gpuacceleration;
}
@keyframes loadingThingy {
from {
opacity: 1;
}
to {
opacity: 0
}
}
@-webkit-keyframes loadingThingy {
from {
opacity: 1;
}
to {
opacity: 0
}
}

15
_src/assets/less/app.less Normal file
View File

@ -0,0 +1,15 @@
/* ============================================================== */
/* Old Article Fixes */
/* ============================================================== */
// text-shadow article
// fluid examples
#post-39 .entry-content > div,
#post-39 .entry-content img {
max-width: 100%;
height: auto !important;
margin-left: 0 !important;
}

View File

@ -0,0 +1,159 @@
/////////////////////////////////////
// BUTTONS CSS FOR KREMALICIOUS.COM
/////////////////////////////////////
.btn {
font-size: @font-size-small;
line-height: 1em;
font-family: @headings-font-family;
font-weight: @headings-font-weight;
font-style: normal;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
cursor: pointer;
display: inline-block;
padding: .5em 2em;
margin-bottom: @line-height-computed;
background: rgba(255,255,255,.1);
border: 1px solid rgba(94,131,162,.3);
border-bottom-color: rgba(94,131,162,.4);
border-radius: @border-radius-base;
.box-shadow(~"0 1px 3px rgba(151,156,159,.1), inset 0 1px 0 rgba(255,255,255,.7)");
.transition;
&:hover {
background-color: rgba(255,255,255,.5);
}
&:active {
background-color: transparent;
border-top-color: rgba(94,131,162,.5);
outline: 0;
.box-shadow(0 1px 0 #fff);
.transition(none);
}
span {
font-size: .9em;
color: rgba(19, 56, 50, .6);
margin-left: .3em;
}
}
.btn-primary,
a.btn-primary:visited {
color: darken(@link-color, 30%);
text-shadow: 0 1px 0 rgba(255,255,255,.3);
background: lighten(@link-color, 15%);
border-color: rgba(40,101,93,.4);
border-bottom-color: rgba(40,101,93,.5);
.box-shadow(~"0 1px 3px rgba(151,156,159,.1), inset 0 1px 0 rgba(255,255,255,.4)");
&:hover {
color: darken(@link-color, 30%);
background-color: lighten(@link-color, 25%);
text-shadow: 0 1px 0 rgba(255,255,255,.3);
}
&:active {
color: darken(@link-color, 30%);
background-color: lighten(@link-color, 15%);
border-top-color: rgba(40,101,93,.9);
.box-shadow(~"0 1px 0 #fff,inset 0 0 18px rgba(43,100,92,.3)");
.transition(none);
}
}
.btn-tag {
line-height: @line-height-base;
font-family: @headings-font-family;
font-weight: @headings-font-weight;
font-style: normal;
text-align: center;
text-transform: lowercase;
vertical-align: middle;
color: @text-color-light;
&:before {
content: "#";
color: @text-color-dimmed;
font-size: .9em;
margin-right: .1em;
}
&:hover {
color: @link-color;
&:before { color: @text-color-light; }
}
}
.more-link {
.btn;
background: none;
border: none;
box-shadow: none;
padding: 0;
margin: 0;
&:hover {
background: none;
}
}
.btn-block {
display: block;
}
// assign default button styles to all this stuff
.inline-download,
.download {
.btn;
}
a[rel*="tag"] {
.btn-tag;
}
// Old Download Button Overwrites
.inline-download:link {
display: block;
text-align: center;
img {
display: none;
}
}
// Socialite.js
// replicate social buttons, but dim everything
.btn.socialite {
font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
text-align: left;
color: #676767;
text-transform: none;
font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
height: 21px;
max-width: 100%;
position: relative;
background-color: rgba(255,255,255,.4);
#gradient > .vertical(rgba(255,255,255,0.7); 0%; rgba(255,255,255,0); 100%);
border: 1px solid #dcdcdc;
border-radius: 3px;
display: inline-block;
vertical-align: top;
padding: 1px 5px;
.box-shadow(none);
i:before {
font-size: 12px;
margin-right: 0;
}
}

View File

@ -0,0 +1,39 @@
// CODE
/////////////////////////////////////
pre, code, kbd, samp {
font-family: @font-family-monospace;
font-size: 12px;
line-height: 18px;
color: @text-color;
background: #f8f8f8;
background: rgba(255,255,255,.4);
border-radius: @border-radius-base;
}
pre {
padding: 1em;
margin-bottom: 1.5em;
display: block;
width: auto;
overflow: scroll;
-webkit-overflow-scrolling: touch;
max-height: 300px;
white-space: pre;
white-space: pre-wrap;
word-wrap: normal;
.transition;
&:hover {
background: #fff;
background: rgba(255,255,255,.5);
}
code {
border: none;
padding: 0;
margin: 0;
border-radius: 0;
background: none;
}
}

View File

@ -0,0 +1,291 @@
.hentry {
.divider-bottom;
padding: @line-height-computed*2 0;
@media @breakpoint2 {
padding: (@line-height-computed * 4) 0;
}
&:first-child { padding-top: 0; }
}
// post title
.entry-title {
.h1;
text-align: center;
color: @headings-color;
margin-top: 0;
margin-bottom: @line-height-computed;
.format-link & { .h4; }
}
// post content
.entry-content {
h1, h2, h3, h4 {
.heading-band;
}
}
// post category icons
/////////////////////////////////////
.posttype {
display: block;
width: 20px;
margin-left: auto;
margin-right: auto;
margin-bottom: @line-height-computed/2;
margin-top: -@line-height-computed;
// icon adjustments
&:before {
font-size: 20px;
color: @text-color-light
}
&:hover:before {
color: @link-color
}
// hide by default, show on hover or touch
opacity: 0;
.hentry:hover &,
.touch .hentry:hover & {
opacity: 1;
}
}
// POST META
/////////////////////////////////////
.entry-meta {
text-align: center;
.byline,
.time,
time {
font-style: italic;
color: @text-color-light;
font-size: @font-size-small;
line-height: 1.4em
}
.byline {
margin-bottom: 0;
a { font-style: normal; }
}
}
// LINK POST
/////////////////////////////////////
.permalink-link {
float: right;
}
// GOODIES POST
/////////////////////////////////////
#goodiesDownload {
margin: 1em 0 0 0;
p {
margin-bottom: 1em;
}
.btn {
display: block;
margin-bottom: 0;
&:before {
margin-right: .5em;
}
}
}
// PHOTO POST
/////////////////////////////////////
.hentry.format-image {
text-align: center
}
.photoPost {
display: block;
figure {
display: inline-block;
margin-left: auto;
margin-right: auto;
position: relative;
padding: .4em;
background: #fcfeff;
border: 1px solid rgba(158, 170, 178, .6);
border-radius: 2px;
.box-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
.transition();
@media @breakpoint2 {
.box-shadow(~"0 1px 4px rgba(0, 0, 0, 0.1), inset 0 0 30px rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff");
}
img {
.box-shadow(none);
border-radius: 2px;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}
figcaption {
text-align: center;
margin-bottom: .5em;
color: rgba(46, 79, 92, .7);
font-family: @headings-font-family;
font-weight: @headings-font-weight;
font-style: normal;
font-size: .9em
}
}
// Single View
.single & {
text-align: center;
figure { margin-bottom: 1.5em; }
// show big size on larger screens
@media @breakpoint3 {
margin-left: -7em;
margin-right: -7em;
}
}
}
a.photoPost {
&:hover {
figure { background: #c4e4df; }
}
}
#exif {
font-size: @font-size-small;
color: #b9c3c9;
text-align: center;
margin-bottom: .5em;
span {
margin-right: 1em;
}
}
// Masonry
.masonryWrap {
@media @breakpoint2 {
width: 125%;
margin-left: -12.5%;
.clearfix();
}
.hentry {
@media @breakpoint1 {
width: 49%;
float: left;
clear: none;
padding-top: 0;
padding-bottom: 0;
margin-bottom: .7em;
margin-top: 0;
margin-left: 0;
margin-right: 1%;
border: none;
&:before { display: none; }
&:nth-child(2n+1) { margin-right: 0; }
&:last-child { margin-bottom: 3em; }
}
}
}
.grid-sizer {
width: 100%;
@media screen and (min-width: 480px) {
width: 50%;
}
}
@media @breakpoint2 {
#goodiesDownload p {
width: 49%;
float: left;
margin-left: 2%;
&:first-child {
margin-left: 0;
}
}
.btn.btn-block.col2 { width: 30%; float: left; }
.btn.btn-block.col4,
.btn.btn-primary.col4 { width: 65%; float: left; }
}
// TABLES
/////////////////////////////////////
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1.5em;
border-bottom: 1px solid #cfd9e1;
}
td { vertical-align: top; }
th,
td {
padding: .7em .3em;
text-align: left;
vertical-align: top;
border-top: 1px solid #cfd9e1;
}
th {
font-weight: bold;
}
thead th {
vertical-align: bottom;
}
table tbody + tbody {
border-top: 2px solid #cfd9e1;
}
table tbody tr:nth-child(odd) td,
table tbody tr:nth-child(odd) th {
background-color: rgba(255,255,255,.2);
}
table tbody tr:hover td,
table tbody tr:hover th {
background-color: #f5f5f5;
}

View File

@ -0,0 +1,65 @@
/////////////////////////////////////
// FORMS CSS FOR KREMALICIOUS.COM
/////////////////////////////////////
// Make all forms have space below them
form {
margin: 0 0 @line-height-computed;
}
label {
display: block;
color: rgba(46, 79, 92, .7);
margin-bottom: 0;
// Indicate that 'label' will shift focus to the associated form element
cursor: pointer;
}
// infield labels
.js form p { position: relative; }
.js form p label { position: absolute; top: .6em; left: .6em;}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
font-size: @font-size-base;
line-height: @line-height-computed;
font-family: @font-family-base;
color: @text-color;
font-weight: 700;
display: inline-block;
padding: .5em;
background: #fff;
background: rgba(255,255,255,.3);
border: 0;
border-bottom: 1px solid #AFC3CB;
.box-shadow( 0 1px 0 #fff);
width: 100%;
.transition();
-webkit-appearance: none;
// Focus state
&:focus {
background: rgba(255,255,255,.7);
border-bottom-color: #78868c;
outline: 0;
outline: thin dotted \9; /* IE6-9 */
}
// placeholder
.placeholder(rgba(46, 79, 92, .4));
}

View File

@ -0,0 +1,74 @@
// Prevents padding to be added
* {
.box-sizing(border-box);
}
// 320px and up
.container {
padding: 0 5%;
width: 100%; }
.row {
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
}
.col1, .col2, .col3, .col4, .col5, .col6 {
width: 100%;
margin-left: 0;
// ensures empty columns won't collapse
min-height: 1px; }
// clear trick
.container:before, .row:before,
.container:after, .row:after { display: table; content: ""; }
.container:after, .row:after { clear: both; }
.container, .row { *zoom: 1; }
@media @breakpoint1 {
.col1,
.col2,
.col3,
.col4,
.col5,
.col6 { }
.container {
padding: 0 15%; }
}
@media @breakpoint2 {
.row {
max-width: 35em;
margin: @line-height-computed*2 auto;
padding-left: 0;
padding-right: 0;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
float: left;
margin-left: 4%; }
.col1:first-child,
.col2:first-child,
.col3:first-child,
.col4:first-child,
.col5:first-child,
.col6 { margin-left: 0; }
.col1 { width: 13%; }
.col2 { width: 30%; }
.col3 { width: 48%; }
.col4 { width: 65%; }
.col5 { width: 82%; }
.col6 { width: 100%; }
}

118
_src/assets/less/icons.less Normal file
View File

@ -0,0 +1,118 @@
//////////////////////
// ICONS
//////////////////////
@font-face {
font-family: 'entypo';
src:url('../fonts/entypo.eot');
src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
url('../fonts/entypo.woff') format('woff'),
url('../fonts/entypo.ttf') format('truetype'),
url('../fonts/entypo.svg#entypo') format('svg');
font-weight: normal;
font-style: normal;
}
[class*="icon-"] {
&,
&:before {
font-family: 'entypo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
&:before {
color: @text-color-light;
font-size: 20px;
}
.btn &:before,
.more-link &:before {
font-size: 16px;
margin: 0 .3em;
}
}
.btn.icon-info:before,
.btn.icon-arrow-down:before,
.btn.icon-download-alt:before,
.btn.icon-download:before,
.btn.icon-github:before,
.btn.icon-heart:before {
font-size: 16px;
margin: 0 .3em.3em;
vertical-align: baseline;
top: .05em;
position: relative
}
.btn-primary.icon-arrow-down:before,
.btn-primary.icon-download-alt:before,
.btn-primary.icon-download:before {
color: darken(@link-color, 15%);
}
.icon-twitter:before {
content: "\e000";
}
.icon-facebook:before {
content: "\e001";
}
.icon-googleplus:before {
content: "\e002";
}
.icon-rss:before {
content: "\e008";
}
.icon-user:before,
.icon-personal:before {
content: "\e009";
}
.icon-leaf:before,
.icon-design:before {
content: "\e00a";
}
.icon-link:before {
content: "\e00b";
}
.icon-pictures:before,
.icon-photos:before {
content: "\e00c";
}
.icon-camera:before,
.icon-photography:before {
content: "\e010";
}
.icon-arrow-down:before,
.icon-download:before,
.icon-download-alt:before {
content: "\e00d";
}
.icon-arrow-right:before {
content: "\e00e";
}
.icon-arrow-left:before {
content: "\e00f";
}
.icon-heart:before {
content: "\e012";
}
.icon-forward:before {
content: "\e013";
}
.icon-info:before {
content: "\e014";
}
.icon-star:before,
.entry-content li:before {
content: "\e003";
}
.icon-github:before {
content: "\e004";
}

View File

@ -0,0 +1,65 @@
/*
MAIN CSS FOR KREMALICIOUS.COM
-----------------------------------------------------------------
Copyright (c) 2013 Matthias Kretschmann | http://mkretschmann.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
// Normalize all the things
@import 'normalize.less';
// grid
@import 'grid.less';
// Core variables and mixins
@import 'variables.less';
@import 'mixins.less';
// Typography
@import 'typography.less';
// Scaffolding
@import 'scaffolding.less';
// Icons
@import 'icons.less';
// Forms & Buttons
//@import 'forms.less';
@import 'buttons.less';
// Media: images, video etc.
@import 'media.less';
// Code
@import 'code.less';
// WP Content
@import 'content.less';
// Alerts
@import 'alerts.less';
// Navigation
@import 'navigation.less';
// App
@import 'app.less';
// Animations
@import 'animations.less';
// Utility classes
@import 'utilities.less';
// Print
@import 'print.less';

View File

@ -0,0 +1,74 @@
/////////////////////////////////////
// MEDIA CSS FOR KREMALICIOUS.COM
/////////////////////////////////////
// IMAGES
/////////////////////////////////////
img,
figure,
.wp-caption {
max-width: 100%;
height: auto;
border-radius: 5px;
display: block;
margin-left: auto;
margin-right: auto;
}
img {
vertical-align: middle;
.box-shadow(0 1px 3px rgba(0,0,0,.3));
}
a.linkedImage img {
border: 2px solid @link-color;
.transition(border .2s ease-in-out);
}
.linkedImage:hover img {
border-color: @link-color-hover;
}
// WORDPRESS MEDIA
/////////////////////////////////////
img.alignleft,
img.left, // some old articles markup
.imgleft, // some old articles markup
.wp-caption.alignleft,
img.alignright,
img.right, // some old articles markup
.imgright, // some old articles markup
.wp-caption.alignright,
img.aligncenter,
.wp-caption.aligncenter, {
float: none;
display: block;
margin: @line-height-computed auto;
}
.wp-caption {
img { margin-bottom: .5em; }
p { margin: 0; }
}
.wp-caption-text {
font-size: .9em;
line-height: @line-height-computed;
.dimmed
}
@media @breakpoint2 {
img.alignleft,
img.left, // some old articles markup
.imgleft, // some old articles markup
.wp-caption.alignleft { margin: 0 @line-height-computed @line-height-computed 0; float: left; }
img.alignright,
img.right, // some old articles markup
.imgright, // some old articles markup
.wp-caption.alignright { margin: 0 0 @line-height-computed @line-height-computed; float: right; }
}

View File

@ -0,0 +1,292 @@
/////////////////////////////////////
// MIXINS
/////////////////////////////////////
// Logo
/////////////////////////////////////
.logo {
display: block;
background-image: data-uri('../img/logo.png');
background-repeat: no-repeat;
background-position: center top;
height: 60px;
}
.logo_2x {
background-image: url('../img/logo@2x.png');
.background-size(128px 120px);
}
// Dimmed Text
/////////////////////////////////////
.dimmed {
color: @text-color-dimmed;
p { color: @text-color-dimmed; }
li { color: @text-color-dimmed; }
}
// Dashed Dividers
/////////////////////////////////////
.divider-top {
position: relative;
border-top: 1px dashed #afc3cb;
padding-top: 1em;
&:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
border-top: 1px dashed #fff;
}
}
// so we can reset only one item out of multiple
.no-divider-top {
border-top: none;
padding-top: 0;
&::after {
display: none
}
}
.divider-bottom {
position: relative;
border-bottom: 1px dashed #afc3cb;
padding-bottom: 1em;
&::before {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 100%;
height: 1px;
border-bottom: 1px dashed #fff;
}
}
// so we can reset only one item out of multiple
.no-divider-bottom {
border-bottom: none;
padding-bottom: 0;
&::before {
display: none
}
}
// Heading band
/////////////////////////////////////
.heading-band {
display: inline-block;
clear: both;
background: rgba(255,255,255,.55);
padding: @line-height-computed/2 @line-height-computed @line-height-computed/2 100%;
margin-left: -100%;
.border-right-radius(@border-radius-base);
}
/////////////////////////////////////
// CSS3 PROPERTIES
/////////////////////////////////////
// Single side border-radius
.border-top-radius(@radius) {
border-top-right-radius: @radius;
border-top-left-radius: @radius;
}
.border-right-radius(@radius) {
border-bottom-right-radius: @radius;
border-top-right-radius: @radius;
}
.border-bottom-radius(@radius) {
border-bottom-right-radius: @radius;
border-bottom-left-radius: @radius;
}
.border-left-radius(@radius) {
border-bottom-left-radius: @radius;
border-top-left-radius: @radius;
}
// Drop shadows
.box-shadow(@shadow) {
-webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1
box-shadow: @shadow;
}
// Transitions
.transition(@transition: all .2s ease-in-out 0s) {
-webkit-transition: @transition;
-moz-transition: @transition;
-o-transition: @transition;
transition: @transition;
}
.transition-delay(@transition-delay) {
-webkit-transition-delay: @transition-delay;
-moz-transition-delay: @transition-delay;
-o-transition-delay: @transition-delay;
transition-delay: @transition-delay;
}
.transition-duration(@transition-duration) {
-webkit-transition-duration: @transition-duration;
-moz-transition-duration: @transition-duration;
-o-transition-duration: @transition-duration;
transition-duration: @transition-duration;
}
.transition-property(@property) {
-webkit-transition-property: @property;
-moz-transition-property: @property;
-o-transition-property: @property;
transition-property: @property;
}
// Transformations
.rotate(@degrees) {
-webkit-transform: rotate(@degrees);
-moz-transform: rotate(@degrees);
-ms-transform: rotate(@degrees);
-o-transform: rotate(@degrees);
transform: rotate(@degrees);
}
.scale(@ratio) {
-webkit-transform: scale(@ratio);
-moz-transform: scale(@ratio);
-ms-transform: scale(@ratio);
-o-transform: scale(@ratio);
transform: scale(@ratio);
}
.translate(@x, @y) {
-webkit-transform: translate(@x, @y);
-moz-transform: translate(@x, @y);
-ms-transform: translate(@x, @y);
-o-transform: translate(@x, @y);
transform: translate(@x, @y);
}
.skew(@x, @y) {
-webkit-transform: skew(@x, @y);
-moz-transform: skew(@x, @y);
-ms-transform: skewX(@x) skewY(@y); // See https://github.com/twitter/bootstrap/issues/4885
-o-transform: skew(@x, @y);
transform: skew(@x, @y);
}
.translate3d(@x, @y, @z) {
-webkit-transform: translate3d(@x, @y, @z);
-moz-transform: translate3d(@x, @y, @z);
-o-transform: translate3d(@x, @y, @z);
transform: translate3d(@x, @y, @z);
}
// Animations
.animation(@animation) {
-webkit-animation: @animation;
-moz-animation: @animation;
-o-animation: @animation;
animation: @animation;
}
.animation-delay(@delay) {
-webkit-animation-delay: @delay;
-moz-animation-delay: @delay;
-o-animation-delay: @delay;
animation-delay: @delay;
}
// Backface visibility
// Prevent browsers from flickering when using CSS 3D transforms.
// Default value is `visible`, but can be changed to `hidden
// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
.backface-visibility(@visibility){
-webkit-backface-visibility: @visibility;
-moz-backface-visibility: @visibility;
backface-visibility: @visibility;
}
// Background clipping
.background-clip(@clip) {
-webkit-background-clip: @clip;
-moz-background-clip: @clip;
background-clip: @clip;
}
// Background sizing
.background-size(@size) {
-webkit-background-size: @size;
-moz-background-size: @size;
-o-background-size: @size;
background-size: @size;
}
// Box sizing
.box-sizing(@boxmodel) {
-webkit-box-sizing: @boxmodel;
-moz-box-sizing: @boxmodel;
box-sizing: @boxmodel;
}
// User select
// For selecting text on the page
.user-select(@select) {
-webkit-user-select: @select;
-moz-user-select: @select;
-ms-user-select: @select;
-o-user-select: @select;
user-select: @select;
}
// Resize anything
.resizable(@direction) {
resize: @direction; // Options: horizontal, vertical, both
overflow: auto; // Safari fix
}
// CSS3 Content Columns
.content-columns(@column-count, @column-gap: @grid-gutter-width) {
-webkit-column-count: @column-count;
-moz-column-count: @column-count;
column-count: @column-count;
-webkit-column-gap: @column-gap;
-moz-column-gap: @column-gap;
column-gap: @column-gap;
}
// Optional hyphenation
.hyphens(@mode: auto) {
word-wrap: break-word;
-webkit-hyphens: @mode;
-moz-hyphens: @mode;
-ms-hyphens: @mode;
-o-hyphens: @mode;
hyphens: @mode;
}
// GRADIENTS
/////////////////////////////////////
#gradient {
// Horizontal gradient, from left to right
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
// Color stops are not available in IE9 and below.
.horizontal(@start-color: #555; @start-percent: 0%; @end-color: #333; @end-percent: 100%) {
background-image: -webkit-gradient(linear, @start-percent top, @end-percent top, from(@start-color), to(@end-color)); // Safari 4+, Chrome 2+
background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1+, Chrome 10+
background-image: -moz-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // FF 3.6+
background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10
background-repeat: repeat-x;
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down
}
// Vertical gradient, from top to bottom
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
// Color stops are not available in IE9 and below.
.vertical(@start-color: #555; @start-percent: 0%; @end-color: #333; @end-percent: 100%) {
background-image: -webkit-gradient(linear, left @start-percent, left @end-percent, from(@start-color), to(@end-color)); // Safari 4+, Chrome 2+
background-image: -webkit-linear-gradient(top, @start-color, @start-percent, @end-color, @end-percent); // Safari 5.1+, Chrome 10+
background-image: -moz-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // FF 3.6+
background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10
background-repeat: repeat-x;
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down
}
}

View File

@ -0,0 +1,96 @@
/////////////////////////////////////
// NAVIGATION
/////////////////////////////////////
// Main Navigation
/////////////////////////////////////
.nav-main {
margin-top: 0;
.textcenter;
.row {
margin-top: 0;
margin-bottom: 0;
}
li { display: inline-block; }
}
a.nav-main-link {
.btn-tag;
.h6;
color: @text-color-light;
padding: @line-height-computed/4 @line-height-computed/2;
display: block;
float: left;
border-radius: @border-radius-base;
li:first-child & { margin-left: 0 }
// active state
.current_page_item & { background: rgba(255,255,255,.7) }
}
// Pager
/////////////////////////////////////
.pager {
.clearfix;
font-family: @headings-font-family;
font-weight: @headings-font-weight;
line-height: @headings-line-height;
.h6;
p {
width: 48%;
margin: 0;
position: relative;
font-size: .95em;
}
.alignright { text-align: right; }
a { display: block; }
.alignleft i { margin-right: .5em; }
.alignright i { margin-left: .5em; }
.single & .alignleft a { margin-left: 1.5em; }
.single & .alignright a { margin-right: 1.5em; }
.single & i {
position: absolute;
left: 0;
top: 0;
}
.single & .alignright i {
left: auto;
right: 0;
}
}
// Infinite Loader
/////////////////////////////////////
.infiniteLoader p {
width: 100%
}
.infiniteLoader .alignright,
.infiniteLoader i {
.hide;
}
.infiniteLoader a {
.btn;
.aligncenter;
@media @breakpoint1 {
max-width: 40%;
}
}

375
_src/assets/less/normalize.less vendored Normal file
View File

@ -0,0 +1,375 @@
///! normalize.css v2.1.2 | MIT License | git.io/normalize //
/// HTML5 display definitions
//
// Correct `block` display not defined in IE 8/9.
//
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
//
// Correct `inline-block` display not defined in IE 8/9.
//
audio,
canvas,
video {
display: inline-block;
}
//
// Prevent modern browsers from displaying `audio` without controls.
// Remove excess height in iOS 5 devices.
//
audio:not([controls]) {
display: none;
height: 0;
}
//
// Address styling not present in IE 8/9.
//
[hidden] {
display: none;
}
/// Base
//
// 1. Set default font family to sans-serif.
// 2. Prevent iOS text size adjust after orientation change, without disabling
// user zoom.
//
html {
font-family: sans-serif; /// 1 //
-ms-text-size-adjust: 100%; /// 2 //
-webkit-text-size-adjust: 100%; /// 2 //
}
//
// Remove default margin.
//
body {
margin: 0;
}
/// Links
//
// Address `outline` inconsistency between Chrome and other browsers.
//
a:focus {
outline: thin dotted;
}
//
// Improve readability when focused and also mouse hovered in all browsers.
//
a:active,
a:hover {
outline: 0;
}
/// Typography
//
// Address variable `h1` font-size and margin within `section` and `article`
// contexts in Firefox 4+, Safari 5, and Chrome.
h1 {
font-size: 2em;
margin: 0.67em 0;
}
//
// Address styling not present in IE 8/9, Safari 5, and Chrome.
abbr[title] {
border-bottom: 1px dotted;
}
// Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
b,
strong {
font-weight: bold;
}
// Address styling not present in Safari 5 and Chrome.
dfn {
font-style: italic;
}
// Address differences between Firefox and other browsers.
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
//
// Address styling not present in IE 8/9.
//
mark {
background: #ff0;
color: #000;
}
//
// Correct font family set oddly in Safari 5 and Chrome.
//
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
//
// Improve readability of pre-formatted text in all browsers.
//
pre {
white-space: pre-wrap;
}
//
// Set consistent quote types.
//
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
//
// Address inconsistent and variable font size in all browsers.
//
small {
font-size: 80%;
}
//
// Prevent `sub` and `sup` affecting `line-height` in all browsers.
//
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/// Embedded content
//
// Remove border when inside `a` element in IE 8/9.
//
img {
border: 0;
}
//
// Correct overflow displayed oddly in IE 9.
//
svg:not(:root) {
overflow: hidden;
}
/// Figures
//
// Address margin not present in IE 8/9 and Safari 5.
//
figure {
margin: 0;
}
/// Forms
//
// Define consistent border, margin, and padding.
//
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
//
// 1. Correct `color` not being inherited in IE 8/9.
// 2. Remove padding so people aren't caught out if they zero out fieldsets.
//
legend {
border: 0; /// 1 //
padding: 0; /// 2 //
}
//
// 1. Correct font family not being inherited in all browsers.
// 2. Correct font size not being inherited in all browsers.
// 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
//
button,
input,
select,
textarea {
font-family: inherit; /// 1 //
font-size: 100%; /// 2 //
margin: 0; /// 3 //
}
//
// Address Firefox 4+ setting `line-height` on `input` using `!important` in
// the UA stylesheet.
//
button,
input {
line-height: normal;
}
//
// Address inconsistent `text-transform` inheritance for `button` and `select`.
// All other form control elements do not inherit `text-transform` values.
// Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
// Correct `select` style inheritance in Firefox 4+ and Opera.
//
button,
select {
text-transform: none;
}
//
// 1. Avoid the WebKit bug in Android 4.0.// where (2) destroys native `audio`
// and `video` controls.
// 2. Correct inability to style clickable `input` types in iOS.
// 3. Improve usability and consistency of cursor style between image-type
// `input` and others.
//
button,
html input[type="button"], /// 1 //
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /// 2 //
cursor: pointer; /// 3 //
}
//
// Re-set default cursor for disabled elements.
//
button[disabled],
html input[disabled] {
cursor: default;
}
//
// 1. Address box sizing set to `content-box` in IE 8/9.
// 2. Remove excess padding in IE 8/9.
//
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /// 1 //
padding: 0; /// 2 //
}
//
// 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
// 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
// (include `-moz` to future-proof).
//
input[type="search"] {
-webkit-appearance: textfield; /// 1 //
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /// 2 //
box-sizing: content-box;
}
//
// Remove inner padding and search cancel button in Safari 5 and Chrome
// on OS X.
//
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
//
// Remove inner padding and border in Firefox 4+.
//
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
//
// 1. Remove default vertical scrollbar in IE 8/9.
// 2. Improve readability and alignment in all browsers.
//
textarea {
overflow: auto; /// 1 //
vertical-align: top; /// 2 //
}
/// Tables
//
// Remove most spacing between table cells.
//
table {
border-collapse: collapse;
border-spacing: 0;
}

View File

@ -0,0 +1,22 @@
/* ==|== print styles =======================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}

View File

@ -0,0 +1,136 @@
html {
// remove tap highlight cause we're using the active styles
-webkit-tap-highlight-color: rgba(0,0,0,0);
tap-highlight-color: rgba(0,0,0,0);
}
body {
background: @body-bg;
}
// Banner
/////////////////////////////////////
.banner {
.row {
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
}
.banner-title {
margin: 0 auto;
width: 128px;
// display toned down logo
// by default
.logo;
@media @highDPI {
.logo_2x
}
}
.banner-logo {
.ir;
// repeat logo
// but display hover version
.logo;
background-position: center bottom;
width: 128px;
margin-left: auto;
margin-right: auto;
@media @highDPI {
.logo_2x;
}
// hide by default
opacity: 0;
// show smooooothly on hover
&:hover { opacity: 1 }
&:active { top: 0 }
}
}
// Footer
/////////////////////////////////////
.footer {
text-align: center;
background: fade(@brand-dark, 5%);
.footer-description {
.h5;
color: @text-color-light;
line-height: @line-height-computed;
}
.footer-copyright {
.divider-top;
padding-top: @line-height-computed;
padding-bottom: @line-height-computed;
p {
margin-bottom: 0;
font-size: @font-size-mini;
}
}
}
// Subscribe component
.subscribe {
margin: @line-height-computed auto;
p {
margin: 0;
.clearfix;
.btn {
margin-bottom: 0;
padding: .3em 1em;
&:first-child {
margin-left:0
}
&:last-child {
margin-right: 0;
}
span {
.visuallyhidden;
}
}
}
i {
display: block;
// Icon resets for color animations
.transition(color .3s ease-in-out);
color: @text-color-light;
&:before {
color: inherit;
margin-right: 0;
font-size: 14px;
line-height: 14px;
}
}
}
.footer:hover .subscribe .rss i,
.touch .footer .subscribe .rss i {
color: #e15a00;
}
.footer:hover .subscribe .twitter i,
.touch .footer .subscribe .twitter i {
color: #019ad2;
}
.footer:hover .subscribe .google i,
.touch .footer .subscribe .google i {
color: #c63b1e;
}
.footer:hover .subscribe .facebook i,
.touch .footer .subscribe .facebook i {
color: #3b5998;
}

View File

@ -0,0 +1,219 @@
/////////////////////////////////////
// TYPOGRAPHY CSS FOR KREMALICIOUS.COM
/////////////////////////////////////
body {
font-family: @font-family-base;
font-weight: @font-weight-base;
color: @text-color;
word-wrap: break-word;
font-size: @font-size-base;
line-height: @line-height-base;
padding-left: 2%;
padding-right: 2%;
@media @breakpoint1 {
font-size: @font-size-base;
line-height: @line-height-computed;
padding: 0;
}
@media @breakpoint3 {
font-size: 125%;
line-height: 1.6em;
}
}
// HEADINGS
/////////////////////////////////////
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: @headings-font-family;
font-weight: @headings-font-weight;
line-height: @headings-line-height;
color: @headings-color;
}
h1,
h2,
h3 {
margin-top: @line-height-computed*2;
margin-bottom: @line-height-computed*2;
}
h4,
h5,
h6 {
margin-top: @line-height-computed;
margin-bottom: @line-height-computed;
}
h1, .h1 { font-size: ceil(@font-size-base * 2.25); }
h2, .h2 { font-size: ceil(@font-size-base * 1.70); }
h3, .h3 { font-size: ceil(@font-size-base * 1.60); }
h4, .h4 { font-size: ceil(@font-size-base * 1.35); }
h5, .h5 { font-size: ceil(@font-size-base * 1.1); }
h6, .h6 { font-size: @font-size-base; }
// LINKS
/////////////////////////////////////
a,
a:visited {
text-decoration: none;
color: @link-color;
.transition;
position: relative;
}
a:hover,
h1 a:visited:hover,
h2 a:visited:hover,
h3 a:visited:hover {
color: @link-color-hover;
}
a:active {
top: 1px;
}
h1 a,
h2 a,
h3 a,
h1 a:visited,
h2 a:visited,
h3 a:visited {
color: @headings-color;
}
// TEXT ELEMENTS
/////////////////////////////////////
p,ul,ol,blockquote,pre,td,th,label,img {
margin: 0 0 @line-height-computed;
}
p, li {
.hyphens(auto);
}
b, strong {
font-weight: 700;
font-style: normal;
}
em {
font-style: italic;
}
// QUOTES
/////////////////////////////////////
blockquote,
blockquote > p {
font-style: italic;
color: @text-color-light;
}
blockquote {
padding: (@line-height-computed / 2) @line-height-computed;
margin: 0 0 @line-height-computed;
border-left: 2px solid @text-color-dimmed;
p:last-child {
margin-bottom: 0;
}
}
// LISTS
/////////////////////////////////////
// Unordered and Ordered lists
ul,
ol {
margin-top: 0;
margin-bottom: @line-height-computed;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
// List options
.list-unstyled {
padding-left: 0;
list-style: none;
}
nav ul, nav ol {
.list-unstyled;
}
.entry-content ul,
.entry-content ol {
list-style: none;
padding-left: 2em;
}
.entry-content li {
position: relative;
margin-bottom: .5em;
&:before {
font-size: 14px;
font-family: 'entypo';
color: @text-color-light;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
position: absolute;
left: -2em;
top: .5em;
}
}
.entry-content ol li:before {
position: absolute;
left: -2em;
top: 0;
}
.entry-content ol {
counter-reset: ol-counter;
}
.entry-content ol li:before {
color: #fff;
content: counter(ol-counter);
counter-increment: ol-counter;
font-style: italic;
background: @text-color-dimmed;
border-radius: 1.2em;
width: 1.2em;
display: block;
height: 1.2em;
text-align: center;
line-height: 1.1em;
top: .2em;
.box-shadow(0 1px 0 rgba(255,255,255,.7));
}
// SELECTION
/////////////////////////////////////
::-moz-selection { background: #2e4f5c; color: #fff; }
::selection { background: #2e4f5c; color: #fff; }

View File

@ -0,0 +1,106 @@
/////////////////////////////////////
// Utilities
/////////////////////////////////////
// Clear stuff
.clearfix {
*zoom: 1;
clear: both;
&:before,
&:after {
content: "";
display: table;
}
&:after {
clear: both;
}
}
// Quick floats
/////////////////////////////////////
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
// Text alignment
/////////////////////////////////////
.textcenter {
text-align: center
}
// Placeholder text
/////////////////////////////////////
.placeholder(@color: @placeholder-text) {
&:-moz-placeholder {
color: @color;
font-weight: @font-weight-base;
}
&:-ms-input-placeholder {
color: @color;
font-weight: @font-weight-base;
}
&::-webkit-input-placeholder {
color: @color;
font-weight: @font-weight-base;
}
}
// Toggling content
/////////////////////////////////////
// Hide from both screenreaders and browsers: h5bp.com/u
.hide {
display: none !important;
visibility: hidden;
}
.show {
display: block;
visibility: visible;
}
// Hide only visually, but have it available for screenreaders: h5bp.com/v
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
// Extends the .visuallyhidden class to allow the
// element to be focusable when navigated to via the keyboard: h5bp.com/p
&.focusable:active,
&.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
}
// Hide visually and from screenreaders, but maintain layout
.invisible {
visibility: hidden;
}
// CSS image replacement
/////////////////////////////////////
.ir,
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}

View File

@ -0,0 +1,68 @@
// Colors
/////////////////////////////////////
@brand-dark: #015565;
@brand-light: #e7eef4;
@brand-cyan: #3a9085;
@brand-grey: #56666e;
@brand-grey-light: #96a6ad;
// Typography
/////////////////////////////////////
@font-family-sans-serif: 'brandon-grotesque', 'Helvetica Neue', Helvetica, Arial, sans-serif;
@font-family-serif: 'rooney-web',Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif;
@font-family-monospace: Menlo, Monaco, Consolas, 'Courier New', monospace;
@font-family-base: @font-family-serif;
@font-weight-base: 400;
@font-size-base: 18px;
@font-size-large: ceil(@font-size-base * 1.25);
@font-size-small: ceil(@font-size-base * 0.8);
@font-size-mini: ceil(@font-size-base * 0.7);
@line-height-base: 1.5; // 27/18
@line-height-computed: floor(@font-size-base * @line-height-base);
@headings-font-family: @font-family-sans-serif;
@headings-font-weight: 500;
@headings-line-height: 1.1;
// Text Colors
/////////////////////////////////////
@text-color: lighten(@brand-grey, 5%);
@text-color-light: darken(@brand-grey-light, 5%);
@text-color-dimmed: lighten(@brand-grey-light, 5%);
@headings-color: @brand-dark;
// Scaffolding
/////////////////////////////////////
@body-bg: @brand-light;
@border-radius-base: 3px;
// Links
/////////////////////////////////////
@link-color: lighten(@brand-cyan, 5%);
@link-color-hover: lighten(@link-color, 10%);
// Responsive breakpoints
/////////////////////////////////////
@breakpoint1: ~"only screen and (min-width: 30em)";
@breakpoint2: ~"only screen and (min-width: 40.625em)";
@breakpoint3: ~"only screen and (min-width: 87.500em)";
// High dpi media query
/////////////////////////////////////
@highDPI: ~"print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) ";

View File

@ -1,13 +1,23 @@
---
layout: default
title: Your New Jekyll Site
title: Home
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
{% for post in site.posts %}
<article class="hentry">
<header>
<h1 class="entry-title"><a href="{{ post.url }}">{{ post.title }}</a></h1>
</header>
<section class="entry-content">
<a href="{{ post.url }}">{{ post.image }}</a>
{{ post.excerpt }}
<a class="more-link" href="{{ post.url }}">Continue reading <i class="icon-arrow-right"></i></a>
</section>
</article>
{% endfor %}

View File

@ -20,6 +20,6 @@
},
"repository": {
"type": "git",
"url": "git@github.com:kremalicious/.git"
"url": "git@github.com:kremalicious/kremalicious3.git"
}
}