mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
title: $:/plugins/tiddlywiki/github-fork-ribbon/readme
|
|
|
|
This stylesheet is adapted from work by Simon Whitaker:
|
|
|
|
https://github.com/simonwhitaker/github-fork-ribbon-css/
|
|
|
|
|
|
```
|
|
<!-- TOP RIGHT RIBBON: START COPYING HERE -->
|
|
<div class="github-fork-ribbon-wrapper right"><div class="github-fork-ribbon"><a href="https://github.com/simonwhitaker/github-fork-ribbon-css">Fork me on ~GitHub</a></div>
|
|
</div>
|
|
<!-- TOP RIGHT RIBBON: END COPYING HERE -->
|
|
|
|
<!-- TOP LEFT RIBBON: START COPYING HERE -->
|
|
<div class="github-fork-ribbon-wrapper left"><div class="github-fork-ribbon"><a href="https://github.com/simonwhitaker/github-fork-ribbon-css">Fork me on ~GitHub</a></div>
|
|
</div>
|
|
<!-- TOP LEFT RIBBON: END COPYING HERE -->
|
|
|
|
|
|
<!-- BOTTOM RIGHT RIBBON: START COPYING HERE -->
|
|
<div class="github-fork-ribbon-wrapper right-bottom"><div class="github-fork-ribbon"><a href="https://github.com/simonwhitaker/github-fork-ribbon-css">Fork me on ~GitHub</a></div>
|
|
</div>
|
|
<!-- BOTTOM RIGHT RIBBON: END COPYING HERE -->
|
|
|
|
<!-- BOTTOM LEFT RIBBON: START COPYING HERE -->
|
|
<div class="github-fork-ribbon-wrapper left-bottom"><div class="github-fork-ribbon"><a href="https://github.com/simonwhitaker/github-fork-ribbon-css">Fork me on ~GitHub</a></div>
|
|
</div>
|
|
<!-- BOTTOM LEFT RIBBON: END COPYING HERE -->
|
|
```
|