mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
Merge pull request #1373 from VitthalGund/gh-pages
Implement GitHub Icon for Improved Accessibility to Repository - Issue #1372
This commit is contained in:
commit
f8b2bb4261
@ -310,12 +310,12 @@ a.nerd-font-button:before {
|
|||||||
font-size: 2em
|
font-size: 2em
|
||||||
}
|
}
|
||||||
|
|
||||||
#forkongithub .nf {
|
// #forkongithub .nf {
|
||||||
font-size: 1.25rem;
|
// font-size: 1.25rem;
|
||||||
}
|
// }
|
||||||
|
|
||||||
/* for any ASCII :) */
|
/* for any ASCII :) */
|
||||||
|
/*
|
||||||
#forkongithub span {
|
#forkongithub span {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
@ -323,7 +323,7 @@ a.nerd-font-button:before {
|
|||||||
#forkongithub a {
|
#forkongithub a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
/* color scheme */
|
/* color scheme */
|
||||||
|
|
||||||
.nf1 {
|
.nf1 {
|
||||||
@ -475,63 +475,23 @@ a.nerd-font-button:before {
|
|||||||
margin-left: -135px;
|
margin-left: -135px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----- fork on github banner ----- */
|
// Github url button
|
||||||
#forkongithub a {
|
#github {
|
||||||
color: #fff;
|
|
||||||
background: #1E5D8A;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: arial, sans-serif;
|
color: #000000;
|
||||||
|
background-color: #ffffff;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 700;
|
line-height: 60px;
|
||||||
font-size: 1rem;
|
border-radius: 25%;
|
||||||
line-height: 2rem;
|
font-size: 2.5em;
|
||||||
position: relative;
|
box-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
|
||||||
transition: .5s;
|
transition: all .3s ease-in-out;
|
||||||
padding: 5px 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#forkongithub a::before,
|
|
||||||
#forkongithub a::after {
|
|
||||||
content: "";
|
|
||||||
width: 100%;
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 1px;
|
|
||||||
left: 0;
|
|
||||||
height: 1px;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#forkongithub a::after {
|
|
||||||
bottom: 1px;
|
|
||||||
top: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width:800px) {
|
|
||||||
#forkongithub {
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
bottom: 0.7rem;
|
||||||
top: 0;
|
right: 0.7rem;
|
||||||
right: 0;
|
z-index: 10;
|
||||||
width: 200px;
|
|
||||||
overflow: hidden;
|
|
||||||
height: 209px;
|
|
||||||
z-index: 99;
|
|
||||||
}
|
|
||||||
|
|
||||||
#forkongithub a {
|
|
||||||
width: 200px;
|
|
||||||
position: absolute;
|
|
||||||
top: 60px;
|
|
||||||
right: -60px;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
-webkit-transform: rotate(45deg);
|
|
||||||
-ms-transform: rotate(45deg);
|
|
||||||
-moz-transform: rotate(45deg);
|
|
||||||
-o-transform: rotate(45deg);
|
|
||||||
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
|
|
||||||
box-sizing: content-box;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-backdrop {
|
.icon-backdrop {
|
||||||
|
@ -42,11 +42,6 @@ style: center container
|
|||||||
</a>
|
</a>
|
||||||
<div class="text-left"><small><sub><em>Diagram created using <a href="http://sankeymatic.com/" title="SankeyMATIC (BETA): A Sankey diagram builder for everyone">SankeyMATIC</a></em></sub></small></div>
|
<div class="text-left"><small><sub><em>Diagram created using <a href="http://sankeymatic.com/" title="SankeyMATIC (BETA): A Sankey diagram builder for everyone">SankeyMATIC</a></em></sub></small></div>
|
||||||
</div>
|
</div>
|
||||||
<span id="forkongithub">
|
|
||||||
<a href="{{ site.source_link }}">
|
|
||||||
<i class="nf nf-fa-code_fork"></i> Fork us on GitHub <i class="nf nf-fa-heart ow"></i>
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Repo References
|
Repo References
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
<body>
|
<body>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
<div class="container">
|
||||||
|
<a href="https://github.com/ryanoasis/nerd-fonts" target="_blank" id="github"
|
||||||
|
class="nf nf-fa-github"></a>
|
||||||
|
</div>
|
||||||
{% include topnav.html %}
|
{% include topnav.html %}
|
||||||
{% for page in site.posts reversed %}
|
{% for page in site.posts reversed %}
|
||||||
{% if page.page == nil %}
|
{% if page.page == nil %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user