update header behaviour
This commit is contained in:
parent
cb52524885
commit
f4bfca193d
12 changed files with 286 additions and 148 deletions
|
@ -6,7 +6,7 @@
|
|||
url: "/getting-started/"
|
||||
side: left
|
||||
|
||||
- title: "Style your content"
|
||||
- title: "Templates"
|
||||
url: "/design/"
|
||||
side: left
|
||||
dropdown:
|
||||
|
@ -31,7 +31,7 @@
|
|||
- title: "Portfolio"
|
||||
url: "/design/portfolio/"
|
||||
|
||||
- title: "Style your Header"
|
||||
- title: "Header Styles"
|
||||
url: "/headers/"
|
||||
side: left
|
||||
dropdown:
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
<div id="navigation" class="sticky">
|
||||
<nav class="top-bar" data-topbar>
|
||||
<ul class="title-area">
|
||||
<li class="name"></li>
|
||||
<li class="name">
|
||||
<h1 class="show-for-small-only"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
|
||||
</li>
|
||||
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
|
||||
<li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li>
|
||||
</ul>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@charset "UTF-8";
|
||||
/* Color Settings
|
||||
Corporate Identity Colorpalette/Color Scheme
|
||||
https://color.adobe.com/de/Flat-Design-Colors-v2-color-theme-4341903/
|
||||
|
@ -40,13 +41,13 @@ meta.foundation-version {
|
|||
/* line 351, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
||||
meta.foundation-mq-small {
|
||||
font-family: "/only screen/";
|
||||
width: 0;
|
||||
width: 0em;
|
||||
}
|
||||
|
||||
/* line 356, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
||||
meta.foundation-mq-small-only {
|
||||
font-family: "/only screen and (max-width: 40em)/";
|
||||
width: 0;
|
||||
width: 0em;
|
||||
}
|
||||
|
||||
/* line 361, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
||||
|
@ -4909,8 +4910,8 @@ table tr td {
|
|||
|
||||
/* line 112, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
|
||||
meta.foundation-mq-topbar {
|
||||
font-family: "/only screen and (min-width: 1200px)/";
|
||||
width: 1200px;
|
||||
font-family: "/only screen and (min-width: 64.063em)/";
|
||||
width: 64.063em;
|
||||
}
|
||||
|
||||
/* Wrapped around .top-bar to contain to grid width */
|
||||
|
@ -5395,7 +5396,7 @@ meta.foundation-mq-topbar {
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
@media only screen and (min-width: 64.063em) {
|
||||
/* line 455, ../bower_components/foundation/scss/foundation/components/_top-bar.scss */
|
||||
.top-bar {
|
||||
background: white;
|
||||
|
@ -7164,12 +7165,12 @@ mark {
|
|||
font-size: 48px;
|
||||
}
|
||||
|
||||
/* line 216, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 217, ../scss/_4_typography_theme-fr.scss */
|
||||
[data-icon]:before {
|
||||
content: attr(data-icon);
|
||||
}
|
||||
|
||||
/* line 218, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 219, ../scss/_4_typography_theme-fr.scss */
|
||||
[data-icon]:before,
|
||||
.icon-archive:before,
|
||||
.icon-browser:before,
|
||||
|
@ -7216,6 +7217,7 @@ mark {
|
|||
.icon-star-outlined:before,
|
||||
.icon-thumbs-down:before,
|
||||
.icon-thumbs-up:before,
|
||||
.icon-tree:before,
|
||||
.icon-tumblr:before,
|
||||
.icon-twitter:before,
|
||||
.icon-upload-to-cloud:before,
|
||||
|
@ -7237,262 +7239,267 @@ mark {
|
|||
font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
/* line 285, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 287, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-archive:before {
|
||||
content: "\f100";
|
||||
}
|
||||
|
||||
/* line 286, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 288, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-browser:before {
|
||||
content: "\f101";
|
||||
}
|
||||
|
||||
/* line 287, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 289, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-calendar:before {
|
||||
content: "\f133";
|
||||
}
|
||||
|
||||
/* line 288, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 290, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-camera:before {
|
||||
content: "\f102";
|
||||
}
|
||||
|
||||
/* line 289, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 291, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-chat:before {
|
||||
content: "\f103";
|
||||
}
|
||||
|
||||
/* line 290, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 292, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-check:before {
|
||||
content: "\f104";
|
||||
}
|
||||
|
||||
/* line 291, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 293, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-chevron-down:before {
|
||||
content: "\f105";
|
||||
}
|
||||
|
||||
/* line 292, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 294, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-chevron-left:before {
|
||||
content: "\f106";
|
||||
}
|
||||
|
||||
/* line 293, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 295, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-chevron-right:before {
|
||||
content: "\f107";
|
||||
}
|
||||
|
||||
/* line 294, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 296, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-chevron-up:before {
|
||||
content: "\f108";
|
||||
}
|
||||
|
||||
/* line 295, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 297, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-circle-with-cross:before {
|
||||
content: "\f109";
|
||||
}
|
||||
|
||||
/* line 296, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 298, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-circle-with-minus:before {
|
||||
content: "\f10a";
|
||||
}
|
||||
|
||||
/* line 297, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 299, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-circle-with-plus:before {
|
||||
content: "\f10b";
|
||||
}
|
||||
|
||||
/* line 298, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 300, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-cloud:before {
|
||||
content: "\f10c";
|
||||
}
|
||||
|
||||
/* line 299, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 301, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-code:before {
|
||||
content: "\f10d";
|
||||
}
|
||||
|
||||
/* line 300, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 302, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-cog:before {
|
||||
content: "\f10e";
|
||||
}
|
||||
|
||||
/* line 301, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 303, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-dropbox:before {
|
||||
content: "\f10f";
|
||||
}
|
||||
|
||||
/* line 302, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 304, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-edit:before {
|
||||
content: "\f110";
|
||||
}
|
||||
|
||||
/* line 303, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 305, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-export:before {
|
||||
content: "\f111";
|
||||
}
|
||||
|
||||
/* line 304, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 306, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-eye:before {
|
||||
content: "\f112";
|
||||
}
|
||||
|
||||
/* line 305, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 307, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-facebook:before {
|
||||
content: "\f113";
|
||||
}
|
||||
|
||||
/* line 306, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 308, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-feather:before {
|
||||
content: "\f114";
|
||||
}
|
||||
|
||||
/* line 307, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 309, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-github:before {
|
||||
content: "\f115";
|
||||
}
|
||||
|
||||
/* line 308, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 310, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-globe:before {
|
||||
content: "\f116";
|
||||
}
|
||||
|
||||
/* line 309, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 311, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-heart:before {
|
||||
content: "\f117";
|
||||
}
|
||||
|
||||
/* line 310, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 312, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-heart-outlined:before {
|
||||
content: "\f118";
|
||||
}
|
||||
|
||||
/* line 311, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 313, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-home:before {
|
||||
content: "\f119";
|
||||
}
|
||||
|
||||
/* line 312, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 314, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-instagram:before {
|
||||
content: "\f11a";
|
||||
}
|
||||
|
||||
/* line 313, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 315, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-lab-flask:before {
|
||||
content: "\f11b";
|
||||
}
|
||||
|
||||
/* line 314, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 316, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-leaf:before {
|
||||
content: "\f11c";
|
||||
}
|
||||
|
||||
/* line 315, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 317, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-linkedin:before {
|
||||
content: "\f11d";
|
||||
}
|
||||
|
||||
/* line 316, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 318, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-mail:before {
|
||||
content: "\f11e";
|
||||
}
|
||||
|
||||
/* line 317, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 319, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-message:before {
|
||||
content: "\f11f";
|
||||
}
|
||||
|
||||
/* line 318, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 320, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-mic:before {
|
||||
content: "\f120";
|
||||
}
|
||||
|
||||
/* line 319, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 321, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-network:before {
|
||||
content: "\f121";
|
||||
}
|
||||
|
||||
/* line 320, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 322, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-paper-plane:before {
|
||||
content: "\f122";
|
||||
}
|
||||
|
||||
/* line 321, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 323, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-pinterest:before {
|
||||
content: "\f123";
|
||||
}
|
||||
|
||||
/* line 322, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 324, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-price-tag:before {
|
||||
content: "\f124";
|
||||
}
|
||||
|
||||
/* line 323, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 325, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-rocket:before {
|
||||
content: "\f125";
|
||||
}
|
||||
|
||||
/* line 324, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 326, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-rss:before {
|
||||
content: "\f126";
|
||||
}
|
||||
|
||||
/* line 325, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 327, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-soundcloud:before {
|
||||
content: "\f127";
|
||||
}
|
||||
|
||||
/* line 326, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 328, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-star:before {
|
||||
content: "\f128";
|
||||
}
|
||||
|
||||
/* line 327, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 329, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-star-outlined:before {
|
||||
content: "\f129";
|
||||
}
|
||||
|
||||
/* line 328, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 330, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-thumbs-down:before {
|
||||
content: "\f12a";
|
||||
}
|
||||
|
||||
/* line 329, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 331, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-thumbs-up:before {
|
||||
content: "\f12b";
|
||||
}
|
||||
|
||||
/* line 330, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 332, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-tree:before {
|
||||
content: "\f134";
|
||||
}
|
||||
|
||||
/* line 333, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-tumblr:before {
|
||||
content: "\f12c";
|
||||
}
|
||||
|
||||
/* line 331, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 334, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-twitter:before {
|
||||
content: "\f12d";
|
||||
}
|
||||
|
||||
/* line 332, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 335, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-upload-to-cloud:before {
|
||||
content: "\f12e";
|
||||
}
|
||||
|
||||
/* line 333, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 336, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-video:before {
|
||||
content: "\f12f";
|
||||
}
|
||||
|
||||
/* line 334, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 337, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-vimeo:before {
|
||||
content: "\f130";
|
||||
}
|
||||
|
||||
/* line 335, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 338, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-warning:before {
|
||||
content: "\f131";
|
||||
}
|
||||
|
||||
/* line 336, ../scss/_4_typography_theme-fr.scss */
|
||||
/* line 339, ../scss/_4_typography_theme-fr.scss */
|
||||
.icon-youtube:before {
|
||||
content: "\f132";
|
||||
}
|
||||
|
@ -7554,103 +7561,185 @@ body.video cite {
|
|||
/* Masthead
|
||||
------------------------------------------------------------------- */
|
||||
/* line 47, ../scss/_5_layout_theme-fr.scss */
|
||||
#logo img {
|
||||
margin-top: 30px;
|
||||
#masthead {
|
||||
background: #334d5c;
|
||||
}
|
||||
|
||||
/* line 50, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead {
|
||||
height: 190px;
|
||||
background: #334d5c;
|
||||
}
|
||||
|
||||
/* line 54, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-no-image-header {
|
||||
height: 120px;
|
||||
background: #334d5c;
|
||||
}
|
||||
|
||||
/* line 58, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 53, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-text {
|
||||
height: 190px;
|
||||
padding: 45px 0;
|
||||
text-align: center;
|
||||
font-size: 2.25rem;
|
||||
font-size: 3.375rem;
|
||||
font-family: "Volkhov", Georgia, Times, serif;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/* line 68, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-pattern {
|
||||
padding: 30px 0;
|
||||
/* line 61, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-no-image-header {
|
||||
height: 175px;
|
||||
}
|
||||
|
||||
/* line 71, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-background-color {
|
||||
padding: 30px 0;
|
||||
/* line 64, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-no-image-header #logo img {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
/* line 74, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 67, ../scss/_5_layout_theme-fr.scss */
|
||||
.backstretch {
|
||||
background: #334d5c;
|
||||
}
|
||||
|
||||
/* Masthead for medium-up */
|
||||
@media only screen and (min-width: 40.063em) {
|
||||
/* line 80, ../scss/_5_layout_theme-fr.scss */
|
||||
/* Masthead › small-only
|
||||
------------------------------------------------------------------- */
|
||||
@media only screen and (max-width: 40em) {
|
||||
/* line 75, ../scss/_5_layout_theme-fr.scss */
|
||||
#logo img {
|
||||
margin-top: 80px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* line 83, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 78, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead {
|
||||
height: 320px;
|
||||
background: #334d5c;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
/* line 81, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-pattern {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
/* line 84, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-background-color {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
/* line 87, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-text {
|
||||
padding: 75px 0;
|
||||
font-size: 3.375rem;
|
||||
height: 320px;
|
||||
height: 220px;
|
||||
padding: 30px 0;
|
||||
font-size: 2.25rem;
|
||||
}
|
||||
|
||||
/* line 92, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-no-image-header {
|
||||
height: 175px;
|
||||
background: #334d5c;
|
||||
}
|
||||
|
||||
/* line 96, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-no-image-header #logo img {
|
||||
margin-top: 45px;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/* line 101, ../scss/_5_layout_theme-fr.scss */
|
||||
/* Masthead › medium-only
|
||||
------------------------------------------------------------------- */
|
||||
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
|
||||
/* line 102, ../scss/_5_layout_theme-fr.scss */
|
||||
#logo img {
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
/* line 105, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead {
|
||||
height: 280px;
|
||||
}
|
||||
|
||||
/* line 108, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-pattern {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
/* line 111, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-background-color {
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
/* line 114, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-text {
|
||||
padding: 60px 0;
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
/* Masthead › large-only
|
||||
------------------------------------------------------------------- */
|
||||
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
|
||||
/* line 125, ../scss/_5_layout_theme-fr.scss */
|
||||
#logo img {
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
/* line 128, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead {
|
||||
height: 310px;
|
||||
}
|
||||
|
||||
/* line 131, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-pattern {
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
/* line 134, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-background-color {
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
/* line 137, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-text {
|
||||
height: 330px;
|
||||
padding: 60px 0;
|
||||
}
|
||||
}
|
||||
/* Masthead › xlarge-up
|
||||
------------------------------------------------------------------- */
|
||||
@media only screen and (min-width: 90.063em) {
|
||||
/* line 148, ../scss/_5_layout_theme-fr.scss */
|
||||
#logo img {
|
||||
margin-top: 110px;
|
||||
}
|
||||
|
||||
/* line 151, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead {
|
||||
height: 380px;
|
||||
}
|
||||
|
||||
/* line 154, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-pattern {
|
||||
padding: 45px 0;
|
||||
}
|
||||
|
||||
/* line 157, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-background-color {
|
||||
padding: 45px 0;
|
||||
}
|
||||
|
||||
/* line 160, ../scss/_5_layout_theme-fr.scss */
|
||||
#masthead-with-text {
|
||||
padding: 95px 0;
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
/* line 167, ../scss/_5_layout_theme-fr.scss */
|
||||
#title-image-small {
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
/* line 104, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 170, ../scss/_5_layout_theme-fr.scss */
|
||||
#title-image-large {
|
||||
height: 520px;
|
||||
}
|
||||
|
||||
/* line 107, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 173, ../scss/_5_layout_theme-fr.scss */
|
||||
#title-image-index-small {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
/* line 110, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 176, ../scss/_5_layout_theme-fr.scss */
|
||||
#title-image-index-large {
|
||||
height: 260px;
|
||||
}
|
||||
|
||||
/* Breadcrumb
|
||||
------------------------------------------------------------------- */
|
||||
/* line 120, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 186, ../scss/_5_layout_theme-fr.scss */
|
||||
#breadcrumb {
|
||||
background: #f3f3f3;
|
||||
border-top: 1px solid #f0f0f0;
|
||||
|
@ -7659,49 +7748,49 @@ body.video cite {
|
|||
|
||||
/* Meta
|
||||
------------------------------------------------------------------- */
|
||||
/* line 131, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 197, ../scss/_5_layout_theme-fr.scss */
|
||||
#page-meta, #page-meta a {
|
||||
color: #a4a4a4;
|
||||
}
|
||||
|
||||
/* line 135, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 201, ../scss/_5_layout_theme-fr.scss */
|
||||
#page-meta .button {
|
||||
background: #a4a4a4;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* line 139, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 205, ../scss/_5_layout_theme-fr.scss */
|
||||
#page-meta .button {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* line 142, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 208, ../scss/_5_layout_theme-fr.scss */
|
||||
#page-meta .button:hover {
|
||||
background: #334d5c;
|
||||
}
|
||||
|
||||
/* Jump to top
|
||||
------------------------------------------------------------------- */
|
||||
/* line 151, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 217, ../scss/_5_layout_theme-fr.scss */
|
||||
#up-to-top {
|
||||
padding: 160px 0 10px 0;
|
||||
}
|
||||
|
||||
/* line 154, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 220, ../scss/_5_layout_theme-fr.scss */
|
||||
#up-to-top a {
|
||||
font-size: 24px;
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* line 159, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 225, ../scss/_5_layout_theme-fr.scss */
|
||||
#up-to-top a:hover {
|
||||
background: #d7d7d7;
|
||||
}
|
||||
|
||||
/* Footer
|
||||
------------------------------------------------------------------- */
|
||||
/* line 168, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 234, ../scss/_5_layout_theme-fr.scss */
|
||||
#footer {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 20px;
|
||||
|
@ -7709,19 +7798,19 @@ body.video cite {
|
|||
color: white;
|
||||
}
|
||||
|
||||
/* line 174, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 240, ../scss/_5_layout_theme-fr.scss */
|
||||
footer p,
|
||||
footer li {
|
||||
font-size: 0.8125rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
/* line 180, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 246, ../scss/_5_layout_theme-fr.scss */
|
||||
#footer a {
|
||||
color: #a1d044;
|
||||
}
|
||||
|
||||
/* line 183, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 249, ../scss/_5_layout_theme-fr.scss */
|
||||
#footer h4,
|
||||
#footer h5 {
|
||||
letter-spacing: 1px;
|
||||
|
@ -7729,7 +7818,7 @@ footer li {
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* line 191, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 257, ../scss/_5_layout_theme-fr.scss */
|
||||
#subfooter {
|
||||
background: #313131;
|
||||
color: #7e7e7e;
|
||||
|
@ -7737,23 +7826,23 @@ footer li {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/* line 197, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 263, ../scss/_5_layout_theme-fr.scss */
|
||||
#subfooter-left ul.inline-list {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* line 200, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 266, ../scss/_5_layout_theme-fr.scss */
|
||||
#subfooter li a {
|
||||
color: #7e7e7e;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* line 204, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 270, ../scss/_5_layout_theme-fr.scss */
|
||||
#subfooter li a:hover {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* line 207, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 273, ../scss/_5_layout_theme-fr.scss */
|
||||
#subfooter .social-icons li a {
|
||||
font-size: 1.4375rem;
|
||||
display: block;
|
||||
|
@ -7764,7 +7853,7 @@ footer li {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 216, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 282, ../scss/_5_layout_theme-fr.scss */
|
||||
#subfooter .social-icons li a:hover {
|
||||
background: #313131;
|
||||
color: #fff;
|
||||
|
@ -7772,87 +7861,87 @@ footer li {
|
|||
|
||||
/* CSS-Classes to add margin at the top or bottom
|
||||
------------------------------------------------------------------- */
|
||||
/* line 226, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 292, ../scss/_5_layout_theme-fr.scss */
|
||||
.t10 {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
/* line 227, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 293, ../scss/_5_layout_theme-fr.scss */
|
||||
.t15 {
|
||||
margin-top: 15px !important;
|
||||
}
|
||||
|
||||
/* line 228, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 294, ../scss/_5_layout_theme-fr.scss */
|
||||
.t20 {
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
|
||||
/* line 229, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 295, ../scss/_5_layout_theme-fr.scss */
|
||||
.t30 {
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
|
||||
/* line 230, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 296, ../scss/_5_layout_theme-fr.scss */
|
||||
.t50 {
|
||||
margin-top: 50px !important;
|
||||
}
|
||||
|
||||
/* line 231, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 297, ../scss/_5_layout_theme-fr.scss */
|
||||
.t60 {
|
||||
margin-top: 60px !important;
|
||||
}
|
||||
|
||||
/* line 232, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 298, ../scss/_5_layout_theme-fr.scss */
|
||||
.t70 {
|
||||
margin-top: 70px !important;
|
||||
}
|
||||
|
||||
/* line 233, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 299, ../scss/_5_layout_theme-fr.scss */
|
||||
.t80 {
|
||||
margin-top: 80px !important;
|
||||
}
|
||||
|
||||
/* line 234, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 300, ../scss/_5_layout_theme-fr.scss */
|
||||
.t90 {
|
||||
margin-top: 90px !important;
|
||||
}
|
||||
|
||||
/* line 236, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 302, ../scss/_5_layout_theme-fr.scss */
|
||||
.b15 {
|
||||
margin-bottom: 15px !important;
|
||||
}
|
||||
|
||||
/* line 237, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 303, ../scss/_5_layout_theme-fr.scss */
|
||||
.b20 {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
/* line 238, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 304, ../scss/_5_layout_theme-fr.scss */
|
||||
.b30 {
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
|
||||
/* line 239, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 305, ../scss/_5_layout_theme-fr.scss */
|
||||
.b60 {
|
||||
margin-bottom: 60px !important;
|
||||
}
|
||||
|
||||
/* line 241, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 307, ../scss/_5_layout_theme-fr.scss */
|
||||
.pl20 {
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
|
||||
/* line 243, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 309, ../scss/_5_layout_theme-fr.scss */
|
||||
.pr5 {
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
|
||||
/* line 244, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 310, ../scss/_5_layout_theme-fr.scss */
|
||||
.pr10 {
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
/* line 245, ../scss/_5_layout_theme-fr.scss */
|
||||
/* line 311, ../scss/_5_layout_theme-fr.scss */
|
||||
.pr20 {
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
|
|
2
assets/css/styles-responsive.min.css
vendored
2
assets/css/styles-responsive.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"checksum": {
|
||||
"previous": "49e44fbe7deb4a0f53b89294f21e46fbb35c8da5a5989689c9c69b817d446bde",
|
||||
"current": "49e44fbe7deb4a0f53b89294f21e46fbb35c8da5a5989689c9c69b817d446bde"
|
||||
"previous": "7680fdcdd1d625cdc3b4efee04bcd50aecf11af21345941d72e5f635b1ba9bba",
|
||||
"current": "7680fdcdd1d625cdc3b4efee04bcd50aecf11af21345941d72e5f635b1ba9bba"
|
||||
},
|
||||
"fonts": [
|
||||
"./iconfont.ttf",
|
||||
|
@ -190,6 +190,10 @@
|
|||
"codepoint": 61739,
|
||||
"source": "svg-files-for-custom-font/thumbs-up.svg"
|
||||
},
|
||||
"tree": {
|
||||
"codepoint": 61748,
|
||||
"source": "svg-files-for-custom-font/tree.svg"
|
||||
},
|
||||
"tumblr": {
|
||||
"codepoint": 61740,
|
||||
"source": "svg-files-for-custom-font/tumblr.svg"
|
||||
|
|
|
@ -205,6 +205,7 @@
|
|||
.icon-star-outlined:before,
|
||||
.icon-thumbs-down:before,
|
||||
.icon-thumbs-up:before,
|
||||
.icon-tree:before,
|
||||
.icon-tumblr:before,
|
||||
.icon-twitter:before,
|
||||
.icon-upload-to-cloud:before,
|
||||
|
@ -271,6 +272,7 @@
|
|||
.icon-star-outlined:before { content: "\f129"; }
|
||||
.icon-thumbs-down:before { content: "\f12a"; }
|
||||
.icon-thumbs-up:before { content: "\f12b"; }
|
||||
.icon-tree:before { content: "\f134"; }
|
||||
.icon-tumblr:before { content: "\f12c"; }
|
||||
.icon-twitter:before { content: "\f12d"; }
|
||||
.icon-upload-to-cloud:before { content: "\f12e"; }
|
||||
|
@ -293,7 +295,7 @@
|
|||
<body class="characters-off">
|
||||
<div id="page" class="container">
|
||||
<header>
|
||||
<h1>iconfont contains 52 glyphs:</h1>
|
||||
<h1>iconfont contains 53 glyphs:</h1>
|
||||
<a onclick="toggleCharacters(); return false;" href="#">Toggle Preview Characters</a>
|
||||
</header>
|
||||
|
||||
|
@ -883,6 +885,19 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glyph">
|
||||
<div class="preview-glyphs">
|
||||
<span class="step size-12"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-21"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-24"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-36"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-48"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-60"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span><span class="step size-72"><span class="letters">Pp</span><i id="icon-tree" class="icon-tree"></i></span>
|
||||
</div>
|
||||
<div class="preview-scale">
|
||||
<span class="step">12</span><span class="step">14</span><span class="step">16</span><span class="step">18</span><span class="step">21</span><span class="step">24</span><span class="step">36</span><span class="step">48</span><span class="step">60</span><span class="step">72</span>
|
||||
</div>
|
||||
<div class="usage">
|
||||
<input class="class" type="text" readonly="readonly" onClick="this.select();" value=".icon-tree" />
|
||||
<input class="point" type="text" readonly="readonly" onClick="this.select();" value="&#xf134;" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="glyph">
|
||||
<div class="preview-glyphs">
|
||||
<span class="step size-12"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-14"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-16"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-18"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-21"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-24"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-36"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-48"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-60"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span><span class="step size-72"><span class="letters">Pp</span><i id="icon-tumblr" class="icon-tumblr"></i></span>
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
.icon-star-outlined:before,
|
||||
.icon-thumbs-down:before,
|
||||
.icon-thumbs-up:before,
|
||||
.icon-tree:before,
|
||||
.icon-tumblr:before,
|
||||
.icon-twitter:before,
|
||||
.icon-upload-to-cloud:before,
|
||||
|
@ -134,6 +135,7 @@
|
|||
.icon-star-outlined:before { content: "\f129"; }
|
||||
.icon-thumbs-down:before { content: "\f12a"; }
|
||||
.icon-thumbs-up:before { content: "\f12b"; }
|
||||
.icon-tree:before { content: "\f134"; }
|
||||
.icon-tumblr:before { content: "\f12c"; }
|
||||
.icon-twitter:before { content: "\f12d"; }
|
||||
.icon-upload-to-cloud:before { content: "\f12e"; }
|
||||
|
|
Binary file not shown.
|
@ -1,11 +1,11 @@
|
|||
<?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" >
|
||||
<!--
|
||||
2015-2-9: Created with FontForge (http://fontforge.org)
|
||||
2015-2-18: Created with FontForge (http://fontforge.org)
|
||||
-->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||
<metadata>
|
||||
Created by FontForge 20141231 at Mon Feb 9 11:55:41 2015
|
||||
Created by FontForge 20141231 at Wed Feb 18 17:09:54 2015
|
||||
By Moritz Sauer
|
||||
Copyright (c) 2015, Moritz Sauer
|
||||
</metadata>
|
||||
|
@ -22,7 +22,7 @@ Copyright (c) 2015, Moritz Sauer
|
|||
bbox="-0.12793 -64 512.128 448.011"
|
||||
underline-thickness="25.6"
|
||||
underline-position="-51.2"
|
||||
unicode-range="U+0020-F133"
|
||||
unicode-range="U+0020-F134"
|
||||
/>
|
||||
<missing-glyph />
|
||||
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
|
||||
|
@ -52,6 +52,9 @@ c-11.6738 -8.14062 -24.7559 -9.54883 -32.9473 2.09961l-109.287 156.365c-8.14062
|
|||
l14.541 -20.8379c35.9932 27.3408 83.1992 78.3867 59.417 146.739c-2.79004 8.06348 1.45898 16.9209 9.52344 19.7119c8.06348 2.79004 16.8447 -1.45996 19.6865 -9.49805zM384.436 198.067c13.4395 9.44629 19.4814 25.3945 16.998 40.6016
|
||||
c-5.55566 -3.30273 -10.8799 -6.09277 -15.8467 -8.44824c-2.125 -0.998047 -4.37695 -1.51074 -6.5791 -1.51074c-5.78516 0 -11.3408 3.30273 -14.0029 8.90918c-3.63574 7.70605 -0.333008 16.9473 7.37305 20.6084c0.895508 0.383789 5.68262 2.84082 12.6465 7.04004
|
||||
c-13.8242 10.0605 -33.0244 10.8027 -47.8213 0.43457c-18.6367 -13.1074 -23.1934 -38.8096 -10.1123 -57.4971c13.0312 -18.6367 38.7334 -23.1943 57.3447 -10.1377z" />
|
||||
<glyph glyph-name="uniF132" unicode=""
|
||||
d="M256 389.12c251.597 0 256 -22.375 256 -197.12s-4.40332 -197.12 -256 -197.12s-256 22.375 -256 197.12s4.40332 197.12 256 197.12zM338.048 183.449c10.0605 4.71094 10.0605 12.3906 0 17.1016l-114.944 53.6572
|
||||
c-10.0605 4.65918 -18.3037 -0.588867 -18.3037 -11.6738v-101.068c0 -11.1104 8.24316 -16.333 18.3037 -11.6738z" />
|
||||
<glyph glyph-name="uniF116" unicode=""
|
||||
d="M256 437.76c135.501 0 245.76 -110.259 245.76 -245.76s-110.259 -245.76 -245.76 -245.76c-135.552 0 -245.785 110.259 -245.785 245.76s110.233 245.76 245.785 245.76zM465.613 192c0 92.2881 -60.0068 170.803 -143.054 198.707
|
||||
c-5.14551 -6.24609 -8.95996 -12.2627 -8.60156 -16.2812c5.60645 -56.0898 43.8535 -14.0029 51.252 -22.2461c26.4443 -29.2871 -49.6387 -39.4502 -23.1943 -92.3906c12.749 -25.4463 27.4688 -32.5381 48.9219 -32.8447
|
||||
|
@ -220,9 +223,15 @@ c21.0693 128.691 219.93 159.642 194.176 11.9297z" />
|
|||
<glyph glyph-name="uniF11F" unicode=""
|
||||
d="M460.8 294.4v-179.2c0 -28.1602 -23.04 -51.2002 -51.2002 -51.2002h-102.399v-76.7998l-102.4 76.7998h-102.399c-28.1855 0 -51.2002 23.04 -51.2002 51.2002v179.2c0 28.1592 23.0146 51.1992 51.2002 51.1992h307.199c28.1602 0 51.2002 -23.04 51.2002 -51.1992z
|
||||
" />
|
||||
<glyph glyph-name="uniF132" unicode=""
|
||||
d="M256 389.12c251.597 0 256 -22.375 256 -197.12s-4.40332 -197.12 -256 -197.12s-256 22.375 -256 197.12s4.40332 197.12 256 197.12zM338.048 183.449c10.0605 4.71094 10.0605 12.3906 0 17.1016l-114.944 53.6572
|
||||
c-10.0605 4.65918 -18.3037 -0.588867 -18.3037 -11.6738v-101.068c0 -11.1104 8.24316 -16.333 18.3037 -11.6738z" />
|
||||
<glyph glyph-name="uniF134" unicode=""
|
||||
d="M512 192c0 -74.3164 -87.9355 -136.294 -204.774 -150.502v-28.6982c0 -32 46.3877 -49.4082 46.3877 -49.4082c2.66211 -0.998047 3.17383 -3.42969 1.17676 -5.42676l-18.3545 -18.3555c-1.99707 -1.99609 -5.81152 -2.8418 -8.42285 -1.86816
|
||||
c0 0 -30.4385 11.0586 -62.4385 11.0586s-44.7744 -12.7998 -60.7744 -12.7998s-23.8076 20.7871 -23.8076 20.7871c-0.999023 2.66211 0.255859 5.83691 2.79004 7.09082c0 0 46.6182 23.3223 46.6182 48.9219v26.3682c-129.357 7.70605 -230.4 73.165 -230.4 152.832
|
||||
c0 34.8418 19.4053 66.9697 51.9932 92.7236c0.0517578 0.0253906 0.102539 0.0253906 0.128906 0.0761719c9.2666 91.4434 96.9463 163.2 203.878 163.2s194.611 -71.7568 203.878 -163.2c0.0263672 -0.0507812 0.0771484 -0.0507812 0.128906 -0.0761719
|
||||
c32.5879 -25.7539 51.9932 -57.8818 51.9932 -92.7236zM51.2002 192c0 -52.2236 78.2334 -95.2061 179.226 -101.479v19.584c0 2.81641 -1.71582 6.63086 -3.83984 8.49902l-69.1201 60.4424c-2.09961 1.84277 -2.22754 4.99121 -0.230469 6.98828l8.75488 8.75488
|
||||
c1.99707 1.99707 5.6582 2.53516 8.14062 1.22949l51.7637 -27.2383c2.50879 -1.30566 4.53125 -0.0771484 4.53125 2.73828v66.5605c0 2.81641 2.17578 5.83691 4.83789 6.73242l67.0977 22.375c2.68848 0.895508 4.86426 -0.691406 4.86426 -3.50781v-92.1338
|
||||
c0 -2.8418 1.97168 -3.96875 4.42871 -2.53516l45.543 26.8037c2.40625 1.43359 4.40234 0.28125 4.40234 -2.53418v-21.7861c0 -2.81543 -1.68945 -6.68164 -3.7373 -8.62695l-46.9248 -44.1855c-2.04785 -1.91992 -3.71191 -5.81152 -3.71191 -8.62695v-17.1016
|
||||
c88.2686 11.3926 153.574 51.3281 153.574 99.0469c0 26.0859 -19.6602 49.792 -51.7373 67.8652c0.230469 2.96973 0.537109 5.93945 0.537109 8.93457c0 70.707 -68.7871 128 -153.6 128s-153.6 -57.293 -153.6 -128c0 -2.99512 0.306641 -5.96484 0.5625 -8.93457
|
||||
c-32.1025 -18.0732 -51.7627 -41.7793 -51.7627 -67.8652z" />
|
||||
<glyph glyph-name="uniF10A" unicode=""
|
||||
d="M256 407.04c118.759 0 215.04 -96.2812 215.04 -215.04s-96.2812 -215.04 -215.04 -215.04s-215.04 96.2812 -215.04 215.04s96.2812 215.04 215.04 215.04zM384 166.4v51.1992h-256v-51.1992h256z" />
|
||||
<glyph glyph-name="uniF10E" unicode=""
|
||||
|
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
Binary file not shown.
17
assets/fonts/svg-files-for-custom-font/tree.svg
Normal file
17
assets/fonts/svg-files-for-custom-font/tree.svg
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Tree" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve">
|
||||
<path d="M20,10c0-1.361-0.758-2.616-2.031-3.622c-0.002-0.001-0.004-0.001-0.005-0.003C17.602,2.803,14.177,0,10,0
|
||||
S2.398,2.803,2.036,6.375C2.035,6.377,2.033,6.377,2.031,6.378C0.758,7.384,0,8.639,0,10c0,3.112,3.947,5.669,9,5.97
|
||||
c0,0.338,0,0.683,0,1.03c0,1-1.821,1.911-1.821,1.911C7.08,18.96,7.031,19.084,7.07,19.188C7.07,19.188,7.375,20,8,20
|
||||
s1.124-0.5,2.374-0.5s2.439,0.432,2.439,0.432c0.102,0.038,0.251,0.005,0.329-0.073l0.717-0.717
|
||||
c0.078-0.078,0.058-0.173-0.046-0.212c0,0-1.812-0.68-1.812-1.93c0-0.312,0-0.706,0-1.121C16.565,15.324,20,12.903,20,10z M2,10
|
||||
c0-1.019,0.768-1.945,2.022-2.651C4.012,7.233,4,7.117,4,7c0-2.762,2.687-5,6-5s6,2.238,6,5c0,0.117-0.012,0.233-0.021,0.349
|
||||
C17.232,8.055,18,8.981,18,10c0,1.864-2.551,3.424-5.999,3.869c0-0.401,0-0.668,0-0.668c0-0.11,0.065-0.262,0.145-0.337l1.833-1.726
|
||||
c0.08-0.076,0.146-0.227,0.146-0.337V9.95c0-0.11-0.078-0.155-0.172-0.099l-1.779,1.047c-0.096,0.056-0.173,0.012-0.173-0.099V7.2
|
||||
c0-0.11-0.085-0.172-0.19-0.137L9.19,7.937C9.086,7.972,9.001,8.09,9.001,8.2v2.6c0,0.11-0.079,0.158-0.177,0.107L6.802,9.843
|
||||
c-0.097-0.051-0.24-0.03-0.318,0.048l-0.342,0.342c-0.078,0.078-0.073,0.201,0.009,0.273l2.7,2.361
|
||||
c0.083,0.073,0.15,0.222,0.15,0.332c0,0,0,0.298,0,0.765C5.056,13.719,2,12.04,2,10z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
Reference in a new issue