Skip to content

Commit

Permalink
Fine tune feature #8
Browse files Browse the repository at this point in the history
  • Loading branch information
Waren Gonzaga committed Nov 24, 2020
1 parent ed2ef40 commit da9c66c
Show file tree
Hide file tree
Showing 10 changed files with 204 additions and 204 deletions.
4 changes: 2 additions & 2 deletions demo/assets/css/fork-corner.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/assets/js/fork-corner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Fork Corner - https://fork-corner.warengonzaga.com
* A modern and global open source fork corner label for your project's landing page.
* Version: 1.0.0-rc.7
* Version: 1.0.0-rc.8
* Github: https://github.com/WarenGonzaga/fork-corner
* Licensed Under The MIT License: http://opensource.org/licenses/MIT
* Copyright (c) 2020 Waren Gonzaga
Expand Down
2 changes: 1 addition & 1 deletion demo/assets/js/fork-corner.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Fork Corner - https://fork-corner.warengonzaga.com
* A modern and global open source fork corner label for your project's landing page.
* Version: 1.0.0-rc.7
* Version: 1.0.0-rc.8
* Github: https://github.com/WarenGonzaga/fork-corner
* Licensed Under The MIT License: http://opensource.org/licenses/MIT
* Copyright (c) 2020 Waren Gonzaga
Expand Down
154 changes: 77 additions & 77 deletions dist/fork-corner.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Fork Corner - https://fork-corner.warengonzaga.com
* A modern and global open source fork corner label for your project's landing page.
* Version: 1.0.0-rc.7
* Version: 1.0.0-rc.8
* Github: https://github.com/WarenGonzaga/fork-corner
* Licensed Under The MIT License: http://opensource.org/licenses/MIT
* Copyright (c) 2020 Waren Gonzaga
Expand All @@ -20,6 +20,78 @@ html, body {
z-index: 105;
position: absolute; }

.fork-corner.fc-size-small.fc-pos-tr {
top: 12.5px;
right: 12.5px; }
.fork-corner.fc-size-small.fc-pos-tr + div {
top: -75px;
right: -75px; }

.fork-corner.fc-size-small.fc-pos-tl {
top: 12.5px;
left: 12.5px; }
.fork-corner.fc-size-small.fc-pos-tl + div {
top: -75px;
left: -75px; }

.fork-corner.fc-size-small.fc-theme-default > i,
.fork-corner.fc-size-small.fc-theme-github > i,
.fork-corner.fc-size-small.fc-theme-gitlab > i,
.fork-corner.fc-size-small.fc-theme-bitbucket > i {
font-size: 37.5px; }

.fork-corner.fc-size-small + div {
width: 150px;
height: 150px; }

.fork-corner.fc-size-medium.fc-pos-tr {
top: 20.83333px;
right: 20.83333px; }
.fork-corner.fc-size-medium.fc-pos-tr + div {
top: -125px;
right: -125px; }

.fork-corner.fc-size-medium.fc-pos-tl {
top: 20.83333px;
left: 20.83333px; }
.fork-corner.fc-size-medium.fc-pos-tl + div {
top: -125px;
left: -125px; }

.fork-corner.fc-size-medium.fc-theme-default > i,
.fork-corner.fc-size-medium.fc-theme-github > i,
.fork-corner.fc-size-medium.fc-theme-gitlab > i,
.fork-corner.fc-size-medium.fc-theme-bitbucket > i {
font-size: 62.5px; }

.fork-corner.fc-size-medium + div {
width: 250px;
height: 250px; }

.fork-corner.fc-size-large.fc-pos-tr {
top: 25px;
right: 25px; }
.fork-corner.fc-size-large.fc-pos-tr + div {
top: -150px;
right: -150px; }

.fork-corner.fc-size-large.fc-pos-tl {
top: 25px;
left: 25px; }
.fork-corner.fc-size-large.fc-pos-tl + div {
top: -150px;
left: -150px; }

.fork-corner.fc-size-large.fc-theme-default > i,
.fork-corner.fc-size-large.fc-theme-github > i,
.fork-corner.fc-size-large.fc-theme-gitlab > i,
.fork-corner.fc-size-large.fc-theme-bitbucket > i {
font-size: 75px; }

.fork-corner.fc-size-large + div {
width: 300px;
height: 300px; }

.fork-corner + div {
position: absolute;
width: 200px;
Expand Down Expand Up @@ -58,7 +130,7 @@ html, body {
text-decoration: none; }
.fork-corner.fc-theme-default > i {
font-size: 50px;
color: #ffffff; }
color: #fff; }

.fork-corner.fc-theme-default + div {
background-color: #f34f29; }
Expand All @@ -67,7 +139,7 @@ html, body {
text-decoration: none; }
.fork-corner.fc-theme-github > i {
font-size: 50px;
color: #ffffff; }
color: #fff; }

.fork-corner.fc-theme-github + div {
background-color: #181717; }
Expand All @@ -76,7 +148,7 @@ html, body {
text-decoration: none; }
.fork-corner.fc-theme-gitlab > i {
font-size: 50px;
color: #ffffff; }
color: #fff; }

.fork-corner.fc-theme-gitlab + div {
background-color: #e24329; }
Expand All @@ -85,79 +157,7 @@ html, body {
text-decoration: none; }
.fork-corner.fc-theme-bitbucket > i {
font-size: 50px;
color: #ffffff; }
color: #fff; }

.fork-corner.fc-theme-bitbucket + div {
background-color: #205081; }

.fork-corner.fc-size-small.fc-pos-tr {
top: 12.5px !important;
right: 12.5px !important; }
.fork-corner.fc-size-small.fc-pos-tr + div {
top: -75px !important;
right: -75px !important; }

.fork-corner.fc-size-small.fc-pos-tl {
top: 12.5px !important;
left: 12.5px !important; }
.fork-corner.fc-size-small.fc-pos-tl + div {
top: -75px !important;
left: -75px !important; }

.fork-corner.fc-size-small.fc-theme-default > i,
.fork-corner.fc-size-small.fc-theme-github > i,
.fork-corner.fc-size-small.fc-theme-gitlab > i,
.fork-corner.fc-size-small.fc-theme-bitbucket > i {
font-size: 37.5px !important; }

.fork-corner.fc-size-small + div {
width: 150px !important;
height: 150px !important; }

.fork-corner.fc-size-medium.fc-pos-tr {
top: 20.83333px !important;
right: 20.83333px !important; }
.fork-corner.fc-size-medium.fc-pos-tr + div {
top: -125px !important;
right: -125px !important; }

.fork-corner.fc-size-medium.fc-pos-tl {
top: 20.83333px !important;
left: 20.83333px !important; }
.fork-corner.fc-size-medium.fc-pos-tl + div {
top: -125px !important;
left: -125px !important; }

.fork-corner.fc-size-medium.fc-theme-default > i,
.fork-corner.fc-size-medium.fc-theme-github > i,
.fork-corner.fc-size-medium.fc-theme-gitlab > i,
.fork-corner.fc-size-medium.fc-theme-bitbucket > i {
font-size: 62.5px !important; }

.fork-corner.fc-size-medium + div {
width: 250px !important;
height: 250px !important; }

.fork-corner.fc-size-large.fc-pos-tr {
top: 25px !important;
right: 25px !important; }
.fork-corner.fc-size-large.fc-pos-tr + div {
top: -150px !important;
right: -150px !important; }

.fork-corner.fc-size-large.fc-pos-tl {
top: 25px !important;
left: 25px !important; }
.fork-corner.fc-size-large.fc-pos-tl + div {
top: -150px !important;
left: -150px !important; }

.fork-corner.fc-size-large.fc-theme-default > i,
.fork-corner.fc-size-large.fc-theme-github > i,
.fork-corner.fc-size-large.fc-theme-gitlab > i,
.fork-corner.fc-size-large.fc-theme-bitbucket > i {
font-size: 75px !important; }

.fork-corner.fc-size-large + div {
width: 300px !important;
height: 300px !important; }
2 changes: 1 addition & 1 deletion dist/fork-corner.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Fork Corner - https://fork-corner.warengonzaga.com
* A modern and global open source fork corner label for your project's landing page.
* Version: 1.0.0-rc.7
* Version: 1.0.0-rc.8
* Github: https://github.com/WarenGonzaga/fork-corner
* Licensed Under The MIT License: http://opensource.org/licenses/MIT
* Copyright (c) 2020 Waren Gonzaga
Expand Down
4 changes: 2 additions & 2 deletions dist/fork-corner.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fork-corner.min.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Fork Corner - https://fork-corner.warengonzaga.com
* A modern and global open source fork corner label for your project's landing page.
* Version: 1.0.0-rc.7
* Version: 1.0.0-rc.8
* Github: https://github.com/WarenGonzaga/fork-corner
* Licensed Under The MIT License: http://opensource.org/licenses/MIT
* Copyright (c) 2020 Waren Gonzaga
Expand Down
Loading

0 comments on commit da9c66c

Please sign in to comment.